Commit Graph

6440 Commits

Author SHA1 Message Date
Jacobus Gerards
8a7bfd737d Update llx_accounting_account_nl.sql (#36361)
Fix a typo in account sql for nl (otherwise this will produce a foreign key constraint error when loading the schema)

Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>
2025-11-21 18:53:32 +01:00
Laurent Destailleur
5328433f0d Debug v23 2025-11-20 16:38:56 +01:00
Laurent Destailleur
d9e1973edb Update blockedlog 2025-11-20 13:55:48 +01:00
Alain Cis
01dcb2c4aa [NEW] Add regions for CONGO, THE DEMOCRATIC REPUBLIC OF THE;CD (#36340) 2025-11-20 11:14:35 +01:00
Laurent Destailleur
e96db77fda Look and feel Debug v23 2025-11-18 02:49:47 +01:00
Rudi Herouard
664b0acfb7 NEW Add SQL table for expensereport line extrafields support (#36251) 2025-11-14 15:53:49 +01:00
Eric - CAP-REL
189f9fc0be add gps position for files (#36240)
Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>
2025-11-13 16:26:18 +01:00
Laurent Destailleur
34bd3f5755 Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into
develop
2025-11-12 22:02:50 +01:00
Laurent Destailleur
8c394c70b8 Merge branch '21.0' of git@github.com:Dolibarr/dolibarr.git into 22.0 2025-11-12 21:56:01 +01:00
Marc de Lima Lucio
aa9d5da575 FIX: resize iban column to support encryption (#36237) 2025-11-12 19:08:13 +01:00
Laurent Destailleur
ad165e3712 Clean permissions 2025-11-12 12:55:21 +01:00
Laurent Destailleur
78cb2e0294 Drop a not used column to simplify 2025-11-11 01:20:26 +01:00
Laurent Destailleur
33f3fb5dbb Better implementation for #35929 2025-11-08 15:52:06 +01:00
Laurent Destailleur
1d2d7f04f2 Debug v23 2025-11-06 11:04:10 +01:00
Charlène Benke
e5f71cd278 NEW Add contact tab on product service (#35914)
* Add contact tabs on product

* add contact type for product

* Implement contact management in contact.php

Add contact management functionality for products

* Insert product and service contact types

Added new contact types for products and services.

* Add help URL for product notes

phpstan alert
2025-11-05 22:50:38 +01:00
Nasser
62eafb914a NEW: Currency for the Democratic Republic of Congo added. (#36104)
* NEW: Currency for the Democratic Republic of Congo added.

* FIX: Capitalize the first letter

* FIX: Adding Unicode.
2025-11-05 22:31:08 +01:00
Laurent Destailleur
26c79375f1 Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into
develop
2025-11-05 22:25:42 +01:00
Laurent Destailleur
afd9a21c16 Migration 2025-11-05 22:25:07 +01:00
atm-lena
4e67dd3a81 Payment Mode for Thirdparty : Move tinyint to smallint (#36114)
* M

* Update 22.0.0-23.0.0.sql

* Change mode_reglement type from smallint to integer

---------

Co-authored-by: atm-lena <lena.papazian@atm-consulting.fr>
Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>
2025-11-05 22:19:57 +01:00
Laurent Destailleur
c5cf6f58a6 Doc 2025-11-05 20:47:14 +01:00
Laurent Destailleur
361a88a1c5 Add field email_sent_counter 2025-11-05 19:43:27 +01:00
Laurent Destailleur
2aea630ac2 Add column access hours for users 2025-11-05 14:26:42 +01:00
Laurent Destailleur
6a98306eca Add column vatexemptcode 2025-11-03 18:32:22 +01:00
Laurent Destailleur
776e5b9088 Add column vatexemptcode 2025-11-03 18:30:37 +01:00
Charlène Benke
36b3ddb883 NEW : Add task categories 1/3 (#35848)
* Create llx_categorie_project_task table

* Add primary key and indexes to llx_categorie_project_task

* Add project_task type to category class

* Implement setCategories method in task class

Added setCategories method to manage task categories.

* Add llx_categorie_project_task table with constraints

Create llx_categorie_project_task table and add constraints

* Update copyright and remove setCategories method

Updated copyright year for Charlene Benke and removed the setCategories method.

* Remove project_task constant and related mappings

* Modify primary key for llx_categorie_project_task

Updated primary key constraint for llx_categorie_project_task table.

* Rename llx_categorie_project_task.key.sql to llx_categorie_project_task-project.key.sql

* Rename llx_categorie_project_task.sql to llx_categorie_project_task-project.sql
2025-11-03 10:30:31 +01:00
MDW
436b270b0d Fix: SQL compatibility, increase size for incoterms/code (#36049)
* Fix: SQL compatibility, increase size for incoterms/code

- Modify llx_c_incoterms table to increase code field length
- Use `INSERT IGNORE` or `ON CONFLICT` depending on db type

* Simple sql INSERTs instead of INSERT IGNORE

* Qual: Update Incoterms code field in table definition

Updated the llx_c_incoterms table to modify the code field length, and removed modification in the data file.
2025-11-02 13:26:50 +01:00
Alexandre SPANGARO
2883a7d47a NEW Accountancy - Add reconcile on general accounting account - SQL part (#35994)
* NEW Accountancy - Add reconcile on general accounting account - SQL part

* Copyright

* Change term lettering for matching

---------

Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>
2025-11-01 03:17:27 +01:00
MDW
2030b6a338 NEW: Update Incoterms to 2025 standards and add new terms (#36041)
- Updated existing Incoterms descriptions to reflect 2025 standards
- Added new Incoterms (DTP, DPP, DTP(DHL))
- Added migration script to handle existing installations

Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>
2025-11-01 02:37:58 +01:00
Laurent Destailleur
e47925af7c WIP LNE 2025-10-28 14:14:28 +01:00
Laurent Destailleur
9214ee5d2a Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop 2025-10-28 13:07:31 +01:00
Laurent Destailleur
a1b4d1a06e WIP LNE 2025-10-28 13:07:19 +01:00
Charlène Benke
e69f56acbe New Add color fields on user group (#35646)
* Add color column to llx_usergroup table

* Add color column to llx_usergroup table

* Add color property to user group class

* Add color attribute to user group card

* Add ColorGroup translation to users.lang

* Add ColorGroup translation in French language file

* Fix SQL syntax for adding color column in llx_usergroup

* Fix SQL syntax for adding color column in llx_usergroup

* Fix color column addition in llx_usergroup table

---------

Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>
2025-10-28 02:26:49 +01:00
Regis Houssin
cac1058caf NEW add extraparams field in llx_categorie (#35975) 2025-10-28 01:22:02 +01:00
Laurent Destailleur
69060a6f49 Complete #35888 2025-10-23 14:47:20 +02:00
Alexandre SPANGARO
d6b2b12419 #35859 Review data of payment term by default (#35870)
* #35859 Review data of payment term by default

* Restore rowid

---------

Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>
2025-10-22 17:57:25 +02:00
Laurent Destailleur
7fa99f6e15 QUAL Moved structure of table printer_receipt into sql instead of php 2025-10-22 15:36:16 +02:00
Laurent Destailleur
2c1ab9b40a Clean code 2025-10-22 14:14:58 +02:00
Laurent Destailleur
3bc8d435a4 WIP LNE 2025-10-22 12:35:30 +02:00
Laurent Destailleur
f6004f22ff Add missing index file 2025-10-22 02:44:48 +02:00
Laurent Destailleur
73c559b9d5 Complete llx_oauth_token 2025-10-21 20:22:11 +02:00
Laurent Destailleur
bbb96e3c14 Fix migration of token 2025-10-21 20:16:15 +02:00
Laurent Destailleur
6f88b841e0 Add vat field 2025-10-20 17:57:22 +02:00
Laurent Destailleur
dc6c6b281e Dev Loi Finance 2025-10-20 02:58:42 +02:00
Christophe Battarel
e81cca858e NEW: import subscriptions (#35612)
* NEW: import subscriptions

* remove bad code

* FIX: already declared property is not needed

* Update subscription.class.php

* FIX: change format to please php-stan

* ENH: DolibarrModules::$import_convertvalue_array value format

---------

Co-authored-by: Christophe Battarel <christophe@altairis.fr>
Co-authored-by: Noé Cendrier <noe.cendrier@altairis.fr>
Co-authored-by: Noé Cendrier <81741011+altairis-noe@users.noreply.github.com>
Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>
2025-10-17 18:24:40 +02:00
Laurent Destailleur
493630eb4f Add expire at into token table. SQL part of #35804 2025-10-17 18:18:19 +02:00
Leander Cain Slotosch
174a38b48b ADD new german forme juridique (#35799)
* Add new eGbR forme juridique for Germany

* Add more missing forme juridique for Germany
2025-10-17 01:55:27 +02:00
Laurent Destailleur
ef9e74c4d4 Merge branch '22.0' of git@github.com:Dolibarr/dolibarr.git into develop 2025-10-13 19:55:25 +02:00
Laurent Destailleur
4b4bb7faf6 FIX Status if thirdparty not synchronized with status WON of
opportunity.
2025-10-13 15:21:24 +02:00
Frédéric FRANCE
3bcb82428f PERF Add index to optimize fetch ecm_files by src_object_type and src_object_id (#35708)
* Update 22.0.0-23.0.0.sql

* Update llx_ecm_files.key.sql
2025-10-11 13:39:02 +02:00
sonikf
140d2aa1cd Add required fields for standalone reception and e-reporting (#35694)
* Add required fields for e-reporting

* Add required fields for e-reporting
2025-10-09 18:35:18 +02:00