Project:
View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
ID | ||||||||
0025185 | ||||||||
Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||
defect | [Retail Modules] Cash Management | major | always | 2013-11-19 21:17 | 2014-09-25 15:39 | |||
Reporter | malsasua | View Status | public | |||||
Assigned To | marvintm | |||||||
Priority | normal | Resolution | fixed | Fixed in Version | RMP29 | |||
Status | closed | Fix in branch | Fixed in SCM revision | 286f4bd6dd30 | ||||
Projection | none | ETA | none | Target Version | ||||
OS | Linux 32 bit | Database | PostgreSQL | Java version | 1.6.0_18 | |||
OS Version | Community Appliance | Database version | 8.3.9 | Ant version | 1.7.1 | |||
Product Version | SCM revision | |||||||
Merge Request Status | ||||||||
Review Assigned To | marvintm | |||||||
OBNetwork customer | No | |||||||
Support ticket | ||||||||
Regression level | ||||||||
Regression date | ||||||||
Regression introduced in release | ||||||||
Regression introduced by commit | ||||||||
Triggers an Emergency Pack | No | |||||||
Summary | 0025185: customer balance is updated wrongly in cashup process | |||||||
Description | the cashup process increases the customer balance of the BP although the receipt was paid | |||||||
Steps To Reproduce | . create a new BP: customer balance is 0 . in WEB POS create a new receipt for this BP (total amount 100), and paid it (credit is not used) the customer balance of BP is 0 . run the cash up process now, the customer balance is 100 | |||||||
Tags | No tags attached. | |||||||
Attached Files | ||||||||
![]() |
|
![]() |
|
(0062335) malsasua (viewer) 2013-11-21 17:27 |
the process "OrderGroupingProcess" never updates the customer balance: . if the receipt is paid using "credit user" -> the invoice is created, and the customer balance is increased by the OrderLoader process. . if the receipt is paid -> 2 cases: . the receipt is invoiced from WEB POS -> then the credit is increased in OrderLoader process, and it is decreased by the payments related to the invoice. So, the customer balance don't change. . the invoice is not generated from WEB POS -> the orderLoader process and the cashup process don't update the credit |
(0062336) hgbot (developer) 2013-11-21 17:28 |
Repository: erp/pmods/org.openbravo.retail.posterminal Changeset: 286f4bd6dd3067e82b35bf632935f8190648022b Author: Miguel A. Alsasua <miguel.alsasua <at> openbravo.com> Date: Thu Nov 21 17:28:12 2013 +0100 URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/286f4bd6dd3067e82b35bf632935f8190648022b [^] Fixed issue 25185: customer balance is updated wrongly in cashup process --- M src/org/openbravo/retail/posterminal/OrderGroupingProcessor.java --- |
(0062350) hgbot (developer) 2013-11-22 16:27 |
Repository: erp/pmods/org.openbravo.retail.posterminal-splitlines Changeset: 286f4bd6dd3067e82b35bf632935f8190648022b Author: Miguel A. Alsasua <miguel.alsasua <at> openbravo.com> Date: Thu Nov 21 17:28:12 2013 +0100 URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal-splitlines/rev/286f4bd6dd3067e82b35bf632935f8190648022b [^] Fixed issue 25185: customer balance is updated wrongly in cashup process --- M src/org/openbravo/retail/posterminal/OrderGroupingProcessor.java --- |
(0062364) guilleaer (viewer) 2013-11-25 11:31 |
reclosed |
(0062586) hgbot (developer) 2013-12-05 12:13 |
Repository: erp/pmods/org.openbravo.retail.posterminal.cirque Changeset: 286f4bd6dd3067e82b35bf632935f8190648022b Author: Miguel A. Alsasua <miguel.alsasua <at> openbravo.com> Date: Thu Nov 21 17:28:12 2013 +0100 URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal.cirque/rev/286f4bd6dd3067e82b35bf632935f8190648022b [^] Fixed issue 25185: customer balance is updated wrongly in cashup process --- M src/org/openbravo/retail/posterminal/OrderGroupingProcessor.java --- |
(0062637) guilleaer (viewer) 2013-12-05 17:21 |
Reclosing |
(0062914) hgbot (developer) 2013-12-19 19:48 |
Repository: erp/pmods/org.openbravo.retail.posterminal.offline Changeset: 286f4bd6dd3067e82b35bf632935f8190648022b Author: Miguel A. Alsasua <miguel.alsasua <at> openbravo.com> Date: Thu Nov 21 17:28:12 2013 +0100 URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal.offline/rev/286f4bd6dd3067e82b35bf632935f8190648022b [^] Fixed issue 25185: customer balance is updated wrongly in cashup process --- M src/org/openbravo/retail/posterminal/OrderGroupingProcessor.java --- |
(0063013) guilleaer (viewer) 2013-12-20 15:12 |
reclosed |
(0070388) hgbot (developer) 2014-09-25 15:39 |
Repository: erp/pmods/org.openbravo.retail.posterminal Changeset: 063caab02583960df3f77bd79908eb7a383dcb0c Author: Martin Taal <martin.taal <at> openbravo.com> Date: Thu Sep 25 15:39:09 2014 +0200 URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/063caab02583960df3f77bd79908eb7a383dcb0c [^] Related to issue 25185: customer balance is updated wrongly in cashup process Removed initialization of a variable which was not used, solved eclipse source warning --- M src/org/openbravo/retail/posterminal/OrderGroupingProcessor.java --- |
![]() |
|||
Date Modified | Username | Field | Change |
2013-11-19 21:17 | malsasua | New Issue | |
2013-11-19 21:17 | malsasua | Assigned To | => marvintm |
2013-11-19 21:17 | malsasua | OBNetwork customer | => No |
2013-11-19 21:17 | malsasua | Triggers an Emergency Pack | => No |
2013-11-21 17:27 | malsasua | Note Added: 0062335 | |
2013-11-21 17:28 | hgbot | Checkin | |
2013-11-21 17:28 | hgbot | Note Added: 0062336 | |
2013-11-21 17:28 | hgbot | Status | new => resolved |
2013-11-21 17:28 | hgbot | Resolution | open => fixed |
2013-11-21 17:28 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/286f4bd6dd3067e82b35bf632935f8190648022b [^] |
2013-11-22 09:34 | marvintm | Review Assigned To | => marvintm |
2013-11-22 09:34 | marvintm | Status | resolved => closed |
2013-11-22 09:34 | marvintm | Fixed in Version | => RMP29 |
2013-11-22 16:27 | hgbot | Checkin | |
2013-11-22 16:27 | hgbot | Note Added: 0062350 | |
2013-11-22 16:27 | hgbot | Status | closed => resolved |
2013-11-22 16:27 | hgbot | Fixed in SCM revision | http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/286f4bd6dd3067e82b35bf632935f8190648022b [^] => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal-splitlines/rev/286f4bd6dd3067e82b35bf632935f8190648022b [^] |
2013-11-25 11:31 | guilleaer | Note Added: 0062364 | |
2013-11-25 11:31 | guilleaer | Status | resolved => closed |
2013-12-05 12:13 | hgbot | Checkin | |
2013-12-05 12:13 | hgbot | Note Added: 0062586 | |
2013-12-05 12:13 | hgbot | Status | closed => resolved |
2013-12-05 12:13 | hgbot | Fixed in SCM revision | http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal-splitlines/rev/286f4bd6dd3067e82b35bf632935f8190648022b [^] => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal.cirque/rev/286f4bd6dd3067e82b35bf632935f8190648022b [^] |
2013-12-05 17:21 | guilleaer | Note Added: 0062637 | |
2013-12-05 17:21 | guilleaer | Status | resolved => closed |
2013-12-19 19:48 | hgbot | Checkin | |
2013-12-19 19:48 | hgbot | Note Added: 0062914 | |
2013-12-19 19:48 | hgbot | Status | closed => resolved |
2013-12-19 19:48 | hgbot | Fixed in SCM revision | http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal.cirque/rev/286f4bd6dd3067e82b35bf632935f8190648022b [^] => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal.offline/rev/286f4bd6dd3067e82b35bf632935f8190648022b [^] |
2013-12-20 15:12 | guilleaer | Note Added: 0063013 | |
2013-12-20 15:12 | guilleaer | Status | resolved => closed |
2014-09-25 15:39 | hgbot | Checkin | |
2014-09-25 15:39 | hgbot | Note Added: 0070388 |
Copyright © 2000 - 2009 MantisBT Group |