Commit Graph

4168 Commits

Author SHA1 Message Date
Laurent Destailleur
b4571580c1 Complete #30936 2024-09-12 21:21:11 +02:00
Laurent Destailleur
e003c6a516 Merge branch '20.0' of git@github.com:Dolibarr/dolibarr.git into develop 2024-09-07 02:20:15 +02:00
Laurent Destailleur
bd04568799 Merge branch '19.0' of git@github.com:Dolibarr/dolibarr.git into 20.0 2024-09-07 02:18:33 +02:00
atm-thomasb
63c54a06f0 NEW: added column default_rib in llx_user_rib (#30850)
* NEW: added column

* NEW: Added the TODO requested feature

* FIX: changed default value to 0 instead of 1, see PR

* NEW: Updated TODO

* Update llx_user_rib.sql

---------

Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>
2024-09-06 14:10:23 +02:00
Laurent Destailleur
9a986aaa26 Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop 2024-09-05 15:45:03 +02:00
Laurent Destailleur
c496301486 Clean table tmp_llx_accounting_account - #30825 2024-09-05 15:44:43 +02:00
Alexandre SPANGARO
8378767732 FIX Missing field vat_reverse_charge in societe_per_entity with constant MAIN_COMPANY_PERENTITY_SHARED (#30854) 2024-09-05 15:30:15 +02:00
Laurent Destailleur
8ca5a0edc6 Fix for non utf8 tables 2024-09-05 12:01:58 +02:00
atm-thomasb
9b9987c0c3 New/column fk_societe_rib in llx_prelevement_demande (#30848)
* NEW Added a new column fk_iban in prelevement demande

* FIX: renamed table to a better name

* FIX: placement and type

---------

Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>
2024-09-04 20:18:21 +02:00
Laurent Destailleur
24e0c624ee WIP Add a performance field 2024-09-03 11:36:44 +02:00
Laurent Destailleur
14d5b4bcc3 Merge branch '20.0' of git@github.com:Dolibarr/dolibarr.git into develop 2024-09-02 12:14:51 +02:00
Laurent Destailleur
aa096719b2 Merge branch '19.0' of git@github.com:Dolibarr/dolibarr.git into 20.0 2024-09-02 11:18:06 +02:00
Laurent Destailleur
fed229c984 To get a fix publish late in v19 working in v20 2024-09-01 15:16:10 +02:00
boudet jean pascal
10924547ea FIX : attached file on first page load (#30694)
* fix attached file on first page load

* PRE-COMMIT

* set mode init

* Update 18.0.0-19.0.0.sql

Signed-off-by: Laurent Destailleur <eldy@destailleur.fr>

---------

Signed-off-by: Laurent Destailleur <eldy@destailleur.fr>
Co-authored-by: jpb <jean-pascal.boudet@atm-consulting>
Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>
2024-09-01 15:13:53 +02:00
Laurent Destailleur
5f3bb34694 Clean code 2024-08-28 16:54:07 +02:00
Laurent Destailleur
0a271739a0 Close #24884 2024-08-16 22:13:45 +02:00
Laurent Destailleur
2068f29b44 Merge branch '20.0' of git@github.com:Dolibarr/dolibarr.git into develop 2024-08-01 10:51:25 +02:00
Laurent Destailleur
f82eabbab7 FIX #30513 FIX #30515 2024-08-01 10:48:17 +02:00
Lucas Marcouiller
a671c91d3e QUAL bankline category table name (#30419)
* FIX bankline category table name

* remove bad space

---------

Co-authored-by: Hystepik <lmarcouiller@nltechno.com>
Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>
2024-07-28 17:43:46 +02:00
Laurent Destailleur
6428a1d892 Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into
develop
2024-07-28 15:05:02 +02:00
Laurent Destailleur
fa915b775b Fix migration 2024-07-27 14:51:34 +02:00
Regis Houssin
7be611deb7 FIX Erreur SQL DB_ERROR_1170 BLOB/TEXT column 'url' used in key (#30479)
specification without a key length
2024-07-27 12:37:58 +02:00
Laurent Destailleur
fa700074c9 Fix missing migration due to bad table name in previous versions 2024-07-26 13:31:44 +02:00
Mohamed DAOUD
4dca8eb7bf add column to societe account table (#30442)
Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>
2024-07-25 18:23:31 +02:00
Laurent Destailleur
b494d26f95 Merge branch '20.0' of git@github.com:Dolibarr/dolibarr.git into develop 2024-07-25 14:51:48 +02:00
HENRY Florian
c7f5be1523 fix: bad table on add column (#30449)
Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>
2024-07-25 14:30:46 +02:00
Regis Houssin
a1ed02fa6d Fix 20 missing entity filter (#30466)
* FIX missing entity filter for holiday types dict

* FIX wrong table name for field name

* FIX wrong table name (travis error)
2024-07-25 14:30:07 +02:00
Nicolas Stremsdoerfer
53e0c4cae7 Update 19.0.0-20.0.0.sql (#30429)
table name error => index llx_c_holiday_types not created with 
Erreur DB_ERROR_1072 (Req 265): ALTER TABLE llx_c_holiday_types ADD UNIQUE INDEX uk_c_holiday_types (entity, code);
Key column 'entity' doesn't exist in table
2024-07-21 21:49:26 +02:00
Lucas Marcouiller
c8fb079893 FIX bank categorie table name (#30415)
Co-authored-by: Hystepik <lmarcouiller@nltechno.com>
2024-07-18 23:57:19 +02:00
Shanty
8c4f3534cc NEW #28871 signed_status to commande (#30359)
Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>
2024-07-16 15:22:54 +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
Regis Houssin
f7fff4aae7 FIX missing entity field in holiday types dict (#30392)
* FIX missing entity field in holiday types dict

* FIX sql syntax error
2024-07-16 13:36:49 +02:00
Regis Houssin
226ce3f311 FIX dictionary can not have entity = 0 (#30393) 2024-07-16 12:41:08 +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
fff875c9e3 Fix bad length for url field for menus 2024-07-15 17:18:43 +02:00
Laurent Destailleur
04a1b6b1f5 Close #24842 2024-07-06 15:31:30 +02:00
dolibarr95
ed207cfb2f NEW : manage several type of dangerous goods for a same parcel (#30238)
* NEW : manage several type of dangerous goods for a same parcel

Manage several type of dangerous goods for a same parcel Before :
dangerous_goods : smallint (so only 1 type can be defined eg 3) After
dangerous_goods : varchar so can be a list of numbers eg 3,5,8

* Update llx_expedition_package.sql

> Adding a default value to default '0' to keep compatibility seems required.

* Update 20.0.0-21.0.0.sql

> You must include migration change into same PR so PR is atomic. Include change of #30237

* Update llx_expedition_package.sql

space missing

* Update 20.0.0-21.0.0.sql

> -- To change type of field: ALTER TABLE llx_table MODIFY COLUMN name varchar(60);
2024-07-06 03:34:48 +02:00
Frédéric FRANCE
ea416aac93 replace old syntax, rename pdf models with same class name (#30271)
* replace old syntax

* replace old syntax

* replace old syntax

* replace old syntax

* rename files with same class name

* rename files with same class name

* rename files with same class name

* rename files with same class name

* rename files with same class name

* rename files with same class name

* rename files with same class name

* rename files with same class name

* rename files with same class name

* rename files with same class name

* rename files with same class name

* fix class with same name

* fix class with same name

* clean code
2024-07-06 02:59:40 +02:00
Laurent Destailleur
2e938fe9ef Merge branch '20.0' of git@github.com:Dolibarr/dolibarr.git into develop 2024-06-24 12:44:28 +02:00
Laurent Destailleur
c8eee02b66 Add total field into contract 2024-06-24 11:18:52 +02:00
Laurent Destailleur
c54a97e923 Merge branch '19.0' of git@github.com:Dolibarr/dolibarr.git into 20.0 2024-06-24 01:47:18 +02:00
Laurent Destailleur
a4a7ee0805 Debug v20 2024-06-23 23:05:50 +02:00
Laurent Destailleur
adb354f97a Merge branch '20.0' of git@github.com:Dolibarr/dolibarr.git into develop 2024-06-23 14:00:12 +02:00
Laurent Destailleur
088f9e795b Removed not used field 2024-06-23 13:52:57 +02:00
Frédéric FRANCE
ba461fa2e7 fix migration19.0.0-20.0.0.sql (#30126) 2024-06-22 15:31:33 +02:00
Laurent Destailleur
587e6347ff Merge branch '20.0' of git@github.com:Dolibarr/dolibarr.git into develop 2024-06-20 20:41:09 +02:00
Laurent Destailleur
4b0579366e Fix missing column entity 2024-06-20 15:05:03 +02:00
Laurent Destailleur
81869dab2a Remove not used table 2024-06-20 11:42:24 +02:00
Laurent Destailleur
eff58002aa Prepare v21 2024-06-19 20:20:03 +02:00
Laurent Destailleur
3119a29a50 Close #30083 in develop for v20 2024-06-19 14:39:15 +02:00