{birthDate}
-{birthDate}
-{description}
+col1 | +col2 | +
---|---|
{document.data1} | +{document.data2} | +
col1 | +col2 | +
---|---|
{document.data1} | +{document.data2} | +
col1 | +col2 | +
---|---|
{document.data1} | +{document.data2} | +
INVOICE #
+DATE
+{id}
+{date && format(new Date(date), "d MMM yyyy")}
+CUSTOMER ID
+TERMS
+{customerId}
+
+
+ {billFrom?.city}
+ {billFrom?.postalCode && `, `}
+
+
BILL TO
+
+
+
+
+ {billTo.company.city}
+ {billTo.company.postalCode && `, `}
+
+
+
DESCRIPTION | +QTY | +UNIT PRICE | +AMOUNT | +
---|---|---|---|
{item.description} | ++ {item.quantity} + | ++ {item.unitPrice} + | ++ {" "} + {item.amount} + | +
SUBTOTAL
+TAX (${tax}%)
+BALANCE DUE
+{subtotal}
+{taxTotal && taxTotal}
+{total}
+