Commit Graph

3563 Commits

Author SHA1 Message Date
MDW
b4443fd97e
Initialise variables, use $db->num_rows() 2024-03-25 02:31:52 +01:00
MDW
d83ff2e22a
Fix PhanTypeMismatchArgumentNullableInternal with forced typing 2024-03-25 02:23:19 +01:00
MDW
43d94f10b6
Fix uninitialised variables, type array argument 2024-03-25 02:19:36 +01:00
MDW
b8dce2166f
Match select_account argument type for events 2024-03-25 02:19:34 +01:00
MDW
71c9fc6fb4
Fix phpdoc for array parameter 2024-03-25 02:19:33 +01:00
MDW
3319f54424
Fix phpdoc for array parameter 2024-03-25 02:19:32 +01:00
Laurent Destailleur
5827ee5a2b Fix warnings 2024-03-24 22:19:03 +01:00
Laurent Destailleur
7aed9cf0e1 Look and feel v20 2024-03-24 22:15:39 +01:00
Laurent Destailleur
43d2c13a59 Debug v20 2024-03-24 22:05:52 +01:00
Laurent Destailleur
f598bcbd54 Look and feel v20 2024-03-24 16:36:08 +01:00
Laurent Destailleur
6b80889ca6
Merge branch 'develop' into fix/accessdbresults 2024-03-23 17:33:26 +01:00
Laurent Destailleur
84ae24740a Fix warning 2024-03-23 17:22:22 +01:00
MDW
b36b915140
Fix access to db results (fix PhanNonClassMethodCall)
# Fix access to db results (fix PhanNonClassMethodCall)

Fixed the access to db results - may need to be backported
2024-03-23 16:51:25 +01:00
Laurent Destailleur
f2a96ed529 css 2024-03-23 12:30:52 +01:00
Laurent Destailleur
06bbdf2a67 Debug v20 2024-03-23 12:25:28 +01:00
Laurent Destailleur
4857c6e339 FIX navigation after filter in subaccount 2024-03-23 11:58:55 +01:00
Laurent Destailleur
0f4df0bed0 Clean page 2024-03-22 19:10:22 +01:00
Laurent Destailleur
0ce1b9a9cc Fix doc 2024-03-22 18:23:41 +01:00
Laurent Destailleur
a4da3d91b9
Merge pull request #28992 from frederic34/patch-9
fix phan
2024-03-20 18:22:05 +01:00
Laurent Destailleur
fe4e74a627
Merge pull request #27779 from Slordef/develop-accounting-account-expensereport-separation
NEW: separation of expense report from salary accounting code
2024-03-20 18:03:45 +01:00
Frédéric FRANCE
5ff590c646
fix phan 2024-03-20 17:49:43 +01:00
MDW
9d12b63716
Fix arg to abs by casting price2num to float 2024-03-20 04:07:14 +01:00
Laurent Destailleur
5d073ac208 Fix hasRights into hasRight 2024-03-19 22:02:42 +01:00
Laurent Destailleur
e9e2105508 Merge branch '19.0' of git@github.com:Dolibarr/dolibarr.git into develop
Conflicts:
	htdocs/accountancy/class/bookkeeping.class.php
	htdocs/core/class/CMailFile.class.php
	htdocs/core/lib/functions.lib.php
	htdocs/ticket/class/ticket.class.php
2024-03-19 18:12:13 +01:00
Laurent Destailleur
6b1f490ee1
Merge branch 'develop' into phpstanphpstan 2024-03-19 02:05:42 +01:00
Laurent Destailleur
d9a114e63d Look and feel 2024-03-19 01:29:57 +01:00
Laurent Destailleur
07d12c48e9 FIX Bad management on error creation of bookkeeping
Conflicts:
	htdocs/accountancy/bookkeeping/card.php
2024-03-19 01:22:09 +01:00
Laurent Destailleur
ae3847dc38 FIX Manual deletion of a bookkeeping line
Conflicts:
	htdocs/accountancy/class/bookkeeping.class.php
2024-03-19 01:16:43 +01:00
Laurent Destailleur
aadd5376aa FIX Inline edition not implemented 2024-03-19 01:14:19 +01:00
Laurent Destailleur
6506a54734 Fix regression 2024-03-19 01:12:35 +01:00
Laurent Destailleur
f5259cee65 Fix regression of GETPOSTINT 2024-03-19 01:02:24 +01:00
Laurent Destailleur
79334dbbe4 Fix regression in GETPOST 2024-03-19 00:49:55 +01:00
Laurent Destailleur
2fce8f1d46 FIX Bad management on error creation of bookkeeping 2024-03-19 00:49:45 +01:00
Laurent Destailleur
7e44ab47ca FIX Manual deletion of a bookkeeping line 2024-03-19 00:48:51 +01:00
Laurent Destailleur
2b4e2cdbb4 FIX Inline edition not implemented 2024-03-19 00:47:32 +01:00
Laurent Destailleur
4500672cb4 Rename hooks 2024-03-19 00:11:59 +01:00
Frédéric FRANCE
65fcc53519
Merge branch 'develop' into phpstanphpstan 2024-03-18 23:47:59 +01:00
Laurent Destailleur
79b236ec08
Merge pull request #28737 from AWeerWolf/develop
Adding Hooks in bookkeeping card
2024-03-18 23:44:47 +01:00
Laurent Destailleur
2e2ade1b3a
Merge pull request #28915 from defrance/patch-321
Display additional boxes in all case
2024-03-18 23:36:01 +01:00
Frédéric France
eb8014c001 Merge remote-tracking branch 'upstream/develop' into phpstanphpstan 2024-03-18 17:50:42 +01:00
AWeerWolf
8ae7642d51
Merge branch 'Dolibarr:develop' into develop 2024-03-18 11:10:14 +01:00
AWeerWolf
39b866b2e1 Renaming Hooks 2024-03-18 09:24:45 +01:00
MDW
07d135f14d
Fix: cast int to string for str_pad fixes PhanTypeMismatchArgumentInternal 2024-03-18 02:22:54 +01:00
MDW
b6b501a0e7
Fix: cast int to string for str_pad fixes PhanTypeMismatchArgumentInternal 2024-03-18 02:21:27 +01:00
MDW
769174bf6b
Fix: cast int to string for str_pad fixes PhanTypeMismatchArgumentInternal 2024-03-18 02:19:53 +01:00
MDW
a4a4025ffe
Fix: cast int to string for str_pad fixes PhanTypeMismatchArgumentInternal 2024-03-18 02:16:20 +01:00
MDW
ae3bc300a1
Fix: remove strtoupper on int fixes PhanTypeMismatchArgumentInternal 2024-03-18 02:15:10 +01:00
MDW
87288a1a17
Fix: cast int to string for str_pad fixes PhanTypeMismatchArgumentInternal 2024-03-18 02:08:55 +01:00
MDW
e0069026b3
Fix abs() on value after price2num() not before fixes PhanTypeMismatchArgumentInternal 2024-03-18 02:06:53 +01:00
Frédéric France
ada61e9bd1 fix sql 2024-03-17 22:43:41 +01:00