thibdrev
1eb0e66736
fix Rename is not translated because its translation isn't declared ( #26447 )
...
`htdocs/compta/bank/releve.php` calls for `$langs->trans("Rename") at line 374 , but this translation doesn't exists: `grep -Rl "Rename=" ./htdocs/langs/`
Also, this translation seems to be called only by `releve.php` (`grep -Rl '$langs->trans("Rename")'`)
2023-11-03 16:31:33 +01:00
thibdrev
3b30a94e43
fix error message ErrorThisBankReceiptIsAlreadyUsed is not translated ( #26448 )
...
* fix missing translation for ErrorThisBankReceiptIsAlreadyUsed
* add translation key to fr_FR
* modify error message key in releve.php
2023-11-03 16:30:29 +01:00
Laurent Destailleur
99f50e5fa1
Fix comment
2023-11-02 14:12:57 +01:00
Laurent Destailleur
127de7e7d8
FIX On object validation, ecm index are not updated for uploaded files
2023-11-01 16:17:54 +01:00
atm-jonathan
f36e8b935c
Fix list agenda ( #26394 )
...
* int $nbtotalrecord list agenda
* nbtotal of record should be number not a string
* ternaire isnumeric $nbtotalofrecords
2023-11-01 15:58:45 +01:00
Laurent Destailleur
f9c29489d6
Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop
2023-11-01 15:52:32 +01:00
Laurent Destailleur
0708f0c53f
Add fields to allow batch management into POS module
2023-11-01 15:52:02 +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
Laurent Destailleur
74e1ec4099
FIX On object validation, ecm index are not updated for uploaded files
2023-10-31 19:28:11 +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
Mohamed DAOUD
08ef416958
New: Adding the PDF option displaying the product's barcode number ( #26345 )
...
* Add a PDF option to show barcode number of product
* Add space before and after IF keyword
* fix error phpcs
* add barcode label before barcode number
* Use outputlangs and not langs
---------
Co-authored-by: Laurent Destailleur <eldy@destailleur.fr >
2023-10-30 03:13:12 +01:00
Laurent Destailleur
197f0a19ec
NEW Add more param on fetch() to prepare perf optimization
2023-10-26 21:05:37 +02:00
lamrani abdelwadoud
40fb7c5fa7
FIX Payement infos for Fournisseur add change company condition for get default infos ( #26305 )
...
* add change company condition for get default infos
* fix it for compta/facture also
2023-10-26 17:12:57 +02:00
Laurent Destailleur
2075179795
Fix responsive
2023-10-26 01:34:36 +02:00
Laurent Destailleur
777a22ebaa
Fix warning
2023-10-24 18:11:09 +02:00
Laurent Destailleur
a318031034
QUAL Standardize code. Renamed ID of user properties into ->user_xxx_id
2023-10-24 11:37:29 +02:00
Laurent Destailleur
1734adfd27
Merge branch '18.0' of git@github.com:Dolibarr/dolibarr.git into develop
2023-10-24 03:05:46 +02:00
Laurent Destailleur
0ec22fb228
Merge branch '17.0' of git@github.com:Dolibarr/dolibarr.git into 18.0
2023-10-20 13:32:13 +02:00
Laurent Destailleur
492bdd4a0e
Merge
2023-10-20 13:14:10 +02:00
Laurent Destailleur
e1bf377f20
QUAL: Removed deprecated field remise, remise_percent, remise_absolute
2023-10-20 10:47:08 +02:00
Laurent Destailleur
ff03e34103
Merge branch '15.0' of git@github.com:Dolibarr/dolibarr.git into 16.0
2023-10-20 03:59:46 +02:00
Laurent Destailleur
f542b1de38
Merge branch '14.0' of git@github.com:Dolibarr/dolibarr.git into 15.0
2023-10-20 03:33:46 +02:00
Alexandre SPANGARO
58bdcb5245
Dolibarize - Look & feel v19 ( #26246 )
...
* NEW Accountancy - Add quick navigation with keyb. shortcut on ledger
* TitleSeparator - Job list
* TitleSeparator - Position list
* TitleSeparator
* TitleSeparator
* TitleSeparator
* Define $newcardbutton
* Define $newcardbutton
* Define $newcardbutton
* Define $newcardbutton
* Define $newcardbutton
* Define $newcardbutton
* Define $newcardbutton
* Variable $newcardbutton already define
* Define $newcardbutton
* TitleSeparator
* TitleSeparator
* TitleSeparator
* TitleSeparator
* TitleSeparator
2023-10-20 03:20:44 +02:00
Laurent Destailleur
371dd4551a
Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop
2023-10-20 03:03:24 +02:00
Lucas Marcouiller
42865a975a
Fix some code smell ( #26277 )
...
* Fix some code smell
* Update commande.class.php
---------
Co-authored-by: Hystepik <lucas.marcouiller@gmail.com >
Co-authored-by: Laurent Destailleur <eldy@destailleur.fr >
2023-10-20 02:20:26 +02:00
Ferran Marcet
2f5df0f631
Fix: Not loading supplier name ( #26278 )
...
* Fix: Not loading thirdparty on supplier payment
* Fix: Not loading supplier name
* Fix: Not loading supplier name
---------
Co-authored-by: Juanjo Menent <jmenent@2byte.es >
2023-10-20 02:16:27 +02:00
Laurent Destailleur
a60040366d
Debug v19
2023-10-20 02:10:26 +02:00
lamrani abdelwadoud
1949eb564f
NEW updating by adjust request Sql for Salary invoice ( #26279 )
...
* adjust request Sql for Salary invoice
* remove print_r
* Update bonprelevement.class.php
---------
Co-authored-by: Laurent Destailleur <eldy@destailleur.fr >
2023-10-20 01:34:08 +02:00
Laurent Destailleur
0f09954a31
Combo list of invoice subtypes is limited to current country.
2023-10-18 03:33:36 +02:00
Laurent Destailleur
c51b633c9f
Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop
2023-10-18 03:26:00 +02:00
sonikf
732fb2fa04
NEW: Invoice subtypes for customers and vendors ( #26233 )
...
* NEW: Invoice subtypes for customers and vendors
* fix PHPCS
* fix PHPCS
* fix PHPCS
* fix PHPCS
* fix possible SQL Injection
* remove hardcoded tests
* remove hardcoded tests
* fix travis ci error
2023-10-18 02:33:14 +02:00
Laurent Destailleur
0274dcddd6
css
2023-10-17 16:12:13 +02:00
Laurent Destailleur
2cfa9f8290
Debug v19
2023-10-17 15:43:56 +02:00
Laurent Destailleur
fd2ccf584b
Look and feel v19
2023-10-17 15:27:07 +02:00
Laurent Destailleur
0fbffea663
Merge branch '18.0' of git@github.com:Dolibarr/dolibarr.git into develop
2023-10-17 14:49:16 +02:00
Laurent Destailleur
b37a438067
The property ->user_validation to store ID of user validating has been
...
renamed into ->user_validation_id.
2023-10-17 11:10:25 +02:00
Laurent Destailleur
f18529f944
Clean code
2023-10-17 10:52:19 +02:00
Laurent Destailleur
fb8b4acdbf
The duplicated and deprecated property ->date_livraison that was renamed
...
into ->delivery_date has been completely removed.
2023-10-17 10:36:11 +02:00
Laurent Destailleur
cdf53e402e
Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into
...
develop
2023-10-16 20:57:07 +02:00
Laurent Destailleur
d6086f07b4
Fix regression triggers was not triggered
2023-10-16 20:55:56 +02:00
William Mead
cee2fc6c5f
FIX template invoice list extrafield filters (backport v17) ( #26227 )
...
* FIX extrafield list filter
* Added contributor details
---------
Co-authored-by: William Mead <william.mead@manchenumerique.fr >
2023-10-16 15:50:56 +02:00
William Mead
2f023e162a
NEW show VAT free amount on payment input close #26208 ( #26209 )
...
* NEW Added VAT free & VAT amounts on payment input
* Fixed VAT amount translation strings. Added amount including VAT CSS class.
* Added amount including VAT CSS class.
* Added contributor details
* Fixed contributor indentation after GitHub merge conflict error
* Deleted blank line at start of control structure
* Revert "NEW Added VAT free & VAT amounts on payment input"
This partially reverts commit 9333afb0
* Revert "Added amount including VAT CSS class."
This reverts commit 8a4c308ae0 .
* Removed contributor details
This reverts commit 165645cc
* NEW payment full amount detail tooltip
* Reverted commit aa78a1e2
* Reverted commit 165645ccd5
* Added full amount detail tooltip for multicurrency
---------
Co-authored-by: William Mead <william.mead@manchenumerique.fr >
2023-10-16 15:43:23 +02:00
Alexandre SPANGARO
95a15ae6f9
FIX #26195 - Various payment - List of project excluded those assigned to third parties ( #26222 )
2023-10-16 13:13:32 +02:00
Laurent Destailleur
9144293f0b
Merge branch '17.0' of git@github.com:Dolibarr/dolibarr.git into 18.0
2023-10-16 06:02:17 +02:00
Laurent Destailleur
0360d61f9c
Code comment for develop
2023-10-16 05:51:47 +02:00
Laurent Destailleur
abe3f00b11
Fix regression. Restore old behaviour even if some case are not tested.
2023-10-16 05:15:39 +02:00
Noé Cendrier
a92458ebbc
FIX check tva_tx before comparing price_min_ttc ( #25220 )
...
* FIX check tva_tx before comparing price_min_ttc
* better price_ttc comparison for propal, commande, facture lines
* price_ht must be transformed into number before using it for calculating
2023-10-16 04:07:10 +02:00
Laurent Destailleur
251ccf85ea
Debug v19
2023-10-15 23:13:20 +02:00
Laurent Destailleur
1f38e54e78
Clean code
2023-10-15 15:32:35 +02:00
Laurent Destailleur
c507adeef7
NEW Top menu support picto of modules that are font awesome picto.
2023-10-13 15:00:51 +02:00