Project:
View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
ID | ||||||||
0029087 | ||||||||
Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||
defect | [Retail Modules] Web POS | major | have not tried | 2015-02-27 00:02 | 2015-03-24 14:02 | |||
Reporter | malsasua | View Status | public | |||||
Assigned To | marvintm | |||||||
Priority | immediate | Resolution | fixed | Fixed in Version | RR15Q2 | |||
Status | closed | Fix in branch | Fixed in SCM revision | 18b2e46c21eb | ||||
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 | RR15Q1.1 | SCM revision | ||||||
Review Assigned To | marvintm | |||||||
Regression level | Production - Confirmed Stable | |||||||
Regression date | 2014-03-17 | |||||||
Regression introduced in release | RR14Q2 | |||||||
Regression introduced by commit | https://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/7663e79231d43372e1792fc6f7da0c12da51a82e [^] | |||||||
Triggers an Emergency Pack | No | |||||||
Summary | 0029087: wrong invoices (taxes wrong calculated) when products are retrieved from two bin locators | |||||||
Description | if one line of receipt is retrieved from two bin locators, the invoice taxes related to this receipt can be wrong calculated | |||||||
Steps To Reproduce | Backoffice: . 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 | |||||||
Tags | No tags attached. | |||||||
Attached Files | 1.newStorageBin.png [^] (131,429 bytes) 2015-02-27 00:07
2.physicalInventory.png [^] (127,641 bytes) 2015-02-27 00:07 3.receipt.png [^] (250,971 bytes) 2015-02-27 00:08 | |||||||
Relationships [ Relation Graph ] [ Dependency Graph ] | |||||||||||||||||||||||||||||
|
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 |