Commit Graph

7758 Commits

Author SHA1 Message Date
Laurent Destailleur
e2ec34e1e5 Clean code 2023-05-01 14:33:08 +02:00
Laurent Destailleur
fe816445f5 Fix warnings 2023-05-01 13:09:09 +02:00
Laurent Destailleur
4028b5d568 Clean code 2023-04-29 13:13:12 +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
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
Laurent Destailleur
e74c50aa8a Clean code 2023-04-28 16:05:25 +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
Laurent Destailleur
f44c97d3c6 Code is using the Universal Filter Syntax 2023-04-27 22:12:23 +02:00
Laurent Destailleur
3065b9ca6a Clean code 2023-04-27 21:15:27 +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
8d06189621 Fix qodana warning 2023-04-26 02:21:41 +02:00
Laurent Destailleur
c891196b5b Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into
develop
2023-04-25 21:02:01 +02:00
Laurent Destailleur
06f8291e07 Dolibarrize v18 2023-04-24 18:09:18 +02:00
Laurent Destailleur
a09a29fa6a Code comment 2023-04-24 17:56:32 +02:00
Laurent Destailleur
04d96f489b FIX Default VAT of product added does not take account buyer country 2023-04-23 15:24:10 +02:00
Frédéric FRANCE
5f5fa38561 Merge remote-tracking branch 'upstream/develop' into use_ismodenabled 2023-04-21 15:16:08 +02:00
Laurent Destailleur
ec83fe478f NEW product images on popup are cached 2023-04-21 14:17:24 +02:00
Laurent Destailleur
b47a8c86a3 Merge branch '17.0' of git@github.com:Dolibarr/dolibarr.git into 17.0
Conflicts:
	htdocs/product/stock/card.php
2023-04-19 21:07:41 +02:00
Frédéric FRANCE
2f4fe9d619 use isModEnabled 2023-04-19 09:07:55 +02:00
Laurent Destailleur
fc3e07ce57 Doc 2023-04-18 21:28:49 +02:00
Laurent Destailleur
b85652e964 Code comment 2023-04-18 21:23:32 +02:00
Frédéric FRANCE
b1aee4dda6 Merge remote-tracking branch 'upstream/develop' into use_ismodenabled 2023-04-18 21:03:22 +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
Frédéric FRANCE
fa849696fb use isModEnabled 2023-04-18 20:16:02 +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
Laurent Destailleur
8e51bf2c55 Debug 18 2023-04-18 14:04: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
84a81fde36 Debug v18 2023-04-10 19:39:56 +02:00
Laurent Destailleur
1964a020aa Look and feel v18 2023-04-10 19:35:58 +02:00
Laurent Destailleur
8747cc1423 Fix phpunit 2023-04-10 19:17:37 +02:00
Laurent Destailleur
edf766ad66 Merge branch 'warehouse_tags_in_reassortlot' of
https://github.com/altairisfr/dolibarr into
altairisfr-warehouse_tags_in_reassortlot
2023-04-10 17:54:17 +02:00
Laurent Destailleur
8ba802ed5d Fix when reverting a shipment validation or closing and stock empty 2023-04-10 15:34:13 +02:00
Laurent Destailleur
aea1f60c67 Debug v18 2023-04-10 01:46:30 +02:00
Laurent Destailleur
a4a014cfd5 Clean libelle into label 2023-04-08 15:08:55 +02:00
Laurent Destailleur
0fb03fdc2d Clean code 2023-04-08 01:43:21 +02:00
Laurent Destailleur
e36ace0ed6 Fix css 2023-04-06 22:21:29 +02:00
Vincent de Grandpré
d69b1b950f corrected unknown column on join with old MySQL 2023-04-05 19:14:09 -04:00
Vincent de Grandpré
7a60c57fc5 Aligned copyrights 2023-04-05 18:30:34 -04:00
Vincent de Grandpré
1f472acb74 Added copyright 2023-04-05 18:10:03 -04:00
Vincent de Grandpré
01d17d42d3 corrected DB_PREFIX for one subquery 2023-04-05 16:13:13 -04:00
Vincent de Grandpré
4e78108d86 Allow virtual stock to show on a line in product stocks list when no physical stock present. 2023-04-05 15:50:03 -04:00
Laurent Destailleur
e088eb12e6 Merge branch '17.0' of git@github.com:Dolibarr/dolibarr.git into develop 2023-04-05 01:18:55 +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
2a300b36e8
Merge pull request #24427 from Hystepik/develop#2
fix : php 8.1 warnings + log warnings
2023-04-04 19:53:20 +02:00
Laurent Destailleur
8898a1a432 Debug ajax tooltip 2023-04-03 19:51:40 +02:00