Untitled
{ "company": { "logo": "logo.png", "name": "X.com" }, "invoice": { "invoiceNo:modified_name": "48348", "invoiceDate:modified_name": "2021-05-20", }, "billingInfo": { "billTo:modified_name": "Mongodb ObjectID", "shipTo:modified_name": "Mongodb ObjectID", }, "paymentInfo": { "paymentTerms:modified_name": "some_value", "poNumber:modified_name": "some_value", "dueDate:modified_name": "2021-05-20", "currency:modified_name": "some_value", }, "lineItems": { "headers": ["Item", "Quantity", "Rate", "Amount"], "rows": [ ["Item 1", "1", "10.00", "10.00"], ["Item 2", "2", "20.00", "40.00"], ["Item 3", "3", "30.00", "90.00"] ] }, "notes": { "note:modified_name": "some_value", "terms:modified_name": "some_value", }, "calc": { "subTotal:modified_name": "100", "discount:modified_name": "4", "tax:modified_name": "5", "vat:modified_name": "2", "grandTotal:modified_name": "2324", "paid:modified_name": "34", "due:modified_name": "456" } }
Leave a Comment