Openbravo Issue Tracking System - Retail Modules
View Issue Details
0037031Retail ModulesWeb POSpublic2017-10-09 11:142017-12-15 14:58
adrianromero 
adrianromero 
normalmajorhave not tried
closedfixed 
5
 
RR18Q1 
marvintm
No
0037031: It should be possible by modules to inject visual components in the receipt view footer
There are customizations for Web POS that require to add new information for receipts that has to be stored and visualised. In this case the footer of the receipt is a good place to insert this kind of information that has to be defined in the customization module.
N/A
Include an empty container component in the footer of the receipt view. The injected components in this container has to be defined in the customization components and use a simple service discovery pattern to find all components to be included in this container.

See proposed patch
No tags attached.
? inject_footer.export (1,364) 2017-10-09 11:22
https://issues.openbravo.com/file_download.php?file_id=11150&type=bug
? inject_footer_alt.export (1,655) 2017-10-10 11:28
https://issues.openbravo.com/file_download.php?file_id=11156&type=bug
Issue History
2017-10-09 11:14adrianromeroNew Issue
2017-10-09 11:14adrianromeroAssigned To => Retail
2017-10-09 11:14adrianromeroTriggers an Emergency Pack => No
2017-10-09 11:22adrianromeroFile Added: inject_footer.export
2017-10-10 11:28adrianromeroFile Added: inject_footer_alt.export
2017-12-11 13:31hgbotCheckin
2017-12-11 13:31hgbotNote Added: 0100960
2017-12-11 13:31hgbotStatusnew => resolved
2017-12-11 13:31hgbotResolutionopen => fixed
2017-12-11 13:31hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/881d40ebc7ca784fe20cd84d2141d2f70097001f [^]
2017-12-11 13:46marvintmAssigned ToRetail => adrianromero
2017-12-15 14:58marvintmReview Assigned To => marvintm
2017-12-15 14:58marvintmStatusresolved => closed
2017-12-15 14:58marvintmFixed in Version => RR18Q1

Notes
(0100960)
hgbot   
2017-12-11 13:31   
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: 881d40ebc7ca784fe20cd84d2141d2f70097001f
Author: Adrián Romero <adrianromero <at> openbravo.com>
Date: Thu Nov 23 09:03:52 2017 +0100
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/881d40ebc7ca784fe20cd84d2141d2f70097001f [^]

Fixes issue 37031: It should be possible by modules to inject visual components in the receipt view footer
* Enyo components named OB.POS.ORDERFOOTER.* are injected in the receipt footer

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