Commit Graph

9588 Commits

Author SHA1 Message Date
Laurent Destailleur
de8f15ce38 Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into
develop
2026-02-23 00:11:16 +01:00
Laurent Destailleur
7728f8c895 WIP LNE 2026-02-21 11:44:43 +01:00
Laurent Destailleur
11d4fafca0 Version module 2026-02-19 22:29:20 +01:00
Laurent Destailleur
37a67f6fa6 Debug v24 2025-01-15 10:25:47 +01:00
Laurent Destailleur
de0832bcea Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into
develop
2026-02-17 17:23:29 +01:00
Laurent Destailleur
9ff8eb695e Debug v23 2026-02-17 16:59:07 +01:00
Laurent Destailleur
7f06c6b326 Debug 2026-02-16 05:48:39 +01:00
Laurent Destailleur
7328aeacf9 Work on LNE 2026-02-16 04:04:17 +01:00
Laurent Destailleur
f022de3ff2 WIP LNE 2026-02-12 21:43:54 +01:00
Vincent Maury
3623872851 Fix #33521 VAT total false (#36990)
* - Fix #33521 VAT total false
- Fix some warnings
- Fix : delete $this->vat_rate

* - Fix #33521 VAT total false
- Fix some warnings
- Fix  :delete $this->tva array (replaced by $this->tva_array)

* - Fix #33521 VAT total false
- Fix some warnings
- Fix  :delete $this->tva array (replaced by $this->tva_array)

* Update pdf_octopus.modules.php

* Update pdf_octopus.modules.php

* Update pdf_octopus.modules.php

* Update pdf_octopus.modules.php

* Update pdf_octopus.modules.php

---------

