Openbravo Issue Tracking System - Retail Modules
View Issue Details
0031745Retail ModulesWeb POSpublic2015-12-17 17:142015-12-30 15:52
Asantos9 
Orekaria 
urgentmajoralways
closedfixed 
30Professional Appliance
pi 
RR16Q1RR16Q1 
jorge-garcia
No
0031745: Issue generating invoiceLineOffer in OrderLoader
Having the POS configured to generate the Invoices on the OrderLoader. When it is generating the InvoiceLineOffer it is using the entity of the OrderLineOffer to fill the object from the json:

Entity promotionLineEntity = ModelProvider.getInstance().getEntity(OrderLineOffer.class);

InvoiceLineOffer promotion = OBProvider.getInstance().get(InvoiceLineOffer.class);
        JSONPropertyToEntity.fillBobFromJSON(promotionLineEntity, promotion, jsonPromotion,
            jsonorder.getLong("timezoneOffset"));
N/A
No tags attached.
Issue History
2015-12-17 17:14Asantos9New Issue
2015-12-17 17:14Asantos9Assigned To => Retail
2015-12-17 17:14Asantos9Triggers an Emergency Pack => No
2015-12-21 15:04OrekariaNote Added: 0082886
2015-12-21 15:04OrekariaStatusnew => feedback
2015-12-28 13:00OrekariaAssigned ToRetail => Asantos9
2015-12-29 12:06gorkaionResolution time => 1450738800
2015-12-29 12:06gorkaionAssigned ToAsantos9 => Retail
2015-12-29 12:08gorkaionStatusfeedback => new
2015-12-30 12:06OrekariaResolution time1450738800 => 1452812400
2015-12-30 12:45OrekariaAssigned ToRetail => Orekaria
2015-12-30 12:45OrekariaStatusnew => acknowledged
2015-12-30 14:34hgbotCheckin
2015-12-30 14:34hgbotNote Added: 0083069
2015-12-30 14:34hgbotStatusacknowledged => resolved
2015-12-30 14:34hgbotResolutionopen => fixed
2015-12-30 14:34hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/494c265c879769563a40bf9349854ae4c6bf617d [^]
2015-12-30 15:30OrekariaTarget Version => RR16Q1
2015-12-30 15:52jorge-garciaReview Assigned To => jorge-garcia
2015-12-30 15:52jorge-garciaNote Added: 0083076
2015-12-30 15:52jorge-garciaStatusresolved => closed
2015-12-30 15:52jorge-garciaFixed in Version => RR16Q1

Notes
(0082886)
Orekaria   
2015-12-21 15:04   
missing resolution time
(0083069)
hgbot   
2015-12-30 14:34   
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: 494c265c879769563a40bf9349854ae4c6bf617d
Author: Rafa Alonso <ral <at> openbravo.com>
Date: Wed Dec 30 12:46:57 2015 +0100
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/494c265c879769563a40bf9349854ae4c6bf617d [^]

Fixes issue 31745: 'OrderLineOffer' changed to 'InvoiceLineOffer'

---
M src/org/openbravo/retail/posterminal/OrderLoader.java
---
(0083076)
jorge-garcia   
2015-12-30 15:52   
Code review OK