GST quotation

Pack 05 · India GST · A4

A considered commercial quotation for Indian suppliers and service businesses. It gives scope and delivery the same visual weight as price, while keeping estimated GST explicit before the order is placed.

  1. GST-aware commercial schedule
  2. Validity and delivery timeline
  3. Guarded GST totals
  4. Client acceptance block
Use this template →Seeds into your account on signup. No setup.Have your own PDF? Import it →

Example data

The data payload this template expects. Generate gst quotation PDFs by POSTing a shape like this to /v1/generate.

sample_data.json
{
  "quote_number": "KL/Q/2026/087",
  "issue_date": "2026-07-10",
  "valid_until": "2026-08-09",
  "currency": "INR",
  "seller": {
    "name": "Kite & Loom Private Limited",
    "address": "Lower Parel, Mumbai",
    "gstin": "27AAECK4821F1ZQ"
  },
  "customer": {
    "name": "Anika Menon",
    "company": "Riverstone Hospitality LLP",
    "address": "Residency Road, Bengaluru",
    "gstin": "29AATFR7316M1Z8"
  },
  "project_title": "Guest-suite textile package",
  "project_summary": "Made-to-measure drapery, sheers, track systems and installation for 18 suites.",
  "items": [
    {
      "line": "01",
      "name": "Linen drapery package",
      "scope": "Measurement, make-up and finishing",
      "hsn_sac": "63039990",
      "quantity": 18,
      "rate": 28500,
      "gst_rate": 18,
      "amount": 513000
    },
    {
      "line": "02",
      "name": "Linen sheer package",
      "scope": "Weighted hem and concealed heading",
      "hsn_sac": "63039200",
      "quantity": 18,
      "rate": 14200,
      "gst_rate": 18,
      "amount": 255600
    },
    {
      "line": "03",
      "name": "Ceiling track sets",
      "scope": "Powder-coated aluminium, cut to schedule",
      "hsn_sac": "76109090",
      "quantity": 18,
      "rate": 6400,
      "gst_rate": 18,
      "amount": 115200
    },
    {
      "line": "04",
      "name": "Installation",
      "scope": "Two-person team, three days",
      "hsn_sac": "998739",
      "quantity": 1,
      "rate": 48000,
      "gst_rate": 18,
      "amount": 48000
    }
  ],
  "subtotal": 931800,
  "gst_total": 167724,
  "total": 1099524,
  "terms": "40% advance, 40% before dispatch and 20% after installation.",
  "delivery_timeline": "5-6 weeks from approved measurements",
  "prepared_by": "Meera Sethi · Commercial lead"
}
generate.sh
curl -X POST https://doclinth.com/v1/generate \
  -H "Authorization: Bearer dl_live_YOUR_KEY" \
  -H "Content-Type: application/json" \
  -d '{"template_id":"YOUR_TEMPLATE_ID","data":{"quote_number":"KL/Q/2026/087","issue_date":"2026-07-10","valid_until":"2026-08-09","currency":"INR","seller":{"name":"Kite & Loom Private Limited","address":"Lower Parel, Mumbai","gstin":"27AAECK4821F1ZQ"},"customer":{"name":"Anika Menon","company":"Riverstone Hospitality LLP","address":"Residency Road, Bengaluru","gstin":"29AATFR7316M1Z8"},"project_title":"Guest-suite textile package","project_summary":"Made-to-measure drapery, sheers, track systems and installation for 18 suites.","items":[{"line":"01","name":"Linen drapery package","scope":"Measurement, make-up and finishing","hsn_sac":"63039990","quantity":18,"rate":28500,"gst_rate":18,"amount":513000},{"line":"02","name":"Linen sheer package","scope":"Weighted hem and concealed heading","hsn_sac":"63039200","quantity":18,"rate":14200,"gst_rate":18,"amount":255600},{"line":"03","name":"Ceiling track sets","scope":"Powder-coated aluminium, cut to schedule","hsn_sac":"76109090","quantity":18,"rate":6400,"gst_rate":18,"amount":115200},{"line":"04","name":"Installation","scope":"Two-person team, three days","hsn_sac":"998739","quantity":1,"rate":48000,"gst_rate":18,"amount":48000}],"subtotal":931800,"gst_total":167724,"total":1099524,"terms":"40% advance, 40% before dispatch and 20% after installation.","delivery_timeline":"5-6 weeks from approved measurements","prepared_by":"Meera Sethi · Commercial lead"}}'

Sign up to seed this template and get its template_id.

Related templates