DivyaShah2025 commited on
Commit
3ba14ab
·
verified ·
1 Parent(s): b7d51fc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -228,7 +228,7 @@ def generate_proforma_invoice_from_prompt(prompt_text):
228
  terms_y = bank_y - 90
229
  c.drawString(50, terms_y, "Other terms and conditions:")
230
  c.drawString(50, terms_y - 15, "GST: Extra at actuals")
231
- c.drawString(50, terms_y - 30, "Payment terms: 100% advance against order")
232
  c.drawString(50, terms_y - 45, "Lead Time: 1 to 2 days from the date of confirmed order and receipt of payment")
233
  c.drawString(50, terms_y - 60, "Validity: The validity of this price is 10 days from today")
234
  c.drawString(50, terms_y - 75, "Freight: Extra on To-Pay basis")
 
228
  terms_y = bank_y - 90
229
  c.drawString(50, terms_y, "Other terms and conditions:")
230
  c.drawString(50, terms_y - 15, "GST: Extra at actuals")
231
+ c.drawString(50, terms_y - 30, "Payment terms: 50% advance and 50% before dispatch")
232
  c.drawString(50, terms_y - 45, "Lead Time: 1 to 2 days from the date of confirmed order and receipt of payment")
233
  c.drawString(50, terms_y - 60, "Validity: The validity of this price is 10 days from today")
234
  c.drawString(50, terms_y - 75, "Freight: Extra on To-Pay basis")