Openbravo Issue Tracking System - Retail Modules
View Issue Details
0035376Retail ModulesStoreServerpublic2017-02-28 11:262017-03-08 18:01
kchoperena 
ranjith_qualiantech_com 
normalmajoralways
closedfixed 
5
 
RR17Q2 
marvintm
No
0035376: [SER-QA 2514]: The created order line using ExternalOrderLoader is not setting the field gross unit price.
When we create an order (layaway) using ExternalOrderLoader, the order lines grossUnitPrice value is not setting in back-end.
1.- Create a order (layaway) using the ExternalOrderLoader
NOTES ABOUT PATCH:

1.- The first line is setting the grossUnitPrice. This value corresponds to the value that are setting in the back-end.

2.- The second diff line is setting the baseGrossUnitPrice. This value corresponds to the value that are setting in Web POS.
No tags attached.
diff ExternalOrderLoaderGrossUnitPrice.diff (983) 2017-02-28 18:00
https://issues.openbravo.com/file_download.php?file_id=10517&type=bug
Issue History
2017-02-28 11:26kchoperenaNew Issue
2017-02-28 11:26kchoperenaAssigned To => StoreServer
2017-02-28 11:26kchoperenaFile Added: ExternalOrderLoaderIsLayaway.diff
2017-02-28 11:26kchoperenaResolution time => 1489446000
2017-02-28 11:26kchoperenaTriggers an Emergency Pack => No
2017-02-28 12:30kchoperenaAssigned ToStoreServer => Retail
2017-02-28 16:00kchoperenaFile Deleted: ExternalOrderLoaderIsLayaway.diff
2017-02-28 16:01kchoperenaFile Added: ExternalOrderLoaderGrossUnitPrice.diff
2017-02-28 16:02kchoperenaProposed Solution updated
2017-02-28 17:59kchoperenaSummary[SER-QA 2514]: It is impossible create a layaway using the ExternalOrderLoader => [SER-QA 2514]: The created order line using ExternalOrderLoader is not setting the field gross unit price.
2017-02-28 17:59kchoperenaDescription Updatedbug_revision_view_page.php?rev_id=14703#r14703
2017-02-28 17:59kchoperenaSteps to Reproduce Updatedbug_revision_view_page.php?rev_id=14705#r14705
2017-02-28 17:59kchoperenaProposed Solution updated
2017-02-28 18:00kchoperenaFile Deleted: ExternalOrderLoaderGrossUnitPrice.diff
2017-02-28 18:00kchoperenaFile Added: ExternalOrderLoaderGrossUnitPrice.diff
2017-03-02 08:36ranjith_qualiantech_comAssigned ToRetail => ranjith_qualiantech_com
2017-03-02 08:36ranjith_qualiantech_comStatusnew => scheduled
2017-03-07 07:06hgbotCheckin
2017-03-07 07:06hgbotNote Added: 0094776
2017-03-07 07:06hgbotStatusscheduled => resolved
2017-03-07 07:06hgbotResolutionopen => fixed
2017-03-07 07:06hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/ef9ed21123f893197eea021f719455b60223af9a [^]
2017-03-07 07:06hgbotCheckin
2017-03-07 07:06hgbotNote Added: 0094777
2017-03-08 18:01marvintmReview Assigned To => marvintm
2017-03-08 18:01marvintmStatusresolved => closed
2017-03-08 18:01marvintmFixed in Version => RR17Q2

Notes
(0094776)
hgbot   
2017-03-07 07:06   
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: ef9ed21123f893197eea021f719455b60223af9a
Author: Ranjith S R <ranjith <at> qualiantech.com>
Date: Tue Mar 07 11:35:09 2017 +0530
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/ef9ed21123f893197eea021f719455b60223af9a [^]

Fixes issue 35376 : Updated OrderLine grossUnitPrice and grossStdPrice in ExternalOrderLoader

---
M src/org/openbravo/retail/posterminal/ExternalOrderLoader.java
---
(0094777)
hgbot   
2017-03-07 07:06   
Repository: tools/automation/pi-mobile
Changeset: 317930c986afeb4ebdde5815ff9c18c6c3eed7bb
Author: Ranjith S R <ranjith <at> qualiantech.com>
Date: Tue Mar 07 11:35:37 2017 +0530
URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/317930c986afeb4ebdde5815ff9c18c6c3eed7bb [^]

Verifies issue 35376 : Added automated test 'I35376_VerifyRetailOrderLineDetails'

---
A src-test/org/openbravo/test/mobile/retail/pack/webservice/tests/orderloader/I35376_VerifyRetailOrderLineDetails.java
---