Openbravo Issue Tracking System - Retail Modules
View Issue Details
0038063Retail ModulesWeb POSpublic2018-03-06 19:042018-03-08 12:17
maite 
jorge-garcia 
urgentmajoralways
closedfixed 
5
 
RR18Q2 
marvintm
No
0038063: Sales Representative not properly printed when changed in Receipt Properties
Only the Sales Representative ID is changed (but not the name) in Receipt Properties dialog
0. Start the hardware manager
1. Log in VBS-1 terminal with "vallblanca" user
2. Select "Receipt properties" option in the menu and change Sales Representative to "Demo User"
3. Select any product
4. Select "Print this receipt" option in the menu and realize that "Vall Balanca Store" is printed in the ticket

However if you pay and syncronize the order, Sales Representative in the back-office is correctly set to "Demo User"
Problem is that only sales representative ID is changed when selecting the new Sales Representative in "Receipt properties". But name remains the same
No tags attached.
Issue History
2018-03-06 19:04maiteNew Issue
2018-03-06 19:04maiteAssigned To => Retail
2018-03-06 19:04maiteResolution time => 1522101600
2018-03-06 19:04maiteTriggers an Emergency Pack => No
2018-03-06 19:07maiteIssue Monitored: networkb
2018-03-07 09:47jorge-garciaStatusnew => scheduled
2018-03-07 09:47jorge-garciaAssigned ToRetail => jorge-garcia
2018-03-08 08:33hgbotCheckin
2018-03-08 08:33hgbotNote Added: 0103069
2018-03-08 08:33hgbotCheckin
2018-03-08 08:33hgbotNote Added: 0103070
2018-03-08 08:33hgbotStatusscheduled => resolved
2018-03-08 08:33hgbotResolutionopen => fixed
2018-03-08 08:33hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/267809824239390a7baa249bfa41e8fb548fda58 [^]
2018-03-08 12:17marvintmReview Assigned To => marvintm
2018-03-08 12:17marvintmStatusresolved => closed
2018-03-08 12:17marvintmFixed in Version => RR18Q2

Notes
(0103069)
hgbot   
2018-03-08 08:33   
Repository: erp/pmods/org.openbravo.mobile.core
Changeset: 28de8fadb1815907989a4eed0a3ef3375b3de8e1
Author: Jorge Garcia <jorge.garcia <at> openbravo.com>
Date: Wed Mar 07 15:36:41 2018 +0100
URL: http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/28de8fadb1815907989a4eed0a3ef3375b3de8e1 [^]

Related to issue 38063: Sales Representative not properly printed when changed
in Receipt Properties

It’s necessary to check if selected variable exists for renderComboProperty
components.

---
M web/org.openbravo.mobile.core/source/component/dialog/ob-properties.js
---
(0103070)
hgbot   
2018-03-08 08:33   
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: 267809824239390a7baa249bfa41e8fb548fda58
Author: Jorge Garcia <jorge.garcia <at> openbravo.com>
Date: Wed Mar 07 11:14:25 2018 +0100
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/267809824239390a7baa249bfa41e8fb548fda58 [^]

Fixed issue 38063: Sales Representative not properly printed when changed
in Receipt Properties

To change the sales identifier, it’s necessary to add a propertyText to the
combo definition.

---
M web/org.openbravo.retail.posterminal/js/components/modalreceiptproperties.js
---