This report prints labels for the items in a purchase shipment (converting any cases to equivalent number of individual items). The labels show the Product ID, Mfg Product ID, and Description, in addition to the barcode itself, which is the Product ID.
{ "attrName": "##other003", "name": "Labels Avery 5160 for product IDs in order, case equiv", "group": "##other", "sortOrder": 62001, "type": "report/pivotTable", "params": { "dataSet": "orderItem", "filters": [ { "filter": "productStatus", "param": [ "PRODUCT_ACTIVE" ] }, { "filter": "orderOrderUrl", "isParameter": true, "param": "##null" }, { "filter": "productProductUrl", "isParameter": true, "param": "##null" } ], "rowDimensions": [ { "dimension": "productProductId", "width": 0.0254 }, { "dimension": "productDescription", "width": 0.0254 }, { "dimension": "productUserUser10000", "width": 0.0254, "group": "sheet" } ], "metrics": [ { "metric": "orderItemQuantityCaseOrCaseEquivalentSum", "width": 0.0254 } ], "namedParameters": [], "pageTemplate": { "paperLabel": "##5260Singles", "paperLabelSize": [ 0, 0 ], "sheetPrintMultiple": { "type": "##variable", "variable": "orderItemQuantityCaseOrCaseEquivalentSum" }, "templateContent": "\n<div style=\"position:absolute;top:0.1in;left:0.1in;width:100in;font-size:10pt;font-weight:bold;text-align:left;line-height:1.1;\">\n {{productProductId}}\n</div>\n\n<div style=\"position:absolute;top:0.1in;left:0.1in;width:2.4in;font-size:8pt;text-align:right;\">\n {{productUserUser10000}}\n</div>\n\n<div style=\"position:absolute;top:0.3in;left:0.15in;width:2.3in;height:0.44in\">\n <img style=\"display:block;width:2.3in;height:0.44in;\" \n src=\"barcode:quiet=0,{{productUserUser10000}}\">\n</div>\n\n<!-- Display bottom left corner -->\n<div style=\"position:absolute;top:0.76in;left:0.1in;width:100in;font-size:10pt;text-align:left;\">\n {{productDescription}}\n</div>\n\n<br> <br> <br> <br> <br> <br> <br> <br> \n<br> <br> <br> <br> <br> <br> <br> <br>" } } }
Comments
0 comments
Article is closed for comments.