Openbravo Issue Tracking System - Retail Modules |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0027910 | Retail Modules | Web POS | public | 2014-10-17 19:10 | 2014-10-23 15:59 |
|
Reporter | jecharri | |
Assigned To | Orekaria | |
Priority | immediate | Severity | major | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | RR14Q4 | Fixed in Version | RR14Q4 | |
Merge Request Status | |
Review Assigned To | malsasua |
OBNetwork customer | OBPS |
Support ticket | 30785 |
Regression level | Production - Confirmed Stable |
Regression date | 2014-09-03 |
Regression introduced in release | RR14Q2.3 |
Regression introduced by commit | https://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/b0f48be3005029a24c7d6dce8978bb6e913a6dfd [^] |
Triggers an Emergency Pack | No |
|
Summary | 0027910: The modulescript in issue 27425 will mark credit ticket as paid |
Description | The modulescript in issue 27425 will mark credit ticket as paid
If you have an order created created in Web POS and you chose to pay on credit the invoice will be created as not paid. This is something that it is fine.
The problem is that the modulescript will mark the invoice as paid and also updating related fields to mark the invoice as paid |
Steps To Reproduce | -Go to Web POS
-Create and order and pay on credit
Execute the module script, verify that invoice is changed to payed status
Only completely paid invoices should be affected |
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | caused by | defect | 0027425 | | closed | Orekaria | Cash up invoices are created as not paid since Q2.2 |
|
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2014-10-17 19:10 | jecharri | New Issue | |
2014-10-17 19:10 | jecharri | Assigned To | => Orekaria |
2014-10-17 19:10 | jecharri | OBNetwork customer | => Yes |
2014-10-17 19:10 | jecharri | Support ticket | => 30785 |
2014-10-17 19:10 | jecharri | Resolution time | => 1413842400 |
2014-10-17 19:10 | jecharri | Regression level | => Production - Confirmed Stable |
2014-10-17 19:10 | jecharri | Regression date | => 2014-09-03 |
2014-10-17 19:10 | jecharri | Regression introduced in release | => RR14Q2.3 |
2014-10-17 19:10 | jecharri | Regression introduced by commit | => https://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/b0f48be3005029a24c7d6dce8978bb6e913a6dfd [^] |
2014-10-17 19:10 | jecharri | Triggers an Emergency Pack | => No |
2014-10-17 19:11 | jecharri | Relationship added | caused by 0027425 |
2014-10-17 19:15 | jecharri | Steps to Reproduce Updated | bug_revision_view_page.php?rev_id=6841#r6841 |
2014-10-20 12:33 | hgbot | Checkin | |
2014-10-20 12:33 | hgbot | Note Added: 0071044 | |
2014-10-20 12:33 | hgbot | Status | new => resolved |
2014-10-20 12:33 | hgbot | Resolution | open => fixed |
2014-10-20 12:33 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/54e8be8ebf45f16b40a8a7d6e47e6c42008362f5 [^] |
2014-10-20 17:20 | hgbot | Checkin | |
2014-10-20 17:20 | hgbot | Note Added: 0071053 | |
2014-10-20 17:20 | jecharri | Note Added: 0071054 | |
2014-10-20 18:44 | hgbot | Checkin | |
2014-10-20 18:44 | hgbot | Note Added: 0071063 | |
2014-10-20 22:16 | malsasua | Review Assigned To | => malsasua |
2014-10-20 22:16 | malsasua | Note Added: 0071066 | |
2014-10-20 22:16 | malsasua | Status | resolved => closed |
2014-10-20 22:16 | malsasua | Fixed in Version | => RR14Q4 |
2014-10-23 15:59 | ngarcia | Issue Monitored: ngarcia | |
Notes |
|
(0071044)
|
hgbot
|
2014-10-20 12:33
|
|
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: 54e8be8ebf45f16b40a8a7d6e47e6c42008362f5
Author: Antonio Moreno <antonio.moreno <at> openbravo.com>
Date: Mon Oct 20 12:32:54 2014 +0200
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/54e8be8ebf45f16b40a8a7d6e47e6c42008362f5 [^]
Fixed issue 27910. The modulescript will mark as paid not all invoices, but only the ones whose payments sum the grand total amount of the invoice.
---
M build/classes/org/openbravo/retail/posterminal/modulescript/FixDataIssue27425Data.class
M src-util/modulescript/src/org/openbravo/retail/posterminal/modulescript/FixDataIssue27425_Data.xsql
---
|
|
|
(0071053)
|
hgbot
|
2014-10-20 17:20
|
|
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: 3f42693e337fd7bee327922872d5ecb33ef7e9f3
Author: Antonio Moreno <antonio.moreno <at> openbravo.com>
Date: Mon Oct 20 17:20:12 2014 +0200
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/3f42693e337fd7bee327922872d5ecb33ef7e9f3 [^]
Related to issue 27910. Fixed small typo in Oracle.
---
M build/classes/org/openbravo/retail/posterminal/modulescript/FixDataIssue27425Data.class
M src-util/modulescript/src/org/openbravo/retail/posterminal/modulescript/FixDataIssue27425_Data.xsql
---
|
|
|
|
Also it will be necessary to create a script to fix the data that previous one broke |
|
|
(0071063)
|
hgbot
|
2014-10-20 18:44
|
|
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: dc09f9595d0b511939e6bdf60f1968d84cc2d69a
Author: Antonio Moreno <antonio.moreno <at> openbravo.com>
Date: Mon Oct 20 18:44:41 2014 +0200
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/dc09f9595d0b511939e6bdf60f1968d84cc2d69a [^]
Related to issue 27910. Corrected query to take into account the case of multiple orders included in the invoice.
---
M build/classes/org/openbravo/retail/posterminal/modulescript/FixDataIssue27425Data.class
M src-util/modulescript/src/org/openbravo/retail/posterminal/modulescript/FixDataIssue27425_Data.xsql
---
|
|
|
|
|