Prototyped the barcode idea; Added a basic production system.

This commit is contained in:
Wynne Crisman
2019-10-07 15:51:50 -07:00
parent 8211da6b39
commit 2e57558ef4
50 changed files with 8949 additions and 782 deletions

View File

@@ -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) {