Skip to content

Commit

Permalink
Revert "sales report"
Browse files Browse the repository at this point in the history
This reverts commit ded8eab.
  • Loading branch information
prawitkn committed Feb 22, 2018
1 parent 800254d commit 8f1d06b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 125 deletions.
4 changes: 2 additions & 2 deletions admin/inq_sales.php
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,7 @@
dateParts = queryDate.match(/(\d+)/g)
realDate = new Date(dateParts[0], dateParts[1] - 1, dateParts[2]);
$('#dateFrom').datepicker('setDate', realDate);
<?php }else{ ?> $('#dateFrom').datepicker('setDate', '0'); <?php } ?>
<?php } ?>
//จบ กำหนดเป็น วันที่จากฐานข้อมูล

//กำหนดเป็น วันที่จากฐานข้อมูล
Expand All @@ -382,7 +382,7 @@
dateParts = queryDate.match(/(\d+)/g)
realDate = new Date(dateParts[0], dateParts[1] - 1, dateParts[2]);
$('#dateTo').datepicker('setDate', realDate);
<?php }else{ ?> $('#dateTo').datepicker('setDate', '0'); <?php } ?>
<?php } ?>
//จบ กำหนดเป็น วันที่จากฐานข้อมูล


Expand Down
4 changes: 0 additions & 4 deletions admin/leftside.php
Original file line number Diff line number Diff line change
Expand Up @@ -138,10 +138,6 @@
<?php switch($s_userGroupCode){ case 'admin' : ?>
<li><a href=""><i class="fa fa-bars"></i> <span>Forecast&Actual Sales Order </span></a></li>
<?php break; default : } ?>
<?php switch($s_userGroupCode){ case 'admin' : case 'sales' : case 'salesAdmin' : ?>
<li><a href="report_sale.php"><i class="fa fa-bars"></i> <span>Sales Order </span></a></li>
<li><a href="report_sale_pending_by_prod.php"><i class="fa fa-bars"></i> <span>Sales Order Pending by Product </span></a></li>
<?php break; default : } ?>

<?php //switch($s_userGroupCode){ case 'admin' : case 'salesAdmin' : case 'salesManager' : ?>
<?php switch($s_userGroupCode){ case 'admin' : ?>
Expand Down
119 changes: 0 additions & 119 deletions admin/report_sale_hdr_xls.php

This file was deleted.

0 comments on commit 8f1d06b

Please sign in to comment.