#33 #34 매출현황 세부 수정

This commit is contained in:
rollydream
2013-04-05 10:33:05 +09:00
parent 6550a1a769
commit f7b8060cc0
2 changed files with 4 additions and 0 deletions

View File

@ -55,6 +55,7 @@ function print_line($save)
<col class="grid_2">
</colgroup>
<thead>
<tr>
<th scope="col">주문일</th>
<th scope="col">주문수</th>
<th scope="col">주문합계</th>
@ -64,6 +65,7 @@ function print_line($save)
<th scope="col">포인트입금</th>
<th scope="col">입금취소</th>
<th scope="col">미수금</th>
</tr>
</thead>
<tbody>
<?

View File

@ -28,6 +28,7 @@ include_once (G4_ADMIN_PATH.'/admin.head.php');
<col class="grid_2">
</colgroup>
<thead>
<tr>
<th scope="col" class="sale1">주문번호</th>
<th scope="col" class="sale1">주문자</th>
<th scope="col">주문합계</th>
@ -37,6 +38,7 @@ include_once (G4_ADMIN_PATH.'/admin.head.php');
<th scope="col">포인트입금</th>
<th scope="col">입금취소</th>
<th scope="col">미수금</th>
</tr>
</thead>
<tbody>
<?