Notes |
|
(0072578)
|
hgbot
|
2014-12-16 21:09
|
|
|
|
(0072680)
|
mtaal
|
2014-12-17 20:50
|
|
Issues found during testing:
1) if there is no credit to use the layaway button is shown too low
2) use credit button is also shown when the total amount is a return amount
3) when changing business partner the logic if the credit button should be shown should be recomputed, as the new bp can or can not be credit enabled |
|
|
(0072683)
|
hgbot
|
2014-12-17 22:06
|
|
|
|
(0072805)
|
mtaal
|
2014-12-24 01:03
|
|
|
|
|
It is still not possible to pay a Layaway receipt with credit.
Using "Use Credit" button in a receipt that is marked as Layaway does not process this receipt. It seems that is processed, but it still remains in "Layaways" section and it is not processed in POS backend. |
|
|
(0076760)
|
hgbot
|
2015-04-24 15:59
|
|
|
|
(0077029)
|
malsasua
|
2015-05-05 18:03
(edited on: 2015-05-05 18:04) |
|
when a layaway is paid partially by cash, and the rest of paid is done using credit, the invoice created is wrong:
it is marked as payment completed =Y, and the total paid is incorrect:
steps:
. create new receipt
. set as layaway
. amount 301
. paid total amount as layaway
. load the layaway created in first step
. pay it:
. cash: 50
. the rest of amount: using credit
. go to backoffice, check the invoice created:
. payment complete: yes -->> it should be NO
. total paid: 301 -->> it should be 50
. payment plan:
. received amount: 301 -->> it should be 50
|
|
|
(0077582)
|
hgbot
|
2015-05-19 17:27
|
|
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: bb8812553e4a5bda241dea034987fa83fd30b697
Author: Aaron Calero <aaron.calero <at> openbravo.com>
Date: Tue May 19 16:37:52 2015 +0200
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/bb8812553e4a5bda241dea034987fa83fd30b697 [^]
Fixed issue 28322: Not possible to pay a layaway using credit
The invoice won't be set as fully paid if there is a credit payment associated, and the 'total paid' amount will be set considering both the gross of the ticket and the amount paid with credit.
---
M src/org/openbravo/retail/posterminal/OrderLoader.java
---
|
|
|
|
Tested and reviewed in a5c25afa2d03 |
|
|
(0079021)
|
hgbot
|
2015-07-22 10:27
|
|
Repository: tools/automation/pi-mobile
Changeset: cc1d505f0a3a42972d73a3c94aecab4be8dc1d48
Author: Aaron Calero <aaron.calero <at> openbravo.com>
Date: Tue May 19 17:21:05 2015 +0200
URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/cc1d505f0a3a42972d73a3c94aecab4be8dc1d48 [^]
Verifies issue 28322: Added automated tests (I & II)
---
M src-test/org/openbravo/test/mobile/common/selenium/database/WebPOSDatabaseHelper.java
A src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/layaway/I28322_WrongInvoiceWhenPayingLayawayWithCreditI.java
A src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/layaway/I28322_WrongInvoiceWhenPayingLayawayWithCreditII.java
---
|
|