Laurent Destailleur
e77aa31e47
Merge pull request #23009 from atm-maxime/fix_count_in_lists
...
Fix count in lists
2022-11-26 10:21:29 +01:00
Laurent Destailleur
c62c7e3805
Merge branch '15.0' of git@github.com:Dolibarr/dolibarr.git into develop
...
Conflicts:
htdocs/accountancy/bookkeeping/balance.php
htdocs/accountancy/bookkeeping/list.php
htdocs/accountancy/bookkeeping/listbyaccount.php
htdocs/accountancy/bookkeeping/listbysubaccount.php
2022-11-26 01:43:09 +01:00
Maxime Kohlhaas
fb310de0aa
Fix : use count() in lists - part 2
2022-11-26 01:23:45 +01:00
Laurent Destailleur
b231bcb64a
Merge branch '15.0' of git@github.com:Dolibarr/dolibarr.git into 16.0
...
Conflicts:
htdocs/accountancy/bookkeeping/balance.php
htdocs/accountancy/bookkeeping/list.php
htdocs/accountancy/bookkeeping/listbyaccount.php
htdocs/accountancy/bookkeeping/listbysubaccount.php
2022-11-26 01:21:51 +01:00
Maxime Kohlhaas
8c597543e1
Fix : use count() in lists - part 1
2022-11-26 00:54:49 +01:00
Jean Traullé
8fa6d36978
New Add hooks addMoreActionsButtons and formConfirm to card-rec.php
2022-11-25 18:06:16 +01:00
hystepik
efc1697c62
fix : php8.1 warnings
2022-11-25 15:34:38 +01:00
Laurent Destailleur
fb2b4ea388
Merge branch '16.0' of git@github.com:Dolibarr/dolibarr.git into develop
2022-11-23 17:07:36 +01:00
Laurent Destailleur
d0ac102bd0
Debug v17
2022-11-23 17:07:11 +01:00
Laurent Destailleur
39d8e44b3d
Merge pull request #22885 from alsoft10/16.0
...
BUG FIXED #22883
2022-11-23 12:38:59 +01:00
Laurent Destailleur
97863440cb
Merge pull request #22937 from atm-gauthier/FIX_total_invoice_on_show_objects_linked_bloc
...
FIX : $sign is useless
2022-11-23 12:27:50 +01:00
Laurent Destailleur
fb3bbee0a3
Merge pull request #22938 from Daviid-P/15.0
...
FIX Broken Permissions check, $object is null.
2022-11-23 12:22:21 +01:00
Laurent Destailleur
4c02652d87
Merge branch '16.0' of git@github.com:Dolibarr/dolibarr.git into develop
2022-11-23 12:07:42 +01:00
Laurent Destailleur
207f56ff64
Merge branch '16.0' of git@github.com:Dolibarr/dolibarr.git into 16.0
2022-11-23 12:06:21 +01:00
Laurent Destailleur
2f0880020c
Merge branch '14.0' of git@github.com:Dolibarr/dolibarr.git into 15.0
2022-11-23 12:02:25 +01:00
David Pareja Rodriguez
05e850dbfc
FIX Broken Permissions check, $object is null.
...
This code was probably copy&paste'd from `htdocs/compta/prelevement/card.php` where the `$object` variable exists.
On `htdocs/compta/prelevement/line.php` `$object` is not defined, and `$type` come from the `$type = GETPOST('type', 'aZ09');` which ends up being overwritten with null.
2022-11-23 11:58:21 +01:00
Gauthier PC portable 024
b77f63bc5c
FIX : $sign is useless
2022-11-23 11:24:29 +01:00
stickler-ci
76fdf0006d
Fixing style errors.
2022-11-22 20:17:37 +00:00
josett225
e38ef6bc8c
Update create.php
2022-11-22 21:03:28 +01:00
josett225
19273c8da1
Fix PaymentBankTransfer Line page management with Select and Input
2022-11-20 05:33:31 +01:00
Faustin
78ef383d32
checkbox colum on left for bank account lists
2022-11-19 23:26:07 +01:00
root
435b82bbc8
#22883
2022-11-18 19:03:39 +05:30
root
bcb4919aa8
BUG FIXED #22883
2022-11-17 17:40:14 +05:30
Charlène Benke
5495747d68
if categorie not enabled, we can't use type_account
2022-11-17 07:12:57 +01:00
Laurent Destailleur
6bf668cdbf
Merge pull request #22791 from lamrani002/fix-datePaymentSocialcontribution
...
fix issue in conta/social/payment
2022-11-14 11:42:05 +01:00
Lamrani Abdel
bbb281d5c0
fix issue in conta/social/payment
2022-11-08 15:54:08 +01:00
lmarcouiller
cbd4a734a8
refresh of the object
2022-11-07 16:26:35 +01:00
Laurent Destailleur
55c284ebb9
Fix filter on entity
2022-11-07 14:28:42 +01:00
Laurent Destailleur
7fae4d1b1c
Can force recipient of unpaid invoice email reminder
2022-11-07 14:22:43 +01:00
Laurent Destailleur
055627e248
NEW scheduled job to send unpaid invoice reminder can use the cc and bcc
...
of template.
2022-11-07 14:16:04 +01:00
Laurent Destailleur
4f38cfc435
Merge pull request #22714 from frederic34/strftimedeprecated
...
strftime is deprecated in php 8.1
2022-11-01 20:04:05 +01:00
Laurent Destailleur
124a969127
Debug v17
2022-10-31 15:35:00 +01:00
Frédéric FRANCE
754881a6ef
strftime is deprecated in php 8.1
2022-10-31 10:42:40 +01:00
Laurent Destailleur
f0e51d4a28
Debug v17 - use of 'mode' for user list and filter on categories
2022-10-31 08:22:53 +01:00
Laurent Destailleur
b616a1eccb
css
2022-10-30 19:08:54 +01:00
Laurent Destailleur
39f7b8399d
css
2022-10-30 19:06:26 +01:00
Laurent Destailleur
41a07f5e7d
Merge branch '16.0' of git@github.com:Dolibarr/dolibarr.git into develop
2022-10-29 12:51:51 +02:00
Laurent Destailleur
4596a16cdb
css
2022-10-28 18:02:40 +02:00
Laurent Destailleur
18c9685051
Rename table to prepare need of direct debit for non invoices
2022-10-28 17:51:25 +02:00
Laurent Destailleur
b15f0093cc
Merge branch 'develop' into fix_missing_hook_parameters
2022-10-25 17:19:38 +02:00
Laurent Destailleur
290d02c0df
Merge pull request #22627 from noec764/14_FIX_Invoice_Order_FetchLines
...
FIX: Missing return 0 if object not found
2022-10-24 19:45:41 +02:00
Laurent Destailleur
064f3dd209
Merge branch '15.0' of git@github.com:Dolibarr/dolibarr.git into 16.0
2022-10-24 19:11:59 +02:00
Laurent Destailleur
b4218f4c53
Responsive
2022-10-24 03:07:22 +02:00
Laurent Destailleur
81813225aa
Look and feel v17
2022-10-24 01:25:50 +02:00
Maxime Kohlhaas
7bf0287c65
Fix : remove nonsense code
2022-10-23 11:46:15 +02:00
Laurent Destailleur
003df66f6a
Clean code
2022-10-22 02:32:43 +02:00
Laurent Destailleur
f87ec74b9f
Replace LEFT JOIN with EXISTS
2022-10-22 00:22:54 +02:00
Laurent Destailleur
d9c2528b62
Clean code
2022-10-21 23:49:45 +02:00
Laurent Destailleur
330a1199e4
Look and feel v17
2022-10-21 15:08:54 +02:00
Laurent Destailleur
11aaf4748c
css
2022-10-21 11:32:12 +02:00