| # | {{ t('pCode') }} | {{ t('pDesc') }} | {{ t('qty') }} | {{ t('unitPrice') }} | {{ t('optPrice') }} | {{ t('amount') }} | ||
|---|---|---|---|---|---|---|---|---|
| {{ idx+1 }} | {{ it.Code||it.code }} | {{ it.NameC||it.Name||it.Description }} | {{ money(it.price) }} | {{ money(it.amt) }} |
| {{ t('payStage') }} | {{ t('payPct') }} | {{ t('payDue') }} | {{ t('payDone') }} |
|---|---|---|---|