Laurent Destailleur
442e798002
Debug v20 - Fix option ADHERENT_CREATE_EXTERNAL_USER_LOGIN.
2024-07-20 13:59:26 +02:00
Laurent Destailleur
23bfc5d153
Fix trans of option
2024-07-20 12:06:05 +02:00
Laurent Destailleur
1496043967
Merge branch '20.0' of git@github.com:Dolibarr/dolibarr.git into develop
2024-07-18 19:17:46 +02:00
Laurent Destailleur
14f44052ee
Fix translation wrong. Missing empty line.
2024-07-18 18:10:14 +02:00
Laurent Destailleur
b303be54fd
Merge branch '19.0' of git@github.com:Dolibarr/dolibarr.git into 20.0
2024-07-18 02:41:28 +02:00
lamrani abdelwadoud
56667da139
New Export stock inventory ( #30401 )
...
* New Export stock with correction
* Fix Travis CI errors
2024-07-18 00:45:23 +02:00
Laurent Destailleur
948fecb9b5
Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into
...
develop
2024-07-17 14:01:44 +02:00
Sami Filali
22def4f35a
Fix #30298 - billing contact in supplier proposal ( #30404 )
...
* add external contact with billing code in supplier_proposal pdf
* update with pr returns
* Update pdf_other.php
* fix inversing condition
* Update pdf_other.php
---------
Co-authored-by: Laurent Destailleur <eldy@destailleur.fr >
2024-07-16 22:35:09 +02:00
Sami Filali
4aa5e4578a
NEW : add option to add external billing contact on the supplier_proposal pdf ( #30298 )
...
* add external contact with billing code in supplier_proposal pdf
* update with pr returns
* Update pdf_other.php
---------
Co-authored-by: Laurent Destailleur <eldy@destailleur.fr >
2024-07-16 22:09:39 +02:00
Francis Appels
82589285e7
Fix missing translation key for orders. ( #30395 )
2024-07-16 21:52:30 +02:00
sonikf
2060103af3
translation better syntax ( #30402 )
...
* Better syntax
* better syntax
2024-07-16 21:40:55 +02:00
Laurent Destailleur
811f4b6c15
WIP Work on custom local bridge AI
2024-07-16 18:08:26 +02:00
Laurent Destailleur
19462bf5d5
Merge branch '20.0' of git@github.com:Dolibarr/dolibarr.git into develop
2024-07-16 14:49:25 +02:00
Laurent Destailleur
daa883de63
Sync transifex
2024-07-16 10:20:34 +02:00
Laurent Destailleur
197f7a1632
Trans
2024-07-16 09:58:10 +02:00
Laurent Destailleur
5eb090143e
Fix link to click to validate expense report
2024-07-16 04:32:24 +02:00
Laurent Destailleur
6c5fb300ca
Fix tooltip
2024-07-15 23:38:34 +02:00
lamrani abdelwadoud
de5f5f6e35
NEW updating for stock blacklist of words ( #30385 )
...
* add input to stock blacklist on ai prompt
* Fix CTI errors
* Fix functionality to add blacklist words
* Update custom_prompt.php
---------
Co-authored-by: Laurent Destailleur <eldy@destailleur.fr >
2024-07-15 21:42:25 +02:00
Laurent Destailleur
bd57bcf617
Merge branch '20.0' of git@github.com:Dolibarr/dolibarr.git into develop
2024-07-15 19:52:31 +02:00
Laurent Destailleur
78ac402856
Fix css for etrafields text
2024-07-15 18:50:26 +02:00
Laurent Destailleur
ac1704ec49
Clean menu for AI generation modes
2024-07-15 13:40:55 +02:00
Laurent Destailleur
d16101d037
Sync translation
2024-07-14 20:12:46 +02:00
Laurent Destailleur
680a776a26
Better information on security page
2024-07-13 01:09:22 +02:00
Laurent Destailleur
fb5bda01b2
Merge branch '20.0' of git@github.com:Dolibarr/dolibarr.git into develop
2024-07-06 00:51:24 +02:00
Laurent Destailleur
9cc1edb876
Debug v20 - fix warnings
2024-07-05 19:53:28 +02:00
Laurent Destailleur
8e952a82df
NEW Show tooltip on number of qualified records
2024-07-05 15:21:46 +02:00
Laurent Destailleur
ea54a8a6cf
Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop
2024-07-05 02:50:25 +02:00
Laurent Destailleur
1d4e0762c1
Fix popup message
2024-07-05 02:49:47 +02:00
Laurent Destailleur
c7cd4999ff
Look and feel v21
2024-07-04 11:09:33 +02:00
Vincent de Grandpré
b0cd32bf68
NEW Implementing Billable tasks on projects using new attribute "billable" ( #30092 )
...
* Implementing Billable task function on projects using new attribute in #30014
* added billable to Task->initAsSpecimen()
* default billable to 1 in initAsSpecimen
* set billable to 1 in ProjectTest::testTaskCreate
* Moving attribut usage in usage_bill_time condition of project
* PPDoc
* fusion
* pre-commit + typo
---------
Co-authored-by: Laurent Destailleur <eldy@destailleur.fr >
2024-07-03 03:29:05 +02:00
Laurent Destailleur
cc8f9ed26b
Merge branch '20.0' of git@github.com:Dolibarr/dolibarr.git into develop
2024-07-01 14:16:56 +02:00
Alexandre SPANGARO
f105f9339b
Small review of asset module ( #30213 )
2024-07-01 13:02:08 +02:00
Alexandre SPANGARO
760021b32f
Typo in en_US language ( #30212 )
2024-07-01 13:00:33 +02:00
Vincent Maury
16249b7e19
NEW Add option to clone its default BOM when cloning a product ( #30088 )
...
* Add option to clone its default BOM when cloning a product
* Improved label of cloned BOM ("BOM of cloned_product_ref")
* - option "clone default BOM" not checked by default ( can be pre-checked with constant BOM_CLONE_DEFBOM)
- add another option to clone all BOMs linked to a product (not checked by default)
* - option "clone default BOM" not checked by default ( can be pre-checked with constant BOM_CLONE_DEFBOM)
- add another option to clone all BOMs linked to a product (not checked by default)
* Update mrp.lang
* Update mrp.lang
---------
Co-authored-by: Laurent Destailleur <eldy@destailleur.fr >
2024-07-01 01:50:25 +02:00
Alexandre SPANGARO
96afcaa476
Better comments ( #30200 )
...
* Fix language
* Fix language
* Fix language
* Fix language
* Fix language
* Fix language
* Fix language
* CI Missing language key
* Update eventorganization.lang
---------
Co-authored-by: Laurent Destailleur <eldy@destailleur.fr >
2024-06-30 21:02:50 +02:00
Laurent Destailleur
3d1cf79206
Typo
2024-06-30 15:05:50 +02:00
Frédéric FRANCE
5e7f43f9d0
Update eventorganization.lang ( #30198 )
2024-06-30 11:28:09 +02:00
Laurent Destailleur
deecb7a3ca
Merge branch '20.0' of git@github.com:Dolibarr/dolibarr.git into develop
2024-06-29 20:29:29 +02:00
Alexandre SPANGARO
bd39e561ab
Situation invoice - Fix admin message ( #30172 )
...
* Situation invoice - Fix admin message
* Indent
2024-06-29 19:37:35 +02:00
Laurent Destailleur
bbbcf57756
Merge branch '20.0' of git@github.com:Dolibarr/dolibarr.git into develop
2024-06-29 19:25:59 +02:00
Laurent Destailleur
ca2313bdcc
Code comment
2024-06-29 19:24:16 +02:00
Laurent Destailleur
2f4c84f4b5
Debug v20
2024-06-29 13:23:05 +02:00
Laurent Destailleur
1104b95137
Merge branch '20.0' of git@github.com:Dolibarr/dolibarr.git into develop
2024-06-27 13:47:27 +02:00
Laurent Destailleur
a333aa2137
Debug v20
2024-06-27 09:43:49 +02:00
Laurent Destailleur
902065406b
Debug v20
2024-06-27 09:20:04 +02:00
Laurent Destailleur
db5ade973c
Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into
...
develop
2024-06-25 11:18:31 +02:00
Laurent Destailleur
fb57a0342b
Trans
2024-06-25 10:33:15 +02:00
Laurent Destailleur
7f52f47dfd
Fix link for warning
2024-06-25 10:31:13 +02:00
Laurent Destailleur
aba18839cb
Fix link for warning
2024-06-25 10:30:34 +02:00
Francis Appels
05f6862b83
Fix MO error handling ( #30140 )
...
* Fix return error iso dol_print_error incase of createProduction error
* Block delete button iso return contraint error.
* Fix phan on getNetNeedsTree
* fix phan
* try to fix phan
* try fix phan
* Array seems too dynamic for phan.
* try fix phan
* try fix phan
* Can't fix phan @eldy
---------
Co-authored-by: Laurent Destailleur <eldy@destailleur.fr >
2024-06-24 22:39:02 +02:00