Commit Graph

119596 Commits

Author SHA1 Message Date
Laurent Destailleur
957a0adc94 Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop 2023-03-17 19:15:12 +01:00
Laurent Destailleur
ae7fdc4750
Merge pull request #24230 from cmfpmatik/dev2023
UP function : Add multiple transfert banking
2023-03-17 19:13:56 +01:00
Laurent Destailleur
b8c169ac18
Merge pull request #24203 from frederic34/moduledoc
add doc
2023-03-17 19:11:20 +01:00
Laurent Destailleur
2ebf152884
Merge pull request #24238 from lastmikoi/issue-24138-birthday-sql-error
FIX #24138 Fix box_birthdays SQL for postgres
2023-03-17 18:45:13 +01:00
Laurent Destailleur
27edc8f8f4
Merge pull request #24234 from jyhere/jyhere/fix-listselect-hooks
FIX: remove obsolete preg_replace for removing commat at the beginnin…
2023-03-17 18:22:07 +01:00
Laurent Destailleur
8dcba9151f
Merge pull request #24236 from OPEN-DSI/develop_generate_document_on_product_batch_files
NEW: Generate documents on product batch (Files)
2023-03-17 18:19:10 +01:00
Laurent Destailleur
55bf52f3f0
Merge pull request #24235 from OPEN-DSI/develop_generate_document_on_product_batch_sql
NEW: Generate documents on product batch (SQL)
2023-03-17 18:18:45 +01:00
Laurent Destailleur
2715b67f70
Merge pull request #24237 from jyhere/jyhere/fix-commandestats
FIX: Broken SQL query for order stats when societe->client->voir rights are empty
2023-03-17 18:18:07 +01:00
Laurent Destailleur
a0e48653df
Merge pull request #24239 from solution-libre/fix-line-edition-in-supplier-order
Fix line edition in supplier order
2023-03-17 17:58:16 +01:00
Laurent Destailleur
515aef0bea
Merge pull request #24227 from ymollard/membership-rephrase-public
Make the "public" setting clearer in the UI
2023-03-17 16:32:31 +01:00
Laurent Destailleur
7541a2932f
Merge pull request #24248 from jyhere/jyhere/patch-margins
FIX : fatal error when margin enable, User::hasRight() when checking a margin right
2023-03-17 16:25:06 +01:00
Laurent Destailleur
5df6c03e0b NEW Add mass action delete on VAT 2023-03-17 16:21:34 +01:00
Laurent Destailleur
a612c131f7 NEW Add mass action delete on VAT 2023-03-17 16:15:31 +01:00
Laurent Destailleur
98b01fdc1f Fix complete tooltip 2023-03-17 15:28:07 +01:00
Jyhere
78cf8dd8eb FIX : fatal error when margin enable (missing check on element), fix User::hasRight() when checking a margin right 2023-03-17 11:42:06 +01:00
Laurent Destailleur
ba35b405cb Merge branch '17.0' of git@github.com:Dolibarr/dolibarr.git into develop 2023-03-17 01:31:05 +01:00
Laurent Destailleur
1e6f856e11 Merge branch '16.0' of git@github.com:Dolibarr/dolibarr.git into 17.0 2023-03-17 01:26:54 +01:00
Laurent Destailleur
1793b84d4c Fix disable an option that should not be available by default. 2023-03-17 01:26:31 +01:00
Laurent Destailleur
3a2a73fd02
Merge pull request #24229 from Easya-Solutions/16.0_fix-ticket-public-ajax-protection2
FIX missing protection on ajax public ticket page for valid email
2023-03-17 01:16:56 +01:00
Florent Poinsaut
cb93a462c1
Fix line edition in supplier order 2023-03-16 18:16:18 +01:00
kkhelifa
2b1457c7d7 Fix Stickler CI 2023-03-16 17:17:40 +01:00
Mickaël 'lastmikoi' FALCK
f136cee0f2
FIX #24138 Fix box_birthdays SQL for postgres
PR #21631's implementation causes issues with PostgreSQL and potentially
other stricter RDBMSes, indeed doing an ORDER BY using a function is not
supported.

In this fix we're computing the day of each user birthday and
employment day in the SELECT columns, and use those columns as a sorting
key.
2023-03-16 17:03:28 +01:00
kkhelifa
a73665f83f NEW: Generate documents on product batch (Files) 2023-03-16 17:01:22 +01:00
Jyhere
3e8da8bbe0 FIX: Broken SQL query for order stats when empty societe->client->voir rights 2023-03-16 16:59:31 +01:00
kkhelifa
99427dcc16 NEW: Generate documents on product batch (SQL) 2023-03-16 16:50:26 +01:00
Jyhere
ecfa7f1676 FIX: remove obsolete preg_replace for removing commat at the beginning... needed to work 2023-03-16 14:58:44 +01:00
Laurent Destailleur
066e041783 Doc 2023-03-16 12:35:06 +01:00
Laurent Destailleur
15fcf43d39 Use md format 2023-03-16 12:31:22 +01:00
stickler-ci
6dc5e3a709 Fixing style errors. 2023-03-16 11:30:43 +00:00
Maxime Nicolas
596aefa008 Merge branch 'dev2023' of https://github.com/cmfpmatik/dolibarr into dev2023 2023-03-16 12:15:26 +01:00
Maxime Nicolas
887b3d49ea update interbank transfer 2023-03-16 12:15:19 +01:00
VESSILLER
84afd61eba FIX missing protection on ajax public ticket page for valid email 2023-03-16 11:21:56 +01:00
Laurent Destailleur
b2afcad3f5 Merge branch '17.0' of git@github.com:Dolibarr/dolibarr.git into develop 2023-03-16 09:43:30 +01:00
Laurent Destailleur
882857ce08 Merge branch '16.0' of git@github.com:Dolibarr/dolibarr.git into 17.0 2023-03-16 09:42:01 +01:00
Laurent Destailleur
5e49ed17d3 Merge branch '15.0' of git@github.com:Dolibarr/dolibarr.git into 16.0 2023-03-16 09:36:44 +01:00
Laurent Destailleur
6add56a425 Merge branch '14.0' of git@github.com:Dolibarr/dolibarr.git into 15.0 2023-03-16 09:35:23 +01:00
Laurent Destailleur
5c0179d5ed Merge branch '13.0' of git@github.com:Dolibarr/dolibarr.git into 14.0 2023-03-16 09:32:50 +01:00
Laurent Destailleur
5af17195b7 Merge branch '12.0' of git@github.com:Dolibarr/dolibarr.git into 13.0 2023-03-16 09:31:50 +01:00
Laurent Destailleur
a52ae607ba Merge branch '11.0' of git@github.com:Dolibarr/dolibarr.git into 12.0 2023-03-16 09:30:36 +01:00
Laurent Destailleur
6aa8ba8935 Removed unexpected files 2023-03-16 09:29:10 +01:00
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
Yoan Mollard
ccfb689054 Make the "public" setting clearer in the UI 2023-03-16 02:23:39 +01:00
Laurent Destailleur
72798f60a1 Update demo file 2023-03-15 16:22:01 +01:00
Laurent Destailleur
969cefd272 Clean demo file 2023-03-15 16:19:14 +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