Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -71,18 +71,18 @@ Vendor Address
|
|
| 71 |
Vendor GST No.
|
| 72 |
Invoice Details:
|
| 73 |
|
| 74 |
-
Invoice No
|
| 75 |
-
Invoice Date
|
| 76 |
Invoice Currency/Currency
|
| 77 |
Base Amount/Amount
|
| 78 |
Tax Amount
|
| 79 |
Total Invoice Amount
|
| 80 |
Type of Invoice (e.g., "Tax Invoice", "Proforma Invoice", etc.)
|
| 81 |
-
|
| 82 |
|
| 83 |
-
|
| 84 |
-
|
| 85 |
-
|
| 86 |
Shipping and References:
|
| 87 |
|
| 88 |
MBL No./HBL No./Container No./Shipping Bill No./Shipper Invoice No./Manifest No./MAWB/HAWB/OBL No./Bill of Lading Number/REF/Ocean Bill of Lading/House Bill of Lading/BL No./Job No. → Considered as RefNo.
|
|
@@ -100,9 +100,9 @@ You should extract this data and structure it into a table-like format in the fo
|
|
| 100 |
"TaxAmount": "",
|
| 101 |
"TotalInvoiceAmt": "",
|
| 102 |
"TypeofInvoice": "",
|
| 103 |
-
"
|
| 104 |
-
"
|
| 105 |
-
"
|
| 106 |
"RefNo": "",
|
| 107 |
"ShippingOrder": ""
|
| 108 |
},
|
|
|
|
| 71 |
Vendor GST No.
|
| 72 |
Invoice Details:
|
| 73 |
|
| 74 |
+
Invoice No.
|
| 75 |
+
Invoice Date → Considered as InvoiceDate (formatted as dd-MMM-yyyy).
|
| 76 |
Invoice Currency/Currency
|
| 77 |
Base Amount/Amount
|
| 78 |
Tax Amount
|
| 79 |
Total Invoice Amount
|
| 80 |
Type of Invoice (e.g., "Tax Invoice", "Proforma Invoice", etc.)
|
| 81 |
+
Customer Information:
|
| 82 |
|
| 83 |
+
Customer Name
|
| 84 |
+
Customer Address
|
| 85 |
+
Customer GST No.
|
| 86 |
Shipping and References:
|
| 87 |
|
| 88 |
MBL No./HBL No./Container No./Shipping Bill No./Shipper Invoice No./Manifest No./MAWB/HAWB/OBL No./Bill of Lading Number/REF/Ocean Bill of Lading/House Bill of Lading/BL No./Job No. → Considered as RefNo.
|
|
|
|
| 100 |
"TaxAmount": "",
|
| 101 |
"TotalInvoiceAmt": "",
|
| 102 |
"TypeofInvoice": "",
|
| 103 |
+
"CustomerName": "",
|
| 104 |
+
"CustomerAddress": "",
|
| 105 |
+
"CustomerGSTNO": "",
|
| 106 |
"RefNo": "",
|
| 107 |
"ShippingOrder": ""
|
| 108 |
},
|