Commit Graph

3819 Commits

Author SHA1 Message Date
Laurent Destailleur
7bf29ba2ec Clean code 2024-05-02 15:49:54 +02:00
Laurent Destailleur
948963d8e9 Fix warnings 2024-04-30 13:34:22 +02:00
Laurent Destailleur
e3daa23949 Look and feel v20 2024-04-30 09:45:28 +02:00
Frédéric FRANCE
82d63247d7 fix phpstan pgsql.class.php (#29511)
* fix phpstan pgsql.class.php

* Update Database.interface.php

* fix phan

fix phan

fix phan

* fix phan

* fix phan

* fix phan

* fix phan

fix phan

fix phan

fix phan

fix phan

* fix phan

* fix phan

* fix phan

* fix phan
2024-04-27 22:01:34 +02:00
Frédéric FRANCE
26da44e254 fix phpstan (#29431)
* fix phpstan

* fix phpstan

* fix phpstan

* fix phpstan

* fix phpstan

* remove params not used

* add WARNING
2024-04-27 12:45:50 +02:00
Laurent Destailleur
75103c251b Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into
develop
2024-04-24 21:10:06 +02:00
Greg Chanton
43b26d9134 Fix: warning php 8.2 (#29453)
* Fix: warning php 8.2

* Update listbyaccount.php

---------

Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>
2024-04-24 17:19:25 +02:00
Laurent Destailleur
1908d6cf98 Look and feel v20 - All combo of categories are using the colored picto 2024-04-24 02:40:53 +02:00
Laurent Destailleur
5738709681 Fix phpunit 2024-04-23 17:14:10 +02:00
Laurent Destailleur
d4b7332c76 Merge branch '19.0' of git@github.com:Dolibarr/dolibarr.git into develop 2024-04-22 14:24:14 +02:00
Laurent Destailleur
6303bceecd Merge branch '18.0' of git@github.com:Dolibarr/dolibarr.git into 19.0 2024-04-22 14:19:59 +02:00
Eric
307235df8e NEW Option to transfer only reconciliated lines from bank (#29408)
* to be able to add more options in transfert tool

* add option to move only reconciliated lines to accountancy

* fix phpcs

* more detailled choice

* add default settings in accounting admin setup

* phpcs

* Change Import to Transfert
2024-04-20 23:12:32 +01:00
lvessiller-opendsi
370785d515 FIX accounting FEC import (Issue #28306) (#29414) 2024-04-20 22:18:10 +01:00
Lucas Noirie
1249b11cbb FIX|Fix #29294 and #28296 Remove warning (#29295)
* FIX|Fix #29294 Remove warning in accountancy journals

* FIX|Fix #28296 Remove warning Undefined array key "totalbalance"

* Update sellsjournal.php

* Update purchasesjournal.php

* Fix phan issues

---------

Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>
Co-authored-by: MDW <mdeweerd@users.noreply.github.com>
2024-04-20 21:55:37 +01:00
Laurent Destailleur
008bfab729 Fix SQL error 2024-04-19 20:11:08 +02:00
Laurent Destailleur
1e3b2c6a7c Try to fix GETPOSTINT regressions 2024-04-19 13:34:48 +02:00
Laurent Destailleur
3d665b232c Fix type 2024-04-17 13:12:24 +02:00
Laurent Destailleur
cf7452c745 Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop 2024-04-16 22:49:36 +02:00
Laurent Destailleur
f05e2f4ca5 Clean code 2024-04-16 22:45:34 +02:00
Alexandre SPANGARO
ef10f793cc NEW Accountancy - Expense report - Add an option to use end period for transfer (#26706)
* NEW Accountancy - Expense report - Add an option to use end period for transfer

* Update accountancy.lang

---------

Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>
2024-04-12 23:10:27 +02:00
MDW
bc5e5b67af Qual: Update phan baseline (#29300)
* Qual: Update phan baseline

* Init variable to ensure it is defined

* Init $module_part to ensure it is defined

* Init $modulepart to ensure it is defined

* phpdoc typing for getNetNeeds and getNetNeedsTree

* Enforce type for phan

* Initialise  $massactionbutton so that it is defined

* phpdoc: improve typing

* Encore character_set value is string (for typing)

* fixup! Qual: Update phan baseline

* Fix duplicate code

---------

Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>
2024-04-12 01:06:52 +02:00
Laurent Destailleur
31e09f134b Fix warnings 2024-04-10 02:52:39 +02:00
MDW
bec5ff4749 Fix: Enforce/use int nature of BookKeeping(Line)::$piece_num, fix hooks typings (#29298)
* Fix: Enforce/use int nature of BookKeeping(Line)::$piece_num

* Fix typing in hookmanager class

* Improve DolHooksCollector phpdoc

* Fix PhanTypePossiblyInvalidDimOffset by testing index's existence

* Ignore PhanTypePossiblyInvalidDimOffset that phan can not detect

* Allow  to be null, initialise instead of unset
2024-04-09 23:21:28 +02:00
Laurent Destailleur
55ae5ccedd Fix phpcs 2024-04-09 20:41:28 +02:00
Laurent Destailleur
082195b249 Fix #yogosha21569 2024-04-09 18:49:48 +02:00
Laurent Destailleur
ebe8f25193 Fix #yogosha21561 2024-04-09 17:46:13 +02:00
Laurent Destailleur
b5de782c6b Fix use the good HTTP code 2024-04-07 14:59:25 +02:00
Laurent Destailleur
fd9475be03 Use same doc comment eveywhere. 2024-04-07 12:26:27 +02:00
Alexandre SPANGARO
d459ee6b7b NEW - Accountancy - Show import key if exist (#29265) 2024-04-07 11:47:23 +02:00
Frédéric FRANCE
7cf6a0821f fix phpdoc for ismultientitymanaged (#29245)
* fix phpdoc

* fix

* fix

* fix

* fix

* fix

---------

Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>
2024-04-06 17:38:39 +02:00
Laurent Destailleur
38fb00489d PHPDoc 2024-04-05 13:44:59 +02:00
Laurent Destailleur
0fe0cd7c01 Merge branch '19.0' of git@github.com:Dolibarr/dolibarr.git into develop 2024-04-04 11:39:02 +02:00
Laurent Destailleur
404ba88107 Merge branch '18.0' of git@github.com:Dolibarr/dolibarr.git into 19.0 2024-04-04 11:19:45 +02:00
Laurent Destailleur
ad79acf63c QUAL removed duplicate language file 2024-04-04 11:00:35 +02:00
Laurent Destailleur
14afdf6b0e Fix regression on GETPOSTINT 2024-04-03 17:50:24 +02:00
Laurent Destailleur
0916592b84 Fix phpunit 2024-04-02 17:47:28 +02:00
Laurent Destailleur
572600bfd3 NEW Use a nicer combo list to select the export accounting format 2024-04-02 17:41:53 +02:00
Laurent Destailleur
7c04b81fe1 Fix warning message 2024-04-02 17:13:57 +02:00
Laurent Destailleur
e7cbf5b416 FIX bad code for setup variable ACCOUNTING_ACCOUNT_EXPENSEREPORT 2024-04-02 17:11:45 +02:00
Laurent Destailleur
af41ec8e41 Clean code - Remove not used method fetchAll and CSS 2024-04-02 16:42:21 +02:00
Alexandre SPANGARO
c664ed7565 FIX Accountancy - Not trunc id_import 2024-04-01 08:06:48 +02:00
Laurent Destailleur
233629ed3a Merge branch 'develop' into phpstan_user 2024-03-29 12:20:23 +01:00
Laurent Destailleur
df6c697dfc Merge branch '19.0' of git@github.com:Dolibarr/dolibarr.git into develop 2024-03-29 11:51:07 +01:00
Laurent Destailleur
f2fde181a0 Merge branch '18.0' of git@github.com:Dolibarr/dolibarr.git into 19.0 2024-03-29 11:47:28 +01:00
Frédéric France
7a7b1953ed fix phpstan 2024-03-28 20:34:33 +01:00
Laurent Destailleur
c08a90830b Merge branch '19.0' of git@github.com:Dolibarr/dolibarr.git into develop 2024-03-28 16:20:38 +01:00
Laurent Destailleur
3a3ccc253b Fix GET use 2024-03-28 16:18:50 +01:00
Laurent Destailleur
787b1a1c83 Merge branch 'develop' into fix/filebyfile 2024-03-28 14:23:54 +01:00
Laurent Destailleur
9f66e6e7a7 Merge branch '19.0' of git@github.com:Dolibarr/dolibarr.git into develop 2024-03-28 13:49:19 +01:00
Laurent Destailleur
b2919085ee Update export.php 2024-03-28 13:05:50 +01:00