Openbravo Issue Tracking System - Retail Modules
View Issue Details
0030923Retail ModulesWeb POSpublic2015-09-24 16:212015-11-06 16:23
malsasua 
fmolina 
normalmajoralways
closedfixed 
30Professional Appliance
RR15Q3 
RR16Q1 
marvintm
No
0030923: a payment is not loaded when the payment method is not configured in webpos
if one receipt is paid in backoffice with a payment method and this payment method is not configured in WEBPOS, if the receipt is loaded in WEBPOS, this payment is not displayed, and the system allows paid again the recepit
backoffice
  . go to POS TERMINAL -> vbs-1
   . go to payment method tab -> remove payment method "Card"
  . go to sales order
   . new receipt:
     . org: vallblanca store
     . bp: VBS Customer
     . terminal: VBS POS Terminal
     new line: avalanche
   . process receipt
   . add payment:
      wire transfer 100 (process and deposit)
  . go to goods shipment-> void the good shipment related with previous receipt

. go to WEBPOS
 . layaways -> load previous receipt
   no payment are displayed, pending to pay 150.5
  . add payment 150.5
No tags attached.
Issue History
2015-09-24 16:21malsasuaNew Issue
2015-09-24 16:21malsasuaAssigned To => Retail
2015-09-24 16:21malsasuaResolution time => 1445814000
2015-09-24 16:21malsasuaTriggers an Emergency Pack => No
2015-10-05 12:22OrekariaTypedefect => design defect
2015-10-05 18:42OrekariaStatusnew => scheduled
2015-10-05 18:42OrekariaAssigned ToRetail => fmolina
2015-10-10 01:47hgbotCheckin
2015-10-10 01:47hgbotNote Added: 0080929
2015-10-10 01:47hgbotStatusscheduled => resolved
2015-10-10 01:47hgbotResolutionopen => fixed
2015-10-10 01:47hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/0b03c3fa0101572f0ad87606c4c5de84182a7993 [^]
2015-10-13 10:24OrekariaReview Assigned To => marvintm
2015-10-17 02:14hgbotCheckin
2015-10-17 02:14hgbotNote Added: 0081062
2015-10-28 10:06dmitry_mezentsevNote Added: 0081372
2015-11-06 16:23hgbotCheckin
2015-11-06 16:23hgbotNote Added: 0081573
2015-11-06 16:23marvintmStatusresolved => closed
2015-11-06 16:23marvintmFixed in Version => RR16Q1

Notes
(0080929)
hgbot   
2015-10-10 01:47   
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: 0b03c3fa0101572f0ad87606c4c5de84182a7993
Author: Facundo Molina <fmolina <at> koodu.es>
Date: Fri Oct 09 20:45:49 2015 -0300
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/0b03c3fa0101572f0ad87606c4c5de84182a7993 [^]

Fixed issue 30923: load payment even if the payment method is not configured in the webpos

---
M src/org/openbravo/retail/posterminal/PaidReceipts.java
---
(0081062)
hgbot   
2015-10-17 02:14   
Repository: tools/automation/pi-mobile
Changeset: 62ca3bdb5f059e0e88506a78c5e4e64db750913a
Author: Facundo Molina <fmolina <at> koodu.es>
Date: Wed Oct 14 22:11:56 2015 -0300
URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/62ca3bdb5f059e0e88506a78c5e4e64db750913a [^]

Related to issue 30923: Test that a payment is loaded in a terminal without the payment method by which the payment was made

---
A src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/layaway/I30923_LoadPaymentsWithNotConfiguredPaymentMethod.java
---
(0081372)
dmitry_mezentsev   
2015-10-28 10:06   
Not closed for 18 days
(0081573)
hgbot   
2015-11-06 16:23   
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: 9533af8961eded9d4feb4f76872be18e73fdfb8c
Author: Antonio Moreno Perez <antonio.moreno <at> openbravo.com>
Date: Fri Nov 06 16:22:20 2015 +0100
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/9533af8961eded9d4feb4f76872be18e73fdfb8c [^]

Related to issue 30923. Do not hide exception

---
M src/org/openbravo/retail/posterminal/PaidReceipts.java
---