Openbravo Issue Tracking System - Retail Modules
View Issue Details
0029209Retail ModulesWeb POSpublic2015-03-10 06:152015-03-13 12:29
guilleaer 
guilleaer 
normalminorhave not tried
closedfixed 
5
 
RR15Q2RR15Q2 
Orekaria
No
0029209: Hook is pending to customize lines in "Modal Receipts" popup, which shows opened receipts.
Hook is pending to customize lines in "Modal Receipts" popup, which shows opened 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:15guilleaerNew Issue
2015-03-10 06:15guilleaerAssigned To => guilleaer
2015-03-10 06:15guilleaerTriggers an Emergency Pack => No
2015-03-10 06:23hgbotCheckin
2015-03-10 06:23hgbotNote Added: 0075358
2015-03-10 06:23hgbotStatusnew => resolved
2015-03-10 06:23hgbotResolutionopen => fixed
2015-03-10 06:23hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/5ff7d773277d4b68808d44d5196679c86769d27e [^]
2015-03-10 06:24guilleaerNote Added: 0075359
2015-03-10 10:53hgbotCheckin
2015-03-10 10:53hgbotNote Added: 0075368
2015-03-13 12:29OrekariaReview Assigned To => Orekaria
2015-03-13 12:29OrekariaStatusresolved => closed
2015-03-13 12:29OrekariaFixed in Version => RR15Q2

Notes
(0075358)
hgbot   
2015-03-10 06:23   
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: 5ff7d773277d4b68808d44d5196679c86769d27e
Author: Guillermo Alvarez de Eulate <guillermo.alvarez <at> openbravo.com>
Date: Tue Mar 10 10:47:19 2015 +0530
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/5ff7d773277d4b68808d44d5196679c86769d27e [^]

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

---
M web/org.openbravo.retail.posterminal/js/components/modalreceipts.js
---
(0075359)
guilleaer   
2015-03-10 06:24   
Added to documentation
http://wiki.openbravo.com/wiki/List_of_Hooks_in_Web_POS#Hooks [^]
(0075368)
hgbot   
2015-03-10 10:53   
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
---