Openbravo Issue Tracking System - Retail Modules |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0040146 | Retail Modules | Web POS | public | 2019-02-05 13:30 | 2019-03-04 15:28 |
|
Reporter | marvintm | |
Assigned To | javierRodriguez | |
Priority | normal | Severity | major | Reproducibility | have not tried |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | | Fixed in Version | RR19Q2 | |
Merge Request Status | |
Review Assigned To | jorge-garcia |
OBNetwork customer | No |
Support ticket | |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0040146: The prepayment limit check is not correctly done in Pay Open Tickets for layaways |
Description | In Pay Open Tickets there is the possibility to specify an amount to layaway for existing layaways, by clicking the corresponding layaway row and specifying an amount.
However, in this case the layaway limit should apply for the prepayment, and the normal receipt limit is applied instead. |
Steps To Reproduce | - Create a layaway for total 150 and sync it to the backoffice.
- In Pay Open Tickets, select the layaway.
- Click on the layaway, and specify 20.
- Do a payment for 20 and try to complete the layaway. Notice that the approval for the normal receipt payment limit appears. This is not correct |
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | depends on | backport | 0040222 | RR19Q1 | closed | javierRodriguez | The prepayment limit check is not correctly done in Pay Open Tickets for layaways |
|
Attached Files | issue_40146.export (3,285) 2019-02-05 14:04 https://issues.openbravo.com/file_download.php?file_id=12623&type=bug |
|
Issue History |
Date Modified | Username | Field | Change |
2019-02-05 13:30 | marvintm | New Issue | |
2019-02-05 13:30 | marvintm | Assigned To | => Retail |
2019-02-05 13:30 | marvintm | OBNetwork customer | => No |
2019-02-05 13:30 | marvintm | Triggers an Emergency Pack | => No |
2019-02-05 13:30 | marvintm | Assigned To | Retail => javierRodriguez |
2019-02-05 14:04 | asiermartirena | File Added: issue_40146.export | |
2019-02-13 14:41 | hgbot | Checkin | |
2019-02-13 14:41 | hgbot | Note Added: 0109804 | |
2019-02-13 14:41 | hgbot | Status | new => resolved |
2019-02-13 14:41 | hgbot | Resolution | open => fixed |
2019-02-13 14:41 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/4ce8ab366da80194279cb6987ade651b3334fd7a [^] |
2019-02-15 12:47 | marvintm | Status | resolved => new |
2019-02-15 12:47 | marvintm | Resolution | fixed => open |
2019-02-15 12:47 | marvintm | Status | new => scheduled |
2019-02-15 12:47 | marvintm | Status | scheduled => resolved |
2019-02-15 12:47 | marvintm | Fixed in Version | => RR19Q2 |
2019-02-15 12:47 | marvintm | Resolution | open => fixed |
2019-02-28 16:05 | hgbot | Checkin | |
2019-02-28 16:05 | hgbot | Note Added: 0110125 | |
2019-02-28 16:28 | jorge-garcia | Review Assigned To | => jorge-garcia |
2019-02-28 16:37 | jorge-garcia | Note Added: 0110127 | |
2019-02-28 16:37 | jorge-garcia | Status | resolved => closed |
2019-03-04 15:28 | hgbot | Checkin | |
2019-03-04 15:28 | hgbot | Note Added: 0110197 | |
Notes |
|
(0109804)
|
hgbot
|
2019-02-13 14:41
|
|
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: 4ce8ab366da80194279cb6987ade651b3334fd7a
Author: Asier Martirena <asier.martirena <at> openbravo.com>
Date: Tue Feb 05 14:03:22 2019 +0100
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/4ce8ab366da80194279cb6987ade651b3334fd7a [^]
Fixed issue 40146: The prepayment limit check is not correctly done in Pay Open Tickets for layaways
Layaway orders must count their prepayment limit for layaways when checking the prepayment limit in Pay Open Tickets.
---
M web/org.openbravo.retail.posterminal/js/components/order.js
M web/org.openbravo.retail.posterminal/js/model/order.js
M web/org.openbravo.retail.posterminal/js/pointofsale/view/payment.js
---
|
|
|
(0110125)
|
hgbot
|
2019-02-28 16:05
|
|
|
|
(0110127)
|
jorge-garcia
|
2019-02-28 16:37
|
|
Code reviewed and tested. |
|
|
(0110197)
|
hgbot
|
2019-03-04 15:28
|
|
Repository: tools/automation/pi-mobile
Changeset: c27f3876f5534916fce58d92dbf282949b9a562a
Author: Alejandro <alekosmp86 <at> gmail.com>
Date: Thu Feb 28 16:41:34 2019 -0500
URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/c27f3876f5534916fce58d92dbf282949b9a562a [^]
Related to issue 40146: fixed test in order to run in a properly configured terminal
---
M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/layaway/I40146_VerifyPrepaymentLimitCheckInLayaways.java
---
|
|