Regis Houssin
a9ff78528a
FIX missing default values if $objsrc or $soc fields are empty
2025-01-17 11:36:41 +01:00
Laurent Destailleur
b099e103b3
Merge branch '18.0' of git@github.com:Dolibarr/dolibarr.git into 19.0
2024-10-14 21:00:26 +02:00
UltraViolet33
33c6d95b1c
Backport Fix wrong invoice status when invoice has discount ( #31323 )
...
Co-authored-by: Ulysse Valdenaire <uvaldenaire@easya.solutions >
2024-10-13 21:04:17 +02:00
atm-adrien
40acd45398
FIX : Wrong default PDF model when creating the second situation invoice ( #30843 )
...
* FIX : Wrong default PDF model when creating the second situation invoice
* FIX : PR Returns
2024-09-05 15:52:02 +02:00
Christian Humpel
a7dc50f7c5
Fix #30022 ( #30024 )
2024-06-15 15:11:01 +02:00
Laurent Destailleur
43a3f449c4
Merge branch '18.0' of git@github.com:Dolibarr/dolibarr.git into 19.0
2024-03-19 17:07:51 +01:00
ATM-Lucas
6f85a989f0
Condition on newDateLimReglement
2024-03-19 14:59:13 +01:00
Laurent Destailleur
8bfc0779c4
Merge branch '19.0' of git@github.com:Dolibarr/dolibarr.git into 19.0
2024-03-13 22:20:08 +01:00
Laurent Destailleur
a0b26ae7cd
FIX Amount of localtaxes in foreign currency was wrong on screen and PDF
2024-03-13 22:04:44 +01:00
Laurent Destailleur
e72671bf50
Merge branch '18.0' of git@github.com:Dolibarr/dolibarr.git into 19.0
2024-03-11 13:39:04 +01:00
Laurent Destailleur
f40ad6e90a
Merge branch '17.0' of git@github.com:Dolibarr/dolibarr.git into 18.0
2024-03-11 13:31:55 +01:00
Ferran Marcet
75f1de8f8f
Fix: Deposit lines are not created correctly ( #28646 )
...
* FIX: The minimum price in proposals is not checked correctly
* Fix: Deposit lines are not created correctly
* Fix: Volver a dejar como estaba
* Fix: Deposit lines are not created correctly
2024-03-05 18:07:05 +01:00
Frédéric FRANCE
a0444ef55d
fix can't delete pdf if ref is not encoded ( #28630 )
2024-03-04 17:58:43 +01:00
Laurent Destailleur
f599ae779a
FIX some tooltips has disappeared on invoice action button
2024-02-19 15:00:52 +01:00
Laurent Destailleur
da9b9370bf
Merge branch '18.0' of git@github.com:Dolibarr/dolibarr.git into 19.0
2024-02-18 15:41:18 +01:00
Alexandre SPANGARO
3867d1619e
FIX Payment on customer invoice - Remove accountid in url if empty for apply default value ( #28156 )
2024-02-13 09:03:08 +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
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
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
Laurent Destailleur
b28ae5d8d3
Clean code
2023-12-27 12:12:20 +01:00
Laurent Destailleur
1985d1fd4d
Fix warnings
2023-12-23 20:00:57 +01:00
Laurent Destailleur
fb083a6cfc
Fix warning with rector
2023-12-13 16:33:17 +01:00
Laurent Destailleur
ba10d60a0b
Fix with php-cs-fixer
2023-12-04 12:02:35 +01:00
Laurent Destailleur
7c756574b6
Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into
...
develop
2023-12-02 14:52:36 +01:00
Kamel Khelifa
116ff4a985
FIX: Fix when options FAC_FORCE_DATE_VALIDATION and INVOICE_CHECK_POSTERIOR_DATE enabled. The date is forced after the test and not before
2023-11-27 16:54:52 +01:00
Laurent Destailleur
53dab922fd
Fix php8.2 warnings
2023-11-27 11:39:32 +01:00
atm-jonathan
69f66f2a48
FIX warning addLine Facture fk_prev_id and situation_percent ( #26825 )
...
* addLine Facture fk_prev_id and situation_percent
* retour PR
2023-11-23 17:44:32 +01:00
sonikf
a8b2c631ab
fix #25348 ( #26806 )
...
* fix #25348
* fix #25348
2023-11-23 17:28:32 +01:00
Sylvain Legrand
83b4ddc0cd
New variable to accept a deposit invoice as available credit even unpaid ( #26792 )
...
* New variable to accept a deposit invoice as available credit even unpaid
In many activities, the final invoice must be issued while the requested deposit has not yet been paid.
Often it is the payment deadlines which generate this situation (for example in the finishing work)
* Update card.php
* Update card.php
---------
Co-authored-by: Laurent Destailleur <eldy@destailleur.fr >
2023-11-21 23:20:20 +01:00
Regis Houssin
030f7ffde1
FIX avoid php8.2 warnings ( #26720 )
...
* FIX avoid php8.2 warnings
* FIX avoid travis error
* FIX travis error
---------
Co-authored-by: Laurent Destailleur <eldy@destailleur.fr >
2023-11-19 00:56:46 +01:00
Rémi Champlon
54bc3e69f8
New : Authorize credit note to 0 ( #26710 )
...
* authorize credit not to 0
* fix
---------
Co-authored-by: Rémi Champlon <remi.champlon@vold.lu >
2023-11-18 12:00:46 +01:00
Regis Houssin
295d5a167c
FIX avoid php8.2 warning : undefined variable ( #26712 )
2023-11-18 11:51:41 +01:00
Laurent Destailleur
a0bba05b02
Merge branch '18.0' of git@github.com:Dolibarr/dolibarr.git into develop
...
Conflicts:
htdocs/commande/class/api_orders.class.php
htdocs/compta/facture/card.php
htdocs/core/lib/functions.lib.php
htdocs/core/lib/project.lib.php
htdocs/fourn/class/api_supplier_orders.class.php
htdocs/fourn/class/fournisseur.facture-rec.class.php
htdocs/langs/en_US/stocks.lang
2023-11-17 18:24:53 +01:00
Laurent Destailleur
0770ce640e
Debug v19
2023-11-14 02:42:02 +01:00
thibdrev
a97335ce3a
fix Customer Invoice - Display payment delete button solely if payment isn't reconciled ( #26568 )
...
* add function isReconciled()
* display payment delete button solely if payment isn't reconciled
* phpcs
* phpcs
2023-11-14 02:05:40 +01:00
Laurent Destailleur
a48e541093
Merge branch '18.0' of git@github.com:Dolibarr/dolibarr.git into develop
...
Conflicts:
htdocs/accountancy/class/bookkeeping.class.php
htdocs/accountancy/journal/expensereportsjournal.php
htdocs/core/class/html.formadmin.class.php
htdocs/core/lib/functions.lib.php
2023-11-12 23:18:19 +01:00
Laurent Destailleur
2f340a1a77
Merge branch '17.0' of git@github.com:Dolibarr/dolibarr.git into 18.0
...
Conflicts:
htdocs/accountancy/journal/expensereportsjournal.php
htdocs/comm/propal/card.php
2023-11-12 23:06:31 +01:00
Laurent Destailleur
201ad75360
Merge branch '16.0' of git@github.com:Dolibarr/dolibarr.git into 17.0
...
Conflicts:
htdocs/accountancy/journal/expensereportsjournal.php
2023-11-12 23:02:18 +01:00
Laurent Destailleur
bd2285ab91
Merge branch '16.0' of git@github.com:Dolibarr/dolibarr.git into 16.0
2023-11-12 22:58:37 +01:00
Laurent Destailleur
1dbb3f1f34
Merge branch '15.0' of git@github.com:Dolibarr/dolibarr.git into 16.0
...
Conflicts:
htdocs/product/stock/stockatdate.php
2023-11-12 22:58:23 +01:00
Laurent Destailleur
17ca6f651c
Merge branch '14.0' of git@github.com:Dolibarr/dolibarr.git into 15.0
2023-11-12 22:18:06 +01:00
atm-lena
0946220e9b
Check price base type ( #26503 )
...
Co-authored-by: atm-lena <lena.papazian@atm-consulting.fr >
2023-11-09 15:41:39 +01:00
lvessiller-opendsi
785c85205b
FIX substitute project variables in invoice documents ( #26445 )
...
* FIX substitute project variables in invoice documents
* Keep key to substitute if no link with project
2023-11-08 17:32:23 +01:00
Christophe Battarel
3afaa266c3
add hook tabContentCreateInvoice ( #26413 )
...
Co-authored-by: Christophe Battarel <christophe@altairis.fr >
2023-11-01 14:25:14 +01:00
Christophe Battarel
4c8870f205
add hook tabContentViewInvoice ( #26402 )
...
Co-authored-by: Christophe Battarel <christophe@altairis.fr >
2023-10-31 11:54:39 +01:00