Openbravo Issue Tracking System - Retail Modules |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0029500 | Retail Modules | Layaway order | public | 2015-04-02 03:40 | 2015-04-29 11:39 |
|
Reporter | sureshbabu | |
Assigned To | Orekaria | |
Priority | high | Severity | major | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | | Fixed in Version | | |
Merge Request Status | |
Review Assigned To | adrianromero |
OBNetwork customer | |
Support ticket | |
Regression level | QA functional test |
Regression date | |
Regression introduced in release | main |
Regression introduced by commit | https://issues.openbravo.com/view.php?id=28130 [^] |
Triggers an Emergency Pack | No |
|
Summary | 0029500: [RR15Q2]when layaway order is paid in more than 1 terminal, sales invoice document not getting generated after completing cashup |
Description | [RR15Q2] when layaway order is paid in more than 1 terminal, sales invoice document not getting generated after completing cash up process |
Steps To Reproduce | 1) create a Layaway order in Terminal 1
2) pay a partial amount in Terminal 1
3) Pay the remaining amount of the layaway order in Terminal 2
4) Perform cash up process in both the Terminals (T1 & T2)
5) Then verify system generates sales invoice document at the backend
Defect: Right now at the backend, sales invoice document not getting generated after completing the cash up process in both the terminals. |
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | depends on | backport | 0029550 | RR15Q2 | closed | Orekaria | [RR15Q2]when layaway order is paid in more than 1 terminal, sales invoice document not getting generated after completing cashup | caused by | feature request | 0028130 | RR15Q2 | closed | Orekaria | Support creating tickets through multiple terminals with payment in other (central) devices | blocks | feature request | 0029530 | RR16Q1 | closed | Retail | QA: RR15Q3: Add tests for Mobile applications |
|
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2015-04-02 03:40 | sureshbabu | New Issue | |
2015-04-02 03:40 | sureshbabu | Assigned To | => marvintm |
2015-04-02 03:40 | sureshbabu | Triggers an Emergency Pack | => No |
2015-04-09 14:12 | Orekaria | Status | new => scheduled |
2015-04-09 14:13 | Orekaria | Assigned To | marvintm => Orekaria |
2015-04-09 14:14 | Orekaria | Relationship added | depends on 0028130 |
2015-04-09 14:14 | Orekaria | Relationship added | blocks 0029530 |
2015-04-09 14:14 | Orekaria | Relationship deleted | blocks 0029530 |
2015-04-09 14:15 | Orekaria | Relationship added | blocks 0029530 |
2015-04-09 14:18 | hgbot | Checkin | |
2015-04-09 14:18 | hgbot | Note Added: 0076419 | |
2015-04-09 14:18 | hgbot | Status | scheduled => resolved |
2015-04-09 14:18 | hgbot | Resolution | open => fixed |
2015-04-09 14:18 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/4ba25666fb952bb2753694ee2ae2fa8e0dd79acd [^] |
2015-04-09 16:10 | hgbot | Checkin | |
2015-04-09 16:10 | hgbot | Note Added: 0076424 | |
2015-04-10 09:58 | Orekaria | Relationship replaced | blocks 0028130 |
2015-04-13 10:30 | Orekaria | Relationship replaced | caused by 0028130 |
2015-04-13 10:38 | Orekaria | Regression level | => QA functional test |
2015-04-13 10:39 | Orekaria | Regression introduced by commit | => https://issues.openbravo.com/view.php?id=28130 [^] |
2015-04-13 11:27 | Orekaria | Regression introduced in release | => main |
2015-04-20 13:08 | adrianromero | Review Assigned To | => adrianromero |
2015-04-20 13:08 | adrianromero | Note Added: 0076626 | |
2015-04-20 13:08 | adrianromero | Status | resolved => closed |
2015-04-29 11:39 | hgbot | Checkin | |
2015-04-29 11:39 | hgbot | Note Added: 0076868 | |
Notes |
|
(0076419)
|
hgbot
|
2015-04-09 14:18
|
|
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: 4ba25666fb952bb2753694ee2ae2fa8e0dd79acd
Author: Rafa Alonso <rafael.alonso <at> openbravo.com>
Date: Thu Apr 09 14:17:54 2015 +0200
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/4ba25666fb952bb2753694ee2ae2fa8e0dd79acd [^]
Fixes issue 29500: Layaways generate invoice when several terminals are involved
- verifies that cashup generate invoice in the terminal that did finish the layaway
- verifies that cashup do not generate invoice in the terminals that did not finish the layaway
---
M src/org/openbravo/retail/posterminal/OrderGroupingProcessor.java
---
|
|
|
(0076424)
|
hgbot
|
2015-04-09 16:10
|
|
Repository: tools/automation/pi-mobile
Changeset: c12bf2f5bab36b5b4606928b29f4311170c6c0f6
Author: Rafa Alonso <rafael.alonso <at> openbravo.com>
Date: Thu Apr 09 14:19:50 2015 +0200
URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/c12bf2f5bab36b5b4606928b29f4311170c6c0f6 [^]
Related to issue 29530, verifies to issue 29500: Layaway tests verify that the invoice is created
---
M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/layaway/Layaway_Cre1Fin1.java
M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/layaway/Layaway_Cre1Fin2.java
M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/layaway/Layaway_Cre1Par1Fin2.java
M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/layaway/Layaway_Cre1Par2Fin1.java
M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/layaway/Layaway_Cre1Par2Fin2.java
M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/layaway/Layaway_Cre1Par2Fin3.java
M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/layaway/Layaway_Cre1Par2Void3.java
M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/layaway/Layaway_Cre1Void2.java
---
|
|
|
|
|
|
(0076868)
|
hgbot
|
2015-04-29 11:39
|
|
Repository: retail/backports/3.0RR15Q2/org.openbravo.retail.posterminal
Changeset: 3163286e249660186a1ec5bfd03e80cc3fa5c6a3
Author: Rafa Alonso <rafael.alonso <at> openbravo.com>
Date: Thu Apr 09 14:17:54 2015 +0200
URL: http://code.openbravo.com/retail/backports/3.0RR15Q2/org.openbravo.retail.posterminal/rev/3163286e249660186a1ec5bfd03e80cc3fa5c6a3 [^]
Fixes issue 29550, related to issue 29500: Layaways generate invoice when several terminals are involved
- verifies that cashup generate invoice in the terminal that did finish the layaway
- verifies that cashup do not generate invoice in the terminals that did not finish the layaway
---
M src/org/openbravo/retail/posterminal/OrderGroupingProcessor.java
---
|
|