Openbravo Issue Tracking System - Retail Modules
View Issue Details
0035288Retail ModulesWeb POSpublic2017-02-16 18:252017-03-03 13:26
naiaramartinez 
ranjith_qualiantech_com 
normalmajorhave not tried
closedfixed 
5
 
RR17Q2 
marvintm
No
0035288: [SERQA 2460] Incorrect documentNo when using external order loader
When using the external Order Loader, the document sequence is not correctly assigned. It is using the document sequence assigned to the DocumentType instead of using the sequence assigned to the terminal.
1- Configure for the order document type a sequence for a terminal.
2- Do a call to external Order Loader assigning a terminal (use the terminal that you have configured with a sequence for the order document)
3- Check that the DocumentNo of the order is the sequence of the order documentype but not the sequence assigned to the terminal
No tags attached.
related to defect 0035424 closed ranjith_qualiantech_com [SERQA 2532] There are some scenarios where there are some jumps in the documentNo 
? issue35288.export (2,492) 2017-02-22 13:11
https://issues.openbravo.com/file_download.php?file_id=10475&type=bug
patch issue 35288 source posterminal.patch (3,032) 2017-02-27 10:34
https://issues.openbravo.com/file_download.php?file_id=10493&type=bug
patch issue 35288 test.patch (2,946) 2017-02-27 10:34
https://issues.openbravo.com/file_download.php?file_id=10494&type=bug
Issue History
2017-02-16 18:25naiaramartinezNew Issue
2017-02-16 18:25naiaramartinezAssigned To => marvintm
2017-02-16 18:25naiaramartinezResolution time => 1488409200
2017-02-16 18:25naiaramartinezTriggers an Emergency Pack => No
2017-02-20 18:54marvintmStatusnew => scheduled
2017-02-22 13:09marvintmAssigned Tomarvintm => Retail
2017-02-22 13:11marvintmFile Added: issue35288.export
2017-02-22 14:33ranjith_qualiantech_comAssigned ToRetail => ranjith_qualiantech_com
2017-02-27 10:34ranjith_qualiantech_comFile Added: issue 35288 source posterminal.patch
2017-02-27 10:34ranjith_qualiantech_comFile Added: issue 35288 test.patch
2017-03-03 07:05hgbotCheckin
2017-03-03 07:05hgbotNote Added: 0094708
2017-03-03 07:05hgbotStatusscheduled => resolved
2017-03-03 07:05hgbotResolutionopen => fixed
2017-03-03 07:05hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/ce23cc22491cdc5b89e2b03e42d449cd61c03998 [^]
2017-03-03 07:06hgbotCheckin
2017-03-03 07:06hgbotNote Added: 0094709
2017-03-03 12:06marvintmRelationship addedrelated to 0035424
2017-03-03 13:26marvintmReview Assigned To => marvintm
2017-03-03 13:26marvintmStatusresolved => closed
2017-03-03 13:26marvintmFixed in Version => RR17Q2

Notes
(0094708)
hgbot   
2017-03-03 07:05   
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: ce23cc22491cdc5b89e2b03e42d449cd61c03998
Author: Ranjith S R <ranjith <at> qualiantech.com>
Date: Fri Mar 03 11:34:21 2017 +0530
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/ce23cc22491cdc5b89e2b03e42d449cd61c03998 [^]

Fixed issue 35288 : ExternalOrderLoader will use the ticket sequence from the POS Terminal if available, and document number is not provided in the JSON

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

Verifies issue 35288 : Added automated test 'I35288_VerifyRetailOrderDocumentNo'

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