Laurent Destailleur
10e477d1f8
Prepare v20
2024-09-16 11:15:20 +02:00
Laurent Destailleur
ad7201c368
Merge branch '19.0' of git@github.com:Dolibarr/dolibarr.git into 20.0
2024-08-16 22:27:53 +02:00
Laurent Destailleur
025f71d6be
Fix typo
2024-08-16 22:19:09 +02:00
Laurent Destailleur
76c1f625f6
Prepare 19.0.3
2024-08-15 20:42:12 +02:00
Laurent Destailleur
8359fbf4fe
Debug v20
2024-05-25 13:23:25 +02:00
Laurent Destailleur
910c731661
Add changelog
2024-05-23 22:19:04 +02:00
atm-etienne
dc8b79e0d4
New classify billed order without invoice ( #29614 )
...
* Add new conf in admin page for supplier order classify billed without invoice
* Add translations en_US
* Add check on new config to allow or not the classify billed button
* Add possibility to set the hidden conf to disallow classify billed button from order, from the admin page
* Update conf names and move code to right parts, according to PR returns
2024-05-22 13:30:44 +02:00
Laurent Destailleur
34e9c2213a
Merge branch '19.0' of git@github.com:Dolibarr/dolibarr.git into 19.0
2024-05-13 01:31:31 +02:00
Laurent Destailleur
f5200ad2d9
Fix changelog
2024-05-13 01:31:01 +02:00
Laurent Destailleur
8265bdedcb
Merge branch '19.0' of git@github.com:Dolibarr/dolibarr.git into develop
2024-05-10 12:03:33 +02:00
Benjamin Falière
ca744d907c
FIX: langs overwrite ( #29630 )
...
* FIX: langs overwrite
* ChangeLog typo
---------
Co-authored-by: Benjamin Falière <benjamin.faliere@altairis.fr>
2024-05-07 20:27:59 +02:00
Laurent Destailleur
a2f31861e5
Typo
2024-05-07 02:39:23 +02:00
Laurent Destailleur
5af8658ca6
Fix typo
2024-05-07 02:38:54 +02:00
Laurent Destailleur
71169e6e3d
Merge branch '19.0' of git@github.com:Dolibarr/dolibarr.git into develop
2024-05-06 09:36:31 +02:00
Laurent Destailleur
f12378d732
Prepare 19.0.2
2024-05-05 00:12:36 +02:00
Anthony Berton
499a493c20
NEW: Param to show main menu logo in color look and feel ( #29305 )
...
* NEW: Param to show main menu logo in color look and feel
* Update ChangeLog
---------
Co-authored-by: Anthony Berton <anthony.berton@bb2a.fr>
2024-04-28 22:19:05 +02:00
Frédéric FRANCE
26da44e254
fix phpstan ( #29431 )
...
* fix phpstan
* fix phpstan
* fix phpstan
* fix phpstan
* fix phpstan
* remove params not used
* add WARNING
2024-04-27 12:45:50 +02:00
Anthony Berton
fed71b035c
NEW - Font param Look and Feel ( #29302 )
...
Co-authored-by: Anthony Berton <anthony.berton@bb2a.fr>
2024-04-10 12:11:11 +02:00
Francis Appels
e23ccabf36
Fix PR #28989 , create shipment line ( #29281 )
...
* Fix PR #28989 , create shipment line
* Fix Phan
* Update changelog
* Fix stan
---------
Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>
2024-04-08 23:10:58 +02:00
Laurent Destailleur
50f99a51bb
Remove trigger BILLREC_CREATEBILL that should not exists as it is
...
duplicate of BILL_CREATE.
This trigger was not a CRUD event. If you used it, you can already use
the trigger BILL_CREATE and test that ($object->fac_rec > 0) to know if
creation trigger is from a recurring invoice or not. Also this old
trigger was never enabled into table llx_c_action_trigger.
2024-04-03 02:37:30 +02:00
Laurent Destailleur
f52e57f796
Debug v20
2024-03-25 12:14:25 +01:00
Laurent Destailleur
ae10eedf2a
Merge branch '19.0' of git@github.com:Dolibarr/dolibarr.git into develop
2024-03-21 11:29:16 +01:00
Laurent Destailleur
34bd1f0fd3
Doc
2024-03-20 21:00:37 +01:00
Laurent Destailleur
01e6bd012e
Merge branch '19.0' of git@github.com:Dolibarr/dolibarr.git into develop
2024-03-18 21:37:37 +01:00
Frédéric FRANCE
ddfef5ac4c
Update ChangeLog
2024-03-18 09:23:20 +01:00
Frédéric FRANCE
626cb3cfa0
fix typo in ChangeLog
2024-03-18 08:01:45 +01:00
Laurent Destailleur
efd77f4197
Merge branch '19.0' of git@github.com:Dolibarr/dolibarr.git into develop
2024-03-17 21:55:15 +01:00
Laurent Destailleur
3b5aa4bed7
Doc
2024-03-17 21:36:25 +01:00
Laurent Destailleur
763f584ea2
Doc
2024-03-17 21:33:39 +01:00
MDW
6b6da854c6
Fix spelling in Changelog
2024-03-17 18:56:49 +01:00
Laurent Destailleur
45d56dffd2
Make v19.0.1
2024-03-17 00:29:24 +01:00
William Mead
7629455b7d
Added deprecated for user done
2024-03-14 09:29:51 +01:00
Laurent Destailleur
6df4a5eded
Use a better name for thirdparties site account
2024-03-08 16:42:49 +01:00
Laurent Destailleur
e6b2756c19
QUAL The signature for all ->delete() method has been modified to match
...
the modulebuilder template (so first param is now always $user), except
the delete for thirdparty (still accept the id of thirdparty to delete
as first parameter). Will probably be modified into another version.
2024-03-07 17:58:02 +01:00
Laurent Destailleur
7866ee472b
QUAL Clean code around dol_eval use
2024-03-06 17:07:24 +01:00
Laurent Destailleur
ce010a54c7
Clean code and prepare a more powerfull phpunit check for sql forging.
2024-03-05 00:22:12 +01:00
Laurent Destailleur
fe5401d7e2
Doc
2024-03-04 19:50:36 +01:00
Frédéric FRANCE
d0c0dee616
fix typo in ChangeLog ( #28613 )
...
* fix typo in ChangeLog
* Update ChangeLog
2024-03-04 18:23:03 +01:00
Laurent Destailleur
301bec664a
Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into
...
develop
2024-03-03 19:59:34 +01:00
Laurent Destailleur
af6a091ab2
Fix 19.0.1
2024-03-03 18:55:10 +01:00
Laurent Destailleur
d199b042b4
Prepare 19.0.1
2024-03-03 18:50:28 +01:00
Laurent Destailleur
64269f1597
Add phone_mobile for #28070
2024-02-24 19:24:37 +01:00
Laurent Destailleur
85803c9dbf
Merge branch '19.0' of git@github.com:Dolibarr/dolibarr.git into develop
2024-02-23 16:45:19 +01:00
Laurent Destailleur
288d14b7af
Fix changelog
2024-02-22 02:58:16 +01:00
William Mead
640774d554
Qual clean dolibarrtriggers ( #27968 )
...
* Moved property init to constructor
* Added VERSIONS constant
* Updated code comments
* Refactor to use switch statement
* Added contributor details
* Refactored to use VERSIONS constant
* Added method return & parameter types
* Added getter methods
* Clean code
* Remove runTrigger return type
* Refactored & cleaned code. Added contributor details.
* Refactored modulebuilder trigger interface
* Cleaned code
* Fixed runTrigger types
* Added changelog warning
* Fixed return type
* Fixed return type
* Fixed PHP 7.0 compatibility
---------
Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>
2024-02-18 23:54:01 +01:00
Laurent Destailleur
9b288e349e
Merge branch '19.0' of git@github.com:Dolibarr/dolibarr.git into develop
2024-02-18 17:20:16 +01:00
Laurent Destailleur
e38e9618ac
Merge branch '18.0' of git@github.com:Dolibarr/dolibarr.git into 19.0
2024-02-18 17:14:03 +01:00
Laurent Destailleur
ebe68c9075
Merge branch '17.0' of git@github.com:Dolibarr/dolibarr.git into 18.0
2024-02-18 17:06:36 +01:00
Laurent Destailleur
7c1cce7bf0
Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into
...
develop
2024-02-18 15:45:54 +01:00
Laurent Destailleur
da9b9370bf
Merge branch '18.0' of git@github.com:Dolibarr/dolibarr.git into 19.0
2024-02-18 15:41:18 +01:00