Anonymous | Login
Project:
RSS
  
News | My View | View Issues | Roadmap | Summary

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0029053
TypeCategorySeverityReproducibilityDate SubmittedLast Update
defect[Retail Modules] Web POSmajoralways2015-02-24 18:502015-03-24 13:29
ReportermalsasuaView Statuspublic 
Assigned Tomarvintm 
PriorityimmediateResolutionfixedFixed in VersionRR15Q2
StatusclosedFix in branchFixed in SCM revision2886fe7874b2
ProjectionnoneETAnoneTarget Version
OSLinux 32 bitDatabasePostgreSQLJava version1.6.0_18
OS VersionCommunity ApplianceDatabase version8.3.9Ant version1.7.1
Product VersionSCM revision 
Review Assigned Tomarvintm
Regression levelProduction - Confirmed Stable
Regression date2014-03-17
Regression introduced in releaseRR14Q2
Regression introduced by commithttps://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/7663e79231d43372e1792fc6f7da0c12da51a82e [^]
Triggers an Emergency PackNo
Summary

0029053: wrong invoices when products are retrieved from two bin locations

Descriptionif one line of receipt is retrieved from two locations, and this line has got a discount, the invoice related to this receipt is wrong
Steps To ReproduceBackoffice:
 . price not include taxes
 . product: baby carrier:
    price: 1.76
 . warehouse: Vall Blanca Store Warehouse
   . new locator (see attach 1.newStorageBin.png)
 . physical inventory: vall blanca store
      line1:
        product Baby carrier
        count: 62
        locator: 0-0-0
      line2:
        product Baby carrier
        count: 8
        locator: 0-0-1
  (see attach: 2.physicalInventory.png)
    process physical inventory

. go to Web POS: VBS-1
  . create new receipt:
   . invoice this receipt
   . line1:
       product: Baby Carrier
       qty: 70
       discretionary disc: 5%
   . complete receipt
   (see attach: 3.receipt.png)

. go to Backoffice
check:
 . receipt generated: gross amount: 141.62
 . sales invoice generated: 141.48
TagsNo tags attached.
Attached Filespng file icon 1.newStorageBin.png [^] (131,429 bytes) 2015-02-24 18:50


png file icon 2.physicalInventory.png [^] (129,690 bytes) 2015-02-24 18:50


png file icon 3.receipt.png [^] (263,796 bytes) 2015-02-24 18:50

- Relationships Relation Graph ] Dependency Graph ]
caused by defect 0025863RR14Q2 closedmalsasua Cash up is not working fine 
related to defect 0029087 closedmarvintm wrong invoices (taxes wrong calculated) when products are retrieved from two bin locators 
blocks feature request 0028933RR16Q1 closedRetail QA: RR15Q2: Add tests for Mobile applications 
blocks defect 0029122 closedmarvintm wrong invoices when products are retrieved from two bin locations and is paid with credit 

-  Notes
(0074960)
hgbot (developer)
2015-02-26 12:47

Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: 9bf12c8e2da621c0d68afd3a27cee947c6702a7d
Author: Miguel A. Alsasua <miguel.alsasua <at> openbravo.com>
Date: Thu Feb 26 12:46:56 2015 +0100
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/9bf12c8e2da621c0d68afd3a27cee947c6702a7d [^]

fixed issue 29053: linenetamt of the last invoice line of the same order line is set as the pending amount to invioce

in the order loader and in the cashup process, when invoice is created, if a line order generates two or more invoice lines, the line net amount of the last invoice line related to this order line, will be set to the amount pending to invoice

---
M src/org/openbravo/retail/posterminal/OrderGroupingProcessor.java
M src/org/openbravo/retail/posterminal/OrderLoader.java
---
(0075640)
hgbot (developer)
2015-03-16 17:07

Repository: retail/backports/3.0RR14Q3.6/org.openbravo.retail.posterminal
Changeset: 8a680d728966a002690fa5bbb2ef77e8ccd8a8f2
Author: Miguel A. Alsasua <miguel.alsasua <at> openbravo.com>
Date: Thu Feb 26 12:46:56 2015 +0100
URL: http://code.openbravo.com/retail/backports/3.0RR14Q3.6/org.openbravo.retail.posterminal/rev/8a680d728966a002690fa5bbb2ef77e8ccd8a8f2 [^]

fixed issue 29053: linenetamt of the last invoice line of the same order line is set as the pending amount to invioce

in the order loader and in the cashup process, when invoice is created, if a line order generates two or more invoice lines, the line net amount of the last invoice line related to this order line, will be set to the amount pending to invoice

---
M src/org/openbravo/retail/posterminal/OrderGroupingProcessor.java
M src/org/openbravo/retail/posterminal/OrderLoader.java
---
(0075737)
malsasua (developer)
2015-03-18 13:58

