Laurent Destailleur
459c57e370
Merge pull request #19054 from frederic34/patch-18
...
fix doxygen nested comment
2021-10-21 22:57:32 +02:00
Laurent Destailleur
6c870bb3d1
Merge pull request #19059 from FHenry/fix_introduced_scrutinizer
...
fix: scrutinizer
2021-10-21 22:52:20 +02:00
Florian HENRY
d4690ddbdd
fix scrutinizer
2021-10-21 18:20:07 +02:00
Frédéric FRANCE
49d8f85ae7
fix doxygen nested comment
2021-10-21 12:33:48 +02:00
Frédéric FRANCE
3d5d2f0558
fix doxygen nested comment
2021-10-21 12:33:17 +02:00
Frédéric FRANCE
1157d7edfb
fix doxygen nested comment
2021-10-21 12:32:28 +02:00
Laurent Destailleur
e43b33028c
Merge branch '14.0' of git@github.com:Dolibarr/dolibarr.git into develop
...
Conflicts:
htdocs/adherents/card.php
2021-10-20 15:06:10 +02:00
Laurent Destailleur
53244c5f45
FIX missing permission check reported by me@lainwir3d.net on product api
2021-10-20 12:38:19 +02:00
Laurent Destailleur
3c9d8d0d30
Show status of MO on referring page of product.
2021-10-19 20:44:03 +02:00
Laurent Destailleur
0cae464bfa
Debug v15
2021-10-19 16:47:43 +02:00
Laurent Destailleur
c40a73162e
Look and feel v15
2021-10-18 21:20:58 +02:00
Laurent Destailleur
79177b0a11
Rename method into selectLotDataList
2021-10-17 14:38:12 +02: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
7ff3e4253f
Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop
2021-10-16 13:01:27 +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
Laurent Destailleur
8bf396c0cd
Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop
2021-10-14 14:56:28 +02:00
Laurent Destailleur
27e8b17aaf
NEW Add STOCK_MOVEMENT_LIST_HIDE_UNIT_PRICE to hide unit price on
...
movement list.
2021-10-14 14:49:01 +02:00
Benjamin Chantalat
3438a4a9f6
Add the module reception to the calcul of virtual stock
2021-10-14 09:33:26 +02:00
Laurent Destailleur
4fc93ca7fa
Fix css
2021-10-13 02:36:23 +02:00
Laurent Destailleur
6bd1bc767b
doc
2021-10-12 15:17:34 +02:00
Laurent Destailleur
eb73da5abc
Fix set origin.
2021-10-12 12:04:43 +02:00
Benjamin Chantalat
91164951de
Remove not complete order from virtual stock
2021-10-11 15:24:56 +02:00
lvessiller
be4a00213c
FIX optional visibility on create card
2021-10-08 15:58:08 +02:00
Laurent Destailleur
d5d892b263
Merge pull request #18831 from SteiniGreenwork/develop
...
NEW Can select existing batch numbers for a combo list (in mrp consumtion)
2021-10-06 15:20:52 +02:00
Laurent Destailleur
b93110e4f0
Merge pull request #18901 from xgerhard/disabled-button-zero-qty-fix
...
Fix #18890 Fix disabled button if sum real qty is 0
2021-10-06 13:49:12 +02:00
Laurent Destailleur
ba15907582
Update inventory.php
2021-10-06 13:48:42 +02:00
Laurent Destailleur
a984eb5c98
Merge branch 'develop' into 14_fix_api_priduct_warning
2021-10-06 13:43:18 +02:00
Laurent Destailleur
7b1b7c0ad6
Update api_products.class.php
2021-10-06 13:42:49 +02:00
Laurent Destailleur
5d9c87a9ea
Update api_products.class.php
2021-10-06 13:42:13 +02:00
Laurent Destailleur
65ea165721
Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop
2021-10-06 13:27:42 +02:00
Florian HENRY
9d1915f9c2
fix php warning
2021-10-06 09:56:10 +02:00
Laurent Destailleur
36a00bc1ac
Enhance selection of qty to transfer/correct stock
2021-10-05 20:42:52 +02:00
Laurent Destailleur
06eb138b47
Merge pull request #18902 from xgerhard/fix-negative-stock-correction
...
Fix #18895 Fix negative stock correction
2021-10-05 18:45:50 +02:00
Laurent Destailleur
e85a0c54cc
Update product.class.php
2021-10-05 18:43:35 +02:00
Laurent Destailleur
ff56415c00
Merge pull request #18903 from aspangaro/15a21
...
HTML5 - <font> tag is deprecated, replace by <span>
2021-10-05 16:51:41 +02:00
Alexandre SPANGARO
2e49eee106
HTML5 - <font> tag is deprecated, replace by <span>
2021-10-05 09:52:45 +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
xgerhard
cbd825e526
FIX|Fix #18890 Fix disabled button if sum real qty is 0
...
Instead of counting the sum of the 'real qty' input, only disable the button if no input has been given, or if all input is the same as the expected qty.
'$object->status' check seems unnecessary here since the button is only there when the status is 'STATUS_VALIDATED'.
2021-10-05 00:03:00 +02:00
Stephan Steininger
3bb941f3b8
Merge branch 'Dolibarr:develop' into develop
2021-10-04 08:12:19 +02:00
Laurent Destailleur
b3cb56f2ef
Clean css
2021-10-04 04:14:31 +02:00
Laurent Destailleur
7863642daa
FIX #18852
2021-10-02 19:16:42 +02:00
Laurent Destailleur
d064ab2b17
Add more action to GET action to check
2021-10-02 12:58:15 +02:00
Laurent Destailleur
7f8d5adb6c
css
2021-09-30 20:32:52 +02:00
Laurent Destailleur
673a2982a5
Merge branch '14.0' of git@github.com:Dolibarr/dolibarr.git into develop
...
Conflicts:
htdocs/opensurvey/card.php
2021-09-30 16:32:40 +02:00
Laurent Destailleur
ed264182c6
Merge branch '13.0' of git@github.com:Dolibarr/dolibarr.git into 14.0
...
Conflicts:
htdocs/admin/dict.php
htdocs/comm/action/class/actioncomm.class.php
htdocs/product/card.php
htdocs/takepos/receipt.php
2021-09-30 16:28:42 +02:00
Laurent Destailleur
bb6399e12a
Merge branch '12.0' of git@github.com:Dolibarr/dolibarr.git into 13.0
...
Conflicts:
htdocs/admin/dict.php
htdocs/comm/action/class/actioncomm.class.php
htdocs/product/card.php
2021-09-30 16:21:36 +02:00
Laurent Destailleur
3d4bb66853
Clean code
2021-09-30 15:59:47 +02:00
Stephan Steininger
5bb717b887
Merge branch 'develop' of https://github.com/SteiniGreenwork/dolibarr into develop
2021-09-30 15:07:37 +02:00
Stephan Steininger
2e2048f6d8
Update documentation
2021-09-30 15:06:57 +02:00