| Description | Rate | Quantity | Amount | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| {{ type }} | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| {{ row.document_name }} ({{ formatPlan(row.plan) }}) | {{ formatCurrency(row.rate) }} | {{ row.quantity }} {{ [ 'Site', 'Release Group', 'Server', 'Database Server', ].includes(row.document_type) && !row.plan.includes('hour') ? $format.plural(row.quantity, 'day', 'days') : 'hours' }} | {{ formatCurrency(row.amount) }} | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Total Without Discount | {{ formatCurrency(pg.total_before_discount) }} | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Total Discount Amount | {{ $team.pg.erpnext_partner ? formatCurrency(pg.total_discount_amount) : formatCurrency(0) }} | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Total (Without Tax) | {{ formatCurrency(pg.total) }} | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| IGST @ {{ Number(gstPercentage * 100) }}% | {{ pg.gst }} | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Grand Total | {{ formatCurrency(pg.total + pg.gst) }} | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Applied Balance | - {{ formatCurrency(pg.applied_credits) }} | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Amount Due | {{ formatCurrency(pg.amount_due) }} | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||