vue-element-admin/tests/unit/utils/ADempiere/apiConverts/objects/converted/orderLine.json

53 lines
1.8 KiB
JSON

{
"uuid": "orderLine uuid",
"orderUuid": "orderLine order_uuid",
"line": "orderLine line",
"product": {
"uuid": "product uuid",
"id": "product id",
"value": "product value",
"name": "product name",
"help": "product help",
"documentNote": "product document_note",
"uomName": "product uom_name",
"productType": "product product_type",
"isStocked": true,
"isDropShip": false,
"isPurchased": false,
"isSold": true,
"imageUrl": "product image_url",
"productCategoryName": "product product_category_name",
"productGroupName": "product product_group_name",
"productClassName": "product product_class_name",
"productClassificationName": "product product_classification_name",
"weight": "product weight",
"volume": "product volume",
"upc": "product upc",
"sku": "product sku",
"shelfWidth": "product shelf_width",
"shelfHeight": "product shelf_height",
"shelfDepth": "product shelf_depth",
"unitsPerPack": "product units_per_pack",
"unitsPerPallet": "product units_per_pallet",
"guaranteeDays": "product guarantee_days",
"descriptionUrl": "product description_url",
"versionNo": "product version_no",
"taxCategory": "product tax_category",
"description": "product description"
},
"charge": "orderLine charge",
"description": "orderLine description",
"lineDescription": "orderLine line_description",
"quantity": "orderLine quantity",
"price": "orderLine price",
"discountRate": "orderLine discount_rate",
"lineNetAmount": "orderLine line_net_amount",
"taxRate": {
"name": "tax rate name",
"description": "tax rate description",
"taxIndicator": "tax rate tax_indicator",
"rate": "tax rate rate"
},
"warehouse": "orderLine warehouse"
}