2
0
forked from Wavyzz/dolibarr
Commit Graph

4949 Commits

Author SHA1 Message Date
Laurent Destailleur
3f3ef6f254 Merge branch 'develop' into new-trigger-showonlynepaymenturl 2024-01-28 12:58:25 +01:00
Laurent Destailleur
62e25855e5 Merge branch '19.0' of git@github.com:Dolibarr/dolibarr.git into develop 2024-01-28 00:40:53 +01:00
Laurent Destailleur
f3ce7a2a93 Debug v19 Fix label of option 2024-01-28 00:37:48 +01:00
Hystepik
69289f5005 New hook to allow module show onlinepaymenturl 2024-01-26 15:41:13 +01:00
Laurent Destailleur
c49e0bf46b Merge branch '19.0' of git@github.com:Dolibarr/dolibarr.git into develop 2024-01-26 03:58:41 +01:00
Laurent Destailleur
06a90b5d1b Update facture.class.php 2024-01-26 02:27:09 +01:00
Laurent Destailleur
c8e11e1145 Update facture.class.php 2024-01-26 02:26:26 +01:00
Laurent Destailleur
5d60fb6da8 Merge branch '18.0' of git@github.com:Dolibarr/dolibarr.git into 19.0
Conflicts:
	htdocs/filefunc.inc.php
