Skip to content

Commit

Permalink
Refisi finance sebelum di isi backend
Browse files Browse the repository at this point in the history
  • Loading branch information
RifalAl committed Apr 22, 2019
1 parent 5c8622a commit 7f2945e
Show file tree
Hide file tree
Showing 28 changed files with 3,088 additions and 1,620 deletions.
668 changes: 328 additions & 340 deletions CS/components/base/list_spk.html

Large diffs are not rendered by default.

916 changes: 458 additions & 458 deletions CS/components/base/pesanan_lunas_detail.html

Large diffs are not rendered by default.

33 changes: 33 additions & 0 deletions Finance/components/base/belum_lunas.html
Original file line number Diff line number Diff line change
Expand Up @@ -415,6 +415,9 @@ <h3 class="m-portlet__head-text">
<th>No Pesanan</th>
<th>Nama Pesanan</th>
<th>Harga</th>
<th>Tanggal DP</th>
<th>Tanggal Pembayaran ke-2</th>
<th>Nominal Pembayaran ke-2</th>
<th>Down Payment</th>
<th>Sisa Pembayaran</th>
</tr>
Expand All @@ -426,6 +429,9 @@ <h3 class="m-portlet__head-text">
<td>1234513</td>
<td>Kartu Nama</td>
<td>Rp. 75.000</td>
<td>20/11/2018</td>
<td>25/11/2018</td>
<td>Rp. 10.000</td>
<td>Rp. 40.000</td>
<td>Rp. 35.000</td>
</tr>
Expand All @@ -435,6 +441,9 @@ <h3 class="m-portlet__head-text">
<td>1234513</td>
<td>Kartu Nama</td>
<td>Rp. 75.000</td>
<td>20/11/2018</td>
<td>25/11/2018</td>
<td>Rp. 10.000</td>
<td>Rp. 40.000</td>
<td>Rp. 35.000</td>
</tr>
Expand All @@ -444,6 +453,9 @@ <h3 class="m-portlet__head-text">
<td>1234513</td>
<td>Kartu Nama</td>
<td>Rp. 75.000</td>
<td>20/11/2018</td>
<td>25/11/2018</td>
<td>Rp. 10.000</td>
<td>Rp. 40.000</td>
<td>Rp. 35.000</td>
</tr>
Expand All @@ -453,6 +465,9 @@ <h3 class="m-portlet__head-text">
<td>1234513</td>
<td>Kartu Nama</td>
<td>Rp. 75.000</td>
<td>20/11/2018</td>
<td>25/11/2018</td>
<td>Rp. 10.000</td>
<td>Rp. 40.000</td>
<td>Rp. 35.000</td>
</tr>
Expand All @@ -462,6 +477,9 @@ <h3 class="m-portlet__head-text">
<td>1234513</td>
<td>Kartu Nama</td>
<td>Rp. 75.000</td>
<td>20/11/2018</td>
<td>25/11/2018</td>
<td>Rp. 10.000</td>
<td>Rp. 40.000</td>
<td>Rp. 35.000</td>
</tr>
Expand Down Expand Up @@ -574,6 +592,21 @@ <h3 class="m-portlet__head-text">
field: 'Harga',
textAlign: 'center',

},
{
field: 'Tanggal DP',
textAlign: 'center',

},
{
field: 'Tanggal Pembayaran ke-2',
textAlign: 'center',

},
{
field: 'Nominal Pembayaran ke-2',
textAlign: 'center',

},
{
field: 'Down Payment',
Expand Down
Loading

0 comments on commit 7f2945e

Please sign in to comment.