Commit Graph

4369 Commits

Author SHA1 Message Date
ldestailleur
5de4d8a166 Standardize category tables 2025-02-17 14:02:39 +01:00
ldestailleur
fc96a88bd9 Standardize category tables 2025-02-17 14:01:16 +01:00
ldestailleur
8e411b3ead Standardize category tables 2025-02-17 13:59:59 +01:00
ldestailleur
9af5292cc3 Standardize category tables 2025-02-17 13:58:47 +01:00
ldestailleur
d800b721fd Standardize category tables 2025-02-17 13:52:52 +01:00
ldestailleur
3339ca0ed7 Standardize category tables 2025-02-17 13:45:16 +01:00
Lucas Marcouiller
00482b7e3d Merge branch 'develop' into New-status-for-webhook 2025-02-11 14:25:30 +01:00
Laurent Destailleur (aka Eldy)
68ffd2b6a8 Doc 2025-02-07 12:51:44 +01:00
Frédéric FRANCE
262a07f5fa dict type contact 2025-01-29 09:25:23 +01:00
Frédéric FRANCE
40d8bea77e dict type contact 2025-01-29 09:14:13 +01:00
Noé Cendrier
758f1398a8 FIX: float is not int 2025-01-28 15:37:32 +01:00
Laurent Destailleur
adae4f0fb3 Merge branch '21.0' of git@github.com:Dolibarr/dolibarr.git into develop 2025-01-27 01:37:52 +01:00
Laurent Destailleur
940e42c1e4 Merge branch '20.0' of git@github.com:Dolibarr/dolibarr.git into 21.0 2025-01-27 01:30:34 +01:00
Frédéric FRANCE
53ec7e48d1 fix comments 2025-01-24 09:59:02 +01:00
Lucas Marcouiller
edb865f686 Merge branch 'develop' into New-status-for-webhook 2025-01-23 11:15:47 +01:00
Mélina JOUM
cb18ba20d4 ADD: packaging column for product 2025-01-21 15:38:10 +01:00
Laurent Destailleur (aka Eldy)
f11d701486 Merge branch '21.0' of git@github.com:Dolibarr/dolibarr.git into develop 2025-01-19 15:02:20 +01:00
Laurent Destailleur (aka Eldy)
3598855e74 Debug v21 - type of public note 2025-01-17 16:18:56 +01:00
Laurent Destailleur (aka Eldy)
3c2f6739d1 Merge branch '21.0' of git@github.com:Dolibarr/dolibarr.git into develop 2025-01-16 14:06:23 +01:00
Laurent Destailleur (aka Eldy)
6f26816185 Migration 2025-01-16 14:02:43 +01:00
Laurent Destailleur (aka Eldy)
2ae7549563 Debug v21 2025-01-16 14:02:08 +01:00
Laurent Destailleur (aka Eldy)
b178466577 Fix migration 2025-01-13 00:08:36 +01:00
Laurent Destailleur (aka Eldy)
f6115ec70b Merge branch '21.0' of git@github.com:Dolibarr/dolibarr.git into develop 2025-01-13 00:07:00 +01:00
Laurent Destailleur (aka Eldy)
1fa16d7aa0 Debug v21 - ban was truncated 2025-01-13 00:02:38 +01:00
Laurent Destailleur (aka Eldy)
22772adc48 Doc 2025-01-12 23:45:13 +01:00
Laurent Destailleur (aka Eldy)
30f804706f Comment 2025-01-12 23:04:08 +01:00
Laurent Destailleur (aka Eldy)
f3ddd7f60a Fix size of field 2025-01-12 23:00:37 +01:00
Laurent Destailleur (aka Eldy)
7c3b92e02b NEW Add ip into table of website accounts 2025-01-10 13:04:12 +01:00
Lucas Marcouiller
1b8a9c2431 Merge branch 'develop' into New-status-for-webhook 2025-01-09 10:48:18 +01:00
Laurent Destailleur (aka Eldy)
cbd677040e Port #32544 in develop 2025-01-06 16:36:10 +01:00
Laurent Destailleur
87fb7eec65 Revert "FIX missing entity field in llx_holiday_config" 2025-01-06 16:10:38 +01:00
Regis Houssin
f42fbb6399 FIX missing entity field in llx_holiday_config 2025-01-06 15:17:47 +01:00
Laurent Destailleur (aka Eldy)
716c89219b Prepare v22 2025-01-05 18:04:56 +01:00
Laurent Destailleur (aka Eldy)
196ecafee3 Migration 2025-01-03 13:09:07 +01:00
Regis Houssin
6d7350541a FIX prepare the possibility of having different payment methods per
entity (eg RUM/SEPA)
2024-12-13 13:14:22 +01:00
Laurent Destailleur (aka Eldy)
4e6d3217bc Merge branch '20.0' of git@github.com:Dolibarr/dolibarr.git into develop 2024-12-02 01:58:06 +01:00
Laurent Destailleur (aka Eldy)
5c321cc678 Merge branch '20.0' of git@github.com:Dolibarr/dolibarr.git into 20.0 2024-12-02 01:52:08 +01:00
Alexandre Janniaux
b02742ebe1 FIX #32178: repair.php: fix missing 'as' with Postgres (#32179)
Fix the following SQL error when executing the repair script on 19.0.x
and above.

        Error DB_ERROR_SYNTAX (Req 159): create table tmp_bank_url_expense_user (select e.fk_user_author, bu2.fk_bank from llx_expensereport as e, llx_bank_url as bu2 where bu2.url_id = e.rowid and bu2.type = 'payment_expensereport');
        ERROR: 42601: syntax error at or near "select" LINE 1: create table tmp_bank_url_expense_user (select e.fk_user_aut... ^ LOCATION: scanner_yyerror, scan.l:1145
2024-12-01 23:03:08 +01:00
Laurent Destailleur (aka Eldy)
ca5335a719 Fix migration 2024-11-29 18:13:06 +01:00
atm-GregM
34b2f25875 FIX data too long for column signature (#32144)
* Fix data too long for column signature

* Fix data too long for column signature
2024-11-29 14:47:15 +01:00
Laurent Destailleur
bc83d330b6 Debug v21 2024-11-25 03:16:30 +01:00
Laurent Destailleur
20002f20f6 Fix too short size field 2024-11-24 22:49:58 +01:00
Laurent Destailleur
4bc1eebcb5 Merge branch '20.0' of git@github.com:Dolibarr/dolibarr.git into develop 2024-11-21 12:47:48 +01:00
Laurent Destailleur
c907327e3c Fix removed foreign key not on a unique key 2024-11-21 09:08:54 +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
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