Openbravo Issue Tracking System - Retail Modules |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0029752 | Retail Modules | Return Receipt | public | 2015-04-30 10:27 | 2015-05-05 17:22 |
|
Reporter | lorenzofidalgo | |
Assigned To | malsasua | |
Priority | immediate | Severity | minor | Reproducibility | always |
Status | closed | Resolution | suspended | |
Platform | | OS | 5 | OS Version | |
Product Version | main | |
Target Version | RR15Q2 | Fixed in Version | | |
Merge Request Status | |
Review Assigned To | marvintm |
OBNetwork customer | |
Support ticket | |
Regression level | Packaging and release |
Regression date | |
Regression introduced in release | main |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0029752: Following certain steps returning a receipt induces wrong change amount message |
Description | Creating a return receipt and meanwhile to complete a receipt, induces a wrong return receipt change amount message. |
Steps To Reproduce | 1-Login POS as vallblanca//openbravo.
2-In dropdown menu click "Return this receipt".
3-Add 1 x Adhesive body warmers.
4-Click '*' to create a new receipt.
5-Add 5 x Alpine Alpine skiing backpack 27 L
6-Click amount and complete this receipt.
7-Now, Return Receipt appears. Click Total Amount button and check change amount message that is shown is wrong.
|
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | blocks | defect | 0029747 | RR15Q3 | closed | marvintm | Following certain steps returning a receipt induces wrong change amount message |
|
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2015-04-30 17:45 | marvintm | Type | defect => backport |
2015-04-30 17:45 | marvintm | Target Version | => RR15Q2 |
2015-05-04 18:39 | hgbot | Checkin | |
2015-05-04 18:39 | hgbot | Note Added: 0076970 | |
2015-05-04 18:39 | hgbot | Status | scheduled => resolved |
2015-05-04 18:39 | hgbot | Resolution | open => fixed |
2015-05-04 18:39 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/retail/backports/3.0RR15Q2/org.openbravo.retail.posterminal/rev/f012545376ffa1e65269f775f59550391f919457 [^] |
2015-05-05 11:12 | hgbot | Checkin | |
2015-05-05 11:12 | hgbot | Note Added: 0076994 | |
2015-05-05 11:13 | malsasua | Status | resolved => new |
2015-05-05 11:13 | malsasua | Resolution | fixed => open |
2015-05-05 11:13 | malsasua | Review Assigned To | => marvintm |
2015-05-05 11:13 | malsasua | Note Added: 0076996 | |
2015-05-05 11:13 | malsasua | Status | new => closed |
2015-05-05 17:22 | plujan | Note Added: 0077026 | |
2015-05-05 17:22 | plujan | Resolution | open => suspended |
Notes |
|
(0076970)
|
hgbot
|
2015-05-04 18:39
|
|
Repository: retail/backports/3.0RR15Q2/org.openbravo.retail.posterminal
Changeset: f012545376ffa1e65269f775f59550391f919457
Author: Miguel A. Alsasua <miguel.alsasua <at> openbravo.com>
Date: Mon May 04 13:47:04 2015 +0200
URL: http://code.openbravo.com/retail/backports/3.0RR15Q2/org.openbravo.retail.posterminal/rev/f012545376ffa1e65269f775f59550391f919457 [^]
fixed issue 29752: removed execution of applypromotions when the receipt is cloning and the receipt is saved when calculate gross is executed
when the receipt is cloning, the apply promotions is disabled, because it is generating multiples calls to cloneReceipt method, and it generates that the receipt cloned is corrupted
So, we have problems of refresh of receipt, for example issue 28457 and 27983. To avoid this problems, the order is saved in database local, when calculate gross is executed (to fix of other way the issue 28457)
And removed the fix to issue 27983, now it is working fine with the change to save the receipt in database local when calculate gross is executed
---
M web/org.openbravo.retail.posterminal/js/model/discounts.js
M web/org.openbravo.retail.posterminal/js/model/order.js
M web/org.openbravo.retail.posterminal/js/pointofsale/model/pointofsale-model.js
---
|
|
|
(0076994)
|
hgbot
|
2015-05-05 11:12
|
|
Repository: retail/backports/3.0RR15Q2/org.openbravo.retail.posterminal
Changeset: 05fe554d606e56205d628e0e8dc22a3e0b107fee
Author: Miguel A. Alsasua <miguel.alsasua <at> openbravo.com>
Date: Tue May 05 11:04:33 2015 +0200
URL: http://code.openbravo.com/retail/backports/3.0RR15Q2/org.openbravo.retail.posterminal/rev/05fe554d606e56205d628e0e8dc22a3e0b107fee [^]
Related to issue 29752: it will not be included in RR15Q2. Backout of f012545376ff
It is not working fine when: receipt 1 is created, receipt 2 is created, go to cashup, cancel cashup (receipt 1 is displayed), change to receipt 2, add new line in receipt 2-> total is not refresh
It will be reviewed and fixed in RR15Q3
---
M web/org.openbravo.retail.posterminal/js/model/discounts.js
M web/org.openbravo.retail.posterminal/js/model/order.js
M web/org.openbravo.retail.posterminal/js/pointofsale/model/pointofsale-model.js
---
|
|
|
|
it will not be included in RR15Q2. |
|
|
(0077026)
|
plujan
|
2015-05-05 17:22
|
|
Changed resolution (it was "open") |
|