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>
* 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
* 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
* 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.
* NEW Accountancy - Add reconcile on general accounting account - SQL part
* Copyright
* Change term lettering for matching
---------
Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>