Laurent Destailleur
34b3113bb7
Merge branch '9.0' of git@github.com:Dolibarr/dolibarr.git into 10.0
2023-08-10 10:41:20 +02:00
Frédéric FRANCE
7d4f407e13
fix syntax error
2023-08-10 10:30:18 +02:00
Charlène Benke
5bbcfd2c4c
new add filter on link
...
allow to add a filter on array as defined on selectForForms
with remplacement id
// Bom:bom/class/bom.class.php:0:(t.fk_product:=:$ID$):ref
2023-08-10 09:37:20 +02:00
Laurent Destailleur
f681d140a5
Fix var_dump
2023-08-10 02:41:09 +02:00
Laurent Destailleur
9671cd730b
Merge branch '17.0' of git@github.com:Dolibarr/dolibarr.git into 17.0
2023-08-10 02:09:46 +02:00
Laurent Destailleur
2761f993e9
FIX creation of invoice from contract with discount lines
2023-08-10 02:09:17 +02:00
Laurent Destailleur
31f07f0bec
Fix phpcs
2023-08-09 18:33:43 +02:00
Laurent Destailleur
06bd68f252
Merge branch 'develop' into develop-2
2023-08-09 18:20:15 +02:00
Laurent Destailleur
6d63f464bb
Fix php inherit
2023-08-09 18:18:20 +02:00
Laurent Destailleur
08e428b46d
Fix missing param
2023-08-09 18:00:31 +02:00
Laurent Destailleur
44f775e354
Debug v18 Fix set date properties of an extrafields
2023-08-09 17:39:00 +02:00
Laurent Destailleur
15ddb9a3a8
Fix inherit of CommonNumRef
2023-08-09 17:35:35 +02:00
Christophe Battarel
5f1bbc602e
avoid draft shippings when searching if order should be flagged as delivered
2023-08-09 17:04:59 +02:00
Laurent Destailleur
d700b2e8d8
Debug v18 Fix set date properties of an extrafields
2023-08-09 17:03:04 +02:00
Maximilien Rozniecki
5d8778f301
Fix non-existing function
2023-08-09 16:48:15 +02:00
Laurent Destailleur
4f63273e28
Clean code
2023-08-09 16:02:27 +02:00
Laurent Destailleur
298522d791
Merge pull request #25598 from lamrani002/removeDictionaryInMB
...
New|NEW functionality for remove dictionary in ModuleBuilder
2023-08-09 15:20:41 +02:00
Laurent Destailleur
04b7b0aaa6
Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into
...
develop
2023-08-09 15:02:34 +02:00
Laurent Destailleur
11ad17bcf3
Merge branch '18.0' of git@github.com:Dolibarr/dolibarr.git into develop
2023-08-09 15:00:52 +02:00
Laurent Destailleur
f843ec2de0
Merge branch '17.0' of git@github.com:Dolibarr/dolibarr.git into 18.0
2023-08-09 14:55:25 +02:00
Laurent Destailleur
db2a70b86a
NEW Factorize a lot of code for numbering modules
2023-08-09 14:50:28 +02:00
Laurent Destailleur
7bbaf37ffe
Introduce an interface for num ref generators
2023-08-09 14:05:13 +02:00
Lamrani Abdel
d0dc3b019c
fix problem for namedic
2023-08-09 13:43:44 +02:00
Laurent Destailleur
b1f8c2fd29
Code comment
2023-08-09 13:29:19 +02:00
Laurent Destailleur
5b13065bd8
Merge pull request #25503 from dolibit-ut/patch-727
...
Update interface_20_all_Logevents.class.php
2023-08-09 13:22:47 +02:00
Laurent Destailleur
10e2a35aa6
Update interface_20_all_Logevents.class.php
2023-08-09 13:21:56 +02:00
Lamrani Abdel
5a825f519b
update functionnality for delete dict
2023-08-09 13:19:52 +02:00
Regis Houssin
75ea7e52b2
FIX not create/update extrafields for visibility 0,2 and 5
2023-08-09 13:18:42 +02:00
Laurent Destailleur
33cc8e1ff9
Doc
2023-08-09 13:08:57 +02:00
am97
954c54ad3f
Fix SQL syntax error ( #25562 )
...
Single quotes are needed to indicate that 'project' and 'external' are strings, otherwise the requests fail
2023-08-09 12:50:14 +02:00
lamrani abdelwadoud
2e8525933c
Add new dictionary for modulebuilder ( #25592 )
...
* product_card problem unexpected tocken
* new update for function generate_doc
* new function for create dictionnary
* add function for create new dictionary
* fix problem
* update function for building correct string
* optimize function and fix incoherences
* optimize function and fix incoherences
* Revert "optimize function and fix incoherences"
This reverts commit ecbd902a9f .
2023-08-09 12:37:20 +02:00
Regis Houssin
38ddc9cea1
FIX avoid php8 warnings ( #25596 )
2023-08-09 12:36:26 +02:00
Laurent Destailleur
5080199752
FIX The plus button of combo list disappear on create if creation fails
2023-08-09 01:00:15 +02:00
HENRY Florian
5b196bf082
FEAT: new field type 'checkbox' for CommonObject with arrayofkeyval (like extrafeilds) ( #25564 )
2023-08-08 22:21:33 +02:00
altairis-melina
f69dea7474
NEW : Date field for shipment export ( #25574 )
...
* new_export_field date_valid
* fix
2023-08-08 22:10:53 +02:00
onhairech
585d6d3699
#24710 Special Characters button in CKEditor is missing in v17 ( #25568 )
2023-08-08 22:03:58 +02:00
Lucas Marcouiller
6c5704924e
Fix Bookcal module add booking ( #25570 )
...
* first push : booking can be done
* add verification of booking aleardy booked
* add page after booking
---------
Co-authored-by: Hystepik <lucas.marcouiller@gmail.com >
2023-08-08 21:44:23 +02:00
Maxime Kohlhaas
59eb53295a
Fix : modules must not give default permissions ( #25575 )
2023-08-08 21:41:38 +02:00
Frédéric FRANCE
6be7975563
typo ( #25582 )
2023-08-08 21:25:58 +02:00
kkhelifa-opendsi
f49ecdb6ef
NEW: Add get_substitutionarray_other() on shipping odt ( #25080 )
2023-08-08 21:04:02 +02:00
Vincent Maury
f488e3f358
New 24318 Add Rotate_Image_Button in Preview ( #25052 )
2023-08-08 20:40:42 +02:00
MaximilienR-easya
543a10d274
added barcode as a filter inside the export ( #25180 )
2023-08-08 20:39:37 +02:00
Laurent Destailleur
664f507a0c
Merge branch '18.0' of git@github.com:Dolibarr/dolibarr.git into develop
2023-08-08 13:05:16 +02:00
Laurent Destailleur
eae4dbd3c3
Fix duration
2023-08-08 13:03:36 +02:00
Laurent Destailleur
e51e32ab7e
Fix global
2023-08-08 12:53:08 +02:00
Laurent Destailleur
d51da409fe
Merge branch '18.0' of git@github.com:Dolibarr/dolibarr.git into develop
2023-08-07 20:04:02 +02:00
Laurent Destailleur
ae98f59bcd
NEW Add a protection on purgeFiles
2023-08-07 18:18:07 +02:00
Laurent Destailleur
a2548ac469
Trans
2023-08-07 16:58:11 +02:00
Laurent Destailleur
c055d58028
Add a parent class for dictionary classes
2023-08-06 14:05:35 +02:00
Laurent Destailleur
8b1ed46df6
Fix warning
2023-08-06 12:47:45 +02:00