Commit Graph

4 Commits

Author SHA1 Message Date
ldestailleur
cf24f34947 Fix SQL 2025-04-25 17:26:17 +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
dolibarr95
c235740544 parcel to package 2019-10-21 08:58:13 +02:00
dolibarr95
6a55aedf59 Create file.
List of parcels details related to an expedition.
2019-10-21 08:46:07 +02:00