mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-09-08 11:34:04 -04:00
Sales overview added to register screen
Add pagination to default search routine Remove payment_type column from sales table (was redundant) Fix search spinner location (just toggle ac_loading class) Complete sale labels
This commit is contained in:
1 parent
9856f0bc65
commit
0f77300131
33 files changed
+637
-54
No files matched your search
@@ -133,7 +133,7 @@ function show_hide_search_filter(search_filter_section, switchImgTag) {
|
||||
</div>
|
||||
|
||||
<div id="titleTextImg" style="background-color:#EEEEEE;height:30px;position:relative;">
|
||||
<div style="float:left;vertical-align:text-top;">Search Options :</div>
|
||||
<div style="float:left;vertical-align:text-top;"><?php echo $this->lang->line('common_search_options'); ?> :</div>
|
||||
<a id="imageDivLink" href="javascript:show_hide_search_filter('search_filter_section', 'imageDivLink');" style="outline:none;">
|
||||
<img src="
|
||||
<?php echo isset($search_section_state)? ( ($search_section_state)? base_url().'images/minus.png' : base_url().'images/plus.png') : base_url().'images/plus.png';?>" style="border:0;outline:none;padding:0px;margin:0px;position:relative;top:-5px;"></a>
|
||||
|
||||
Reference in new issue
Block a user