Commit Graph

7619 Commits

Author SHA1 Message Date
Marc de Lima Lucio
0ef0d339b5 FIX: pgsql: error when creating sequences in migration scripts (#34021)
* FIX: pgsql: error in migration from 15 to 16

* FIX: pgsql: error in migration from 7 to 8
2025-05-04 11:26:34 +02:00
Eric - CAP-REL
b256c9aaba fix missing alter table for tms auto update timestamp (#33451)
* fix missing alter table for tms auto update timestamp

* two tables was renamed 13.0 -> 16.0
2025-03-15 10:55:17 +01:00
ldestailleur
4897c9de7f Merge branch '17.0' of git@github.com:Dolibarr/dolibarr.git into 18.0 2025-03-14 12:20:56 +01:00
ldestailleur
2058d572d9 Merge branch '16.0' of git@github.com:/Dolibarr/dolibarr.git into 17.0 2025-03-14 12:17:06 +01:00
ldestailleur
089fab828b Merge branch '15.0' of git@github.com:Dolibarr/dolibarr.git into 16.0 2025-03-14 12:14:10 +01:00
ldestailleur
5b9453e302 Merge branch '14.0' of git@github.com:Dolibarr/dolibarr.git into 15.0 2025-03-14 11:28:33 +01:00
ldestailleur
d81a2d060e Merge branch '13.0' of git@github.com:Dolibarr/dolibarr.git into 14.0 2025-03-14 11:27:49 +01:00
Eric - CAP-REL
97aaff7395 13.0 fix migration missing tms auto update (#33443)
* tms field in llx_product is not updated to default timestamp

* but that's not the only one ...
2025-03-13 23:01:52 +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
d9d0618eec Fix avoid unexpected deletion on accounting account when using multicompany 2024-10-24 03:06:23 +02:00
daraelmin
5821a87ac3 Fix 18.0 - Update VAT for Switzerland (#29760)
VAT in Switzerland was increased on January 1, 2024.

See: https://www.estv.admin.ch/estv/fr/accueil/taxe-sur-la-valeur-ajoutee/taux-tva-suisse.html
2024-05-26 15:16:56 +02:00
Laurent Destailleur
2acfea2f0c Fix corrupted data 2024-02-23 15:24:47 +01:00
Laurent Destailleur
c6d13d98e9 Fix missing column in migration 2024-01-25 01:37:57 +01:00
Laurent Destailleur
b05d1c5f6e Merge branch '17.0' of git@github.com:Dolibarr/dolibarr.git into 18.0 2024-01-23 22:03:28 +01:00
Laurent Destailleur
41da70f494 Fix repair 2024-01-23 21:33:10 +01:00
daraelmin
9a151ebe2c FIX v18 SQL error in llx_c_forme_juridique.sql when installing
insert into llx_c_forme_juridique (fk_pays, code, libelle) values (0, ‹ 0 ›,‹ - ›);

 And

insert into llx_c_forme_juridique (fk_pays, code, libelle) values (1,‹ 00 ›,‹ Organisme de placement collectif en valeurs mobilières sans personnalité morale ›);

throws an error as the column 'code' is integer not varchar and value must be unique

see : https://www.dolibarr.fr/forum/t/nouvelle-instalation-forme-juridiques-des-tiers-pratiquement-vide/44489/4
2023-12-05 08:19:28 +01:00
Laurent Destailleur
de98256fd4 Fix typo partnershiap 2023-11-27 13:30:24 +01:00
Florent Poinsaut
caf691d706 FIX #25793 V18.0.1 : Cannot add time spent (#26405) 2023-10-31 12:00:55 +01:00
Laurent Destailleur
0b9795f34c FIX upload of files src_object_type 2023-10-31 11:52:31 +01:00
Laurent Destailleur
6822afac31 Merge branch '18.0' of git@github.com:Dolibarr/dolibarr.git into 18.0 2023-10-26 13:48:33 +02:00
sonikf
f8d81e3ae0 fix suppliers bills payment url (#26373) 2023-10-26 12:07:28 +02:00
sonikf
1a5592624b fix suppliers bills payment url (#26372) 2023-10-26 12:07:21 +02:00
Laurent Destailleur
1281e7550a Fix log 2023-10-25 17:06:45 +02:00
Laurent Destailleur
1066d8ea53 Fix log 2023-10-25 17:03:37 +02:00
Laurent Destailleur
abfaadb7f8 Fix for backward compatibility 2023-10-25 16:41:46 +02:00
Laurent Destailleur
15e927be31 FIX Bad name for trigger in HRM module 2023-10-17 14:46:51 +02:00
Laurent Destailleur
9feed5a5d9 Fix minimum version 2023-10-12 13:43:46 +02:00
Laurent Destailleur
99406caa3a Merge branch '17.0' of git@github.com:Dolibarr/dolibarr.git into 18.0 2023-09-08 15:26:21 +02:00
Laurent Destailleur
ef01b6a1e9 Merge branch '16.0' of git@github.com:Dolibarr/dolibarr.git into 17.0 2023-09-08 14:32:28 +02:00
Florian HENRY
6e0824bf55 fix: a comment in SQL in -- and space not --comment in one word 2023-09-05 12:26:19 +02:00
Laurent Destailleur
119f6b6a7f Fix missing deletion of an old file 2023-09-04 23:48:23 +02:00
Laurent Destailleur
fed96b7edb Update upgrade2.php 2023-09-03 23:09:14 +02:00
Laurent Destailleur
f5526698be Fix missing migration order to match first install data 2023-09-03 02:52:42 +02:00
Laurent Destailleur
1ac364af6b FIX url to check keyword not saved on partnership from public form 2023-09-02 20:36:16 +02:00
Laurent Destailleur
21a03edafd Clean code 2023-08-31 22:51:21 +02:00
Frédéric FRANCE
e5f9cdd1f4 fix export 2023-08-30 18:56:51 +02:00
Laurent Destailleur
3a384be0c2 FIX Export when old file export_csv.modules.php 2023-08-29 19:27:16 +02:00
Laurent Destailleur
4dc1abedd4 Clean database 2023-08-15 14:17:21 +02:00
Laurent Destailleur
020dd911de Debug v18 2023-08-15 13:51:17 +02:00
Laurent Destailleur
e6905a7733 Debug v18 2023-08-12 12:49:29 +02:00
Laurent Destailleur
bdd1d89101 Merge branch '17.0' of git@github.com:Dolibarr/dolibarr.git into 18.0 2023-08-08 22:08:25 +02:00
Olivier Lesueur
3bc698d0ca FIX #25580 install/step1.php - wrong command line argument used for $main_dir (#25581)
Co-authored-by: Olivier Lesueur <o.lesueur@crm.fnattp.fr>
2023-08-08 21:30:27 +02:00
Laurent Destailleur
d4b343b691 Fix migration with bad default date on task_date 2023-08-06 15:22:55 +02:00
Laurent Destailleur
8646b826e0 Debug v18 2023-08-05 14:09:11 +02:00
Laurent Destailleur
463d24d50c Debug v18 2023-08-05 11:31:50 +02:00
VESSILLER
e2412a1cc7 FIX llx_chargesociales sql for greek 2023-07-07 15:16:56 +02:00
Laurent Destailleur
86864b4d53 Merge branch '17.0' of git@github.com:Dolibarr/dolibarr.git into 18.0 2023-07-06 22:22:26 +02:00
Laurent Destailleur
b10e7b9d57 Merge branch '16.0' of git@github.com:Dolibarr/dolibarr.git into 17.0 2023-07-06 22:10:18 +02:00
Laurent Destailleur
9288084ae0 Merge branch '15.0' of git@github.com:Dolibarr/dolibarr.git into 16.0 2023-07-06 22:08:04 +02:00
Laurent Destailleur
fbe7b8b71c Merge branch '14.0' of git@github.com:Dolibarr/dolibarr.git into 15.0 2023-07-06 22:06:37 +02:00