dolibarr/htdocs/install
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
..
doctemplates New update for templateMail by creating files (#30151) 2024-06-26 18:01:00 +02:00
lib
medias Optimize image file size 2024-05-22 01:00:51 +02:00
mssql
mysql NEW : manage several type of dangerous goods for a same parcel (#30238) 2024-07-06 03:34:48 +02:00
pgsql Clean files not used in v20 2024-06-18 14:14:41 +02:00
sqlite3 QUAL: Add sqlfluff (SQL code and style check) (#29097) 2024-04-16 01:23:27 +02:00
.gitignore
check.php Qual: Apply automatic phan fixes (deprecations, unneeded imports) (#28154) 2024-02-13 21:46:12 +01:00
default.css Debug v20 2024-06-19 17:58:15 +02:00
fileconf.php #NEW force_install_noedit : add value 3 to block all technical parameters excepted main_url (#30080) 2024-06-19 19:27:04 +02:00
inc.php QUAL Update inc.php (#29822) 2024-07-02 01:59:20 +02:00
index.php
install.forced.docker.php #NEW force_install_noedit : add value 3 to block all technical parameters excepted main_url (#30080) 2024-06-19 19:27:04 +02:00
install.forced.sample.php
phpinfo.php
repair.php Trans 2024-06-12 14:42:02 +02:00
robots.txt
step1.php #NEW force_install_noedit : add value 3 to block all technical parameters excepted main_url (#30080) 2024-06-19 19:27:04 +02:00
step2.php Fix arg type to preg_replace by forcing type definition 2024-03-20 04:09:34 +01:00
step4.php Qual: Remove unnecessary use of $_GET 2024-03-28 20:19:28 +01:00
step5.php set default value of $conf->db->dolibarr_main_db_encryption to 0 (#29693) 2024-05-15 17:41:58 +02:00
upgrade.php Try to fix phan warnings 2024-04-28 13:02:49 +02:00
upgrade2.php PHPdoc typing 2024-03-24 11:03:06 +01:00