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

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0029087
TypeCategorySeverityReproducibilityDate SubmittedLast Update
defect[Retail Modules] Web POSmajorhave not tried2015-02-27 00:022015-03-24 14:02
ReportermalsasuaView Statuspublic 
Assigned Tomarvintm 
PriorityimmediateResolutionfixedFixed in VersionRR15Q2
StatusclosedFix in branchFixed in SCM revision18b2e46c21eb
ProjectionnoneETAnoneTarget Version
OSLinux 32 bitDatabasePostgreSQLJava version1.6.0_18
OS VersionCommunity ApplianceDatabase version8.3.9Ant version1.7.1
Product VersionRR15Q1.1SCM 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

0029087: wrong invoices (taxes wrong calculated) when products are retrieved from two bin locators

Descriptionif one line of receipt is retrieved from two bin locators, the invoice taxes related to this receipt can be wrong calculated
Steps To ReproduceBackoffice:
 . price not include taxes
 . product: Camera Bag:
    price: 0.39
    tax: 15 %
 . warehouse: Vall Blanca Store Warehouse
   . new locator (see attach 1.newStorageBin.png)
 . physical inventory: vall blanca store
      line1:
        product Baby carrier
        count: 3
        locator: 0-0-0
      line2:
        product Baby carrier
        count: 3
        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: Camera Bag
       qty: 6
   . complete receipt
   (see attach: 3.receipt.png)

. go to Backoffice
check:
 . receipt generated: gross amount: 2.69
 . sales invoice generated: 2.70
TagsNo tags attached.
Attached Filespng file icon 1.newStorageBin.png [^] (131,429 bytes) 2015-02-27 00:07


png file icon 2.physicalInventory.png [^] (127,641 bytes) 2015-02-27 00:07


png file icon 3.receipt.png [^] (250,971 bytes) 2015-02-27 00:08

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

-  Notes
(0075079)
hgbot (developer)
2015-03-02 13:21

Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: f3a5db58a85f151ab6090b9837df177873b8d6c5
Author: Miguel A. Alsasua <miguel.alsasua <at> openbravo.com>
Date: Mon Mar 02 13:21:28 2015 +0100
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/f3a5db58a85f151ab6090b9837df177873b8d6c5 [^]

fixed issue 29087: invoice tax lines are calculated be the total of order line tax amount

when a order line is splitted in two or more invoice lines (because they are related to distinct shipment lines), in order loader process and cashup process, the invoice tax amount is calculated as the total of the order line tax amount. The invoice last line will be calculated as the pending tax amount of the previous lines

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

Repository: retail/backports/3.0RR14Q3.6/org.openbravo.retail.posterminal
Changeset: 55994fad9fc8ff0263e95117995ebc10f004c815
Author: Miguel A. Alsasua <miguel.alsasua <at> openbravo.com>
Date: Mon Mar 02 13:21:28 2015 +0100
URL: http://code.openbravo.com/retail/backports/3.0RR14Q3.6/org.openbravo.retail.posterminal/rev/55994fad9fc8ff0263e95117995ebc10f004c815 [^]

fixed issue 29087: invoice tax lines are calculated be the total of order line tax amount

when a order line is splitted in two or more invoice lines (because they are related to distinct shipment lines), in order loader process and cashup process, the invoice tax amount is calculated as the total of the order line tax amount. The invoice last line will be calculated as the pending tax amount of the previous lines

---
M src/org/openbravo/retail/posterminal/OrderGroupingProcessor.java
M src/org/openbravo/retail/posterminal/OrderLoader.java
---
(0075738)
malsasua (developer)
2015-03-18 15:16

verified in RR15Q3.6
(0075878)
hgbot (developer)
2015-03-23 15:29

Repository: retail/backports/3.0RR15Q1.2/org.openbravo.retail.posterminal
Changeset: 18b2e46c21eb0db4397d95382d4252f647c6a22f
Author: Miguel A. Alsasua <miguel.alsasua <at> openbravo.com>
Date: Mon Mar 02 13:21:28 2015 +0100
URL: http://code.openbravo.com/retail/backports/3.0RR15Q1.2/org.openbravo.retail.posterminal/rev/18b2e46c21eb0db4397d95382d4252f647c6a22f [^]

fixed issue 29087: invoice tax lines are calculated be the total of order line tax amount

when a order line is splitted in two or more invoice lines (because they are related to distinct shipment lines), in order loader process and cashup process, the invoice tax amount is calculated as the total of the order line tax amount. The invoice last line will be calculated as the pending tax amount of the previous lines

---
M src/org/openbravo/retail/posterminal/OrderGroupingProcessor.java
M src/org/openbravo/retail/posterminal/OrderLoader.java
---
(0075930)
malsasua (developer)
2015-03-24 14:02

verified in RR15Q1.2

- Issue History
Date Modified Username Field Change
2015-02-27 00:02 malsasua New Issue
2015-02-27 00:02 malsasua Assigned To => marvintm
2015-02-27 00:02 malsasua Regression level => Production - Confirmed Stable
2015-02-27 00:02 malsasua Regression date => 2014-03-17
2015-02-27 00:02 malsasua Regression introduced in release => RR14Q2
2015-02-27 00:02 malsasua Regression introduced by commit => https://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/7663e79231d43372e1792fc6f7da0c12da51a82e [^]
2015-02-27 00:02 malsasua Triggers an Emergency Pack => No
2015-02-27 00:07 malsasua File Added: 1.newStorageBin.png
2015-02-27 00:07 malsasua File Added: 2.physicalInventory.png
2015-02-27 00:08 malsasua File Added: 3.receipt.png
2015-03-02 13:21 hgbot Checkin
2015-03-02 13:21 hgbot Note Added: 0075079
2015-03-02 13:21 hgbot Status new => resolved
2015-03-02 13:21 hgbot Resolution open => fixed
2015-03-02 13:21 hgbot Fixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/f3a5db58a85f151ab6090b9837df177873b8d6c5 [^]
2015-03-02 13:25 malsasua Relationship added related to 0029053
2015-03-02 13:56 dmitry_mezentsev Relationship added caused by 0025863
2015-03-02 14:40 Orekaria Relationship added blocks 0028933
2015-03-04 12:32 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 related to 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: 0075642
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/f3a5db58a85f151ab6090b9837df177873b8d6c5 [^] => http://code.openbravo.com/retail/backports/3.0RR14Q3.6/org.openbravo.retail.posterminal/rev/55994fad9fc8ff0263e95117995ebc10f004c815 [^]
2015-03-18 15:16 malsasua Note Added: 0075738
2015-03-18 15:16 malsasua Status resolved => closed
2015-03-23 15:29 hgbot Checkin
2015-03-23 15:29 hgbot Note Added: 0075878
2015-03-23 15:29 hgbot Status closed => resolved
2015-03-23 15:29 hgbot Fixed in SCM revision http://code.openbravo.com/retail/backports/3.0RR14Q3.6/org.openbravo.retail.posterminal/rev/55994fad9fc8ff0263e95117995ebc10f004c815 [^] => http://code.openbravo.com/retail/backports/3.0RR15Q1.2/org.openbravo.retail.posterminal/rev/18b2e46c21eb0db4397d95382d4252f647c6a22f [^]
2015-03-24 14:02 malsasua Note Added: 0075930
2015-03-24 14:02 malsasua Status resolved => closed


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker