Notes |
|
(0111253)
|
hgbot
|
2019-04-24 09:02
|
|
Repository: erp/pmods/org.openbravo.retail.productonthefly
Changeset: 6e272139dd8036e5bec50d9346f1b03bc81f6de1
Author: Ranjith S R <ranjith <at> qualiantech.com>
Date: Wed Apr 24 12:32:41 2019 +0530
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.productonthefly/rev/6e272139dd8036e5bec50d9346f1b03bc81f6de1 [^]
Related to issue 40608 : Product properties should be included in the json sent to OrderLoader
* Product properties with saveToReceipt as true will be saved in receipt json which sent to OrderLoader
---
M web/org.openbravo.retail.productonthefly/js/modalproduct.js
---
|
|
|
(0111254)
|
hgbot
|
2019-04-24 09:03
|
|
Repository: erp/pmods/org.openbravo.retail.servicesequence
Changeset: f5b89be7fdc81cbb9c1557309ee0c2ca4efb5c2c
Author: Ranjith S R <ranjith <at> qualiantech.com>
Date: Wed Apr 24 12:32:51 2019 +0530
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.servicesequence/rev/f5b89be7fdc81cbb9c1557309ee0c2ca4efb5c2c [^]
Related to issue 40608 : Product properties should be included in the json sent to OrderLoader
* Product properties with saveToReceipt as true will be saved in receipt json which sent to OrderLoader
---
M web/org.openbravo.retail.servicesequence/js/model/productProperties.js
---
|
|
|
(0111298)
|
hgbot
|
2019-04-25 08:56
|
|
Repository: tools/automation/pi-mobile
Changeset: d53feeb957961298ed6b073f6ff548e88865ef50
Author: Ranjith S R <ranjith <at> qualiantech.com>
Date: Thu Apr 25 12:25:17 2019 +0530
URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/d53feeb957961298ed6b073f6ff548e88865ef50 [^]
Verifies issue 40608 : Modified best deal automated tests
* Discount Name TestId is updated with ExtModule TestId
---
M src-test/org/openbravo/test/mobile/retail/extmodules/selenium/tests/discounts_bestdeal/I32379_BestDealRecalculateTicket.java
M src-test/org/openbravo/test/mobile/retail/extmodules/selenium/tests/discounts_bestdeal/I32467_BestDealNotDeletingLines.java
M src-test/org/openbravo/test/mobile/retail/extmodules/selenium/tests/discounts_bestdeal/I32492_AddProductAfterBestDealIsExecuted.java
M src-test/org/openbravo/test/mobile/retail/extmodules/selenium/tests/discounts_bestdeal/I32547_CalculateBestDealI.java
M src-test/org/openbravo/test/mobile/retail/extmodules/selenium/tests/discounts_bestdeal/I32547_CalculateBestDealII.java
---
|
|
|
(0111299)
|
hgbot
|
2019-04-25 08:56
|
|
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: 2377dc555e8af1f2434dbf153aea8df1292f0e41
Author: Ranjith S R <ranjith <at> qualiantech.com>
Date: Thu Apr 25 12:26:10 2019 +0530
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/2377dc555e8af1f2434dbf153aea8df1292f0e41 [^]
Fixed issue 40608 : Product properties should be included in the json sent to OrderLoader
* Product properties with saveToReceipt as true will be saved in receipt json which sent to OrderLoader
---
M web/org.openbravo.retail.posterminal/js/model/order.js
M web/org.openbravo.retail.posterminal/js/model/product.js
---
|
|
|
(0111362)
|
hgbot
|
2019-04-26 14:23
|
|
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: faec97e58a933e317a3966ff4f4b43e2e0f51df1
Author: Ranjith S R <ranjith <at> qualiantech.com>
Date: Fri Apr 26 17:52:12 2019 +0530
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/faec97e58a933e317a3966ff4f4b43e2e0f51df1 [^]
Related to issue 40608 : Product properties should be included in the json sent to OrderLoader
* Add saveToReceipt to Product properties (isLinkedToProduct, quantityRule) for prepayment implementation
---
M web/org.openbravo.retail.posterminal/js/model/product.js
---
|
|
|
|
We have found a problem with the current implementation, we need to remove the properties just before we prepare the ticket to be synchronised. |
|
|
(0111636)
|
hgbot
|
2019-05-13 09:07
|
|
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: 6dac4b22dbeca994d12d1e9c9ab9863b165a1a55
Author: Ranjith S R <ranjith <at> qualiantech.com>
Date: Mon May 13 12:36:56 2019 +0530
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/6dac4b22dbeca994d12d1e9c9ab9863b165a1a55 [^]
Related to issue 40608 : Product properties should be removed only before closing the receipt
* If product properties is removed while saving, ticket will not be rendered properly while refreshing due to loss of product properties.
So product properties should be removed only before closing the receipt
---
M web/org.openbravo.retail.posterminal/js/data/dataordersave.js
M web/org.openbravo.retail.posterminal/js/model/order.js
M web/org.openbravo.retail.posterminal/js/model/product.js
M web/org.openbravo.retail.posterminal/js/pointofsale/model/pointofsale-model.js
---
|
|
|
|
Product properties should be also removed when saving a deleted ticket (using Web POS Save Removed Tickets preference). |
|
|
(0112833)
|
hgbot
|
2019-06-17 15:59
|
|
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: 6b396ceed9388a6c3a9a5df69aaacc68c93516ad
Author: Ranjith S R <ranjith <at> qualiantech.com>
Date: Mon Jun 17 19:28:58 2019 +0530
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/6b396ceed9388a6c3a9a5df69aaacc68c93516ad [^]
Fixed issue 40608 : Product properties should be removed only before closing the receipt
* When Save Remove Ticket Pref. is enabled, product properties should be removed from deletedLines
---
M web/org.openbravo.retail.posterminal/js/model/order.js
---
|
|