fixing laporan
This commit is contained in:
@@ -65,9 +65,11 @@
|
||||
<div class="col-6">3. ANSURAN PEMBIAYAAN</div>
|
||||
<div class="col-6">{{ 'RM '. number_format($laporan['total_ansuran'],2) }}</div>
|
||||
<div class="col-6">4. BAYARAN ONLINE</div>
|
||||
<div class="col-6"></div>
|
||||
<div class="col-6"> RM 0.00 </div>
|
||||
<div class="col-6">5. KEUNTUNGAN</div>
|
||||
<div class="col-6">{{ 'RM '. number_format($laporan['total_keuntungan'],2) }}</div>
|
||||
<div class="col-6">6. KEUNTUNGAN ONLINE</div>
|
||||
<div class="col-6"> RM 0.00 </div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-6 box">
|
||||
@@ -82,7 +84,7 @@
|
||||
<div class="col-6">3. ANSURAN PEMBIAYAAN</div>
|
||||
<div class="col-6">{{ $laporan['bilangan_ansuran'] }}</div>
|
||||
<div class="col-6">4. BAYARAN ONLINE</div>
|
||||
<div class="col-6"></div>
|
||||
<div class="col-6"> 0 </div>
|
||||
<div class="col-6">5. PELANGGAN BARU</div>
|
||||
<div class="col-6">{{ $laporan['bilangan_customer_baru'] }}</div>
|
||||
</div>
|
||||
@@ -141,23 +143,23 @@
|
||||
<tr>
|
||||
<td>1</td>
|
||||
<td>IMBANG DUGA</td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td>{{ 'RM '. number_format($laporan['outstandingimbangduga'],2) }}</td>
|
||||
<td> Not Applicable </td>
|
||||
<td> Not Applicable </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>2</td>
|
||||
<td>STOK AUDIT</td>
|
||||
<td>{{ 'RM '. number_format($laporan['stokaudit'],2) }}</td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td>{{ 'RM '. number_format($laporan['stokauditpembiayaan'],2) }}</td>
|
||||
<td>{{ 'RM '. number_format($laporan['stokauditnilaimarhun'],2) }}</td>
|
||||
<td>{{ number_format($laporan['stokauditcount']) }}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>3</td>
|
||||
<td>KAWALAN STOK</td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td>{{ 'RM '. number_format($totalpinjkawalanstok,2) }}</td>
|
||||
<td> Not Applicable </td>
|
||||
<td>{{ number_format($totalbilkawalanstok) }}</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
@@ -46,7 +46,7 @@ hr.new5 {
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
border-collapse:collapse;
|
||||
width:20%;
|
||||
font-size:10px;
|
||||
font-size:12px;
|
||||
border: 1px solid black;
|
||||
|
||||
}
|
||||
@@ -54,7 +54,7 @@ hr.new5 {
|
||||
#cust td, #cust th {
|
||||
border: 0px solid;
|
||||
padding: 3px;
|
||||
font-size:9px;
|
||||
font-size:10px;
|
||||
text-align:right;
|
||||
|
||||
}
|
||||
@@ -109,7 +109,7 @@ hr.new5 {
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
border-collapse:collapse;
|
||||
width:100%;
|
||||
font-size:10px;
|
||||
font-size:15px;
|
||||
}
|
||||
|
||||
#inside td, #inside th {
|
||||
@@ -137,7 +137,7 @@ hr.new5 {
|
||||
border-collapse:collapse;
|
||||
width:100%;
|
||||
margin-top:40px;
|
||||
font-size:10px;
|
||||
font-size:12px;
|
||||
}
|
||||
|
||||
#semakan td, #semakan th {
|
||||
@@ -195,14 +195,14 @@ hr.new5 {
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
border-collapse:collapse;
|
||||
width: 100%;
|
||||
font-size:10px;
|
||||
font-size:12px;
|
||||
|
||||
}
|
||||
|
||||
#perjanjian td, #perjanjian th {
|
||||
border: 1px solid #ddd;
|
||||
padding: 2px;
|
||||
font-size:9px;
|
||||
font-size:10px;
|
||||
}
|
||||
|
||||
#perjanjian tr:nth-child(even){background-color:#ffffff}
|
||||
@@ -221,14 +221,14 @@ hr.new5 {
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
border-collapse:collapse;
|
||||
width: 100%;
|
||||
font-size:10px;
|
||||
font-size:12px;
|
||||
|
||||
}
|
||||
|
||||
#keuntungan td, #keuntungan th {
|
||||
border: 1px solid #ddd;
|
||||
padding: 2px;
|
||||
font-size:9px;
|
||||
font-size:10px;
|
||||
}
|
||||
|
||||
#keuntungan tr:nth-child(even){background-color: #ffffff;}
|
||||
@@ -248,7 +248,7 @@ hr.new5 {
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
border-collapse:collapse;
|
||||
width: 45%;
|
||||
font-size:10px;
|
||||
font-size:13px;
|
||||
border: 1px solid black;
|
||||
|
||||
}
|
||||
@@ -256,7 +256,7 @@ hr.new5 {
|
||||
#payment td, #payment th {
|
||||
border: 0px solid;
|
||||
padding: 3px;
|
||||
font-size:9px;
|
||||
font-size:10px;
|
||||
text-align: left;
|
||||
|
||||
}
|
||||
@@ -281,7 +281,7 @@ hr.new5 {
|
||||
|
||||
#akuan td, #akuan th {
|
||||
padding: 7px;
|
||||
font-size:9px;
|
||||
font-size:10px;
|
||||
padding:4px;
|
||||
}
|
||||
|
||||
@@ -303,14 +303,14 @@ hr.new5 {
|
||||
|
||||
.formula{
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
font-size:12px;
|
||||
font-size:14px;
|
||||
}
|
||||
|
||||
#copy_cust {
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
border-collapse:collapse;
|
||||
width:10%;
|
||||
font-size:10px;
|
||||
font-size:12px;
|
||||
|
||||
}
|
||||
|
||||
@@ -334,7 +334,7 @@ hr.new5 {
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
border-collapse:collapse;
|
||||
width: 50%;
|
||||
font-size:10px;
|
||||
font-size:12px;
|
||||
|
||||
|
||||
}
|
||||
|
||||
@@ -46,7 +46,7 @@ hr.new5 {
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
border-collapse:collapse;
|
||||
width:20%;
|
||||
font-size:10px;
|
||||
font-size:12px;
|
||||
border: 1px solid black;
|
||||
|
||||
}
|
||||
@@ -54,7 +54,7 @@ hr.new5 {
|
||||
#cust td, #cust th {
|
||||
border: 0px solid;
|
||||
padding: 3px;
|
||||
font-size:9px;
|
||||
font-size:10px;
|
||||
text-align:right;
|
||||
|
||||
}
|
||||
@@ -102,14 +102,14 @@ hr.new5 {
|
||||
padding:10px;
|
||||
width : 250px;
|
||||
transform: rotate(-90deg);
|
||||
font-size:11px;
|
||||
font-size:12px;
|
||||
}
|
||||
|
||||
#inside {
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
border-collapse:collapse;
|
||||
width:100%;
|
||||
font-size:10px;
|
||||
font-size:15px;
|
||||
}
|
||||
|
||||
#inside td, #inside th {
|
||||
@@ -137,7 +137,7 @@ hr.new5 {
|
||||
border-collapse:collapse;
|
||||
width:100%;
|
||||
margin-top:40px;
|
||||
font-size:10px;
|
||||
font-size:12px;
|
||||
}
|
||||
|
||||
#semakan td, #semakan th {
|
||||
@@ -171,7 +171,7 @@ hr.new5 {
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
border-collapse:collapse;
|
||||
width:100%;
|
||||
font-size:11px;
|
||||
font-size:12px;
|
||||
}
|
||||
|
||||
#salinan td, #salinan th {
|
||||
@@ -195,14 +195,14 @@ hr.new5 {
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
border-collapse:collapse;
|
||||
width: 100%;
|
||||
font-size:10px;
|
||||
font-size:12px;
|
||||
|
||||
}
|
||||
|
||||
#perjanjian td, #perjanjian th {
|
||||
border: 1px solid #ddd;
|
||||
padding: 2px;
|
||||
font-size:9px;
|
||||
font-size:10px;
|
||||
}
|
||||
|
||||
#perjanjian tr:nth-child(even){background-color:#ffffff}
|
||||
@@ -221,14 +221,14 @@ hr.new5 {
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
border-collapse:collapse;
|
||||
width: 100%;
|
||||
font-size:10px;
|
||||
font-size:12px;
|
||||
|
||||
}
|
||||
|
||||
#keuntungan td, #keuntungan th {
|
||||
border: 1px solid #ddd;
|
||||
padding: 2px;
|
||||
font-size:9px;
|
||||
font-size:10px;
|
||||
}
|
||||
|
||||
#keuntungan tr:nth-child(even){background-color: #ffffff;}
|
||||
@@ -248,7 +248,7 @@ hr.new5 {
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
border-collapse:collapse;
|
||||
width: 45%;
|
||||
font-size:10px;
|
||||
font-size:12px;
|
||||
border: 1px solid black;
|
||||
|
||||
}
|
||||
@@ -256,7 +256,7 @@ hr.new5 {
|
||||
#payment td, #payment th {
|
||||
border: 0px solid;
|
||||
padding: 3px;
|
||||
font-size:9px;
|
||||
font-size:10px;
|
||||
text-align: left;
|
||||
|
||||
}
|
||||
@@ -281,7 +281,7 @@ hr.new5 {
|
||||
|
||||
#akuan td, #akuan th {
|
||||
padding: 7px;
|
||||
font-size:9px;
|
||||
font-size:10px;
|
||||
padding:4px;
|
||||
}
|
||||
|
||||
@@ -310,7 +310,7 @@ hr.new5 {
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
border-collapse:collapse;
|
||||
width:10%;
|
||||
font-size:10px;
|
||||
font-size:12px;
|
||||
|
||||
}
|
||||
|
||||
@@ -334,7 +334,7 @@ hr.new5 {
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
border-collapse:collapse;
|
||||
width: 50%;
|
||||
font-size:10px;
|
||||
font-size:12px;
|
||||
|
||||
|
||||
}
|
||||
@@ -342,7 +342,7 @@ hr.new5 {
|
||||
#copy_cust td, #copy_cust th {
|
||||
border: 1px solid #ddd;
|
||||
padding: 2px;
|
||||
font-size:9px;
|
||||
font-size:10px;
|
||||
text-align:right;
|
||||
width: 10%;
|
||||
|
||||
|
||||
@@ -102,14 +102,14 @@ hr.new5 {
|
||||
padding:10px;
|
||||
width : 250px;
|
||||
transform: rotate(-90deg);
|
||||
font-size:11px;
|
||||
font-size:12px;
|
||||
}
|
||||
|
||||
#inside {
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
border-collapse:collapse;
|
||||
width:100%;
|
||||
font-size:10px;
|
||||
font-size:15px;
|
||||
}
|
||||
|
||||
#inside td, #inside th {
|
||||
@@ -137,7 +137,7 @@ hr.new5 {
|
||||
border-collapse:collapse;
|
||||
width:100%;
|
||||
margin-top:40px;
|
||||
font-size:10px;
|
||||
font-size:12px;
|
||||
}
|
||||
|
||||
#semakan td, #semakan th {
|
||||
@@ -171,7 +171,7 @@ hr.new5 {
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
border-collapse:collapse;
|
||||
width:100%;
|
||||
font-size:11px;
|
||||
font-size:12px;
|
||||
}
|
||||
|
||||
#salinan td, #salinan th {
|
||||
@@ -195,14 +195,14 @@ hr.new5 {
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
border-collapse:collapse;
|
||||
width: 100%;
|
||||
font-size:10px;
|
||||
font-size:12px;
|
||||
|
||||
}
|
||||
|
||||
#perjanjian td, #perjanjian th {
|
||||
border: 1px solid #ddd;
|
||||
padding: 2px;
|
||||
font-size:9px;
|
||||
font-size:10px;
|
||||
}
|
||||
|
||||
#perjanjian tr:nth-child(even){background-color:#ffffff}
|
||||
@@ -221,14 +221,14 @@ hr.new5 {
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
border-collapse:collapse;
|
||||
width: 100%;
|
||||
font-size:10px;
|
||||
font-size:12px;
|
||||
|
||||
}
|
||||
|
||||
#keuntungan td, #keuntungan th {
|
||||
border: 1px solid #ddd;
|
||||
padding: 2px;
|
||||
font-size:9px;
|
||||
font-size:10px;
|
||||
}
|
||||
|
||||
#keuntungan tr:nth-child(even){background-color: #ffffff;}
|
||||
@@ -248,7 +248,7 @@ hr.new5 {
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
border-collapse:collapse;
|
||||
width: 45%;
|
||||
font-size:10px;
|
||||
font-size:13px;
|
||||
border: 1px solid black;
|
||||
|
||||
}
|
||||
@@ -256,7 +256,7 @@ hr.new5 {
|
||||
#payment td, #payment th {
|
||||
border: 0px solid;
|
||||
padding: 3px;
|
||||
font-size:9px;
|
||||
font-size:10px;
|
||||
text-align: left;
|
||||
|
||||
}
|
||||
@@ -281,7 +281,7 @@ hr.new5 {
|
||||
|
||||
#akuan td, #akuan th {
|
||||
padding: 7px;
|
||||
font-size:9px;
|
||||
font-size:10px;
|
||||
padding:4px;
|
||||
}
|
||||
|
||||
@@ -310,7 +310,7 @@ hr.new5 {
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
border-collapse:collapse;
|
||||
width:10%;
|
||||
font-size:10px;
|
||||
font-size:12px;
|
||||
|
||||
}
|
||||
|
||||
@@ -334,7 +334,7 @@ hr.new5 {
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
border-collapse:collapse;
|
||||
width: 50%;
|
||||
font-size:10px;
|
||||
font-size:12px;
|
||||
|
||||
|
||||
}
|
||||
@@ -342,7 +342,7 @@ hr.new5 {
|
||||
#copy_cust td, #copy_cust th {
|
||||
border: 1px solid #ddd;
|
||||
padding: 2px;
|
||||
font-size:9px;
|
||||
font-size:10px;
|
||||
text-align:right;
|
||||
width: 10%;
|
||||
|
||||
|
||||
@@ -46,7 +46,7 @@ hr.new5 {
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
border-collapse:collapse;
|
||||
width:20%;
|
||||
font-size:10px;
|
||||
font-size:12px;
|
||||
border: 1px solid black;
|
||||
|
||||
}
|
||||
@@ -54,7 +54,7 @@ hr.new5 {
|
||||
#cust td, #cust th {
|
||||
border: 0px solid;
|
||||
padding: 3px;
|
||||
font-size:9px;
|
||||
font-size:10px;
|
||||
text-align:right;
|
||||
|
||||
}
|
||||
@@ -102,14 +102,14 @@ hr.new5 {
|
||||
padding:10px;
|
||||
width : 250px;
|
||||
transform: rotate(-90deg);
|
||||
font-size:11px;
|
||||
font-size:12px;
|
||||
}
|
||||
|
||||
#inside {
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
border-collapse:collapse;
|
||||
width:100%;
|
||||
font-size:10px;
|
||||
font-size:15px;
|
||||
}
|
||||
|
||||
#inside td, #inside th {
|
||||
@@ -137,7 +137,7 @@ hr.new5 {
|
||||
border-collapse:collapse;
|
||||
width:100%;
|
||||
margin-top:40px;
|
||||
font-size:10px;
|
||||
font-size:12px;
|
||||
}
|
||||
|
||||
#semakan td, #semakan th {
|
||||
@@ -171,7 +171,7 @@ hr.new5 {
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
border-collapse:collapse;
|
||||
width:100%;
|
||||
font-size:11px;
|
||||
font-size:12px;
|
||||
}
|
||||
|
||||
#salinan td, #salinan th {
|
||||
@@ -195,14 +195,14 @@ hr.new5 {
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
border-collapse:collapse;
|
||||
width: 100%;
|
||||
font-size:10px;
|
||||
font-size:12px;
|
||||
|
||||
}
|
||||
|
||||
#perjanjian td, #perjanjian th {
|
||||
border: 1px solid #ddd;
|
||||
padding: 2px;
|
||||
font-size:9px;
|
||||
font-size:10px;
|
||||
}
|
||||
|
||||
#perjanjian tr:nth-child(even){background-color:#ffffff}
|
||||
@@ -221,14 +221,14 @@ hr.new5 {
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
border-collapse:collapse;
|
||||
width: 100%;
|
||||
font-size:10px;
|
||||
font-size:12px;
|
||||
|
||||
}
|
||||
|
||||
#keuntungan td, #keuntungan th {
|
||||
border: 1px solid #ddd;
|
||||
padding: 2px;
|
||||
font-size:9px;
|
||||
font-size:10px;
|
||||
}
|
||||
|
||||
#keuntungan tr:nth-child(even){background-color: #ffffff;}
|
||||
@@ -248,7 +248,7 @@ hr.new5 {
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
border-collapse:collapse;
|
||||
width: 45%;
|
||||
font-size:10px;
|
||||
font-size:12px;
|
||||
border: 1px solid black;
|
||||
|
||||
}
|
||||
@@ -256,7 +256,7 @@ hr.new5 {
|
||||
#payment td, #payment th {
|
||||
border: 0px solid;
|
||||
padding: 3px;
|
||||
font-size:9px;
|
||||
font-size:13px;
|
||||
text-align: left;
|
||||
|
||||
}
|
||||
@@ -281,7 +281,7 @@ hr.new5 {
|
||||
|
||||
#akuan td, #akuan th {
|
||||
padding: 7px;
|
||||
font-size:9px;
|
||||
font-size:10px;
|
||||
padding:4px;
|
||||
}
|
||||
|
||||
@@ -310,7 +310,7 @@ hr.new5 {
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
border-collapse:collapse;
|
||||
width:10%;
|
||||
font-size:10px;
|
||||
font-size:12px;
|
||||
|
||||
}
|
||||
|
||||
@@ -334,7 +334,7 @@ hr.new5 {
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
border-collapse:collapse;
|
||||
width: 50%;
|
||||
font-size:10px;
|
||||
font-size:12px;
|
||||
|
||||
|
||||
}
|
||||
@@ -342,7 +342,7 @@ hr.new5 {
|
||||
#copy_cust td, #copy_cust th {
|
||||
border: 1px solid #ddd;
|
||||
padding: 2px;
|
||||
font-size:9px;
|
||||
font-size:10px;
|
||||
text-align:right;
|
||||
width: 10%;
|
||||
|
||||
|
||||
@@ -46,7 +46,7 @@ hr.new5 {
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
border-collapse:collapse;
|
||||
width:20%;
|
||||
font-size:10px;
|
||||
font-size:12px;
|
||||
border: 1px solid black;
|
||||
|
||||
}
|
||||
@@ -54,7 +54,7 @@ hr.new5 {
|
||||
#cust td, #cust th {
|
||||
border: 0px solid;
|
||||
padding: 3px;
|
||||
font-size:9px;
|
||||
font-size:10px;
|
||||
text-align:right;
|
||||
|
||||
}
|
||||
@@ -102,14 +102,14 @@ hr.new5 {
|
||||
padding:10px;
|
||||
width : 250px;
|
||||
transform: rotate(-90deg);
|
||||
font-size:11px;
|
||||
font-size:12px;
|
||||
}
|
||||
|
||||
#inside {
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
border-collapse:collapse;
|
||||
width:100%;
|
||||
font-size:10px;
|
||||
font-size:15px;
|
||||
}
|
||||
|
||||
#inside td, #inside th {
|
||||
@@ -137,7 +137,7 @@ hr.new5 {
|
||||
border-collapse:collapse;
|
||||
width:100%;
|
||||
margin-top:40px;
|
||||
font-size:10px;
|
||||
font-size:12px;
|
||||
}
|
||||
|
||||
#semakan td, #semakan th {
|
||||
@@ -171,7 +171,7 @@ hr.new5 {
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
border-collapse:collapse;
|
||||
width:100%;
|
||||
font-size:11px;
|
||||
font-size:12px;
|
||||
}
|
||||
|
||||
#salinan td, #salinan th {
|
||||
@@ -195,14 +195,14 @@ hr.new5 {
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
border-collapse:collapse;
|
||||
width: 100%;
|
||||
font-size:10px;
|
||||
font-size:12px;
|
||||
|
||||
}
|
||||
|
||||
#perjanjian td, #perjanjian th {
|
||||
border: 1px solid #ddd;
|
||||
padding: 2px;
|
||||
font-size:9px;
|
||||
font-size:10px;
|
||||
}
|
||||
|
||||
#perjanjian tr:nth-child(even){background-color:#ffffff}
|
||||
@@ -221,14 +221,14 @@ hr.new5 {
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
border-collapse:collapse;
|
||||
width: 100%;
|
||||
font-size:10px;
|
||||
font-size:12px;
|
||||
|
||||
}
|
||||
|
||||
#keuntungan td, #keuntungan th {
|
||||
border: 1px solid #ddd;
|
||||
padding: 2px;
|
||||
font-size:9px;
|
||||
font-size:10px;
|
||||
}
|
||||
|
||||
#keuntungan tr:nth-child(even){background-color: #ffffff;}
|
||||
@@ -248,7 +248,7 @@ hr.new5 {
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
border-collapse:collapse;
|
||||
width: 45%;
|
||||
font-size:10px;
|
||||
font-size:12px;
|
||||
border: 1px solid black;
|
||||
|
||||
}
|
||||
@@ -256,7 +256,7 @@ hr.new5 {
|
||||
#payment td, #payment th {
|
||||
border: 0px solid;
|
||||
padding: 3px;
|
||||
font-size:9px;
|
||||
font-size:13px;
|
||||
text-align: left;
|
||||
|
||||
}
|
||||
@@ -281,7 +281,7 @@ hr.new5 {
|
||||
|
||||
#akuan td, #akuan th {
|
||||
padding: 7px;
|
||||
font-size:9px;
|
||||
font-size:10px;
|
||||
padding:4px;
|
||||
}
|
||||
|
||||
@@ -310,7 +310,7 @@ hr.new5 {
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
border-collapse:collapse;
|
||||
width:10%;
|
||||
font-size:10px;
|
||||
font-size:12px;
|
||||
|
||||
}
|
||||
|
||||
@@ -334,7 +334,7 @@ hr.new5 {
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
border-collapse:collapse;
|
||||
width: 50%;
|
||||
font-size:10px;
|
||||
font-size:12px;
|
||||
|
||||
|
||||
}
|
||||
@@ -342,7 +342,7 @@ hr.new5 {
|
||||
#copy_cust td, #copy_cust th {
|
||||
border: 1px solid #ddd;
|
||||
padding: 2px;
|
||||
font-size:9px;
|
||||
font-size:10px;
|
||||
text-align:right;
|
||||
width: 10%;
|
||||
|
||||
|
||||
@@ -54,7 +54,7 @@ hr.new5 {
|
||||
#cust td, #cust th {
|
||||
border: 0px solid;
|
||||
padding: 3px;
|
||||
font-size:9px;
|
||||
font-size:10px;
|
||||
text-align:right;
|
||||
|
||||
}
|
||||
@@ -102,14 +102,14 @@ hr.new5 {
|
||||
padding:10px;
|
||||
width : 250px;
|
||||
transform: rotate(-90deg);
|
||||
font-size:11px;
|
||||
font-size:12px;
|
||||
}
|
||||
|
||||
#inside {
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
border-collapse:collapse;
|
||||
width:100%;
|
||||
font-size:10px;
|
||||
font-size:15px;
|
||||
}
|
||||
|
||||
#inside td, #inside th {
|
||||
@@ -137,7 +137,7 @@ hr.new5 {
|
||||
border-collapse:collapse;
|
||||
width:100%;
|
||||
margin-top:40px;
|
||||
font-size:10px;
|
||||
font-size:12px;
|
||||
}
|
||||
|
||||
#semakan td, #semakan th {
|
||||
@@ -171,7 +171,7 @@ hr.new5 {
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
border-collapse:collapse;
|
||||
width:100%;
|
||||
font-size:11px;
|
||||
font-size:12px;
|
||||
}
|
||||
|
||||
#salinan td, #salinan th {
|
||||
@@ -195,14 +195,14 @@ hr.new5 {
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
border-collapse:collapse;
|
||||
width: 100%;
|
||||
font-size:10px;
|
||||
font-size:12px;
|
||||
|
||||
}
|
||||
|
||||
#perjanjian td, #perjanjian th {
|
||||
border: 1px solid #ddd;
|
||||
padding: 2px;
|
||||
font-size:9px;
|
||||
font-size:10px;
|
||||
}
|
||||
|
||||
#perjanjian tr:nth-child(even){background-color:#ffffff}
|
||||
@@ -221,14 +221,14 @@ hr.new5 {
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
border-collapse:collapse;
|
||||
width: 100%;
|
||||
font-size:10px;
|
||||
font-size:12px;
|
||||
|
||||
}
|
||||
|
||||
#keuntungan td, #keuntungan th {
|
||||
border: 1px solid #ddd;
|
||||
padding: 2px;
|
||||
font-size:9px;
|
||||
font-size:10px;
|
||||
}
|
||||
|
||||
#keuntungan tr:nth-child(even){background-color: #ffffff;}
|
||||
@@ -248,7 +248,7 @@ hr.new5 {
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
border-collapse:collapse;
|
||||
width: 45%;
|
||||
font-size:10px;
|
||||
font-size:13px;
|
||||
border: 1px solid black;
|
||||
|
||||
}
|
||||
@@ -256,7 +256,7 @@ hr.new5 {
|
||||
#payment td, #payment th {
|
||||
border: 0px solid;
|
||||
padding: 3px;
|
||||
font-size:9px;
|
||||
font-size:10px;
|
||||
text-align: left;
|
||||
|
||||
}
|
||||
@@ -281,7 +281,7 @@ hr.new5 {
|
||||
|
||||
#akuan td, #akuan th {
|
||||
padding: 7px;
|
||||
font-size:9px;
|
||||
font-size:10px;
|
||||
padding:4px;
|
||||
}
|
||||
|
||||
@@ -310,7 +310,7 @@ hr.new5 {
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
border-collapse:collapse;
|
||||
width:10%;
|
||||
font-size:10px;
|
||||
font-size:12px;
|
||||
|
||||
}
|
||||
|
||||
@@ -334,7 +334,7 @@ hr.new5 {
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
border-collapse:collapse;
|
||||
width: 50%;
|
||||
font-size:10px;
|
||||
font-size:12px;
|
||||
|
||||
|
||||
}
|
||||
@@ -342,7 +342,7 @@ hr.new5 {
|
||||
#copy_cust td, #copy_cust th {
|
||||
border: 1px solid #ddd;
|
||||
padding: 2px;
|
||||
font-size:9px;
|
||||
font-size:10px;
|
||||
text-align:right;
|
||||
width: 10%;
|
||||
|
||||
|
||||
@@ -46,7 +46,7 @@ hr.new5 {
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
border-collapse:collapse;
|
||||
width:20%;
|
||||
font-size:10px;
|
||||
font-size:12px;
|
||||
border: 1px solid black;
|
||||
|
||||
}
|
||||
@@ -54,7 +54,7 @@ hr.new5 {
|
||||
#cust td, #cust th {
|
||||
border: 0px solid;
|
||||
padding: 3px;
|
||||
font-size:9px;
|
||||
font-size:10px;
|
||||
text-align:right;
|
||||
|
||||
}
|
||||
@@ -102,14 +102,14 @@ hr.new5 {
|
||||
padding:10px;
|
||||
width : 250px;
|
||||
transform: rotate(-90deg);
|
||||
font-size:11px;
|
||||
font-size:12px;
|
||||
}
|
||||
|
||||
#inside {
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
border-collapse:collapse;
|
||||
width:100%;
|
||||
font-size:10px;
|
||||
font-size:15px;
|
||||
}
|
||||
|
||||
#inside td, #inside th {
|
||||
@@ -137,7 +137,7 @@ hr.new5 {
|
||||
border-collapse:collapse;
|
||||
width:100%;
|
||||
margin-top:40px;
|
||||
font-size:10px;
|
||||
font-size:12px;
|
||||
}
|
||||
|
||||
#semakan td, #semakan th {
|
||||
@@ -159,19 +159,11 @@ hr.new5 {
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
#salinan {
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
border-collapse:collapse;
|
||||
width:100%;
|
||||
font-size:11px;
|
||||
font-size:12px;
|
||||
}
|
||||
|
||||
#salinan td, #salinan th {
|
||||
@@ -195,14 +187,14 @@ hr.new5 {
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
border-collapse:collapse;
|
||||
width: 100%;
|
||||
font-size:10px;
|
||||
font-size:12px;
|
||||
|
||||
}
|
||||
|
||||
#perjanjian td, #perjanjian th {
|
||||
border: 1px solid #ddd;
|
||||
padding: 2px;
|
||||
font-size:9px;
|
||||
font-size:10px;
|
||||
}
|
||||
|
||||
#perjanjian tr:nth-child(even){background-color:#ffffff}
|
||||
@@ -221,14 +213,14 @@ hr.new5 {
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
border-collapse:collapse;
|
||||
width: 100%;
|
||||
font-size:10px;
|
||||
font-size:12px;
|
||||
|
||||
}
|
||||
|
||||
#keuntungan td, #keuntungan th {
|
||||
border: 1px solid #ddd;
|
||||
padding: 2px;
|
||||
font-size:9px;
|
||||
font-size:10px;
|
||||
}
|
||||
|
||||
#keuntungan tr:nth-child(even){background-color: #ffffff;}
|
||||
@@ -248,7 +240,7 @@ hr.new5 {
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
border-collapse:collapse;
|
||||
width: 45%;
|
||||
font-size:10px;
|
||||
font-size:13px;
|
||||
border: 1px solid black;
|
||||
|
||||
}
|
||||
@@ -256,7 +248,7 @@ hr.new5 {
|
||||
#payment td, #payment th {
|
||||
border: 0px solid;
|
||||
padding: 3px;
|
||||
font-size:9px;
|
||||
font-size:10px;
|
||||
text-align: left;
|
||||
|
||||
}
|
||||
@@ -281,7 +273,7 @@ hr.new5 {
|
||||
|
||||
#akuan td, #akuan th {
|
||||
padding: 7px;
|
||||
font-size:9px;
|
||||
font-size:10px;
|
||||
padding:4px;
|
||||
}
|
||||
|
||||
@@ -310,7 +302,7 @@ hr.new5 {
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
border-collapse:collapse;
|
||||
width:10%;
|
||||
font-size:10px;
|
||||
font-size:12px;
|
||||
|
||||
}
|
||||
|
||||
@@ -334,7 +326,7 @@ hr.new5 {
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
border-collapse:collapse;
|
||||
width: 50%;
|
||||
font-size:10px;
|
||||
font-size:12px;
|
||||
|
||||
|
||||
}
|
||||
@@ -342,7 +334,7 @@ hr.new5 {
|
||||
#copy_cust td, #copy_cust th {
|
||||
border: 1px solid #ddd;
|
||||
padding: 2px;
|
||||
font-size:9px;
|
||||
font-size:10px;
|
||||
text-align:right;
|
||||
width: 10%;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user