Openbravo Issue Tracking System - Retail Modules
View Issue Details
0039803Retail ModulesWeb POSpublic2018-12-14 08:202018-12-17 13:34
caristu 
caristu 
normalminorhave not tried
closedfixed 
5
 
RR19Q1 
marvintm
No
0039803: Add an auxiliary input to have the value of the Touchpoint Type Application in the Touchpoint window
It would be nice to have by default an auxiliary input in the Touchpoint window to make available the Application of the Touchpoint Type window.

This is would be useful to implement a display logic based on the Application of the Touchpoint Type.

Currently it already exists an auxiliary input that allows to identify if the Application of the Touchpoint is "Openbravo POS".

But having an auxiliary input that keeps the value of the Application would be more flexible. Otherwise it would be necessary to create an auxiliary input for each different application that that we want to add logic based on it.
In description
Create an auxiliary input for the "Channel-Touchpoint" window header.

Name: APPLICATION
Validation Code: @SQL=SELECT application FROM obpos_terminaltype WHERE obpos_terminaltype_id = @OBPOS_TERMINALTYPE_ID@
No tags attached.
Issue History
2018-12-14 08:20caristuNew Issue
2018-12-14 08:20caristuAssigned To => Retail
2018-12-14 08:20caristuTriggers an Emergency Pack => No
2018-12-14 08:21caristuSummaryAdd an auxiliary input to have the Touchpoint Type Application in the Touchpoint window => Add an auxiliary input to have the value of the Touchpoint Type Application in the Touchpoint window
2018-12-14 08:37caristuAssigned ToRetail => caristu
2018-12-14 08:57hgbotCheckin
2018-12-14 08:57hgbotNote Added: 0108598
2018-12-14 08:57hgbotStatusnew => resolved
2018-12-14 08:57hgbotResolutionopen => fixed
2018-12-14 08:57hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/80ed7839e7ad1af66bde23f87acb81517bb5922d [^]
2018-12-14 08:59caristuReview Assigned To => marvintm
2018-12-17 13:34marvintmStatusresolved => closed
2018-12-17 13:34marvintmFixed in Version => RR19Q1

Notes
(0108598)
hgbot   
2018-12-14 08:57   
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: 80ed7839e7ad1af66bde23f87acb81517bb5922d
Author: Carlos Aristu <carlos.aristu <at> openbravo.com>
Date: Fri Dec 14 08:54:48 2018 +0100
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/80ed7839e7ad1af66bde23f87acb81517bb5922d [^]

fixes issue 39803: Auxiliary input to keep the touchpoint type application

  Replaced the auxiliary input that calculates whether the touchpoint type is 'OBPOS' with a more generic one that keeps the value of the touchpoint type application.

---
M src-db/database/sourcedata/AD_AUXILIARINPUT.xml
M src-db/database/sourcedata/AD_FIELD.xml
---