Commit Graph

15107 Commits

Author SHA1 Message Date
sonikf
edac1bb6cc Add missing info for proper use and creation of template invoice (clients and vendors) (#26475)
* Add missing info for proper use and creation of template invoice

* Add missing info for proper use and creation of template invoice

* fix trans of generated invoice
2023-11-07 18:18:06 +01:00
Mohamed DAOUD
1e053e4d7f fix-warnings-1 (#26490) 2023-11-07 17:58:35 +01:00
Laurent Destailleur
74ff2acc6c Debug v19 2023-11-07 15:03:45 +01:00
Laurent Destailleur
1e2d06bf80 Debug v19 2023-11-07 14:18:33 +01:00
Laurent Destailleur
e5d9fb10e5 Debug v19 2023-11-07 13:12:07 +01:00
Laurent Destailleur
cb81978080 NEW Add field TechnicalID in list of users 2023-11-07 11:07:31 +01:00
Laurent Destailleur
dc07b9f567 Debug v19 2023-11-07 10:55:23 +01:00
Laurent Destailleur
be58db508d Debug v19 2023-11-07 10:51:00 +01:00
Laurent Destailleur
8ec367406d Clean code 2023-11-06 20:23:33 +01:00
Laurent Destailleur
ca78eff61f Fix round 2023-11-06 20:00:16 +01:00
Laurent Destailleur
3bd677ffb9 Debug v19 2023-11-06 19:59:19 +01:00
Laurent Destailleur
c154a72d88 Debug v19 2023-11-06 19:32:04 +01:00
Laurent Destailleur
6fc0a868f5 Debug v19 2023-11-06 16:51:37 +01:00
Laurent Destailleur
56bb63c388 Debug v19 2023-11-06 16:29:00 +01:00
Laurent Destailleur
7cd178e3f9 Debug v19 2023-11-06 16:25:26 +01:00
lamrani abdelwadoud
23ce23021f NEW functionality for request_transfer (#26078)
* NEW functionality for request_transfer

* fix problem

* fix problem in transferBank

* fix request sql

* ajust functions for salary invoices

* add badges for each onglet invoice and salary

* Fix update in table bon_prelevement for amount

* Fix in section virement_request list of bonPrelevements

* for prelevemts lignes

* for prelevemts lignes

* update sql for get lignes prelevement with correct info

* update sql for get lignes prelevement with correct info

* add function for check if invoice salaries

* adjust bonprelevement for get salaries

* fix incoherences in create function for class BonPrelevement

* fix request sql for insert in prelevement ligne table

* fix problems and incoherences

* remove parametre  from function

* add parenthensises for cast  in sql request

* disable button when make demande virement

* fix condition for type

* fix conflit "

* fix whitespace

* fix condition for sourcetype

* fix page demandes.php for list salaries invoices

* add prefix db

* fix incoherences for conditions

* Update virement_request.php

---------

Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>
2023-11-06 16:09:05 +01:00
Mohamed DAOUD
a1597e6eb1 Fix some warnings -technical debt- (#26466)
* fix warnings 1

* fix previous commit 1

* Update facture-rec.class.php

---------

Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>
2023-11-06 16:00:24 +01:00
sonikf
ab41ccf314 fix #26050 #26225 and fiscal year report (#26456) 2023-11-06 01:40:03 +01:00
Laurent Destailleur
7624035bd1 Code comment 2023-11-06 01:32:30 +01:00
Laurent Destailleur
b65d5c8740 Merge branch '18.0' of git@github.com:Dolibarr/dolibarr.git into develop 2023-11-05 19:52:54 +01:00
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