dbms_primeidc/extdbms/writeable/cache/dbms.client.payment.index_cb951dc01872c50fe86e6dfd2b47b58ef6a8724a.bladec
2025-04-23 14:09:36 +09:00

46 lines
3.6 KiB
Plaintext

<form method="get">
<input type="radio" name="mode" value="all" <?php echo \htmlentities($mode == "all" || $mode == "" ? "checked" : ""??'', ENT_QUOTES, 'UTF-8', false); ?>>전체
<input type="radio" name="mode" value="today" <?php echo \htmlentities($mode == "today" ? "checked" : ""??'', ENT_QUOTES, 'UTF-8', false); ?>>당일
<input type="radio" name="mode" value="1day" <?php echo \htmlentities($mode == "1day" ? "checked" : ""??'', ENT_QUOTES, 'UTF-8', false); ?>>1일전
<input type="radio" name="mode" value="2day" <?php echo \htmlentities($mode == "2day" ? "checked" : ""??'', ENT_QUOTES, 'UTF-8', false); ?>>2일전
<input type="radio" name="mode" value="3day" <?php echo \htmlentities($mode == "3day" ? "checked" : ""??'', ENT_QUOTES, 'UTF-8', false); ?>>3일전
<input type="submit" value="확인">
</form>
<?php echo \htmlentities($message??'', ENT_QUOTES, 'UTF-8', false); ?> 미납리스트 <a class="btn btn-outline btn-default" href="IdcDepositNonPaymentListExcel.dep">엑셀</a>
<div class="table-responsive" id="table">
<table class="table table-bordered table-hover table-striped">
<thead>
<tr>
<th style="text-align:center;width:100px;">고객명</th>
<th style="text-align:center;width:60px;">종류</th>
<th style="text-align:center;width:130px;">장비명</th>
<th style="text-align:center;width:120px;">IP</th>
<th style="text-align:center;width:100px;">결제일</th>
<th style="text-align:center;width:100px;">서비스 가격</th>
<th style="text-align:center;width:100px;">과금상태</th>
<th style="text-align:center;width:100px;">미납과금</th>
<th style="text-align:center;width:200px;">비고</th>
</tr>
</thead>
<tbody>
<?php $__currentLoopData = $entities; $this->addLoop($__currentLoopData);$this->getFirstLoop();
foreach($__currentLoopData as $entity): $loop = $this->incrementLoopIndices(); ?>
<tr>
<td style="text-align:center;"><a href="/IdcDepositNonPaymentList.dep?searchContent=<?php echo \htmlentities($entity->Client_Name??'', ENT_QUOTES, 'UTF-8', false); ?>"><?php echo \htmlentities($entity->Client_Name??'', ENT_QUOTES, 'UTF-8', false); ?></a></td>
<td style="text-align:center;"><?php echo \htmlentities($entity->addDB_case??'', ENT_QUOTES, 'UTF-8', false); ?></td>
<td style="text-align:center;"><?php echo \htmlentities($entity->server_code??'', ENT_QUOTES, 'UTF-8', false); ?></td>
<td style="text-align:center;"><?php echo \htmlentities($entity->service_ip??'', ENT_QUOTES, 'UTF-8', false); ?></td>
<!--<td><?php echo \htmlentities($entity->service_code??'', ENT_QUOTES, 'UTF-8', false); ?></td>-->
<td style="text-align:center;"><?php echo \htmlentities($entity->service_payment_date??'', ENT_QUOTES, 'UTF-8', false); ?></td>
<td style="text-align:center;"><?php echo \htmlentities($entity->service_amount??'', ENT_QUOTES, 'UTF-8', false); ?></td>
<!--<td><?php echo \htmlentities($entity->addDB_payment??'', ENT_QUOTES, 'UTF-8', false); ?></td>-->
<td style="text-align:center;"><?php echo \htmlentities($entity->addDB_accountStatus??'', ENT_QUOTES, 'UTF-8', false); ?></td>
<td style="text-align:center;"><?php echo \htmlentities($entity->addDB_nonpayment??'', ENT_QUOTES, 'UTF-8', false); ?></td>
<!--<td><?php echo \htmlentities($entity->addDB_accountStatus??'', ENT_QUOTES, 'UTF-8', false); ?></td>-->
<td><?php echo \htmlentities($entity->service_note??'', ENT_QUOTES, 'UTF-8', false); ?></td>
</td>
</tr>
<?php endforeach; $this->popLoop(); $loop = $this->getFirstLoop(); ?>
</tbody>
</table>
<div style="text-align:center"><?php echo \htmlentities($pagination->render(DBMS_SITE_URL . "/IdcDepositNonPaymentListMK.dep", ['mode' => $mode, 'curPage' => $curPage, 'perPage' => $perPage])??'', ENT_QUOTES, 'UTF-8', false); ?></div>