kmuthudurai commited on
Commit
ed396c0
·
verified ·
1 Parent(s): 45a2314

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +9 -9
app.py CHANGED
@@ -71,18 +71,18 @@ Vendor Address
71
  Vendor GST No.
72
  Invoice Details:
73
 
74
- Invoice No./Bill No./Consecutive Serial No./Serial No. of Invoice/INVOICE → Considered as InvoiceNo.
75
- Invoice Date/Date/Date of Supply/Bill Date/Issuing Date/Dated → 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
- Billing Party Information:
82
 
83
- Invoice Party/Bill To Name/Sold-to-Party/Taxpayer Name/M/s./CB No./Buyer (Bill to)/Billing Party/Customer Name & Address/Name → Considered as BillToName.
84
- Invoice Party to / Bill To Address
85
- Invoice Party to / Bill To 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,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
- "BillToName": "",
104
- "BillToAddress": "",
105
- "BillToGSTNO": "",
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
  },