Laurent Destailleur
c907327e3c
Fix removed foreign key not on a unique key
2024-11-21 09:08:54 +01:00
Laurent Destailleur
ce0d9d82c2
Fix test on install process
2024-11-20 13:29:07 +01:00
Laurent Destailleur
1386d8c388
Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into
...
develop
2024-11-19 04:21:29 +01:00
Marc de Lima Lucio
da70b46647
FIX: asset: missing ref_ext field used in CommonObject::isExistingObject() ( #31870 )
2024-11-17 01:43:43 +01:00
Laurent Destailleur
6485d02de2
Fix missing migration in v20
2024-11-17 01:40:32 +01:00
Laurent Destailleur
e866f90b12
Compatible php 8.3
2024-11-16 22:51:35 +01:00
Hystepik
cfff3093d9
Merge branch 'develop' of github.com:Dolibarr/dolibarr into New-status-for-webhook
2024-11-16 18:46:23 +01:00
Regis Houssin
a5bd461505
FIX compatibility with multicompany ( #31934 )
2024-11-16 10:33:28 +01:00
Hystepik
f81f3ed2ee
Merge branch 'develop' of github.com:Dolibarr/dolibarr into New-status-for-webhook
2024-11-15 09:26:30 +01:00
HENRY Florian
b6c03773e9
fix: migrate from version ( #31814 )
2024-11-14 23:32:33 +01:00
Hystepik
20c5fee4cb
Merge branch 'develop' of github.com:Dolibarr/dolibarr into New-status-for-webhook
2024-11-14 13:28:20 +01:00
Hystepik
4d13b2b9a7
fix some unwanted code
2024-11-14 13:27:09 +01:00
Laurent Destailleur
2b9ad08382
Fix travis
2024-11-14 01:43:06 +01:00
Laurent Destailleur
17fa660ee5
Prepare db for future features
2024-11-14 00:50:15 +01:00
Laurent Destailleur
bb1256a74a
Close #31367 - label increased to 50 chars
2024-11-14 00:32:42 +01:00
HENRY Florian
ba46e7dfd5
fix/feat: ProductLot document folder have to be the rowid ( #29859 )
...
* fix/feat: ProductLot docuement folder have to be ID as batch is not unique
* fix/feat: ProductLot docuement folder have to be ID as batch is not unique
* add translation
* fix travis
* fix travis
* fix CI*
* fix CI
* fix: travis CI
* reset from develop
* reset from develop
* reset from develop
* reset from develop
---------
Co-authored-by: Laurent Destailleur <eldy@destailleur.fr >
2024-11-13 23:58:12 +01:00
Laurent Destailleur
e259ffb2a0
Clean code
2024-11-13 23:10:18 +01:00
Charlène Benke
439741d145
NEW : add fichinter category - define new table ( #31234 )
...
* New ; add fichinter categories
* Create llx_categorie_fichinter.key.sql
* Update 20.0.0-21.0.0.sql
* Rename llx_categorie_fichinter.key.sql to llx_categorie_fichinter-fichinter.key.sql
* Rename llx_categorie_fichinter.sql to llx_categorie_fichinter-fichinter.sql
---------
Co-authored-by: Laurent Destailleur <eldy@destailleur.fr >
2024-11-13 22:44:14 +01:00
sonikf
3720b748b1
fix column is_also_delivery_note belongs to llx_facture table ( #31779 )
...
* fix remove is_also_delivery_note
* New: Add field is_also_delivery_note
2024-11-12 13:46:45 +01:00
Laurent Destailleur
bd170e0474
Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into
...
develop
2024-11-12 11:33:31 +01:00
Laurent Destailleur
4a97adfc62
Add column is_also_delivery_note
2024-11-12 03:52:08 +01:00
sonikf
34b4b07fe2
New: prepare for e-shipment (SQL part) ( #31773 )
...
* Add issue date
* Add field fk_unit
* Add shipment contacts
* New Add is_delivery_note SQL part
* New fields for e-shipment SQL part
* Update llx_facture.sql
* Update 20.0.0-21.0.0.sql
* Update 20.0.0-21.0.0.sql
* Update llx_expedition.sql
---------
Co-authored-by: Laurent Destailleur <eldy@destailleur.fr >
2024-11-12 03:40:38 +01:00
Laurent Destailleur
353696b3ba
Doc
2024-11-12 03:22:51 +01:00
atm-lena
10e18da5d7
Develop new facture rec field societe rib management ( #31698 )
...
* Add field "fk_societe_rib" in llx_facture_rec
* Add field fk_societe_rib FactureRec
* Management of new field "Bank Account Customer" in facture rec
* Empty Value Management
* Change method of hide/show field
* Preselect RIB
* Rename function
* Edit structure formiban
* fix merge conflict
* Clean code
* clean code
* change translations
* default rib preselected in invoice rec create
* fix "=="
* Update card-rec.php
---------
Co-authored-by: atm-lena <lena.papazian@atm-consulting.fr >
Co-authored-by: Laurent Destailleur <eldy@destailleur.fr >
2024-11-11 17:53:35 +01:00
Laurent Destailleur
254c15fae1
Merge branch '20.0' of git@github.com:Dolibarr/dolibarr.git into develop
2024-11-09 15:55:41 +01:00
Laurent Destailleur
576df86eac
NEW Add field to store text content of files
2024-11-09 13:28:50 +01:00
Bahfir Abbes
65a0563312
add extrafields tables for pos_cash_fence ( #31730 )
...
Co-authored-by: abb <contact@ab1consult.com >
2024-11-08 14:43:52 +01:00
lvessiller-opendsi
9f76747aff
NEW VAT by state (SQL) ( #31627 )
...
* NEW VAT by state (SQL)
* Revert fk_tva column in department table
* NEW department in vat rates dict
2024-11-07 20:55:50 +01:00
thomas-Ngr
9374a31b33
Fix const INVOICE_USE_RETAINED_WARRANTY ( #30533 )
...
* Fix const INVOICE_USE_RETAINED_WARRANTY being set as -1 when it should be empty
* fix missing translation
* fix missing translation
* Manage update for INVOICE_USE_RETAINED_WARRANTY
* use native setAsSelect() form function
2024-11-07 05:14:07 +01:00
Laurent Destailleur
f2c89f6043
WIP Add column subprice with tax for future use
2024-11-06 20:38:44 +01:00
Frédéric FRANCE
0d7bc505d3
add phpdoc and clean phpstan baseline ( #31702 )
...
* add phpdoc and clean phpstan baseline
* add phpdoc and clean phpstan baseline
* add phpdoc and clean phpstan baseline
* add phpdoc and clean phpstan baseline
* add phpdoc and clean phpstan baseline
* add phpdoc and clean phpstan baseline
* add phpdoc and clean phpstan baseline
* add phpdoc and clean phpstan baseline
* add phpdoc and clean phpstan baseline
* add phpdoc and clean phpstan baseline
* add phpdoc and clean phpstan baseline
* add phpdoc and clean phpstan baseline
* add phpdoc and clean phpstan baseline
* add phpdoc and clean phpstan baseline
* add phpdoc and clean phpstan baseline
* add phpdoc and clean phpstan baseline
* add phpdoc and clean phpstan baseline
* add phpdoc and clean phpstan baseline
* add phpdoc and clean phpstan baseline
2024-11-06 19:39:46 +01:00
Laurent Destailleur
4bdd848bbe
Merge branch '20.0' of git@github.com:Dolibarr/dolibarr.git into develop
2024-11-06 13:26:08 +01:00
sonikf
e5ca8437d2
fix: Proper use of products field customcode ( #31695 )
...
* fix customcode field comment
* fix translation
2024-11-05 17:32:12 +01:00
Laurent Destailleur
46b80e85d4
Merge branch '19.0' of git@github.com:Dolibarr/dolibarr.git into 20.0
2024-11-05 17:29:08 +01:00
Laurent Destailleur
56925afe8e
Merge branch '18.0' of git@github.com:Dolibarr/dolibarr.git into 19.0
2024-11-05 17:16:01 +01:00
Frédéric FRANCE
1adc883b56
add baseline exclude for phpstan ( #31632 )
...
* add baseline exclude for phpstan
* update
* update
* update
* update
* update
* merge
* restore one filter
* delete old errors
* fix
* fix
* fix
* $moreforfilter can t be empty
* fix
* enable check
* refresh baseline
* add phpdoc
* update phpstan baseline
* update phpstan baseline
* update phpstan baseline
* update phpstan baseline
* update phpstan baseline
* update phpstan baseline
* update phpstan baseline
* update phpstan baseline
* update phpstan baseline
* update phpstan baseline
* update phpstan baseline
* update phpstan baseline
* update phpstan baseline
* update phpstan baseline
* update phpstan baseline
* update phpstan baseline
* update phpstan baseline
* update phpstan baseline
* update phpstan baseline
* update phpstan baseline
* update phpstan baseline
* update phpstan baseline
* update phpstan baseline
* update phpstan baseline
* update phpstan baseline
* update phpstan baseline
* update phpstan baseline
* update phpstan baseline
* update phpstan baseline
* update phpstan baseline
* update phpstan baseline
* update phpstan baseline
* update phpstan baseline
* update phpstan baseline
* update phpstan baseline
* update phpstan baseline
* update phpstan baseline
* update phpstan baseline
* update phpstan baseline
* update phpstan baseline
* update phpstan baseline
* update phpstan baseline
* update phpstan baseline
* update phpstan baseline
* update phpstan baseline
* update phpstan baseline
* update phpstan baseline
* update phpstan baseline
* update phpstan baseline
* update phpstan baseline
* update phpstan baseline
* update phpstan baseline
* update phpstan baseline
* update phpstan baseline
* update phpstan baseline
* update phpstan baseline
* fix
* fix
* fix
* fix
* fix
* fix
* fix
* fix
* fix
* fix
* fix
* fix
* fix
---------
Co-authored-by: Laurent Destailleur <eldy@destailleur.fr >
2024-11-04 23:53:20 +01:00
MDW
e7539f2e19
Qual: Fix notices in .lib.php files ( #31672 )
...
* Qual: Fix notices in .lib.php files
* Update wrapper.php
* Update availabilities_card.php
* Update index.php
* Update document.controller.class.php
---------
Co-authored-by: Laurent Destailleur <eldy@destailleur.fr >
2024-11-04 12:32:13 +01:00
Laurent Destailleur
7538c1ea2d
Add fk_task in actioncomm
2024-10-31 19:48:54 +01:00
MDW
b91c99b18a
Qual: Fix phan/phpstan notices in class files (part 3) ( #31578 )
...
* fix phpstan in conf class (#31630 )
* fix phpstan
* fix phan
* Fix merge
* Qual: Avoid notification with typing hint
* Qual: Fix notices link.class
* Qual: Fix notices link..socialneetworkmanager.class and DoliDb->DoliDB
* Qual: Fix notices for link..utils.class
* Qual: Fix notices for db classes
* Update translate.class.php
* Update translate.class.php
---------
Co-authored-by: Frédéric FRANCE <frederic34@users.noreply.github.com >
Co-authored-by: Laurent Destailleur <eldy@users.sourceforge.net >
Co-authored-by: Laurent Destailleur <eldy@destailleur.fr >
2024-10-29 22:44:47 +01:00
thomas-Ngr
c396a08cb2
fix const WORKFLOW_RECEPTION_CLASSIFY_CLOSED_INVOICE ( #31601 )
...
* rename const WORKFLOW_EXPEDITION_CLASSIFY_CLOSED_INVOICE to WORKFLOW_RECEPTION_CLASSIFY_CLOSED_INVOICE
* edit wrong SQL erquest
2024-10-29 17:34:30 +01:00
Laurent Destailleur
2cf2468242
Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop
2024-10-29 13:24:39 +01:00
Laurent Destailleur
bc860ac5bd
Fix: remove a foreign key on a soft link
2024-10-29 13:24:12 +01:00
Laurent Destailleur
e6f1d4835f
Clean sql code
2024-10-29 02:58:20 +01:00
Laurent Destailleur
f69cb49752
Fix duplicate fix
2024-10-28 18:17:49 +01:00
Lucas Marcouiller
f047f35c73
Fix add model_pdf to evaluation class ( #31605 )
...
Co-authored-by: Hystepik <lmarcouiller@nltechno.com >
2024-10-28 18:16:22 +01:00
Frédéric FRANCE
475976a733
fix phpstan ( #31597 )
...
* fix phpstan
* fix phpstan
* fix phpstan
2024-10-28 00:53:03 +01:00
Frédéric FRANCE
10935d4fc4
add last_main_doc to bom_bom ( #31586 )
...
* add last_main_doc to bom_bom
* fix warning
* fix warning
* fix wording
2024-10-28 00:35:59 +01:00
Frédéric FRANCE
0f563edb5f
replace fetch_projet() and fetch_project() by fetchProject() ( #29821 )
...
* fix cti
* fix cti
* deprecate fetch_projet fetch_project to fetchProject
* deprecate fetch_projet fetch_project to fetchProject
* deprecate fetch_projet fetch_project to fetchProject
* odfHandler->setSegment only throw OdfExceptionSegmentNotFound
* odfHandler->setSegment only throw OdfExceptionSegmentNotFound
* fix deprecated
* fix
* fix sql
2024-10-26 22:43:44 +02:00
sonikf
57fa017591
NEW Add payment reference - SQL Part ( #31553 )
...
* NEW Add payment reference - SQL Part
* NEW Add payment reference - SQL Part
* NEW Add payment reference - SQL Part
* Update llx_facture.sql
* Update llx_societe.sql
2024-10-26 13:07:33 +02:00
Laurent Destailleur
8bae2d99d8
Merge branch '20.0' of git@github.com:Dolibarr/dolibarr.git into develop
2024-10-24 20:13:12 +02:00