Laurent Destailleur
d3dc6615db
Remove deprecated use of ->modelpdf (good is ->model_pdf)
2023-10-02 21:49:08 +02:00
Laurent Destailleur
55b91f00d2
Look and feel v19
2023-09-25 11:44:46 +02:00
Laurent Destailleur
e8edd115f1
Fix status
2023-09-19 21:16:32 +02:00
Laurent Destailleur
492b726da9
Fix regression with label of order
2023-09-19 20:32:23 +02:00
Laurent Destailleur
91fa48199a
Fix warnings
2023-09-10 17:41:22 +02:00
Laurent Destailleur
d91ce60ab4
Merge pull request #25819 from frederic34/setascustomer
...
deprecate set_as_client
2023-09-08 11:23:06 +02:00
Frédéric FRANCE
26dff90658
deprecate set_as_client
2023-09-06 14:38:35 +02:00
Laurent Destailleur
3343a47244
NEW billing on shipment+reception. Can be done before or after delivery.
2023-09-03 21:38:11 +02:00
Laurent Destailleur
247ab6a93e
Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into
...
develop
2023-09-02 20:54:10 +02:00
Laurent Destailleur
bc53cd7643
Merge pull request #25313 from kubajznik/extrafields-support-selectForForms
...
NEW #25312 Support extrafields in selectForForms
2023-09-02 18:40:14 +02:00
Laurent Destailleur
aea21bc413
Merge branch '18.0' of git@github.com:Dolibarr/dolibarr.git into develop
2023-08-15 15:54:55 +02:00
Laurent Destailleur
119c3fb20d
Debug v18
2023-08-15 14:44:03 +02:00
Laurent Destailleur
f21c168a84
Removed $brouillon property
2023-08-06 01:16:12 +02:00
Laurent Destailleur
e3e73d9096
Work on renaming libelle into label
2023-08-06 01:14:36 +02:00
Laurent Destailleur
0076ec69b8
The property ->brouillon has been removed from all classes. It was not
...
reliable and was a duplicate of ->status == self::STATUS_DRAFT.
2023-08-06 00:16:25 +02:00
Laurent Destailleur
ea364ff1a3
Merge branch '18.0' of git@github.com:Dolibarr/dolibarr.git into develop
2023-08-05 13:47:17 +02:00
Laurent Destailleur
bef9146bb1
Fix warnings
2023-08-05 12:50:09 +02:00
Laurent Destailleur
9302a427a9
Debug v19
2023-07-31 03:29:45 +02:00
Maxime Kohlhaas
bcce9da09d
New : add a dashboard showing number of orders to bill #17963 ( #18600 )
...
* New : add a dashboard showing number of orders to bill #17963
* Fix orders statuses for dashboard and list
* Fix label in dashboard
2023-07-31 02:36:10 +02:00
Jakub Stříbrný
a73024bec8
add extrafieldmanaged in commande.class.php
2023-07-26 14:54:58 +02:00
jyhere
3681486fe8
FIX: misleading phpdoc ( #25342 )
2023-07-12 12:27:12 +02:00
Laurent Destailleur
02ca89cf52
Merge pull request #25234 from FHenry/16_fix_calc_update_price_on_update
...
FIX: VTA rounding calc option must be the same on update line as on create line
2023-06-29 17:41:09 +02:00
Florian HENRY
505ea31c30
FIX: TVA calc option must be the same on update line as on create line
2023-06-29 16:50:21 +02:00
hystepik
597b36e57c
Fix : php8.1 warnings with strict mode
2023-06-10 10:47:36 +02:00
Laurent Destailleur
80f6af9f4e
Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop
2023-06-04 19:07:37 +02:00
Laurent Destailleur
89e378bc78
Merge branch '17.0' of git@github.com:Dolibarr/dolibarr.git into develop
2023-06-04 19:07:04 +02:00
Je2fb
735ad3d533
Update commande.class.php
...
Change function hasdelay and showdelay to use the variable 'delivery_date'
2023-05-31 21:36:11 +02:00
Frédéric FRANCE
8c0f7f4b65
Update commande.class.php
2023-05-31 13:53:41 +02:00
Frédéric FRANCE
544e82b60c
fix picto tooltip
2023-05-31 13:35:47 +02:00
Georgios Papadakis
844524769e
Add missing loading of Societe Class
...
Current code relies on Societe Class being already imported by code executed previously, thus in some cases you get a fatal error. I have fatal error of undefined Societe class when i try to sign a Proposal that does not already have an order !!
2023-05-16 10:07:43 +03:00
Laurent Destailleur
fe816445f5
Fix warnings
2023-05-01 13:09:09 +02:00
Laurent Destailleur
46e3413e8a
Fix tooltips
2023-04-27 15:55:21 +02:00
Laurent Destailleur
2f3cefcc09
Clean code
2023-04-26 11:41:02 +02:00
Laurent Destailleur
c891196b5b
Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into
...
develop
2023-04-25 21:02:01 +02:00
Laurent Destailleur
0bc8227f48
Merge branch '16.0' of git@github.com:Dolibarr/dolibarr.git into 17.0
2023-04-25 20:54:15 +02:00
Laurent Destailleur
2e3e6f6899
Merge branch '15.0' of git@github.com:Dolibarr/dolibarr.git into 16.0
2023-04-25 20:51:40 +02:00
Laurent Destailleur
10e38ec7f9
Merge branch '14.0' of git@github.com:Dolibarr/dolibarr.git into 15.0
2023-04-25 19:14:33 +02:00
Frédéric FRANCE
6f351d5481
load translation for tooltip
...
translation was not loaded when using ajax tooltip
2023-04-25 09:46:12 +02:00
Aloïs Micard
5ec6b29345
Fix order line origin/origin_id when creating from proposal
2023-04-23 14:01:52 +02:00
Laurent Destailleur
8898a1a432
Debug ajax tooltip
2023-04-03 19:51:40 +02:00
Laurent Destailleur
66eb668965
Merge pull request #24164 from frederic34/multidiroutput
...
use a fonction to get multidir output
2023-03-18 10:56:25 +01:00
Frédéric FRANCE
c93d615e42
enhance tooltip ajax info
2023-03-14 22:27:35 +01:00
Frédéric FRANCE
1da5de8326
fetch thirdparty in order tooltip only in ajax request
2023-03-13 09:55:47 +01:00
Frédéric FRANCE
a551919f90
fetch thirdparty in order tooltip only in ajax request
2023-03-13 09:54:19 +01:00
Frédéric FRANCE
7fe885fefc
Merge remote-tracking branch 'upstream/develop' into multidiroutput
2023-03-09 16:13:19 +01:00
Frédéric FRANCE
a9b9812b7e
try to use function
2023-03-08 21:39:05 +01:00
Laurent Destailleur
3f264989ce
Merge pull request #23906 from FliyFly/qodanaincompatible
...
Fix (qodana)
2023-03-08 13:21:14 +01:00
Laurent Destailleur
46945ec44c
Merge pull request #24073 from hregis/fix_multicompany_compatibility2
...
TODO remise_percent is a deprecated field for object parent
2023-03-02 16:31:51 +01:00
Laurent Destailleur
9fd9b0cfa0
Merge branch 'develop' into fix_multicompany_compatibility2
2023-03-02 13:42:40 +01:00
Regis Houssin
ebf766c2e0
FIX deprecated just for remise_percent !
2023-02-28 16:19:22 +01:00