[
    {
        "type": "lookup",
        "name": "product",
        "label": "Products",
        "multiple": false,
        "required": true,
        "editable": true,
        "labelKey": "product_name",
        "primaryKey": "product_id",
        "objectType": true,
        "options": [
            {
                "product_name": "MM 1",
                "product_id": "MM 1",
                "sku_discount": "0",
                "sku_quantity": "10",
                "sku_unit_price": "1000"
            },
            {
                "product_name": "MM 2",
                "product_id": "MM 2",
                "sku_discount": "10",
                "sku_quantity": "20",
                "sku_unit_price": "500"
            },
            {
                "product_name": "MM 3",
                "product_id": "MM 3",
                "sku_discount": "15",
                "sku_quantity": "30",
                "sku_unit_price": "600"
            }
        ],
        "fields": [
            {
                "type": "number",
                "name": "sku_unit_price",
                "label": "Price",
                "required": true,
                "editable": true,
                "hidden": false
            },
            {
                "type": "number",
                "name": "sku_quantity",
                "label": "Quantity",
                "required": true,
                "editable": true,
                "hidden": false
            },
            {
                "type": "number",
                "name": "sku_discount",
                "label": "Discount",
                "required": true,
                "editable": true,
                "hidden": false
            },
            {
                "type": "calculated",
                "name": "total",
                "label": "Total",
                "required": true,
                "editable": true,
                "hidden": false,
                "fields": ["sku_unit_price", "sku_quantity", "sku_discount"],
                "expression": "sku_unit_price * sku_quantity * (100 - sku_discount)/100"
            }
        ]
    },
    {
        "type": "sub-form",
        "name": "customer",
        "label": "Customer",
        "fields": [
            {
                "type": "lookup",
                "name": "select_name",
                "label": "Select Customer",
                "required": true,
                "editable": true,
                "hidden": false,
                "multiple": false,
                "labelKey": "customer_name",
                "primaryKey": "customer_code",
                "objectType": true,
                "options": [
                    {
                        "customer_name": "Customer 1",
                        "customer_code": "C-AQ-112345",
                        "billing_address": "344, Jayanagar 1st Block, Bangalore - 85",
                        "shipping_address": "344, Jayanagar 1st Block, Bangalore - 85"
                    },
                    {
                        "customer_name": "Customer 2",
                        "customer_code": "C-AQ-112346",
                        "billing_address": "344, Jayanagar 1st Block, Bangalore - 85",
                        "shipping_address": "344, Jayanagar 1st Block, Bangalore - 85"
                    },
                    {
                        "customer_name": "Customer 3",
                        "customer_code": "C-AQ-112347",
                        "billing_address": "344, Jayanagar 1st Block, Bangalore - 85",
                        "shipping_address": "344, Jayanagar 1st Block, Bangalore - 85"
                    },
                    {
                        "customer_name": "Customer 4",
                        "customer_code": "C-AQ-112348",
                        "billing_address": "344, Jayanagar 1st Block, Bangalore - 85",
                        "shipping_address": "344, Jayanagar 1st Block, Bangalore - 85"
                    },
                    {
                        "customer_name": "Customer 5",
                        "customer_code": "C-AQ-112349",
                        "billing_address": "344, Jayanagar 1st Block, Bangalore - 85",
                        "shipping_address": "344, Jayanagar 1st Block, Bangalore - 85"
                    },
                    {
                        "customer_name": "Customer 6",
                        "customer_code": "C-AQ-112350",
                        "billing_address": "344, Jayanagar 1st Block, Bangalore - 85",
                        "shipping_address": "344, Jayanagar 1st Block, Bangalore - 85"
                    },
                    {
                        "customer_name": "Customer 7",
                        "customer_code": "C-AQ-112351",
                        "billing_address": "344, Jayanagar 1st Block, Bangalore - 85",
                        "shipping_address": "344, Jayanagar 1st Block, Bangalore - 85"
                    },
                    {
                        "customer_name": "Customer 8",
                        "customer_code": "C-AQ-112352",
                        "billing_address": "344, Jayanagar 1st Block, Bangalore - 85",
                        "shipping_address": "344, Jayanagar 1st Block, Bangalore - 85"
                    },
                    {
                        "customer_name": "Customer 9",
                        "customer_code": "C-AQ-112353",
                        "billing_address": "344, Jayanagar 1st Block, Bangalore - 85",
                        "shipping_address": "344, Jayanagar 1st Block, Bangalore - 85"
                    },
                    {
                        "customer_name": "Customer 10",
                        "customer_code": "C-AQ-112354",
                        "billing_address": "344, Jayanagar 1st Block, Bangalore - 85",
                        "shipping_address": "344, Jayanagar 1st Block, Bangalore - 85"
                    },
                    {
                        "customer_name": "Customer 11",
                        "customer_code": "C-AQ-112355",
                        "billing_address": "344, Jayanagar 1st Block, Bangalore - 85",
                        "shipping_address": "344, Jayanagar 1st Block, Bangalore - 85"
                    },
                    {
                        "customer_name": "Customer 12",
                        "customer_code": "C-AQ-112356",
                        "billing_address": "344, Jayanagar 1st Block, Bangalore - 85",
                        "shipping_address": "344, Jayanagar 1st Block, Bangalore - 85"
                    },
                    {
                        "customer_name": "Customer 13",
                        "customer_code": "C-AQ-112357",
                        "billing_address": "344, Jayanagar 1st Block, Bangalore - 85",
                        "shipping_address": "344, Jayanagar 1st Block, Bangalore - 85"
                    },
                    {
                        "customer_name": "Customer 14",
                        "customer_code": "C-AQ-112358",
                        "billing_address": "344, Jayanagar 1st Block, Bangalore - 85",
                        "shipping_address": "344, Jayanagar 1st Block, Bangalore - 85"
                    },
                    {
                        "customer_name": "Customer 15",
                        "customer_code": "C-AQ-112359",
                        "billing_address": "344, Jayanagar 1st Block, Bangalore - 85",
                        "shipping_address": "344, Jayanagar 1st Block, Bangalore - 85"
                    },
                    {
                        "customer_name": "Customer 16",
                        "customer_code": "C-AQ-112360",
                        "billing_address": "344, Jayanagar 1st Block, Bangalore - 85",
                        "shipping_address": "344, Jayanagar 1st Block, Bangalore - 85"
                    },
                    {
                        "customer_name": "Customer 17",
                        "customer_code": "C-AQ-112361",
                        "billing_address": "344, Jayanagar 1st Block, Bangalore - 85",
                        "shipping_address": "344, Jayanagar 1st Block, Bangalore - 85"
                    },
                    {
                        "customer_name": "Customer 18",
                        "customer_code": "C-AQ-112362",
                        "billing_address": "344, Jayanagar 1st Block, Bangalore - 85",
                        "shipping_address": "344, Jayanagar 1st Block, Bangalore - 85"
                    },
                    {
                        "customer_name": "Customer 19",
                        "customer_code": "C-AQ-112363",
                        "billing_address": "344, Jayanagar 1st Block, Bangalore - 85",
                        "shipping_address": "344, Jayanagar 1st Block, Bangalore - 85"
                    },
                    {
                        "customer_name": "Customer 20",
                        "customer_code": "C-AQ-112364",
                        "billing_address": "344, Jayanagar 1st Block, Bangalore - 85",
                        "shipping_address": "344, Jayanagar 1st Block, Bangalore - 85"
                    },
                    {
                        "customer_name": "Customer 21",
                        "customer_code": "C-AQ-112365",
                        "billing_address": "344, Jayanagar 1st Block, Bangalore - 85",
                        "shipping_address": "344, Jayanagar 1st Block, Bangalore - 85"
                    },
                    {
                        "customer_name": "Customer 22",
                        "customer_code": "C-AQ-112366",
                        "billing_address": "344, Jayanagar 1st Block, Bangalore - 85",
                        "shipping_address": "344, Jayanagar 1st Block, Bangalore - 85"
                    },
                    {
                        "customer_name": "Customer 23",
                        "customer_code": "C-AQ-112367",
                        "billing_address": "344, Jayanagar 1st Block, Bangalore - 85",
                        "shipping_address": "344, Jayanagar 1st Block, Bangalore - 85"
                    },
                    {
                        "customer_name": "Customer 24",
                        "customer_code": "C-AQ-112368",
                        "billing_address": "344, Jayanagar 1st Block, Bangalore - 85",
                        "shipping_address": "344, Jayanagar 1st Block, Bangalore - 85"
                    },
                    {
                        "customer_name": "Customer 25",
                        "customer_code": "C-AQ-112369",
                        "billing_address": "344, Jayanagar 1st Block, Bangalore - 85",
                        "shipping_address": "344, Jayanagar 1st Block, Bangalore - 85"
                    },
                    {
                        "customer_name": "Customer 26",
                        "customer_code": "C-AQ-112370",
                        "billing_address": "344, Jayanagar 1st Block, Bangalore - 85",
                        "shipping_address": "344, Jayanagar 1st Block, Bangalore - 85"
                    },
                    {
                        "customer_name": "Customer 27",
                        "customer_code": "C-AQ-112371",
                        "billing_address": "344, Jayanagar 1st Block, Bangalore - 85",
                        "shipping_address": "344, Jayanagar 1st Block, Bangalore - 85"
                    },
                    {
                        "customer_name": "Customer 28",
                        "customer_code": "C-AQ-112372",
                        "billing_address": "344, Jayanagar 1st Block, Bangalore - 85",
                        "shipping_address": "344, Jayanagar 1st Block, Bangalore - 85"
                    },
                    {
                        "customer_name": "Customer 29",
                        "customer_code": "C-AQ-112373",
                        "billing_address": "344, Jayanagar 1st Block, Bangalore - 85",
                        "shipping_address": "344, Jayanagar 1st Block, Bangalore - 85"
                    },
                    {
                        "customer_name": "Customer 30",
                        "customer_code": "C-AQ-112374",
                        "billing_address": "344, Jayanagar 1st Block, Bangalore - 85",
                        "shipping_address": "344, Jayanagar 1st Block, Bangalore - 85"
                    },
                    {
                        "customer_name": "Customer 31",
                        "customer_code": "C-AQ-112375",
                        "billing_address": "344, Jayanagar 1st Block, Bangalore - 85",
                        "shipping_address": "344, Jayanagar 1st Block, Bangalore - 85"
                    },
                    {
                        "customer_name": "Customer 32",
                        "customer_code": "C-AQ-112376",
                        "billing_address": "344, Jayanagar 1st Block, Bangalore - 85",
                        "shipping_address": "344, Jayanagar 1st Block, Bangalore - 85"
                    },
                    {
                        "customer_name": "Customer 33",
                        "customer_code": "C-AQ-112377",
                        "billing_address": "344, Jayanagar 1st Block, Bangalore - 85",
                        "shipping_address": "344, Jayanagar 1st Block, Bangalore - 85"
                    },
                    {
                        "customer_name": "Customer 34",
                        "customer_code": "C-AQ-112378",
                        "billing_address": "344, Jayanagar 1st Block, Bangalore - 85",
                        "shipping_address": "344, Jayanagar 1st Block, Bangalore - 85"
                    },
                    {
                        "customer_name": "Customer 35",
                        "customer_code": "C-AQ-112379",
                        "billing_address": "344, Jayanagar 1st Block, Bangalore - 85",
                        "shipping_address": "344, Jayanagar 1st Block, Bangalore - 85"
                    },
                    {
                        "customer_name": "Customer 36",
                        "customer_code": "C-AQ-112380",
                        "billing_address": "344, Jayanagar 1st Block, Bangalore - 85",
                        "shipping_address": "344, Jayanagar 1st Block, Bangalore - 85"
                    },
                    {
                        "customer_name": "Customer 37",
                        "customer_code": "C-AQ-112381",
                        "billing_address": "344, Jayanagar 1st Block, Bangalore - 85",
                        "shipping_address": "344, Jayanagar 1st Block, Bangalore - 85"
                    },
                    {
                        "customer_name": "Customer 38",
                        "customer_code": "C-AQ-112382",
                        "billing_address": "344, Jayanagar 1st Block, Bangalore - 85",
                        "shipping_address": "344, Jayanagar 1st Block, Bangalore - 85"
                    },
                    {
                        "customer_name": "Customer 39",
                        "customer_code": "C-AQ-112383",
                        "billing_address": "344, Jayanagar 1st Block, Bangalore - 85",
                        "shipping_address": "344, Jayanagar 1st Block, Bangalore - 85"
                    },
                    {
                        "customer_name": "Customer 40",
                        "customer_code": "C-AQ-112384",
                        "billing_address": "344, Jayanagar 1st Block, Bangalore - 85",
                        "shipping_address": "344, Jayanagar 1st Block, Bangalore - 85"
                    }
                ],
                "fields": [
                    {
                        "type": "text",
                        "name": "customer_name",
                        "label": "Customer Name",
                        "required": true,
                        "editable": false,
                        "hidden": false
                    },
                    {
                        "type": "text",
                        "name": "customer_code",
                        "label": "Customer Code",
                        "required": true,
                        "editable": false,
                        "hidden": false
                    },
                    {
                        "type": "text",
                        "name": "billing_address",
                        "label": "Billing Address",
                        "required": true,
                        "editable": false,
                        "hidden": false
                    }
                ]
            }
        ]
    }
]
