Commit Graph

145227 Commits

Author SHA1 Message Date
ldestailleur
d81a2d060e Merge branch '13.0' of git@github.com:Dolibarr/dolibarr.git into 14.0 2025-03-14 11:27:49 +01:00
Clément
e4c0ff5e83 Fix #33446 (#33447)
* Fix #33446

* Update html.form.class.php

---------

Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>
2025-03-14 11:27:07 +01:00
Clément
a4c58bd40b Fix #33446 (#33447)
* Fix #33446

* Update html.form.class.php

---------

Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>
2025-03-14 11:26:28 +01:00
ldestailleur
4b2b81bb09 Restore label 2025-03-14 11:26:09 +01:00
ldestailleur
580365d8be Keep positif label 2025-03-13 23:24:54 +01:00
Laurent Destailleur
051a902f1f Revert "Revert "Reverse const STOCK_ALLOW_NEGATIVE_TRANSFER to STOCK_DISALLOW…" (#33454)
This reverts commit e943c9c97f.
2025-03-13 23:22:40 +01:00
Laurent Destailleur
e943c9c97f Revert "Reverse const STOCK_ALLOW_NEGATIVE_TRANSFER to STOCK_DISALLOW_NEGATIV…" (#33453)
This reverts commit d93e8e2978.
2025-03-13 23:17:02 +01:00
ThomasNgr-OpenDSI
d93e8e2978 Reverse const STOCK_ALLOW_NEGATIVE_TRANSFER to STOCK_DISALLOW_NEGATIVE_TRANSFER (#33444) 2025-03-13 23:15:04 +01:00
ldestailleur
a85ff77e27 Merge branch '21.0' of git@github.com:Dolibarr/dolibarr.git into 21.0 2025-03-13 23:12:42 +01:00
ldestailleur
8449961d9e FIX #33435 Warnings 2025-03-13 23:12:31 +01:00
MDW
ef11cdeb45 Qual: Fix phan notices (pdf_* related) (#33445) 2025-03-13 23:05:15 +01:00
Eric - CAP-REL
8d9dc8c87d translation "by amoun" link (#33440) 2025-03-13 23:04:41 +01:00
Ferran Marcet
82a598d60c Fix: Not loading langs correctly (#33441) 2025-03-13 23:03:26 +01:00
Eric - CAP-REL
97aaff7395 13.0 fix migration missing tms auto update (#33443)
* tms field in llx_product is not updated to default timestamp

* but that's not the only one ...
2025-03-13 23:01:52 +01:00
ldestailleur
abafd8a016 Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop 2025-03-13 11:35:34 +01:00
ldestailleur
e9e2ffa936 Look and feel v22 2025-03-13 11:34:55 +01:00
HENRY Florian
7a1fa20959 fix: allow positive line in creditnote invoice if FACTURE_ENABLE_NEGATIVE_LINES and INVOICE_KEEP_DISCOUNT_LINES_AS_IN_ORIGIN (#33434)
* fix: allow positive line in creditnote invoice if FACTURE_ENABLE_NEGATIVE_LINES and INVOICE_KEEP_DISCOUNT_LINES_AS_IN_ORIGIN

* fix: allow positive line in creditnote invoice if FACTURE_ENABLE_NEGATIVE_LINES and INVOICE_KEEP_DISCOUNT_LINES_AS_IN_ORIGIN
2025-03-13 11:18:17 +01:00
atm-GregM
8942380605 #FIX : datenextrun for CRON (#30724)
* FIX : datenextrun for CRON

* FIX : CRON datenextrun

* replace by idate

---------

Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>
2025-03-13 11:11:17 +01:00
Jyhere
775c125541 FIX: cleanup (double declaration, unused variable) (#33426)
* FIX: cleanup (double declaration, unused variable)

$isSellerInEEC is not used, $facture_static is declared twice

* FIX: cleanup more unused variables

$code_sell_p_notset and $code_sell_t_notset are not used on accountancy/customer/index.php

---------

Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>
2025-03-13 10:47:23 +01:00
ldestailleur
bf95deef24 Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop 2025-03-13 10:46:12 +01:00
ldestailleur
16c7192d98 Clean code 2025-03-13 10:45:40 +01:00
MDW
d362fbfe73 Qual: Fix phan notices (htdocs/fourn) (#33432)
Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>
2025-03-13 10:43:04 +01:00
ldestailleur
d5384f2777 Fix CI 2025-03-13 10:41:42 +01:00
atm-irvine
d38a985ac3 feat(invoice-rec): new rule_for_lines_dates field - Impl (#33252)
* feat(invoice-rec): new rule_for_lines_dates field - Impl

* fix(html-form-class): added type in phpdoc

* chore: renamed $object to $sourceInvoice for create action

* fix(card-rec): error naming variable $sourceInvoice

* fix phan

---------

Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>
2025-03-13 10:37:58 +01:00
ldestailleur
c8271e5356 Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop 2025-03-13 10:23:58 +01:00
ldestailleur
5540d8c980 Clean code 2025-03-13 10:09:34 +01:00
Jyhere
dc2a08bf07 FIX: bookkeeping/export error when not reconciled option is checked (#33433)
Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>
2025-03-13 10:00:07 +01:00
ldestailleur
e19b3ffd9e Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop 2025-03-13 09:59:19 +01:00
ldestailleur
3404e37aae Fix CI 2025-03-13 09:58:56 +01:00
Frédéric FRANCE
a615275436 add date_creation on llx_session (#33429) 2025-03-12 20:44:47 +01:00
MDW
d64298f6c1 Qual: Fix phan notices (htdocs/compta) (#33427) 2025-03-12 20:41:50 +01:00
Jakub Stříbrný
890b24b17a Add hook when printing button for new card (#33408)
* Add hook for print New Card Button in societe/contact.php

If we use canvas on contact module, we need to add canvas into the URL of the "create" button.

* Add hook for print new card button in societe list

To be able to use contact canvas when clicking on create new contact from thirdparty list.

---------

Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>
2025-03-12 20:41:39 +01:00
Mohamed DAOUD
210315fa17 Enhance External Modules Page and Add Pagination (#33414)
* Enhance external modules page

* add trans keys

* fix CI

* Enhance style

---------

Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>
2025-03-12 20:40:05 +01:00
MDW
6aa22582eb Qual: Improve db initialisation script (#33417)
# Qual: Improve db initialisation script

Main update: let the prefix depend on the detected version.
Other:
- Include script in checksum to determine if DB needs to be rebuilt.
- Automatically determine all upgrade versions (17.0.0 was missing).

Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>
2025-03-12 20:39:54 +01:00
github-actions[bot]
880be18a4d PHPStan > Update baseline (#33409)
Co-authored-by: Dolibot <dolibarr-bot@users.noreply.github.com>
Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>
2025-03-12 20:38:06 +01:00
ldestailleur
b685be67e9 Standardize 2025-03-12 20:09:09 +01:00
warnerbryce
2f36edef3b FIX : PAIEMENT Wrong field displayed for DateChequeReceived (#33390) 2025-03-12 19:29:04 +01:00
Yannis Hoareau
9bf2b187f9 Fix fatal error occuring if fk_parent_line set to false (#33412) 2025-03-12 19:23:56 +01:00
MDW
1d32f66d35 Qual: Fix triggers (#33406)
Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>
2025-03-12 19:21:51 +01:00
Florian Mortgat
f7fe6c4f1a FIX warnings (#33423)
* FIX warnings

* fix: empty({function call})
2025-03-12 19:15:24 +01:00
Alexandre SPANGARO
a3456bf182 NEW Accountancy - Add centralized account (SQL & migration part) (#33384)
* NEW Accountancy - Add centralized account (SQL & migration part)

* Better request SQL compatible pgsql
2025-03-12 19:14:45 +01:00
ldestailleur
bd0ad59ec8 Fix phpunit 2025-03-12 18:53:36 +01:00
ldestailleur
9eb2f96d38 Clean code 2025-03-12 18:34:17 +01:00
ldestailleur
8d4a3b602d Fix phpunit test export categories 2025-03-12 16:25:56 +01:00
ldestailleur
675fbc2761 FIX Add one more column too much in import 2025-03-12 16:25:40 +01:00
ldestailleur
acf84cec9b Better log 2025-03-12 15:55:11 +01:00
atm-irvine
29adc8d242 fix: thirdparty substitutions var ignored on automatic event (#33393)
* fix: thirdparty substitutions var ignored on automatic event

* avoid fetch_thirdparty if already instance of Societe
2025-03-11 21:43:23 +01:00
atm-corentin
abd95b1681 Fix the update of timespent (#32552) 2025-03-11 20:45:07 +01:00
ldestailleur
0d17d0a478 Merge branch '21.0' of git@github.com:Dolibarr/dolibarr.git into 21.0 2025-03-11 17:32:23 +01:00
ldestailleur
2fa9fbdb9a Merge branch '20.0' of git@github.com:Dolibarr/dolibarr.git into 21.0 2025-03-11 17:32:09 +01:00