Openbravo Issue Tracking System - Retail Modules
View Issue Details
0028296Retail ModulesWeb POSpublic2014-11-27 07:432014-12-17 10:36
migueldejuana 
migueldejuana 
normaltrivialhave not tried
closedfixed 
5
 
RR15Q1 
marvintm
No
0028296: Make extensible line EDIT tab buttons
Add the posibility to extend line EDIT buttons (Delete, Description, Return Line...) by other modules adding the button to an array.

Example:

//Register the button...
  OB.OBPOSPointOfSale.UI.EditLine.prototype.actionButtons.push({
    kind: 'OB.OBPOSPointOfSale.UI.EditLine.TaxExemptButton',
    name: 'taxExemptButton'
  });
Login and having selected a line, press EDIT tab
No tags attached.
Issue History
2014-11-27 07:43migueldejuanaNew Issue
2014-11-27 07:43migueldejuanaAssigned To => migueldejuana
2014-11-27 07:43migueldejuanaTriggers an Emergency Pack => No
2014-11-27 07:53hgbotCheckin
2014-11-27 07:53hgbotNote Added: 0072051
2014-11-27 07:53hgbotStatusnew => resolved
2014-11-27 07:53hgbotResolutionopen => fixed
2014-11-27 07:53hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/889b79fb7e613cbd45bd4c4426ad9aa9024e7e64 [^]
2014-11-29 11:33hgbotCheckin
2014-11-29 11:33hgbotNote Added: 0072154
2014-11-30 14:40mtaalNote Added: 0072156
2014-11-30 14:40mtaalStatusresolved => new
2014-11-30 14:40mtaalResolutionfixed => open
2014-12-01 13:28hgbotCheckin
2014-12-01 13:28hgbotNote Added: 0072192
2014-12-01 13:28hgbotStatusnew => resolved
2014-12-01 13:28hgbotResolutionopen => fixed
2014-12-01 13:28hgbotFixed in SCM revisionhttp://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/889b79fb7e613cbd45bd4c4426ad9aa9024e7e64 [^] => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/d08f6634ed7297a00f595d535bf008c1f89bba4a [^]
2014-12-02 12:32hgbotCheckin
2014-12-02 12:32hgbotNote Added: 0072231
2014-12-02 12:32hgbotFixed in SCM revisionhttp://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/d08f6634ed7297a00f595d535bf008c1f89bba4a [^] => http://code.openbravo.com/erp/pmods/org.openbravo.retail.taxexempt/rev/4e59b538e9983b3bc8659f80895d14f19e77b729 [^]
2014-12-10 19:04marvintmReview Assigned To => marvintm
2014-12-10 19:04marvintmStatusresolved => closed
2014-12-10 19:04marvintmFixed in Version => RR15Q1
2014-12-17 10:36mtaalNote Added: 0072603

Notes
(0072051)
hgbot   
2014-11-27 07:53   
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: 889b79fb7e613cbd45bd4c4426ad9aa9024e7e64
Author: Miguel de Juana <miguel.dejuana <at> openbravo.com>
Date: Thu Nov 27 07:45:51 2014 +0100
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/889b79fb7e613cbd45bd4c4426ad9aa9024e7e64 [^]

Fixed issue 0028296: Make extensible line EDIT tab buttons

Add the posibility to extend line EDIT buttons (Delete, Description, Return Line...) by other modules adding the button to an array.

Example:

//Register the button...
  OB.OBPOSPointOfSale.UI.EditLine.prototype.actionButtons.push({
    kind: 'OB.OBPOSPointOfSale.UI.EditLine.TaxExemptButton',
    name: 'taxExemptButton'
  });

---
M web/org.openbravo.retail.posterminal/js/pointofsale/view/editline.js
---
(0072154)
hgbot   
2014-11-29 11:33   
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: 6a5f58726d1c63fe818d0bfcdd59037e14efbd0a
Author: Rafa Alonso <rafael.alonso <at> openbravo.com>
Date: Sat Nov 29 11:17:47 2014 +0100
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/6a5f58726d1c63fe818d0bfcdd59037e14efbd0a [^]

Backed out issue 28296. reason: breaks ret-test-*. Make extensible line EDIT tab buttons
- rev 4160
- changeset: 889b79fb7e61

---
M web/org.openbravo.retail.posterminal/js/pointofsale/view/editline.js
---
(0072156)
mtaal   
2014-11-30 14:40   
re-opened to solve test-build problem and to add documentation
(0072192)
hgbot   
2014-12-01 13:28   
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: d08f6634ed7297a00f595d535bf008c1f89bba4a
Author: Miguel de Juana <miguel.dejuana <at> openbravo.com>
Date: Mon Dec 01 13:28:15 2014 +0100
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/d08f6634ed7297a00f595d535bf008c1f89bba4a [^]

Fixed issue 0028296: Make extensible line EDIT tab buttons. Forget changing references

---
M web/org.openbravo.retail.posterminal/js/pointofsale/view/editline.js
---
(0072231)
hgbot   
2014-12-02 12:32   
Repository: erp/pmods/org.openbravo.retail.taxexempt
Changeset: 4e59b538e9983b3bc8659f80895d14f19e77b729
Author: Miguel de Juana <miguel.dejuana <at> openbravo.com>
Date: Tue Dec 02 12:32:21 2014 +0100
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.taxexempt/rev/4e59b538e9983b3bc8659f80895d14f19e77b729 [^]

Fixed issue 0028296: Make extensible line EDIT tab buttons. Forget changing references

---
M web/org.openbravo.retail.taxexempt/js/taxExemptButton.js
---
(0072603)
mtaal   
2014-12-17 10:36   
http://wiki.openbravo.com/wiki/Retail:Developers_Guide/How-to/How_to_add_a_line_button [^]