Commit Graph

7619 Commits

Author SHA1 Message Date
Frédéric FRANCE
fe6e31a81d fix install 2023-05-03 12:29:11 +02:00
Laurent Destailleur
759ddd2d73 Clean code 2023-05-01 16:21:00 +02:00
sonikf
f87decd796 Update 16.0.0-17.0.0.sql 2023-04-30 00:26:47 +03:00
Laurent Destailleur
cfff62c2fa Clean code 2023-04-29 15:46:44 +02:00
Alexandre Janniaux
9b2ffafd93 Fix install/inc: detect unknown options
Previous commit 3c883c4b31 added support
for parsing option -- in particular -c/--config -- and added some way of
detecting invalid arguments. But the detection was incorrect.

getopt will stop looking for arguments when it detects a non-argument
(dash-prefixed) which is not an option parameter, but checking that
options were all consumed should be done right after by comparing the
options up to this last non-argument and those that were detected.

This only displays the first unrecognized option, mimicking the
behaviour of most software.
2023-04-28 14:26:52 +02:00
Alexandre Janniaux
f19a36856b install/inc: add some usage documentation
Change the way the existing script syntax is documented and add the
syntax and options for the step2.php script.
2023-04-27 19:12:58 +02:00
Alexandre Janniaux
d7f715cc36 Fix: install/inc: remove optional argument check
htdocs/install/step2.php has two optional argv parameters: action and
selectlang.

It doesn't have any version indicator, and thus doesn't have any
constraint on the number of parameters, so remove it from inc.php.

