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

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0030587
TypeCategorySeverityReproducibilityDate SubmittedLast Update
feature request[Retail Modules] Web POSminorN/A2015-08-15 02:332015-08-15 02:33
ReporterrbianchiniView Statuspublic 
Assigned ToRetail 
PrioritynormalResolutionopenFixed in Version
StatusnewFix in branchFixed in SCM revision
ProjectionnoneETAnoneTarget Version
OSAnyDatabaseAnyJava version
OS VersionDatabase versionAnt version
Product VersionSCM revision 
Review Assigned To
Regression level
Regression date
Regression introduced in release
Regression introduced by commit
Triggers an Emergency PackNo
Summary

0030587: Add a new Hook OBPOS_PreNewOrder

DescriptionAdd a new Hook OBPOS_PreNewOrder to execute before add a new order in the file org.openbravo.retail.posterminal/js/model/order.js in the function newOrder.
Steps To Reproducen/a
Proposed SolutionnewOrder: function() {

var order = new Order(),
me = this,
documentseq, documentseqstr, receiptProperties, i, p;

OB.MobileApp.model.hookManager.executeHooks('OBPOS_PreNewOrder', {
order: order
}, function(args) {});
TagsNo tags attached.
Attached Files

- Relationships Relation Graph ] Dependency Graph ]

-  Notes
There are no notes attached to this issue.

- Issue History
Date Modified Username Field Change
2015-08-15 02:33 rbianchini New Issue
2015-08-15 02:33 rbianchini Assigned To => Retail
2015-08-15 02:33 rbianchini Triggers an Emergency Pack => No


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker