Openbravo Issue Tracking System - Retail Modules
View Issue Details
0034111Retail ModulesWeb POSpublic2016-09-28 04:272017-06-21 18:22
reinaldoguerra 
ebecerra 
normalminoralways
closedfixed 
5
 
RR17Q3 
marvintm
No
0034111: [SER-QA 2504] Property Service Sequence is not loaded from server when returning a ticket
Property Service Sequence is not loaded from server when returning a ticket
When printing process is called from a ticket returning, the property "obretssSequence", which is the service sequence associated to the receipt to return, is not loaded from server

* Install the module org.openbravo.retail.servicesequence
* Use or modify the templates for receipts and returns that prints the service sequence in the receipt lines. This can be done adding the following code to templates:
      <%if(line.get('obretssSequence')){%>
      <line>
        <text align ="right" length="42"><%= line.get('obretssSequence') %></text>
      </line>
      <%}%>
* Configure a product with a service associated with sequence number checked: has Sequence Number.
* Log in into Webpos
* Create a new receipt
* Select the product and service previously configured.
* Pay it and close the receipt -> Observe the service sequence number is printed. This is OK.
* Open the menu and select "Verified returns"
* Choose the previous ticket
* Validate ticket and close -> Observe the service sequence is not printed. This is WRONG.

Apply attached export file. If resolution is different than suggested, please notify us.
SER-QA
? issue34111.export (2,712) 2017-02-27 10:25
https://issues.openbravo.com/file_download.php?file_id=10492&type=bug
Issue History
2016-09-28 04:27reinaldoguerraNew Issue
2016-09-28 04:27reinaldoguerraAssigned To => reinaldoguerra
2016-09-28 04:27reinaldoguerraTriggers an Emergency Pack => No
2017-02-27 10:17adrianromeroResolution time => 1489359600
2017-02-27 10:17adrianromeroAssigned Toreinaldoguerra => Retail
2017-02-27 10:17adrianromeroSummaryProperty Service Sequence is not loaded from server when returning a ticket => [SER-QA 2504] Property Service Sequence is not loaded from server when returning a ticket
2017-02-27 10:17adrianromeroTag Attached: SER-QA
2017-02-27 10:25adrianromeroFile Added: issue34111.export
2017-02-27 10:26adrianromeroProposed Solution updated
2017-03-14 13:36migueldejuanaAssigned ToRetail => migueldejuana
2017-03-14 13:36migueldejuanaStatusnew => scheduled
2017-03-15 10:05migueldejuanaNote Added: 0095020
2017-03-15 10:05migueldejuanaStatusscheduled => feedback
2017-03-15 10:08marvintmAssigned Tomigueldejuana => reinaldoguerra
2017-06-09 11:42adrianromeroSteps to Reproduce Updatedbug_revision_view_page.php?rev_id=15317#r15317
2017-06-09 11:43adrianromeroResolution time1489359600 => 1498168800
2017-06-09 11:43adrianromeroAssigned Toreinaldoguerra => Retail
2017-06-09 11:43adrianromeroStatusfeedback => new
2017-06-12 09:32adrianromeroNote Added: 0097302
2017-06-20 18:40ebecerraAssigned ToRetail => ebecerra
2017-06-21 18:12hgbotCheckin
2017-06-21 18:12hgbotNote Added: 0097564
2017-06-21 18:12hgbotStatusnew => resolved
2017-06-21 18:12hgbotResolutionopen => fixed
2017-06-21 18:12hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.retail.servicesequence/rev/627d024638797db539dcbfc7126ffb24cf478c22 [^]
2017-06-21 18:22marvintmReview Assigned To => marvintm
2017-06-21 18:22marvintmNote Added: 0097565
2017-06-21 18:22marvintmStatusresolved => closed
2017-06-21 18:22marvintmFixed in Version => RR17Q3

Notes
(0095020)
migueldejuana   
2017-03-15 10:05   
Write down good steps to reproduce. Add a video or screenshots showing what is the problem.
(0097302)
adrianromero   
2017-06-12 09:32   
Steps to reproduce updated
(0097564)
hgbot   
2017-06-21 18:12   
Repository: erp/pmods/org.openbravo.retail.servicesequence
Changeset: 627d024638797db539dcbfc7126ffb24cf478c22
Author: Eduardo Becerra <ebec70 <at> yahoo.com>
Date: Wed Jun 21 13:21:16 2017 +0200
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.servicesequence/rev/627d024638797db539dcbfc7126ffb24cf478c22 [^]

Fixed issue 34111: Add print template for Returns

---
M src-db/database/sourcedata/OBPOS_PRINT_TEMPLATE.xml
A web/org.openbravo.retail.servicesequence/receipts/printreturn.xml
---
(0097565)
marvintm   
2017-06-21 18:22   
The problem was in fact fixed by the following issue:

https://issues.openbravo.com/view.php?id=35915 [^]

The changeset is just a template which uses the property, but the fix for issue 35915 makes the property available in the client side.