2024-01-26 00:24:30 +01:00
Laurent Destailleur
eb3a6e2297 Clean code 2024-01-26 00:20:14 +01:00
Maximilien Valenzano
505841b194 fix: save change from product too 2024-01-25 12:38:06 +01:00
Maximilien Valenzano
2886c688f0 fix: invoice line save devise 2024-01-25 11:52:35 +01:00
thibdrev
53c296caa8 typo 2024-01-24 21:27:22 +01:00
thibdrev
82a5e78020 qual: phpstan for htdocs/compta/facture/class/facture.class.php 2024-01-24 21:01:04 +01:00
Laurent Destailleur
b7f50fe0d9 Merge pull request #27752 from Daoud-mohamed/Technical-debts-7
Fix some warnings -Technical debts-
2024-01-24 14:29:01 +01:00
Laurent Destailleur
ce21af7b6c Merge branch '19.0' of git@github.com:Dolibarr/dolibarr.git into develop 2024-01-23 22:17:46 +01:00
Laurent Destailleur
cca01cbda4 Merge branch '18.0' of git@github.com:Dolibarr/dolibarr.git into 18.0 2024-01-23 22:15:36 +01:00
Laurent Destailleur
28521540c1 Fix label on button 2024-01-23 22:01:17 +01:00
Laurent Destailleur
9ab352c4de Merge branch 'develop' into Technical-debts-7 2024-01-23 19:08:53 +01:00
mohamed daoud
0b4e02821f Fix some warnings -Technical debts- 2024-01-23 16:07:59 +01:00
Laurent Destailleur
28b3e656a9 Merge branch '19.0' of git@github.com:Dolibarr/dolibarr.git into develop 2024-01-23 10:44:10 +01:00
Laurent Destailleur
2b5155ef02 Fix typo 2024-01-23 10:38:25 +01:00
Frédéric France
03e29c6960 fix param 2024-01-20 09:22:38 +01:00
Laurent Destailleur
0de4793bf8 Merge pull request #27640 from frederic34/date_lim_reglement
phpdoc
2024-01-19 22:29:28 +01:00
thibdrev
88090f0275 apply price2num() on GETPOST('revenuestamp') 2024-01-19 17:46:17 +01:00
thibdrev
7073567fc7 typo 2024-01-19 13:09:10 +01:00
thibdrev
d08b29bc12 qual: phpstan
htdocs/compta/facture/card.php	531	Property Facture::$revenuestamp (float) does not accept array|string.
htdocs/compta/facture/card.php	1006	Property CommonInvoice::$socid (int) does not accept array|string.
htdocs/compta/facture/card.php	1705	Property DiscountAbsolute::$fk_soc (int) does not accept array|string.
2024-01-19 13:05:58 +01:00
Frédéric France
4b3f351f95 phpdoc 2024-01-18 23:28:42 +01:00
Laurent Destailleur
0ce34c60a2 Merge pull request #27612 from thibdrev/patch-3
fix: phpstan
2024-01-18 21:32:28 +01:00
Frédéric France
b3bcdeafe5 rename method 2024-01-18 18:55:53 +01:00
thibdrev
b44dc2a3f4 typo 2024-01-18 17:43:26 +01:00
thibdrev
5fbced083b typo 2024-01-18 17:30:18 +01:00
thibdrev
a000178b0d fix phpstan
(int) does not accept array|string.
2024-01-18 17:27:09 +01:00
Christophe TREMBLAY-GUILLOUX
1a33117e86 File not joined : slash is missing in case DOL_DATA_ROOT doesn't end with slash 2024-01-15 11:33:30 +01:00
Christophe TREMBLAY-GUILLOUX
25de0779b2 File not joined : slash is missing in case DOL_DATA_ROOT doesn't end with slash 2024-01-14 22:57:16 +01:00
Laurent Destailleur
b63e6d4a20 Fix phpcs 2024-01-14 12:49:18 +01:00
Frédéric Bagnol
ff639ab363 NEW Add createInvoiceFromContract to API invoice (#27277)
* Add createFromContract to API invoice

* Update invoice : if cond_reglement_id change then update date_lim_reglement

* Space

* indent

---------

Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>
2024-01-14 12:48:24 +01:00
MDW
a04f2bf4e7 Qual: Spelling fixes that newly appeared. (#27495)
* Qual: Spelling fixes that newly appeared.

# Qual: Fix spelling erros that appeared since the bulk updates.

These issues mostly appeared since the bulk updates (a few ones were postponed
to make sure no real spelling errors were missed.)

* Update modulebuilder.lib.php

* Update pdf_standard.modules.php

---------

Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>
2024-01-14 12:26:37 +01:00
Frédéric FRANCE
0d3e0c8ec4 fix incorrect case and remove exclude check (#27449) 2024-01-12 20:40:34 +01:00
Laurent Destailleur
f201692001 Fix phpstan 2024-01-12 19:50:22 +01:00
Laurent Destailleur
2a4578ef68 Merge branch '19.0' of git@github.com:Dolibarr/dolibarr.git into develop 2024-01-11 13:48:15 +01:00
Frédéric FRANCE
1082a7baf7 replace old parameter facid by id (#27416)
* replace old parameter facid by id

* Update facture.class.php
2024-01-11 12:51:00 +01:00
MDW
11f457ddc8 # Fix: remove parameter in getSelectInvoiceSubtype call (#27314)
Parameters were already invalid when this was added in 65b9f4e6de.
See 65b9f4e6de/htdocs/core/class/html.form.class.php (L10865C59-L10865C59) .
2024-01-11 10:47:05 +01:00
MDW
52ee926bac Qual: Spelling compta code (#27413)
# Qual: Fix spelling of files in htdocs/compta

No code should be changed, only comments modified or translated.
2024-01-11 09:58:34 +01:00
Frédéric FRANCE
7fa72ec2ba Merge branch 'develop' into cleandeprecated 2024-01-09 20:13:59 +01:00
Laurent Destailleur
910a541c60 Clean code 2024-01-09 13:08:22 +01:00
Laurent Destailleur
e2f49c407f Clean sql request to use exist instead of left join 2024-01-09 10:44:50 +01:00
Laurent Destailleur
27fc5a2f84 Merge branch '19.0' of git@github.com:Dolibarr/dolibarr.git into develop 2024-01-06 16:56:28 +01:00
Frédéric FRANCE
4fad299e9f tooltip recurring invoice 2024-01-06 10:48:43 +01:00
Frédéric FRANCE
045b42d3b8 Update card.php 2024-01-05 16:08:14 +01:00
Frédéric FRANCE
3ed18dc92c fix create invoice from contract with free service line 2024-01-05 15:47:24 +01:00