Commit Graph

7905 Commits

Author SHA1 Message Date
Laurent Destailleur
f1fb8b2440 Removed unexpected files 2023-03-16 09:28:09 +01:00
Laurent Destailleur
0a8ebb7dc4 Removed unexpected files 2023-03-16 09:27:45 +01:00
Laurent Destailleur
f9b9c7eefe Removed unexpected files 2023-03-16 09:27:12 +01:00
Laurent Destailleur
38b82a14b6 Removed unexpected files 2023-03-16 09:26:38 +01:00
Laurent Destailleur
dade946160 Removed unexpected files 2023-03-16 09:26:03 +01:00
Laurent Destailleur
388889a0e3 Table for TakePOS module created only when module is enabled 2023-03-15 15:54:40 +01:00
Laurent Destailleur
e5395c5568 Fix bad file name for table 2023-03-15 15:37:09 +01:00
Laurent Destailleur
01698aba6b Clean corrupted data (bank lines with no bank account) 2023-03-13 19:28:51 +01:00
Laurent Destailleur
4f7c54c125 Debug v18 2023-03-13 15:57:36 +01:00
Frédéric FRANCE
b51bf830d0 fix sql 2023-03-13 15:05:18 +01:00
Laurent Destailleur
7a1404c443 Fix sql 2023-03-13 13:21:48 +01:00
Laurent Destailleur
2660948778 Merge branch '17.0' of git@github.com:Dolibarr/dolibarr.git into develop 2023-03-12 22:08:50 +01:00
Laurent Destailleur
5d31949263 Merge pull request #23897 from alexandre-janniaux/getopt-config/1
NEW inc.php: handle parameters from argv
2023-03-12 17:17:46 +01:00
Laurent Destailleur
1fa419f6d8 Merge manually #23950 2023-03-12 14:35:57 +01:00
atm-gauthier
a3db19c47b Update 17.0.0-18.0.0.sql
FIX : drop index in mysql and pgsql
2023-03-10 19:19:54 +01:00
Gauthier PC portable 024
532bcddfb7 Merge branch 'develop' of github.com:Dolibarr/dolibarr into NEW/element_time_code_integration 2023-03-09 09:30:07 +01:00
Gauthier PC portable 024
b7e633a00b Merge branch 'NEW/element_time_integration_sql' of github.com:atm-gauthier/dolibarr into NEW/element_time_code_integration 2023-03-09 09:28:00 +01:00
Laurent Destailleur
16fc7d512b WIP Work on deposit for other payment mode than CHQ. 2023-03-08 20:24:18 +01:00
Laurent Destailleur
3f264989ce Merge pull request #23906 from FliyFly/qodanaincompatible
Fix (qodana)
2023-03-08 13:21:14 +01:00
Gauthier PC portable 024
a75678ef6a Merge branch 'develop' of github.com:Dolibarr/dolibarr into NEW/element_time_integration_sql 2023-03-08 11:06:21 +01:00
Gauthier PC portable 024
9769fe54a2 NEW : element time integration code 2023-03-08 11:00:58 +01:00
Laurent Destailleur
010ecc865f Doc 2023-03-07 20:56:53 +01:00
Gauthier PC portable 024
551a833696 NEW : migration script + delete old table + rename fields and indexes 2023-03-06 11:19:39 +01:00
Regis Houssin
e480c3f440 FIX missing drop foreign key before modify field 2023-03-06 09:31:39 +01:00
Laurent Destailleur
5893b01e15 Better type for situation_cycle_ref 2023-03-05 14:37:30 +01:00
Gauthier PC portable 024
942467a900 NEW : table llx_element_time to store time spent on several elements (mo, ticket...) 2023-03-03 16:27:28 +01:00
Laurent Destailleur
511b19d27b Revert "NEW Add column ext_payment_site for societe_rib"
This reverts commit a1540c9226.
2023-03-03 13:19:40 +01:00
Laurent Destailleur
a1540c9226 NEW Add column ext_payment_site for societe_rib 2023-03-03 13:15:43 +01:00
Laurent Destailleur
3f2e042f23 Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop 2023-03-02 15:25:27 +01:00
Laurent Destailleur
93022a406c NEW Keep a link between user created from recruitment and application 2023-03-02 15:25:12 +01:00
Laurent Destailleur
380a6340c6 Merge pull request #24063 from aspangaro/18a5
Update official French list of legal form update in september 2022
2023-03-02 14:09:59 +01:00
Laurent Destailleur
7f8b09f0b6 Merge branch '17.0' of git@github.com:Dolibarr/dolibarr.git into develop 2023-03-02 10:48:36 +01:00
Laurent Destailleur
8612a88a2f Sync transifex
Debug v17
2023-03-02 10:38:45 +01:00
Laurent Destailleur
54d1250887 Merge + Clean duplicate trigger code. We must use the context. 2023-03-02 02:19:24 +01:00
Laurent Destailleur
f6271d83db Debug v17 2023-03-01 19:28:32 +01:00
Laurent Destailleur
f740a039f7 Debug v17 2023-03-01 12:34:01 +01:00
Alexandre SPANGARO
1b77abcb8a Update official French list of legal form update in september 2022 2023-02-28 00:00:54 +01:00
Laurent Destailleur
14d6c5fbdb Add missing column for the bank account for SEPA payments 2023-02-27 15:02:01 +01:00
Alexandre Janniaux
3c883c4b31 NEW inc.php: handle parameters from argv
This commit adds support for --help and --config to provide a different
config file when running upgrade.php from commandline. The argv array
is patched afterwards as if the options were never given so that it
stays transparent for the code path that are not aware of those
arguments.

The intention behind is incrementally move the usage of argc/argv to
this location and force help/usage from there, in particular for
upgrading.

The rationale for the --config addition is to be able to provide a
different path for conf.php when multiple dolibarr instance are using
the same readonly htdocs folder, which is already possible by modifying
the `include_path` from PHP for the htdocs/ directory but not for the
htdocs/install directory since relative paths are used to fetch the
config file. Since the use-case is to upgrade/migrate a Dolibarr
instance from CLI, it makes sense to be able to select for which
instance (and database parameters) the upgrade should take place.
2023-02-26 19:32:20 +01:00
Laurent Destailleur
62c6178269 Work on SEPA Stripe Payments 2023-02-24 23:15:54 +01:00
Laurent Destailleur
fdf374fdee Add field to protect a file by a password 2023-02-24 11:15:17 +01:00
FLIO
29e56ab3cf fix (qodana) edit error and merge develop to be update 2023-02-21 17:51:24 +01:00
Laurent Destailleur
44da230012 Clean code 2023-02-21 12:57:36 +01:00
Laurent Destailleur
d89ccaeaad Merge branch '17.0' of git@github.com:Dolibarr/dolibarr.git into develop 2023-02-19 18:18:38 +01:00
Laurent Destailleur
8a283f4de4 Fix missing extraparams column 2023-02-19 17:12:13 +01:00
Laurent Destailleur
0b4cacd291 Use dolChmod 2023-02-17 20:01:53 +01:00
Frédéric FRANCE
70d79f0d3f Update llx_c_socialnetworks.sql 2023-02-16 22:17:52 +01:00
Laurent Destailleur
ebca6e5c0b Merge branch '17.0' of git@github.com:Dolibarr/dolibarr.git into develop 2023-02-15 20:47:45 +01:00
Laurent Destailleur
c31eec1d94 Merge branch '16.0' of git@github.com:Dolibarr/dolibarr.git into 17.0 2023-02-15 20:39:33 +01:00
Laurent Destailleur
94002bf85c Fix sql 2023-02-15 20:38:38 +01:00