Commit Graph

2588 Commits

Author SHA1 Message Date
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
Laurent Destailleur
12bd795afc Work on Kanban view 2023-03-01 20:13:21 +01:00
Laurent Destailleur
7127f86e4b Merge pull request #24027 from frederic34/patch-8
doc
2023-02-26 19:42:20 +01:00
Laurent Destailleur
ed5c890769 Merge branch '17.0' of git@github.com:Dolibarr/dolibarr.git into develop 2023-02-25 20:12:48 +01:00
Laurent Destailleur
cbb6ca071a Fix #yogosha15157 2023-02-25 19:51:05 +01:00
Frédéric FRANCE
aff284b267 clean code 2023-02-25 10:11:15 +01:00
Frédéric FRANCE
400b246266 doc 2023-02-25 10:07:07 +01:00
Frédéric FRANCE
652a215a07 set errors from object 2023-02-24 16:57:39 +01:00
hystepik
e75186f6bc Fix : php 8.0 warnings 2023-02-21 16:14:14 +01:00
Laurent Destailleur
04ca203ee8 Merge branch '17.0' of git@github.com:Dolibarr/dolibarr.git into develop 2023-02-21 12:21:01 +01:00
Laurent Destailleur
a64c41c4ba Fix due date for supplier invoice not correctly set on clone 2023-02-21 12:14:34 +01:00
Laurent Destailleur
e489e10b65 Merge branch '17.0' of git@github.com:Dolibarr/dolibarr.git into develop 2023-02-17 16:05:12 +01:00
Laurent Destailleur
6925d416ba Doc 2023-02-16 18:44:00 +01:00
Frédéric FRANCE
c1882425db fix tooltip 2023-02-15 22:26:16 +01:00
Laurent Destailleur
b136004eaf Merge pull request #23843 from FliyFly/qodanareturn
Fix (qodana)
2023-02-13 18:26:03 +01:00