Commit Graph

1886 Commits

Author SHA1 Message Date
Laurent Destailleur
fe816445f5 Fix warnings 2023-05-01 13:09:09 +02:00
Laurent Destailleur
d99483c034
Merge pull request #24627 from frederic34/patch-2
Fix unknown variable in product.class.php
2023-04-28 20:04:54 +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
Frédéric FRANCE
ec964040e6
Update product.class.php 2023-04-27 20:12:39 +02:00
Frédéric FRANCE
ef8f8d990a
Fix unknown variable in product.class.php 2023-04-27 20:07:36 +02:00
Laurent Destailleur
ec83fe478f NEW product images on popup are cached 2023-04-21 14:17:24 +02:00
Laurent Destailleur
ca23849119
Merge pull request #24503 from jyhere/jyhere-patch-8
FIX check on wrong variable, some unnecessary code removed
2023-04-18 21:01:05 +02:00
Laurent Destailleur
bf493e5165
Merge pull request #24504 from frederic34/patch-1
Doc
2023-04-18 17:26:11 +02:00
Laurent Destailleur
9a420b8f41 Clean code 2023-04-18 16:15:27 +02:00
Frédéric FRANCE
50346a7119
Doc 2023-04-13 16:58:16 +02:00
jyhere
5c54d5d279
FIX check on wrong variable, some unnecessary code removed 2023-04-13 16:55:00 +02:00
Laurent Destailleur
45d79232d2 Clean code 2023-04-11 19:36:19 +02:00
Laurent Destailleur
aea1f60c67 Debug v18 2023-04-10 01:46:30 +02:00
Laurent Destailleur
86445cdd83 NEW Dynamic choice of warehouse and batch in MO production. 2023-04-05 01:08:23 +02:00
Laurent Destailleur
306871fa80
Merge branch 'develop' into develop_of_consumption_selectbatch 2023-04-04 22:58:15 +02:00
Laurent Destailleur
8898a1a432 Debug ajax tooltip 2023-04-03 19:51:40 +02:00
Laurent Destailleur
7525aea76c Debug v18 2023-04-01 14:38:07 +02:00
Laurent Destailleur
173cdc4c4c
Merge pull request #24150 from OPEN-DSI/develop_new_hook_loadlotstock
NEW - Add hook in loadLotStock() in html.formproduct.class.php file
2023-03-31 02:34:55 +02:00
kkhelifa
6860325f96 Correction 2023-03-30 11:13:17 +02:00
Laurent Destailleur
db9498262b NEW Add statistics by amount on statistics of products. 2023-03-27 15:26:54 +02:00
Laurent Destailleur
76ab7136f2 Clean code 2023-03-19 15:22:21 +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
Laurent Destailleur
3f264989ce
Merge pull request #23906 from FliyFly/qodanaincompatible
Fix (qodana)
2023-03-08 13:21:14 +01:00
Laurent Destailleur
a92081cf43 Debug Kanban views 2023-03-07 22:04:40 +01:00
kkhelifa
de37c01bfa NEW - Add hook in loadLotStock() in html.formproduct.class.php file 2023-03-07 16:27:25 +01:00
Laurent Destailleur
12bd795afc Work on Kanban view 2023-03-01 20:13:21 +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
Laurent Destailleur
093099ea44 NEW Can select several warehouses into the view stock at date in past 2023-02-24 12:57:15 +01:00
Laurent Destailleur
393b0e7c4c NEW Support multiselect in the warehouse selection combo box 2023-02-24 12:56:11 +01:00
Laurent Destailleur
d4402aa7f5 code easier to understand 2023-02-22 01:09:23 +01:00
FLIO
29e56ab3cf fix (qodana) edit error and merge develop to be update 2023-02-21 17:51:24 +01:00
Laurent Destailleur
fd3dffc892 Add kanban view for partnership object 2023-02-18 19:20:54 +01:00
Frédéric FRANCE
c1882425db fix tooltip 2023-02-15 22:26:16 +01:00
FLIO
156922fc51 Fix (qodana) Incompatible return type 2023-02-14 14:09:56 +01:00
Laurent Destailleur
66369567b3
Merge pull request #23883 from frederic34/knowledgemgmt
add ajax tooltip on knowledge record
2023-02-13 18:21:09 +01:00
Laurent Destailleur
19bfb021e1 Merge branch '17.0' of git@github.com:Dolibarr/dolibarr.git into develop 2023-02-13 13:51:35 +01:00
Frédéric FRANCE
0f4adbedab clean code 2023-02-12 21:15:16 +01:00
Frédéric FRANCE
1fa1d11500 Merge remote-tracking branch 'upstream/develop' into ajaxtooltip 2023-02-09 15:26:40 +01:00
Laurent Destailleur
38933225d2
Merge pull request #23837 from frederic34/patch-12
error message may be overwritten by other error message
2023-02-09 14:59:51 +01:00
Frédéric FRANCE
28c722ef59
error message may be overwritten by other error message 2023-02-08 15:19:00 +01:00
Frédéric FRANCE
8a5e983d7e clean code 2023-02-06 22:21:54 +01:00
Frédéric FRANCE
b238830c82 keep original label 2023-02-05 23:19:56 +01:00
Frédéric FRANCE
19631fef74 fix tooltip 2023-02-05 20:41:29 +01:00
Frédéric FRANCE
a501ae8961 fix tooltip 2023-02-05 09:46:29 +01:00
Frédéric FRANCE
41dd574b16 clean js 2023-02-02 22:59:54 +01:00
FLIO
0080b0a80f fix (qodana) fix condlicts 2023-02-01 23:38:49 +01:00
Frédéric FRANCE
7eb0b71252 work on ajax tooltip 2023-01-31 22:47:30 +01:00
Frédéric FRANCE
993c1d28c4 work on ajax tooltip 2023-01-31 22:08:32 +01:00