Anonymous | Login
Project:
RSS
  
News | My View | View Issues | Roadmap | Summary

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0028296
TypeCategorySeverityReproducibilityDate SubmittedLast Update
feature request[Retail Modules] Web POStrivialhave not tried2014-11-27 07:432014-12-17 10:36
ReportermigueldejuanaView Statuspublic 
Assigned Tomigueldejuana 
PrioritynormalResolutionfixedFixed in VersionRR15Q1
StatusclosedFix in branchFixed in SCM revision4e59b538e998
ProjectionnoneETAnoneTarget Version
OSAnyDatabaseAnyJava version
OS VersionDatabase versionAnt version
Product VersionSCM revision 
Review Assigned Tomarvintm
Regression level
Regression date
Regression introduced in release
Regression introduced by commit
Triggers an Emergency PackNo
Summary

0028296: Make extensible line EDIT tab buttons

DescriptionAdd 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'
  });
Steps To ReproduceLogin and having selected a line, press EDIT tab
TagsNo tags attached.
Attached Files

- Relationships Relation Graph ] Dependency Graph ]

-  Notes
(0072051)
hgbot (developer)
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 (developer)
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 (manager)
2014-11-30 14:40

re-opened to solve test-build problem and to add documentation
(0072192)
hgbot (developer)
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 (developer)
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 (manager)
2014-12-17 10:36

http://wiki.openbravo.com/wiki/Retail:Developers_Guide/How-to/How_to_add_a_line_button [^]

- Issue History
Date Modified Username Field Change
2014-11-27 07:43 migueldejuana New Issue
2014-11-27 07:43 migueldejuana Assigned To => migueldejuana
2014-11-27 07:43 migueldejuana Triggers an Emergency Pack => No
2014-11-27 07:53 hgbot Checkin
2014-11-27 07:53 hgbot Note Added: 0072051
2014-11-27 07:53 hgbot Status new => resolved
2014-11-27 07:53 hgbot Resolution open => fixed
2014-11-27 07:53 hgbot Fixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/889b79fb7e613cbd45bd4c4426ad9aa9024e7e64 [^]
2014-11-29 11:33 hgbot Checkin
2014-11-29 11:33 hgbot Note Added: 0072154
2014-11-30 14:40 mtaal Note Added: 0072156
2014-11-30 14:40 mtaal Status resolved => new
2014-11-30 14:40 mtaal Resolution fixed => open
2014-12-01 13:28 hgbot Checkin
2014-12-01 13:28 hgbot Note Added: 0072192
2014-12-01 13:28 hgbot Status new => resolved
2014-12-01 13:28 hgbot Resolution open => fixed
2014-12-01 13:28 hgbot Fixed in SCM revision http://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:32 hgbot Checkin
2014-12-02 12:32 hgbot Note Added: 0072231
2014-12-02 12:32 hgbot Fixed in SCM revision http://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:04 marvintm Review Assigned To => marvintm
2014-12-10 19:04 marvintm Status resolved => closed
2014-12-10 19:04 marvintm Fixed in Version => RR15Q1
2014-12-17 10:36 mtaal Note Added: 0072603


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker