Commit Graph

118099 Commits

Author SHA1 Message Date
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
Laurent Destailleur
bd76a084a4 Better structure of payment pages to allow integration of other usages 2024-03-20 17:45:49 +01:00
Laurent Destailleur
e3c76ca86a Clean translation files 2024-03-20 15:25:47 +01:00
Laurent Destailleur
cb3880cc62 Clean translations 2024-03-20 15:15:28 +01:00
Laurent Destailleur
ba7b387986
Merge pull request #28968 from mdeweerd/fix/qty/typing
Fix: Update typing for qty as float
2024-03-20 12:43:04 +01:00
Laurent Destailleur
4b416327a7
Merge pull request #28974 from mdeweerd/fix/PhanTypeMismatchInternal5
# Fix PhanTypeMismatchInternal notifications (part 5)
2024-03-20 12:42:08 +01:00
Laurent Destailleur
b4a23a48f9
Update supplier_proposal.class.php 2024-03-20 12:41:11 +01:00
Laurent Destailleur
9ad120df6b Better alignment of llx_expeditiondet with llx_receptiondet_batch 2024-03-20 12:26:15 +01:00
Laurent Destailleur
c23464c1c7
Merge pull request #28975 from zephyriony/patch-4
Create a shipment without documents
2024-03-20 12:10:09 +01:00
Laurent Destailleur
e6f7ace4be
Update llx_expeditiondet.sql 2024-03-20 12:08:52 +01:00
Laurent Destailleur
277acdd523
Update llx_expeditiondet.sql 2024-03-20 12:07:42 +01:00
Laurent Destailleur
b41d891aed
Merge pull request #28964 from mdeweerd/fix/PhanTypeMismatchInternal3
Fix PhanTypeMismatchInternal notifications (part 3)
2024-03-20 12:02:52 +01:00
Laurent Destailleur
b0d1952567
Merge branch 'develop' into fix/PhanTypeMismatchInternal5 2024-03-20 12:00:39 +01:00
Laurent Destailleur
b6dc293b22 Debug v20 2024-03-20 11:58:39 +01:00
Laurent Destailleur
8da55ee877 Debug v20 2024-03-20 11:51:07 +01:00
MDW
3494a2621e
Merge branch 'develop' into fix/qty/typing 2024-03-20 11:45:27 +01:00
MDW
826a349177
Merge branch 'develop' into fix/PhanTypeMismatchInternal3 2024-03-20 11:45:15 +01:00
Laurent Destailleur
9aa47786eb Merge branch '19.0' of git@github.com:Dolibarr/dolibarr.git into develop 2024-03-20 11:29:44 +01:00
Laurent Destailleur
ef309baeb0 Merge branch '18.0' of git@github.com:Dolibarr/dolibarr.git into 19.0 2024-03-20 11:28:31 +01:00
Laurent Destailleur
b18d65c09c Fix warning 2024-03-20 11:26:25 +01:00
Laurent Destailleur
2e8080b0e5 Merge branch '18.0' of git@github.com:Dolibarr/dolibarr.git into 18.0 2024-03-20 11:24:41 +01:00
Laurent Destailleur
5b2cb4b063 Fix remove bad entry into array of the rss box 2024-03-20 11:24:16 +01:00
Laurent Destailleur
5697e32ea2 Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop 2024-03-20 10:58:20 +01:00
Laurent Destailleur
a3b1757290
Merge pull request #28970 from lamrani002/addSubscription
New add Button+ in Notification section for company
2024-03-20 10:57:57 +01:00
Laurent Destailleur
b78f7af196
Merge branch 'develop' into fix/classname_empty 2024-03-20 10:56:54 +01:00
Laurent Destailleur
c933ca4462
Merge pull request #28986 from iouston/patch-10
update filter example
2024-03-20 10:55:48 +01:00
Laurent Destailleur
755d1feae8
Update actions_ticket.class.php 2024-03-20 10:52:37 +01:00
Laurent Destailleur
702309de09 Doc 2024-03-20 10:52:07 +01:00
Laurent Destailleur
db61f9a676
Merge branch 'develop' into 18_fix_ticket_plain_text_editor 2024-03-20 10:49:49 +01:00
Laurent Destailleur
c956320de1
Merge pull request #28982 from frederic34/workstation
fix phpstan in workstation
2024-03-20 10:44:40 +01:00
Laurent Destailleur
536004c898 Fix phpstan warnings 2024-03-20 10:43:51 +01:00
iouston
73436bc625
update filter example
((s.client IN (1,3) AND s.status=1)) give an sql error bad syntax on filter use ((s.client:IN:1,2,3) AND (s.status:=:1)) is ok
2024-03-20 10:15:10 +01:00
Eric Seigne
7bbde7d950 replace br to new lines if ckeditor is not enabled on ticket 2024-03-20 09:01:51 +01:00
Frédéric France
dcc01e58e2
fix phpstan in workstation class 2024-03-20 08:46:16 +01:00
Frédéric France
a58eb10cea
fix phpstan in workstation class 2024-03-20 08:41:27 +01:00
Zephyriony
4a1ef921af
Update llx_expeditiondet.sql 2024-03-20 08:09:40 +01:00
Zephyriony
121f2aaa5f
Update llx_expeditiondet.sql 2024-03-20 08:09:18 +01:00
Zephyriony
b061b6309a
Update llx_expeditiondet.sql 2024-03-20 08:08:27 +01:00
MDW
903d9d52de
Fix Expected an object instance & duplicate assignment
# Fix Expected an object instance & duplicate assignment

Fix: ticket.class.php: PhanTypeExpectedObjectOrClassName: Expected an object instance or the name of a class but saw expression $classname with type ''|string
Fix: ticket.class.php: PhanPluginRedundantAssignment: Assigning '' to variable $sendtocc which already has that value
2024-03-20 04:26:16 +01:00
MDW
d6c6cd90b1
Fix: Update typing for qty as float 2024-03-20 04:15:29 +01:00
MDW
9f93a55468
Fix arg type to trim with cast 2024-03-20 04:10:10 +01:00
MDW
3b74d09942
Replace is_object with explicit instance test 2024-03-20 04:10:09 +01:00
MDW
fd6f4a4f41
Fix arg type to Memcache::add() by replacing false with 0 2024-03-20 04:10:08 +01:00
MDW
69b64d30f5
Fix arg type to urlencode with cast 2024-03-20 04:10:07 +01:00
MDW
8f6c9cae3f
Fix arg type for preg_replace with cast 2024-03-20 04:10:05 +01:00
MDW
4625a6eaaa
Fix arg type for trim with cast 2024-03-20 04:10:04 +01:00
MDW
1824950c40
Force value to string because Phan can't determine the proper type 2024-03-20 04:10:03 +01:00
MDW
3327953f1a
Fix arg type to preg_match(),strlen() with cast + FIXME 2024-03-20 04:10:02 +01:00