{
    "title": {
        "label": "Title",
        "content_type": "free_form_text"
    },
    "subsidiary": {
        "label": "Subsidiary",
        "scriptid": "subsidiary",
        "content_type": "record",
        "references": "Subsidiary",
        "referenceField": "title"
    },
    "location": {
        "label": "Location",
        "scriptid": "location",
        "content_type": "record",
        "references": "Location",
        "referenceField": "title"
    },
    "billofmaterials": {
        "label": "Bill Of Materials",
        "scriptid": "billofmaterials",
        "content_type": "record",
        "references": "BillOfMaterial",
        "referenceField": "title"
    },
    "billofmaterialsrevision": {
        "label": "Bill Of Materials Revision",
        "scriptid": "billofmaterialsrevision",
        "content_type": "record",
        "references": "BillOfMaterialsRevision",
        "referenceField": "title"
    },
    "workorder": {
        "label": "Created From WO",
        "scriptid": "workorder",
        "content_type": "record",
        "references": "WorkOrder",
        "referenceField": "title"
    },
    "void": {
        "label": "Void",
        "content_type": "check_box",
        "defaultvalue": false
    },
    "memo": {
        "label": "Memo",
        "content_type": "long_text"
    },
    "trandate": {
        "label": "Transaction Date",
        "content_type": "date"
    },
    "prevdate": {
        "label": "Previos Date",
        "content_type": "date"
    },
    "startoperation": {
        "label": "Starting Operation",
        "scriptid": "startoperation",
        "content_type": "record",
        "references": "ManufacturingOperationTask",
        "filterid": "workorder",
        "referenceField": "title"
    },
    "endoperation": {
        "label": "Ending Operation",
        "scriptid": "endoperation",
        "content_type": "record",
        "references": "ManufacturingOperationTask",
        "filterid": "workorder",
        "referenceField": "title"
    },
    "total": {
        "label": "Total",
        "content_type": "integer_number"
    },
    "quantity": {
        "label": "Quantity",
        "content_type": "integer_number"
    }
}
