dolibarr/htdocs/install
VIAL-GOUTEYRON Quentin 5847c6b687
NEW : Add llx_socpeople.use_thirdparty_address column (#39499)
Data structure only, submitted standalone as asked by CONTRIBUTING.md, so it can be
reviewed and accepted before the code that uses it.

A contact can either carry its own address or reuse the address of its thirdparty.
Today the choice is guessed from the content of the address fields, which cannot tell
an empty address from a deliberate "use the thirdparty address". The new column stores
the choice explicitly.

  0     = use the address of the contact
  1     = use the address of the linked thirdparty
  NULL  = legacy resolution, the value for every existing record, so an existing
          alternative address stays independent from its thirdparty address.

Code side: #38118.
2026-08-19 02:41:55 +02:00
..
doctemplates
lib
medias
mssql
mysql NEW : Add llx_socpeople.use_thirdparty_address column (#39499) 2026-08-19 02:41:55 +02:00
pgsql
sqlite3
.gitignore
check.php Fix typo in message (#39028) 2026-07-02 12:50:19 +02:00
default.css Debug setup install. Show warnings on problems. 2026-07-24 09:47:32 +02:00
fileconf.php Fix suggested path in install process 2026-06-12 19:00:27 +02:00
inc.php Debug setup install. Show warnings on problems. 2026-07-24 09:47:32 +02:00
index.php Merge branch '23.0' of git@github.com:Dolibarr/dolibarr.git into develop 2026-07-02 12:49:14 +02:00
install.forced.sample.php fix doc (#38605) 2026-06-05 00:01:19 +02:00
phpinfo.php
repair.php Qual: Fix 'SqlInjection' notices (#39213) 2026-07-19 17:32:14 +02:00
robots.txt
step1.php Add dolSort to offer a secured solution to use sort in dynamic fields 2026-08-15 17:54:12 +02:00
step2.php Qual: Fix 'SqlInjection' notices (#39220) 2026-07-20 02:51:00 +02:00
step4.php FIX Several trouble with demo docker packages. More secured way to use 2026-03-07 14:52:53 +01:00
step5.php Debug setup install. Show warnings on problems. 2026-07-24 09:47:32 +02:00
upgrade.php Qual: Fix 'SqlInjection' notices (#39216) 2026-07-23 19:06:39 +02:00
upgrade2.php Debug v24 2026-07-24 10:00:13 +02:00