+ | — |
+ = esc($districtTotal->region_label) ?> |
+ — |
+ = number_format((int) $districtTotal->prev_end) ?> |
+ = number_format((int) $districtTotal->designated_y) ?> |
+ = number_format((int) $districtTotal->cancelled_y) ?> |
+ = number_format((int) $districtTotal->curr_end) ?> |
+ = number_format((int) ($districtTotal->delta_curr_prev ?? 0)) ?> |
+ = number_format((int) ($districtTotal->delta_des_cancel ?? 0)) ?> |
+ 100 |
+
prev_end;
$tCurr = (int) $districtTotal->curr_end;
@@ -260,27 +245,27 @@ $sumCurrForPct = (int) ($districtTotal->curr_end ?? 0);
-
-
+
+
-
- | 동 |
- 종전 |
- 지정 |
- 취소 |
- 현행 |
- 증감 |
+
+ | 동 |
+ 종전 |
+ 지정 |
+ 취소 |
+ 현행 |
+ 증감 |
-
- | = esc((string) $z->zone_label) ?> |
- = number_format((int) $z->prev_end) ?> |
- = number_format((int) $z->designated_y) ?> |
- = number_format((int) $z->cancelled_y) ?> |
- = number_format((int) $z->curr_end) ?> |
- = number_format((int) $z->delta_curr_prev) ?> |
+
+ | = esc((string) $z->zone_label) ?> |
+ = number_format((int) $z->prev_end) ?> |
+ = number_format((int) $z->designated_y) ?> |
+ = number_format((int) $z->cancelled_y) ?> |
+ = number_format((int) $z->curr_end) ?> |
+ = number_format((int) $z->delta_curr_prev) ?> |
@@ -345,7 +330,7 @@ $sumCurrForPct = (int) ($districtTotal->curr_end ?? 0);
연도별 요약 (참고)
-
+
활성 / 비활성 / 전체
활성 = number_format((int) ($totalActive ?? 0)) ?> · 비활성 = number_format((int) ($totalInactive ?? 0)) ?> · 합 = number_format((int) ($totalActive ?? 0) + (int) ($totalInactive ?? 0)) ?>
@@ -353,15 +338,23 @@ $sumCurrForPct = (int) ($districtTotal->curr_end ?? 0);
연도별 신규등록 (지정일)
-
-
- | 연도 | 건수 |
+
+
+
+
+ | 연도 |
+ 건수 |
+
+
- | = esc($row->yr) ?>년 | = number_format((int) $row->cnt) ?> |
+
+ | = esc($row->yr) ?>년 |
+ = number_format((int) $row->cnt) ?> |
+
- | 없음 |
+ | 없음 |
@@ -369,15 +362,23 @@ $sumCurrForPct = (int) ($districtTotal->curr_end ?? 0);
연도별 취소/비활성 (등록일 기준)
-
-
- | 연도 | 건수 |
+
+
+
+
+ | 연도 |
+ 건수 |
+
+
- | = esc($row->yr) ?>년 | = number_format((int) $row->cnt) ?> |
+
+ | = esc($row->yr) ?>년 |
+ = number_format((int) $row->cnt) ?> |
+
- | 없음 |
+ | 없음 |
diff --git a/app/Views/admin/free_recipient/create.php b/app/Views/admin/free_recipient/create.php
index e9da06d..2965c9b 100644
--- a/app/Views/admin/free_recipient/create.php
+++ b/app/Views/admin/free_recipient/create.php
@@ -1,7 +1,7 @@
- |