Openbravo Issue Tracking System - Retail Modules
View Issue Details
0043610Retail ModulesWeb POSpublic2020-03-30 13:542020-05-06 08:27
rtoledano 
rtoledano 
normalminoralways
closedfixed 
5
RR20Q1 
RR20Q3 
marvintm
No
0043610: Allow to add return payments when overpaids layaways are opened from Web POS
Overpaids layaways can be generated doing a Cancel and Replace using the External Order loader API. But currently it is not possible to add return payments if the layaway is overpaid
1- Login WebPOS
2- Create a partially paid layaway with 2 lines
  2.1- Create new receipt
  2.2- Select menu item "Layaway this receipt"
  2.3- Add a line: One unit of Avalanche transceiver(price: 150.0)
  2.4- Add a line: One unit of Insect repellent(price 14.50)
  2.5- Partially paid the receipt adding a cash payment of 20
  2.6- Layaway the receipt
3- Using External order Loader API cancel and replace the layaway removing the Avalanche Transceiver (See http://wiki.openbravo.com/wiki/Retail:Order_Loading_WebService [^])
4- Open the cancel and replace receipt and you can see that we can not to add a return payment
No tags attached.
Issue History
2020-03-30 13:54rtoledanoNew Issue
2020-03-30 13:54rtoledanoAssigned To => Retail
2020-03-30 13:54rtoledanoTriggers an Emergency Pack => No
2020-03-30 14:19marvintmAssigned ToRetail => rtoledano
2020-04-21 16:49hgbotCheckin
2020-04-21 16:49hgbotNote Added: 0119311
2020-04-21 16:49hgbotStatusnew => resolved
2020-04-21 16:49hgbotResolutionopen => fixed
2020-04-21 16:49hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/00cfde4fe86c06dca259d78b66d0795af09ba69a [^]
2020-05-06 08:27marvintmReview Assigned To => marvintm
2020-05-06 08:27marvintmStatusresolved => closed
2020-05-06 08:27marvintmFixed in Version => RR20Q3

Notes
(0119311)
hgbot   
2020-04-21 16:49   
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: 00cfde4fe86c06dca259d78b66d0795af09ba69a
Author: Roberto Carlos Toledano Gómez <rctg82 <at> gmail.com>
Date: Mon Mar 30 20:10:12 2020 -0400
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/00cfde4fe86c06dca259d78b66d0795af09ba69a [^]

Fixes ISSUE-0043610: Allow to add return payments when overpaids layaways are opened from Web POS.
 Overpaids layaways can be generated doing a Cancel and Replace using the External Order loader API.

---
M src/org/openbravo/retail/posterminal/PaidReceipts.java
M web/org.openbravo.retail.posterminal/js/model/order.js
---