feature: po pay downpayment

This commit is contained in:
2026-07-20 13:14:28 +07:00
parent dd5f0b6ab4
commit d92fb57751
64 changed files with 6166 additions and 1739 deletions

View File

@@ -91,6 +91,9 @@ module.exports = {
case "2":
baseURL += `/one-media/order-inventaris/${year}/`
return baseURL + docs.img_url
case "3":
baseURL += `/one-media/order-asset/${year}/`
return baseURL + docs.img_url
default:
return null
}

View File

@@ -168,22 +168,6 @@
<strong>Rp. {{ toRupiah(form_faktur.form_disc_amount) }}</strong>
</td>
</tr>
<!-- <tr>
<td :colspan="6" class="text-xs-right">
<strong class="ml-2">PAJAK (PPN)</strong>
</td>
<td :colspan="1" class="text-xs-right">
<strong>Rp. {{ toRupiah(form_faktur.form_tax_amount_ppn) }}</strong>
</td>
</tr> -->
<!-- <tr>
<td :colspan="6" class="text-xs-right">
<strong class="ml-2">PAJAK PENGHASILAN (PPH)</strong>
</td>
<td :colspan="1" class="text-xs-right">
<strong>Rp. {{ toRupiah(form_faktur.form_tax_amount_pph) }}</strong>
</td>
</tr> -->
<tr>
<td :colspan="6">
<strong class="ml-2">PAJAK</strong>
@@ -192,6 +176,14 @@
<strong>Rp. {{ toRupiah(form_faktur.form_tax_amount_ppn + form_faktur.form_tax_amount_pph) }}</strong>
</td>
</tr>
<tr v-show="form_faktur.type_purchase == 'aset'">
<td :colspan="6">
<strong class="ml-2">UANG MUKA</strong>
</td>
<td :colspan="1" class="text-xs-right">
<strong>Rp. {{ toRupiah(form_faktur.dp_amount) }}</strong>
</td>
</tr>
<tr>
<td :colspan="6">
<strong class="ml-2">GRAND TOTAL</strong>