쇼핑몰관리자 : #36 연별 매출현황 표준화 및 스타일 1차 작업 완료 #35 세부 수정

This commit is contained in:
rollydream
2013-04-04 15:04:07 +09:00
parent 3b054011a6
commit 2f0d5b4207
2 changed files with 132 additions and 114 deletions

View File

@ -53,17 +53,17 @@ function print_line($save)
<col class="grid_2">
</colgroup>
<thead>
<tr>
<th scope="col">주문월</th>
<th scope="col">주문수</th>
<th scope="col">주문합계</th>
<th scope="col">취소+DC</th>
<th scope="col">무통장입금</th>
<th scope="col">카드입금</th>
<th scope="col">포인트입금</th>
<th scope="col">입금취소</th>
<th scope="col">미수금</th>
</tr>
<tr>
<th scope="col">주문월</th>
<th scope="col">주문수</th>
<th scope="col">주문합계</th>
<th scope="col">취소+DC</th>
<th scope="col">무통장입금</th>
<th scope="col">카드입금</th>
<th scope="col">포인트입금</th>
<th scope="col">입금취소</th>
<th scope="col">미수금</th>
</tr>
</thead>
<tbody>
<?