verified in RR14Q3.6
(0075796)
hgbot (developer)
2015-03-20 13:00

Repository: retail/backports/3.0RR15Q1.2/org.openbravo.retail.posterminal
Changeset: 2886fe7874b25a7ad37ccbea6c040b426126340f
Author: Miguel A. Alsasua <miguel.alsasua <at> openbravo.com>
Date: Thu Feb 26 12:46:56 2015 +0100
URL: http://code.openbravo.com/retail/backports/3.0RR15Q1.2/org.openbravo.retail.posterminal/rev/2886fe7874b25a7ad37ccbea6c040b426126340f [^]

fixed issue 29053: linenetamt of the last invoice line of the same order line is set as the pending amount to invioce

in the order loader and in the cashup process, when invoice is created, if a line order generates two or more invoice lines, the line net amount of the last invoice line related to this order line, will be set to the amount pending to invoice

---
M src/org/openbravo/retail/posterminal/OrderGroupingProcessor.java
M src/org/openbravo/retail/posterminal/OrderLoader.java
---
(0075924)
malsasua (developer)
2015-03-24 13:29

verified in RR15Q1.2

- Issue History
Date Modified Username Field Change
2015-02-24 18:50 malsasua New Issue
2015-02-24 18:50 malsasua Assigned To => marvintm
2015-02-24 18:50 malsasua File Added: 1.newStorageBin.png
2015-02-24 18:50 malsasua Triggers an Emergency Pack => No
2015-02-24 18:50 malsasua File Added: 2.physicalInventory.png
2015-02-24 18:50 malsasua File Added: 3.receipt.png
2015-02-25 10:42 jpcalvente Issue Monitored: jpcalvente
2015-02-25 13:31 malsasua Regression level => Production - Confirmed Stable
2015-02-25 13:31 malsasua Regression date => 2014-03-17
2015-02-25 13:31 malsasua Regression introduced in release => RR14Q2
2015-02-25 13:31 malsasua Regression introduced by commit => https://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/7663e79231d43372e1792fc6f7da0c12da51a82e [^]
2015-02-26 12:47 hgbot Checkin
2015-02-26 12:47 hgbot Note Added: 0074960
2015-02-26 12:47 hgbot Status new => resolved
2015-02-26 12:47 hgbot Resolution open => fixed
2015-02-26 12:47 hgbot Fixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/9bf12c8e2da621c0d68afd3a27cee947c6702a7d [^]
2015-02-26 18:49 Orekaria Relationship added blocks 0028933
2015-02-26 19:45 dmitry_mezentsev Relationship added caused by 0025863
2015-02-26 23:54 malsasua Summary wrong invoices when products are retrieved from two locations => wrong invoices when products are retrieved from two bin locations
2015-03-02 13:25 malsasua Relationship added related to 0029087
2015-03-04 12:31 malsasua Relationship added related to 0029124
2015-03-04 12:32 malsasua Relationship deleted related to 0029124
2015-03-04 12:33 malsasua Relationship added blocks 0029122
2015-03-13 15:15 marvintm Review Assigned To => marvintm
2015-03-13 15:15 marvintm Status resolved => closed
2015-03-13 15:15 marvintm Fixed in Version => RR15Q2
2015-03-16 17:07 hgbot Checkin
2015-03-16 17:07 hgbot Note Added: 0075640
2015-03-16 17:07 hgbot Status closed => resolved
2015-03-16 17:07 hgbot Fixed in SCM revision http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/9bf12c8e2da621c0d68afd3a27cee947c6702a7d [^] => http://code.openbravo.com/retail/backports/3.0RR14Q3.6/org.openbravo.retail.posterminal/rev/8a680d728966a002690fa5bbb2ef77e8ccd8a8f2 [^]
2015-03-18 13:58 malsasua Note Added: 0075737
2015-03-18 13:58 malsasua Status resolved => closed
2015-03-20 13:00 hgbot Checkin
2015-03-20 13:00 hgbot Note Added: 0075796
2015-03-20 13:00 hgbot Status closed => resolved
2015-03-20 13:00 hgbot Fixed in SCM revision http://code.openbravo.com/retail/backports/3.0RR14Q3.6/org.openbravo.retail.posterminal/rev/8a680d728966a002690fa5bbb2ef77e8ccd8a8f2 [^] => http://code.openbravo.com/retail/backports/3.0RR15Q1.2/org.openbravo.retail.posterminal/rev/2886fe7874b25a7ad37ccbea6c040b426126340f [^]
2015-03-24 13:29 malsasua Note Added: 0075924
2015-03-24 13:29 malsasua Status resolved => closed


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker