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.
The labels are 3.5" x 1" suitable for a label printer that prints on rolls.
{ "attrName": "##other003", "name": "Labels 3.5\" x 1\" purchase shipment items by product ID", "group": "##other", "sortOrder": 62001, "type": "report/pivotTable", "params": { "dataSet": "shipmentItem", "filters": [ { "filter": "shipmentType", "param": [ "PURCHASE_SHIPMENT" ] }, { "filter": "shipmentShipmentUrl", "isParameter": true, "param": "/newcenturyproductions/api/shipment/10258" } ], "rowDimensions": [ { "dimension": "productProductId", "width": 0.0254 }, { "dimension": "productMfgProductId", "width": 0.0254, "group": "sheet" }, { "dimension": "productDescription", "width": 0.0254 } ], "metrics": [ { "metric": "shipmentItemQuantitySum", "width": 0.0254 } ], "namedParameters": [], "pageTemplate": { "paperLabel": "##custom", "paperLabelSizeWidth": "3.500in", "paperLabelSizeHeight": "1.000in", "paperLabelSize": [ 0.08890002425192663, 0.02540000692912189 ], "sheetPrintMultiple": { "type": "##variable", "variable": "shipmentItemQuantitySum" }, "templateContent": "<div style=\"position:absolute;top:0.1in;left:0.2in;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.2in;width:3.1in;font-size:10pt;text-align:right;\">\n {{productMfgProductId}}\n</div>\n\n<div style=\"position:absolute;top:0.3in;left:0.25in;width:3.0in;height:0.44in\">\n <img style=\"display:block;width:3.0in;height:0.44in;\" \n src=\"barcode:quiet=0,{{productProductId}}\">\n</div>\n\n<!-- Display shipment id bottom left corner -->\n<div style=\"position:absolute;top:0.76in;left:0.2in;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.