Co-authored-by: vmaury <vmaury@vmaury-Lafite-Pro-16-AMD>
Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>
2026-02-11 03:07:58 +01:00
minimexat
92562150ec QUAL Replace var_export() with json_encode() in dol_syslog() calls (#37138)
var_export() produces multiline output that breaks log aggregators
(Loki, Splunk, Elasticsearch, Graylog) as each line becomes a separate
log entry.

json_encode() produces single-line structured output that works correctly
with all log aggregation tools. This pattern is already used elsewhere
in Dolibarr (accountancy, install modules).

Files changed:
- core/class/commoninvoice.class.php (payment intent logging)
- core/class/commonobject.class.php (payment terms logging)
- core/modules/mailings/advthirdparties.modules.php (mailing targets)
- core/modules/oauth/google_oauthcallback.php (userinfo logging)
- core/modules/oauth/generic_oauthcallback.php (userinfo logging)
- public/payment/newpayment.php (GET/POST debug logging)
- public/payment/paymentok.php (payment tag logging)
- public/stripe/ipn.php (Stripe event data logging)
- paypal/lib/paypal.lib.php (PayPal response logging)
- api/index.php (API debug logging)
- stripe/class/stripe.class.php (payment/setup intent logging)

Co-authored-by: f-hoedl <hoefla14@htl-kaindorf.ac.at>
Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>
2026-02-11 01:44:21 +01:00
Laurent Destailleur
9f9ca3faf7 Merge branch '23.0' of git@github.com:Dolibarr/dolibarr.git into develop 2026-02-10 20:36:42 +01:00
Laurent Destailleur
bbbf405d3a Merge branch '22.0' of git@github.com:Dolibarr/dolibarr.git into 23.0 2026-02-10 20:18:58 +01:00
Frédéric FRANCE
89d15ac306 fix phpdoc comment (#37184)
* fix phpdoc comment

* fix phpdoc comment

---------

Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>
2026-02-10 15:50:34 +01:00
hansemschnokeloch
6d0e42a82e Fix file path comment in supplier invoice module (#37133)
Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>
2026-02-10 15:32:41 +01:00
hansemschnokeloch
23780ad765 Fix file path comment in supplier invoice module (#37133)
Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>
2026-02-10 15:31:51 +01:00
Laurent Destailleur
8150d06abe Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop 2026-02-10 15:10:25 +01:00
Laurent Destailleur
7715579d71 ci 2026-02-10 15:10:11 +01:00
hansemschnokeloch
16cec77d5b Replace var_export with new function formatLogObject (#37178) 2026-02-10 15:01:34 +01:00
Laurent Destailleur
9b7fb5e28f CI 2026-02-10 01:26:08 +01:00
Laurent Destailleur
6d26cec36c CI 2026-02-10 00:50:53 +01:00
Alexandre SPANGARO
f9aaaffcd1 FIX Product - Warning on admin (#37157)
Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>
2026-02-10 00:46:51 +01:00
hansemschnokeloch
acb45dd61c Fix typo in file path (#37160)
Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>
2026-02-09 23:50:17 +01:00
Laurent Destailleur
6251540dc9 Debug CI 2026-02-09 22:43:56 +01:00
Laurent Destailleur
1c59868e79 CI 2026-02-09 19:43:22 +01:00
Laurent Destailleur
45abf7643c CI 2026-02-09 19:29:17 +01:00
Laurent Destailleur
233a70b5e2 Debug setup navigation 2026-02-09 18:28:53 +01:00
Laurent Destailleur
4c4a3d23eb Debug registration process 2026-02-09 18:04:59 +01:00
Laurent Destailleur
a2822764e5 WIP LNE 2026-02-09 07:11:20 +01:00
Laurent Destailleur
a84271f339 More legal info 2026-02-09 03:21:18 +01:00
Jarvis
07cb0adade Update modProduct.class.php (#37087)
Fix: allow import of sell_or_eat_by_mandatory for products

Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>
2026-02-08 22:27:12 +01:00
Jarvis
9d52c129e4 Update modProduct.class.php (#37087)
Fix: allow import of sell_or_eat_by_mandatory for products

Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>
2026-02-08 22:26:21 +01:00
yveslg
4951edfbd0 Fix/accountancy pdf wrong labels (#37153)
* FIX #37147 Limit account fetch to active chart of accounts in PDF exports

When multiple chart of accounts have the same account number, the PDF
exports (balance and ledger) could retrieve the wrong account label.

* FIX #37147 Decode HTML entities in balance PDF account group labels

The balance PDF export was displaying HTML entities (like &EACUTE;) instead
of properly decoded characters (like É) in account group labels.
2026-02-08 20:09:40 +01:00
MDW
1166dd305b Qual: Update comments from French to English (#37097)
* Qual: Update comments from French to English

# Qual: Update comments from French to English

* Qual: Fix missing initialisations

---------

Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>
2026-02-08 15:29:53 +01:00
Laurent Destailleur
8a8ba06698 Fix CI 2026-02-08 15:28:19 +01:00
Laurent Destailleur
28a7c69f11 Merge branch '23.0' of git@github.com:Dolibarr/dolibarr.git into develop 2026-02-08 14:56:01 +01:00
Laurent Destailleur
4a7c6c6700 Merge branch '22.0' of git@github.com:Dolibarr/dolibarr.git into 23.0 2026-02-08 14:55:13 +01:00
Laurent Destailleur
afc3879d84 Merge branch '21.0' of git@github.com:Dolibarr/dolibarr.git into 22.0 2026-02-08 14:53:59 +01:00
Alexandre SPANGARO
7bb57721bb FIX Invoice - Don't show discount on credit note type (#37145) 2026-02-08 14:29:25 +01:00
Laurent Destailleur
04c72eea0f Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into
develop
2026-02-08 13:15:16 +01:00
Laurent Destailleur
574b4b5d62 Merge branch '22.0' of git@github.com:Dolibarr/dolibarr.git into 23.0 2026-02-08 13:12:52 +01:00
Laurent Destailleur
a781d91469 Merge branch '23.0' of git@github.com:Dolibarr/dolibarr.git into develop 2026-02-07 22:04:13 +01:00
Laurent Destailleur
7b91fdcfa5 Better rate showing 2026-02-07 17:22:46 +01:00
Laurent Destailleur
e5b2243565 Merge branch '23.0' of git@github.com:Dolibarr/dolibarr.git into develop 2026-02-07 17:13:24 +01:00
Laurent Destailleur
50e7d41f7a Fix missing lagal requirement 2026-02-07 17:09:43 +01:00
Laurent Destailleur
d11c85be43 Debug v23 2026-02-07 12:06:35 +01:00
Laurent Destailleur
d03e1bd940 Debug v23 2026-02-07 12:05:53 +01:00
Laurent Destailleur
cabc42f308 Close #36975 2026-02-04 18:05:40 +01:00
Laurent Destailleur
5453a7a79b Close #36975 2026-02-04 18:05:10 +01:00
Frédéric FRANCE
80f9839253 translate french doc to english (#37064)
* fix french doc

* fix french doc

* fix french doc

* fix french doc

* fix

* fix

* fix

* fix
2026-02-04 14:49:13 +01:00