Alexandre SPANGARO
d31612dbc2
FIX #32402 Social Contribution - Update - Drop the attached employee
2024-12-19 07:19:59 +01:00
Laurent Destailleur (aka Eldy)
91eb9fc9fb
Merge branch '18.0' of git@github.com:Dolibarr/dolibarr.git into 19.0
2024-12-17 16:54:55 +01:00
sonikf
323093eaea
FIX #32317 Error with report by month sales tax
2024-12-14 19:23:36 +02:00
Laurent Destailleur (aka Eldy)
eea5f2342b
FIX default user in stat page
2024-12-11 18:04:28 +01:00
Laurent Destailleur
aee2510048
Merge pull request #32249 from FHenry/20_fix_warn8_invoice_situation
...
fix: FATAL ERROR (php 8, invoice situation=2) Invoice line Save after edit (even if invoice is STANDARD)
2024-12-09 15:11:46 +01:00
Laurent Destailleur
aa5fd66bee
Merge pull request #32267 from Slordef/20.0-mutlicurrency_tx-invoice-creation
...
FIX(invoice): mutlicurrency_tx correct value
2024-12-09 15:01:53 +01:00
Laurent Destailleur
15d953643b
Update card.php
2024-12-09 15:00:49 +01:00
Maximilien Valenzano
25d0d4e851
fix(invoice): mutlicurrency_tx correct value by float on compta & fourn
2024-12-09 09:47:37 +01:00
Laurent Destailleur (aka Eldy)
774a48fa29
Merge branch '19.0' of git@github.com:Dolibarr/dolibarr.git into 20.0
2024-12-08 16:53:21 +01:00
Laurent Destailleur (aka Eldy)
7beb874f93
Merge branch '18.0' of git@github.com:Dolibarr/dolibarr.git into 19.0
2024-12-08 16:47:36 +01:00
Laurent Destailleur (aka Eldy)
28213b3129
Merge branch '17.0' of git@github.com:Dolibarr/dolibarr.git into 18.0
2024-12-08 16:44:08 +01:00
Florian HENRY
c7329a723e
fix: fatal error php 8, invoice situation
2024-12-08 12:23:06 +01:00
Florian HENRY
9ee57f3e96
Merge branch '20.0' of https://github.com/Dolibarr/dolibarr into 20_fix_warn8_invoice_situation
2024-12-08 12:19:31 +01:00
Laurent Destailleur
34fb6583da
Merge pull request #32248 from FHenry/20_fix_ref_customer_invoice
...
fix: facture.class.php ref_customer deserve same management as deprecated ref_client
2024-12-08 10:42:31 +01:00
Maximilien Valenzano
4ebb0a121a
fix(invoice): mutlicurrency_tx correct value
2024-12-06 19:16:00 +01:00
Laurent Destailleur
42368b37e9
Merge pull request #32251 from ATM-Consulting/FIX/130/coeur/fetch-return-value-bad-test
...
Fix 17.0 missing test of return value
2024-12-05 19:28:42 +01:00
Florian HENRY
ad5285bd7e
fix: missing error return on invoice created when lines array is filled
2024-12-05 17:28:00 +01:00
Florian HENRY
de2e9f5ea5
fix: missing error return on invoice created when lines array is filled
2024-12-05 16:20:53 +01:00
Florian HENRY
68518a8717
fix: missing error return on invoice created when lines array is filled
2024-12-05 16:14:45 +01:00
atm-florian
15c19b99c9
FIX 17.0: warnings due to uninitialized variables + delete code that doesn't apply to recurring invoices (AFAIK, there is no recurring credit note feature)
2024-12-05 12:15:20 +01:00
atm-florian
c418a6ff57
FIX 17.0 - missing error handling for FactureRec::fetch in card-rec.php
2024-12-05 12:14:13 +01:00
Florian HENRY
cae32863ae
fix: fatal error php 8, invoice situation
2024-12-05 10:35:34 +01:00
Florian HENRY
94baef5d1d
fix: facture.class.php ref_customer deserve same management as deprecated ref_client
2024-12-05 09:34:26 +01:00
Irvine Fleith
3aad5fd283
Added new error message for CRON createRecurringInvoice
2024-12-05 09:02:51 +01:00
Florian HENRY
72c7a4f272
fix: CA report with BOOKKEEPING do not display persent evolution
2024-12-04 15:53:32 +01:00
Florian HENRY
2f7aee4397
fix: CA report with BOOKKEEPING do not display persent evolution
2024-12-04 15:48:08 +01:00
Jon Bendtsen
e6712300d5
phan fix, remove code never reached
2024-12-02 07:29:18 +01:00
Laurent Destailleur (aka Eldy)
5c321cc678
Merge branch '20.0' of git@github.com:Dolibarr/dolibarr.git into 20.0
2024-12-02 01:52:08 +01:00
Gregor Ljubic
ea52f679c7
Fix #32147 ( #32159 )
...
Co-authored-by: Laurent Destailleur <eldy@destailleur.fr >
2024-12-02 00:49:13 +01:00
Jon Bendtsen
7a500976d2
Merge branch '18.0' into v18_Updating_Invoice_Notes_32134
2024-12-01 10:27:43 +01:00
Jon Bendtsen
0e1744a6ec
throw RestException(500) if update of invoice fails #32134
2024-12-01 10:24:25 +01:00
Lucas Marcouiller
1080d0718c
Fix no display of extrafields in bankentries_list ( #32149 )
...
* Fix no display of extrafields in bankentries_list
* fix error
* fix comment
---------
Co-authored-by: Hystepik <lmarcouiller@nltechno.com >
2024-11-29 17:03:25 +01:00
Laurent Destailleur
3085b48dc9
FIX Debug v21
2024-11-21 22:16:20 +01:00
Quentin-Seekness
1a752c16cf
Fix setincoterms Location ( #32037 )
...
* Fix setincoterms Location
* Fix location_incoterms on invoice card
* Fix location_incoterms on supplier order
* Fix location_incoterms on supplier invoice
2024-11-21 17:11:19 +01:00
Lucas Marcouiller
0b81375f00
fix missing require in various_payment card ( #32015 )
...
Co-authored-by: Hystepik <lmarcouiller@nltechno.com >
2024-11-20 20:58:11 +01:00
Laurent Destailleur
e9e1175134
Merge branch '19.0' of git@github.com:Dolibarr/dolibarr.git into 20.0
2024-11-19 04:04:10 +01:00
Laurent Destailleur
93b11038d5
Merge branch '18.0' of git@github.com:Dolibarr/dolibarr.git into 19.0
2024-11-19 03:44:50 +01:00
Benoît PASCAL
f10d9464a1
fix: get file link in invoice list with multicompany ( #31966 )
2024-11-18 17:58:25 +01:00
kkhelifa-opendsi
d0323fa27d
FIX : Update on a sold line of bank entrie set the type to empty, now it's fixed #22539 ( #31888 )
2024-11-15 23:53:04 +01:00
Marc de Lima Lucio
7e9919e6b3
FIX: invoice: revenue stamp wrongly converted to int ( #31840 )
2024-11-15 15:01:03 +01:00
Laurent Destailleur
a186903844
Merge branch '19.0' of git@github.com:Dolibarr/dolibarr.git into 20.0
2024-11-13 00:38:00 +01:00
Laurent Destailleur
4cd2e572ae
Merge branch '18.0' of git@github.com:Dolibarr/dolibarr.git into 19.0
2024-11-13 00:30:26 +01:00
Laurent Destailleur
5b4744a677
Fix duplicate status after merge from v18 fix
2024-11-12 16:18:19 +01:00
uvaldenaire-opendsi
67bcc242db
fix trim null value on invoice creation ( #31682 )
...
* fix trim null value on invoice creation
* fix trim with null value for note_public
2024-11-10 11:18:05 +01:00
Laurent Destailleur
0819a57345
Better fix for #31015
2024-11-06 19:12:49 +01:00
Alexandre SPANGARO
57614cc466
FIX #31365 Bank - Card - Ref haven't max length in edit mode ( #31533 )
2024-10-24 13:59:02 +02:00
mikygee
e8f7237c63
Bug fix #31369 date_solde not taken into account when sent through API ( #31490 )
...
* Bug fix #31369 date_solde not taken into account when sent through API
* Move $account->date_solde = time() above
---------
Co-authored-by: mikael <mikael@expevelidv751.expertinet.net >
Co-authored-by: Laurent Destailleur <eldy@destailleur.fr >
2024-10-23 23:58:08 +02:00
HENRY Florian
b37b2ba76f
fix: test on const with space.... ( #31505 )
2024-10-23 23:08:05 +02:00
Laurent Destailleur
17c50368c1
Merge branch '19.0' of git@github.com:Dolibarr/dolibarr.git into 20.0
2024-10-19 14:32:08 +02:00
Laurent Destailleur
402570e1c5
Merge branch '18.0' of git@github.com:Dolibarr/dolibarr.git into 19.0
2024-10-19 14:00:10 +02:00