The constraint can still be re-included in the other files including
inc.php, as well as the other script-specific options.
2023-04-27 19:00:58 +02:00
Laurent Destailleur
b31dbdc5ea Add dictionary table for invoice subtypes (country specific) 2023-04-26 11:51:14 +02:00
Laurent Destailleur
a5a55b37c5 Add column subtype 2023-04-26 11:28:05 +02:00
Laurent Destailleur
c891196b5b Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into
develop
2023-04-25 21:02:01 +02:00
Laurent Destailleur
8cd8b5f401 Merge branch '16.0' of git@github.com:Dolibarr/dolibarr.git into 17.0 2023-04-23 22:12:06 +02:00
Laurent Destailleur
b9a014cd06 Merge pull request #24538 from atm-lena/develop_NEW_DefaultWorkstation_BomAndOfLine
Add fk_default_workstation  on bom line and mrp production
2023-04-18 20:42:59 +02:00
Laurent Destailleur
a30242eadc Merge pull request #24507 from frederic34/repair_script
NEW repair script skip views
2023-04-18 17:24:52 +02:00
Laurent Destailleur
e9e44f7813 Merge pull request #24523 from BayramGrbz45/patch-1
Update llx_10_c_regions.sql
2023-04-18 17:18:32 +02:00
Laurent Destailleur
778020988d Merge pull request #24524 from BayramGrbz45/patch-2
Update llx_c_tva.sql
2023-04-18 17:17:44 +02:00
Laurent Destailleur
859df8543b Merge pull request #24525 from BayramGrbz45/patch-3
Update llx_20_c_departements.sql
2023-04-18 17:17:20 +02:00
x
939d5cc322 Add fk_default_workstation on bom line and mrp production 2023-04-18 10:26:51 +02:00
Bayram Gürbüz
69bca5da4b Update llx_c_revenuestamp.sql
fix tipo
2023-04-17 03:13:20 +03:00
Bayram Gürbüz
f376fce8b5 Update llx_c_revenuestamp.sql
Turkey Revenue stamp tax added
2023-04-17 03:02:42 +03:00
Bayram Gürbüz
c58840d32b Update llx_20_c_departements.sql
typo fixed
2023-04-17 02:34:12 +03:00
Bayram Gürbüz
ed4331ee16 Update llx_c_currencies.sql
Turkey Lira currency sign fixed
2023-04-17 02:27:44 +03:00
Bayram Gürbüz
80a6d08e84 Update llx_20_c_departements.sql
Turkiye cities added
2023-04-17 02:21:20 +03:00
Bayram Gürbüz
f0d4dc1caf Update llx_c_tva.sql
Turkey Vat added
2023-04-17 01:41:37 +03:00
Bayram Gürbüz
0c251d64bb Update llx_10_c_regions.sql
Turkey regions added
2023-04-17 01:35:33 +03:00
Laurent Destailleur
6b7de51d21 Work on PHP 8 compatibility 2023-04-15 01:52:35 +02:00
Frédéric FRANCE
834cb83047 NEW repair script skip views 2023-04-14 10:06:10 +02:00
Regis Houssin
49ce8bed7e FIX missing entity field in unique index (since v16) 2023-04-12 15:48:05 +02:00
Regis Houssin
24aee0a274 FIX missing entity field in unique index 2023-04-12 15:44:56 +02:00
Laurent Destailleur
0662f2cc91 Try to add tooltips to explain goal of advanced options 2023-04-09 18:48:51 +02:00
Laurent Destailleur
8e1ffe6f1d Merge branch 'develop' into 18a5 2023-04-09 18:00:44 +02:00
Laurent Destailleur
f4d60d0b70 Add field name_from 2023-04-09 13:04:37 +02:00
Laurent Destailleur
8f3bd5ab07 Add info for opt out email 2023-04-09 13:00:34 +02:00
Alexandre SPANGARO
092cee40a6 Merge remote-tracking branch 'upstream/develop' into 18a5 2023-04-08 05:58:14 +02:00
Laurent Destailleur
6dfb3978f2 Update dao to support evenunsubscribe. 2023-04-07 19:44:11 +02:00
Laurent Destailleur
2bc2a5e791 Add column evenunsubscribe for emailing 2023-04-07 19:10:52 +02:00
Laurent Destailleur
fd240cd503 Add defaultfortype into table for email templates. 2023-04-07 10:34:20 +02:00
Alexandre SPANGARO
b29eba6e00 NEW: Accountancy - Manage intra-community VAT on supplier invoices - FPC22 2023-04-06 08:47:28 +02:00
Laurent Destailleur
f47944b325 Close #24051 2023-04-05 01:16:54 +02:00
Laurent Destailleur
f223c07284 Merge pull request #24413 from aspangaro/18a7
Fix v18 migration script
2023-04-04 21:30:30 +02:00
Laurent Destailleur
71a5cac06f Doc 2023-04-04 11:55:35 +02:00
Alexandre SPANGARO
947dadfaa8 Fix v18 migration script 2023-04-02 08:28:56 +02:00
Laurent Destailleur
e3ed7b47d6 Code comment 2023-04-01 13:17:42 +02:00
Laurent Destailleur
89aa79058c Code comment 2023-03-31 19:47:52 +02:00
Laurent Destailleur
43f0cf8513 Update llx_product_fournisseur_price_log.key.sql 2023-03-31 01:24:25 +02:00
Laurent Destailleur
e957e8faaf Update 17.0.0-18.0.0.sql 2023-03-31 01:24:13 +02:00
Frédéric FRANCE
6d211b9a1a optimize supplier price log 2023-03-30 10:21:42 +02:00
Frédéric FRANCE
0243fe9d51 optimize supplier price log 2023-03-30 10:21:27 +02:00
Laurent Destailleur
5b0b874535 NEW Add a status on supplier price ref (WIP to close a supplier ref) 2023-03-28 21:30:08 +02:00
Laurent Destailleur
ab92bd5860 Merge branch '17.0' of git@github.com:Dolibarr/dolibarr.git into develop 2023-03-24 19:52:32 +01:00
Laurent Destailleur
e247337fc2 Merge branch '16.0' of git@github.com:Dolibarr/dolibarr.git into 17.0 2023-03-24 19:47:24 +01:00