Laurent Destailleur
4501872f17
Clean code with rector 2
2024-01-05 04:33:58 +01:00
Laurent Destailleur
d2b3920684
Merge
2023-12-29 16:51:05 +01:00
Florian HENRY
3d23322556
FIX: bad accountancy code autoselection for supplier ventilation
2023-12-28 08:59:44 +01:00
MDW
b5b8a2a874
Fix utf8_encoding/decoding (PHP8.2 deprecation)
...
Fix files that were missed in #27018
2023-12-27 19:45:37 +01:00
Laurent Destailleur
89686e74dc
Clean code
2023-12-26 22:33:22 +01:00
Laurent Destailleur
7bb32a04b4
Fix warnings
2023-12-23 19:33:51 +01:00
Hystepik
5e4a4da130
Fix some php codce smell
2023-12-20 14:22:45 +01:00
Laurent Destailleur
45bfea94a6
Removed not used code
2023-12-17 23:36:18 +01:00
Laurent Destailleur
1fb9c7bec8
Log
2023-12-13 22:09:39 +01:00
Frédéric FRANCE
61b79fda17
avoid phpstan error with phpdoc
2023-12-06 15:46:39 +01:00
Laurent Destailleur
987d6c41b9
Fix with php-cs-fixer
2023-12-04 11:41:14 +01:00
Frédéric FRANCE
53c8a3acf8
clean phpdoc for phpstan ( #26905 )
2023-12-01 19:51:32 +01:00
Laurent Destailleur
b69059af76
Fix warning
2023-11-27 12:24:18 +01:00
Laurent Destailleur
472f25d945
Debug v19: Caches must be stored into conf->cache['nameofcache']
2023-11-20 19:50:47 +01:00
Laurent Destailleur
938b2da768
Clean code for closing of fiscal period and be ready for alternative
...
mode of working.
2023-11-19 13:12:58 +01:00
Laurent Destailleur
ab10297db7
Rename method for a more generic use
2023-11-19 12:42:06 +01:00
IC-Nicolas
adee8ac1a8
FIX fix phpstan double copy of variable ( #26739 )
2023-11-19 01:01:38 +01:00
ayoubayed
1a9128e861
[ #26692 ] Fixed : undefined var on accountacyexport.class.php && facture.class.php ( #26698 )
...
Co-authored-by: Ayoub BAYED <ayoub@code42.fr >
2023-11-18 12:11:08 +01:00
HENRY Florian
d1e6ac9acc
Fix: php stan ( #26713 )
...
* fix phpstan
* fix phpstan
* fix phpstan
* fix phpstan
* fix phpstan
* fix phpstan
2023-11-18 11:54:37 +01:00
Alexandre SPANGARO
072bdbdc9a
NEW Accountancy - Added management of tax period closures #FPC21 ( #25859 )
...
* NEW Accountancy - Added management of tax period closures
* Unlock function fiscal year & closure admin page
* Fix travis
* Fix Visibility function
* Fix indent & space
* Fix indent
* Fix travis
* Update text
* Add action to generate has new entry with sub-ledger accounts details
* Return code
---------
Co-authored-by: Laurent Destailleur <eldy@destailleur.fr >
2023-11-18 11:25:43 +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
5e59e8d0e4
Merge branch '17.0' of git@github.com:Dolibarr/dolibarr.git into 18.0
...
Conflicts:
htdocs/langs/en_US/stocks.lang
2023-11-17 00:44:30 +01:00
atm-sami
966e26e450
FIX add display of an error when attempting to delete a committed transaction ( #26573 )
...
* add display of an error when attempting to delete a committed transaction
* update
2023-11-14 14:53: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
79b7b9486b
Doc
2023-11-12 22:40:23 +01:00
Alexandre SPANGARO
2e458d9390
FIX #26536 Accountancy - Balance - Not divided lines by label & account, only by account ( #26547 )
2023-11-12 21:52:47 +01:00
Alexandre SPANGARO
e2debe7cd8
FIX Accountancy - Journal - problem with displaying label in getNomUrl ( #26424 )
2023-11-01 14:23:24 +01:00
Lucas Marcouiller
af17b767c0
fix some warnings php8 ( #26346 )
...
Co-authored-by: Hystepik <lucas.marcouiller@gmail.com >
2023-10-26 12:37:18 +02:00
Laurent Destailleur
5b15b5c647
QUAL Move conf->global into getDolGlobal...
2023-10-24 17:00:13 +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
gdsoftdev
2d303b7c95
fix account code binding for supplier invoice ( #26333 )
2023-10-23 18:30:27 +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
Alexandre SPANGARO
6e8fcb0b9d
NEW Accountancy - FEC/FEC2 format export with attachments ( #26192 )
...
* NEW Accountancy - FEC/FEC2 format export with attachments
* Fix spaces
---------
Co-authored-by: Laurent Destailleur <eldy@destailleur.fr >
2023-10-16 01:53:55 +02:00
Alexandre SPANGARO
432af47458
FIX Accountancy - Quadra format export with attachments - Recover also supplier invoice in archive ( #26191 )
...
* FIX Accountancy - Quadra format with source file - Recover also supplier invoice in archive
* Fix dir_output on expense report
* Fix spaces
* Comment
2023-10-12 11:17:49 +02:00
Laurent Destailleur
c07ac94d86
Fix warning
2023-10-11 13:01:37 +02:00
Dev2a
fcd4c4e429
Fix: Change access to $conf->global to function getDolGlobal (automatique)
2023-10-08 23:19:49 +02:00
pascal
80f060c771
fix tab indentation
2023-09-26 18:43:25 +02:00
Laurent Destailleur
e9f80875b7
Merge branch '18.0' of git@github.com:Dolibarr/dolibarr.git into develop
2023-09-22 01:19:49 +02:00
Laurent Destailleur
94f4521f19
Merge branch '17.0' of git@github.com:Dolibarr/dolibarr.git into 18.0
...
Conflicts:
htdocs/accountancy/class/accountancyexport.class.php
htdocs/commande/class/commandestats.class.php
2023-09-21 19:30:02 +02:00
Laurent Destailleur
cd69bd6cba
Merge branch '16.0' of git@github.com:Dolibarr/dolibarr.git into 17.0
2023-09-21 19:23:24 +02:00
Laurent Destailleur
a8f10304d0
Merge branch '15.0' of git@github.com:Dolibarr/dolibarr.git into 16.0
2023-09-21 19:22:48 +02:00
Laurent Destailleur
c1c7aedd2c
Merge branch '14.0' of git@github.com:Dolibarr/dolibarr.git into 15.0
2023-09-21 19:22:21 +02:00
Alexandre SPANGARO
4fabc22624
FIX Accountancy - Update Quadra export format
2023-09-17 07:38:03 +02:00
Laurent Destailleur
72f5fc8586
Merge branch '16.0' of git@github.com:Dolibarr/dolibarr.git into 17.0
2023-09-16 13:59:19 +02:00
Laurent Destailleur
5bb0f42c5a
Merge branch '15.0' of git@github.com:Dolibarr/dolibarr.git into 16.0
2023-09-16 13:51:36 +02:00
Laurent Destailleur
fe329cfc26
Merge branch '14.0' of git@github.com:Dolibarr/dolibarr.git into 15.0
2023-09-16 13:30:42 +02:00
Laurent Destailleur
c529ae8c61
Merge branch '14.0' of git@github.com:Dolibarr/dolibarr.git into 14.0
2023-09-16 13:28:22 +02:00
Alexandre SPANGARO
24ecdd232c
Use str_pad
2023-09-10 21:23:15 +02:00
Alexandre SPANGARO
3b9be1f8cd
Merge branch 'develop' into 19a6
2023-09-10 21:17:24 +02:00
Laurent Destailleur
91fa48199a
Fix warnings
2023-09-10 17:41:22 +02:00