Finale Knowledge Base

Labels Dymo 3.5" x 1" Purchase Shipment Items by Product ID

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"
},

}
}
}