Prototyped the barcode idea; Added a basic production system.
This commit is contained in:
@@ -123,6 +123,13 @@ pri.route('/labels', {
|
||||
BlazeLayout.render('Body', {content: 'LabelMaker'});
|
||||
}
|
||||
});
|
||||
FlowRouter.route('/PrintLabel', {
|
||||
name: 'PrintLabel',
|
||||
action: function(params, queryParams) {
|
||||
require("/imports/ui/PrintLabel.js");
|
||||
BlazeLayout.render('Empty', {content: 'PrintLabel'});
|
||||
}
|
||||
});
|
||||
pri.route('/testList', {
|
||||
name: 'TestList',
|
||||
action: function(params, queryParams) {
|
||||
|
||||
Reference in New Issue
Block a user