Laurent Destailleur
7a9e70246d
Merge pull request #25235 from mc2contributor/fixRights
...
Update permissions lookup in vendor module, fixes some warnings
2023-06-30 09:02:45 +02:00
Roger Dueck
2d997161a5
Update permissions lookup in vendor module, fixes some warnings
2023-06-29 10:45:42 -06:00
Laurent Destailleur
b1e0b317c9
Debug v18
2023-06-29 13:16:44 +02:00
Charlène Benke
11a444f126
php V8 warning
2023-06-25 13:33:35 +02:00
Laurent Destailleur
31474d80f1
Doxygen
2023-06-19 00:52:43 +02:00
Hystepik
e28de18a9b
Fix : deprecated warnings on various pages
2023-06-13 16:01:52 +02:00
Florian HENRY
a2c0eac09b
on going
2023-06-09 11:53:39 +02:00
Didier 'OdyX' Raboud
f653f5c96c
Fix multicurrency payments' currency quoting
...
PostgreSQL imposes single-quoting around strings; double-quotes cast to column names
Fixes a0d9419be5
2023-05-29 09:03:18 +02:00
Laurent Destailleur
4c09bd3e8d
Merge pull request #24395 from SylvainLegrand/Improve_multicurrency_payments
...
Improve multicurrency payments
2023-05-21 02:40:39 +02:00
Laurent Destailleur
5dd3f57a1e
Debug v18
2023-05-11 13:11:21 +02:00
Laurent Destailleur
2d17e77ff7
Fix warning
2023-05-01 17:29:54 +02:00
Laurent Destailleur
fd3ec20f36
Update qodana rules
2023-04-30 04:24:17 +02:00
Laurent Destailleur
4028b5d568
Clean code
2023-04-29 13:13:12 +02:00
Laurent Destailleur
be835d63ed
Merge pull request #24635 from VMR-Global-Solutions/develop
...
API add / fix filter on extrafields in index()
2023-04-28 20:02:09 +02:00
hystepik
397e6dce38
Fix CI
2023-04-28 12:18:14 +02:00
Lucas Marcouiller
79b686fb33
Merge branch 'develop' into develop#1
2023-04-28 11:31:43 +02:00
VMR Global Solutions
926aa6fec7
API add / fix filter on extrafields in index()
...
Add / change in api_xxx.class.php files the ability to filter on extrafields when missing in the public functions index()
by changing the SQL query with the pattern
" FROM ".MAIN_DB_PREFIX"xxxx AS t LEFT JOIN ".MAIN_DB_PREFIX."xxxx_extrafields AS ef ON (ef.fk_object = t.rowid)
2023-04-28 09:31:33 +02:00
hystepik
ca815ff9c6
working dispatchcard reception
2023-04-27 14:56:27 +02:00
Laurent Destailleur
80b6e78679
Merge branch '17.0' of git@github.com:Dolibarr/dolibarr.git into develop
2023-04-27 14:19:09 +02:00
Laurent Destailleur
fa832e8a0d
Fix missing date in popup
2023-04-27 12:37:42 +02:00
Frédéric FRANCE
057407554a
use isModEnabled
2023-04-19 14:06:16 +02:00
Laurent Destailleur
9a420b8f41
Clean code
2023-04-18 16:15:27 +02:00
Laurent Destailleur
8e1ffe6f1d
Merge branch 'develop' into 18a5
2023-04-09 18:00:44 +02:00
Laurent Destailleur
a4a014cfd5
Clean libelle into label
2023-04-08 15:08:55 +02:00
Alexandre SPANGARO
0170979dc7
FIX Travis-CI
2023-04-07 06:55:43 +02:00
stickler-ci
4c69691878
Fixing style errors.
2023-04-06 12:25:23 +00:00
Alexandre SPANGARO
b29eba6e00
NEW: Accountancy - Manage intra-community VAT on supplier invoices - FPC22
2023-04-06 08:47:28 +02:00
Laurent Destailleur
a0829733bf
Debug v18
2023-04-03 19:58:48 +02:00
Laurent Destailleur
8898a1a432
Debug ajax tooltip
2023-04-03 19:51:40 +02:00
BadPixxel
57156dd022
FIX: Invoice Thirdparty never loaded at this point
...
Attempt to read property "default_lang" on null in /var/www/html/fourn/class/paiementfourn.class.php on line 353
2023-03-31 13:15:44 +02:00
Sylvain Legrand
a0d9419be5
Improve multicurrency payments
2023-03-30 19:06:47 +02:00
priojk
3c7fe6029f
change action to start with create
2023-03-29 09:48:11 +02:00
Laurent Destailleur
5b0b874535
NEW Add a status on supplier price ref (WIP to close a supplier ref)
2023-03-28 21:30:08 +02:00
Laurent Destailleur
ec7627572f
Merge branch '17.0' of git@github.com:Dolibarr/dolibarr.git into develop
2023-03-27 18:32:25 +02:00
priojk
f693822d15
Stikler whitespace
2023-03-24 14:03:19 +01:00
priojk
3603952301
add hooks to customize automatic closing of invoices (e.g. cash discount)
2023-03-24 13:43:49 +01:00
Regis Houssin
188f9b67cf
FIX missing token
2023-03-23 13:02:49 +01:00
Regis Houssin
d923ad2340
FIX add "nofetch" parameters
2023-03-23 12:02:16 +01:00
Regis Houssin
8bc0e46e87
Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop
2023-03-23 11:06:31 +01:00
Regis Houssin
b241af94a7
NEW show supplier name in getNomUrl of supplier order
2023-03-23 11:06:20 +01:00
Alexandre SPANGARO
9e082ed54e
FIX Supplier order - Show Company alias & uniformize label and logical order of column between list & class
2023-03-21 04:35:22 +01:00
Laurent Destailleur
b7c242c210
Merge branch '17.0' of git@github.com:Dolibarr/dolibarr.git into develop
2023-03-17 20:54:18 +01:00
Laurent Destailleur
3961fa7a97
Fix test on $resql
2023-03-17 18:05:45 +01:00
Florent Poinsaut
17807ea00c
Fix line edition in supplier order
2023-03-17 17:59:02 +01:00
Florent Poinsaut
cb93a462c1
Fix line edition in supplier order
2023-03-16 18:16:18 +01:00
Laurent Destailleur
534f1868f5
FIX #23899
2023-03-12 17:33:44 +01:00
Laurent Destailleur
ae8b213d04
Merge branch '17.0' of git@github.com:Dolibarr/dolibarr.git into develop
2023-03-10 13:31:02 +01:00
Laurent Destailleur
b6012e07d8
FIX Warning on purchase order + Property fk_commande not defined
2023-03-08 02:35:43 +01:00
Laurent Destailleur
a92081cf43
Debug Kanban views
2023-03-07 22:04:40 +01:00
Laurent Destailleur
c9d869f837
Debug kanban view
2023-03-07 13:41:01 +01:00