Laurent Destailleur
f222328ff8
FIX Update of sale price (log not correctly updated)
2022-05-06 12:37:18 +02:00
Laurent Destailleur
29242a23c3
Update product.class.php
2022-04-13 12:11:35 +02:00
Norbert Penel
e9e10e84b2
ensure priority in this usage
...
ensure priority in this usage
2022-04-13 10:47:33 +02:00
Laurent Destailleur
c620757dbc
Merge branch '14.0' of git@github.com:Dolibarr/dolibarr.git into 15.0
...
Conflicts:
htdocs/comm/propal/list.php
htdocs/langs/en_US/projects.lang
htdocs/product/price.php
htdocs/reception/class/reception.class.php
2022-03-23 17:23:21 +01:00
Laurent Destailleur
32f2499c36
Merge branch '13.0' of git@github.com:Dolibarr/dolibarr.git into 14.0
...
Conflicts:
htdocs/comm/propal/list.php
htdocs/langs/en_US/projects.lang
htdocs/langs/en_US/propal.lang
htdocs/product/price.php
htdocs/projet/card.php
htdocs/reception/class/reception.class.php
2022-03-23 17:04:31 +01:00
Laurent Destailleur
6167d8a02c
Merge pull request #20302 from marc-dll/13.0_FIX_product_price_update_error_management
...
FIX: better error management at product selling price update
2022-03-23 16:48:15 +01:00
Laurent Destailleur
32a68995d6
Merge branch '12.0' of git@github.com:Dolibarr/dolibarr.git into 13.0
...
Conflicts:
htdocs/product/class/product.class.php
2022-03-10 14:08:19 +01:00
Laurent Destailleur
cc57d3dbc1
Fix phpcs
2022-03-09 22:25:29 +01:00
Marc de Lima Lucio
e989371651
FIX: better error management at product selling price update
2022-03-08 14:49:26 +01:00
Laurent Destailleur
c4a20685a4
Merge branch '14.0' of git@github.com:Dolibarr/dolibarr.git into 15.0
2022-03-07 15:21:38 +01:00
Laurent Destailleur
c0088191f1
Merge branch '13.0' of git@github.com:Dolibarr/dolibarr.git into 14.0
...
Conflicts:
htdocs/product/admin/product.php
htdocs/product/class/product.class.php
2022-03-07 15:19:51 +01:00
Laurent Destailleur
d13ae9f721
Merge branch '12.0' of git@github.com:Dolibarr/dolibarr.git into 13.0
...
Conflicts:
htdocs/install/mysql/tables/llx_product_fournisseur_price.sql
htdocs/product/admin/product.php
htdocs/product/class/product.class.php
2022-03-07 15:13:25 +01:00
Laurent Destailleur
e13038dc30
Update product.class.php
2022-03-07 14:06:54 +01:00
Eric Seigne
744b84cb09
fix #20270 : use product_id in sql only if product_id is defined
2022-03-04 15:20:50 +01:00
Laurent Destailleur
836ffc2b02
Merge branch '14.0' of git@github.com:Dolibarr/dolibarr.git into 15.0
2022-02-04 19:06:32 +01:00
Laurent Destailleur
63d35ecffd
Fix phpcs
2022-02-04 19:05:11 +01:00
Laurent Destailleur
f99e19e729
Merge branch '14.0' of git@github.com:Dolibarr/dolibarr.git into 15.0
2022-02-04 13:19:55 +01:00
Laurent Destailleur
e57bc01466
Merge branch '13.0' of git@github.com:Dolibarr/dolibarr.git into 14.0
...
Conflicts:
htdocs/product/class/product.class.php
2022-02-04 13:02:45 +01:00
Laurent Destailleur
3f87db08d4
Update product.class.php
2022-02-04 12:55:31 +01:00
El-dge
d09303d27c
Issue on stock virtuel : fix Dolibarr/dolibarr#18634
2022-02-04 12:31:40 +01:00
Laurent Destailleur
5b8d6e60e4
Debug v15
2022-01-05 10:43:05 +01:00
Laurent Destailleur
0dcbd458b8
FIX default_vat_code was not returned in some Ajax services of products
2021-11-23 13:08:00 +01:00
Laurent Destailleur
1c07385aba
Update product.class.php
2021-10-16 21:22:53 +02:00
Laurent Destailleur
dd0809b528
Fix trans labels status
2021-10-16 19:37:57 +02:00
Laurent Destailleur
f8010dfcbc
Merge branch '14.0' of git@github.com:Dolibarr/dolibarr.git into develop
...
Conflicts:
ChangeLog
htdocs/reception/list.php
htdocs/takepos/pay.php
2021-10-16 13:01:03 +02:00
Benjamin Chantalat
3438a4a9f6
Add the module reception to the calcul of virtual stock
2021-10-14 09:33:26 +02:00
Benjamin Chantalat
91164951de
Remove not complete order from virtual stock
2021-10-11 15:24:56 +02:00
Laurent Destailleur
e85a0c54cc
Update product.class.php
2021-10-05 18:43:35 +02:00
xgerhard
e44c3a46e1
Fix #18895 Fix negative stock correction
...
If people use a negative number as input, I think we can assume they want to delete units. It will now set the movement to 1 if the number is negative and 'add' was selected.
For each negative number we now multiply this number by -1, to make it a positive number again.
2021-10-05 00:25:52 +02:00
Laurent Destailleur
7863642daa
FIX #18852
2021-10-02 19:16:42 +02:00
Laurent Destailleur
3d4bb66853
Clean code
2021-09-30 15:59:47 +02:00
Laurent Destailleur
aaf170313f
Clean code
2021-09-30 14:51:38 +02:00
Laurent Destailleur
63218d5d5c
Update product.class.php
2021-09-30 14:30:50 +02:00
Laurent Destailleur
3565a47954
Merge branch 'develop' into NEW_develop_virtual_product_DragAndDrop
2021-09-30 14:24:30 +02:00
Norbert Penel
2205073f25
load_stats_reception is not loaded
2021-09-30 12:09:17 +02:00
Laurent Destailleur
27c41946b7
Merge pull request #18182 from atm-jpb/NEW_field_in_service_object
...
NEW : field and behavior in product object
2021-09-23 12:14:09 +02:00
Laurent Destailleur
d38c3028eb
Merge branch '14.0' of git@github.com:Dolibarr/dolibarr.git into develop
...
Conflicts:
htdocs/expensereport/class/expensereport.class.php
2021-09-23 02:41:53 +02:00
Laurent Destailleur
a5566473d9
Clean code
2021-09-21 18:06:48 +02:00
Laurent Destailleur
76ee014b52
Fix add a hidden solution to fix a corrupted value for AWP.
2021-09-21 16:32:32 +02:00
Laurent Destailleur
bfa75e91e2
Code comment
2021-09-08 20:59:56 +02:00
jpb
65a2486f94
merge conflict
2021-09-06 09:43:52 +02:00
Laurent Destailleur
ee066ad725
Cast sql var
2021-09-03 21:25:43 +02:00
Adrien Raze
58845082b1
FIX : Travis
2021-08-30 17:20:50 +02:00
Adrien Raze
f44ae62eb3
FIX : Travis
2021-08-30 16:59:09 +02:00
Adrien Raze
fb183f4f5d
FIX : Travis
2021-08-30 16:13:51 +02:00
Adrien Raze
08364d2492
FIX : Travis
2021-08-30 16:08:07 +02:00
Adrien Raze
7794a01a0b
FIX : Stickler-ci
2021-08-30 15:51:59 +02:00
stickler-ci
73b4f0df51
Fixing style errors.
2021-08-30 13:38:55 +00:00
Adrien Raze
709a297563
NEW : Allow drag and drop on kits
2021-08-30 14:45:42 +02:00
Laurent Destailleur
3d72a21396
Clean code
2021-08-28 03:09:41 +02:00