Anonymous | Login
Project:
RSS
  
News | My View | View Issues | Roadmap | Summary

View Revisions: Issue #34111 All Revisions ] Back to Issue ]
Summary 0034111: [SER-QA 2504] Property Service Sequence is not loaded from server when returning a ticket
Revision 2017-06-09 11:42 by adrianromero
Steps To Reproduce 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.

Revision 2017-03-15 10:08 by adrianromero
Steps To Reproduce 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


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker