Openbravo Issue Tracking System - Retail Modules
View Issue Details
0029210Retail ModulesWeb POSpublic2015-03-10 06:542015-03-13 12:29
guilleaer 
guilleaer 
normalminorhave not tried
closedfixed 
5
 
RR15Q2RR15Q2 
Orekaria
No
0029210: Hook is pending to customize lines in "Modal Paid Receipts" popup, which shows loaded receipts
Hook is pending to customize lines in "Modal Paid Receipts" popup, which shows loaded receipts
Try to customize a line of this popup from other module. You will see that it is not possible.
Add Hook in the same way that we are doing with to render order lines.

    OB.MobileApp.model.hookManager.executeHooks('OBPOS_RenderOrderLine', {
      orderline: this
    }, function (args) {
      //All should be done in module side
    });
No tags attached.
Issue History
2015-03-10 06:54guilleaerNew Issue
2015-03-10 06:54guilleaerAssigned To => guilleaer
2015-03-10 06:54guilleaerTriggers an Emergency Pack => No
2015-03-10 06:56hgbotCheckin
2015-03-10 06:56hgbotNote Added: 0075360
2015-03-10 06:56hgbotStatusnew => resolved
2015-03-10 06:56hgbotResolutionopen => fixed
2015-03-10 06:56hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/90bed31a0f6b4f93bc9012c0c47f9076227fbd6f [^]
2015-03-10 06:58guilleaerNote Added: 0075361
2015-03-10 10:54guilleaerNote Added: 0075369
2015-03-13 12:29OrekariaReview Assigned To => Orekaria
2015-03-13 12:29OrekariaStatusresolved => closed
2015-03-13 12:29OrekariaFixed in Version => RR15Q2

Notes
(0075360)
hgbot   
2015-03-10 06:56   
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: 90bed31a0f6b4f93bc9012c0c47f9076227fbd6f
Author: Guillermo Alvarez de Eulate <guillermo.alvarez <at> openbravo.com>
Date: Tue Mar 10 11:25:06 2015 +0530
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/90bed31a0f6b4f93bc9012c0c47f9076227fbd6f [^]

fixed issue 29210: A hook have been added to allow developers to customize the lines of modal paid receipts popup

---
M web/org.openbravo.retail.posterminal/js/components/modalpaidreceipts.js
---
(0075361)
guilleaer   
2015-03-10 06:58   
Documentation updated

http://wiki.openbravo.com/wiki/List_of_Hooks_in_Web_POS#Hooks [^]
(0075369)
guilleaer   
2015-03-10 10:54   
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: 451707c27411d3eb2b39976275e0064c41a40f16
Author: Guillermo Alvarez de Eulate <guillermo.alvarez <at> openbravo.com>
Date: Tue Mar 10 15:11:39 2015 +0530
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/451707c27411d3eb2b39976275e0064c41a40f16 [^] [^]

Related to issue 29209, 29210: Using new API for hooks

---
M web/org.openbravo.retail.posterminal/js/components/modalpaidreceipts.js
M web/org.openbravo.retail.posterminal/js/components/modalreceipts.js
---