Add CB payment in transactions and reports

This commit is contained in:
San Wai Lwin
2018-08-03 16:01:22 +06:30
parent cbb649c8d5
commit 0abad2b305
13 changed files with 967 additions and 10 deletions

View File

@@ -18,7 +18,7 @@
<option value="9">Last year</option>
</select>
</div>
<% if defined? payments %>
<% if not defined? payments %>
<div class="col-lg-2 col-md-2 col-sm-2">
<label class="font-14"><%= t("views.right_panel.detail.select_payments") %></label>
@@ -47,7 +47,7 @@
<select class="form-control select" name="shift_name" id="shift_name" >
</select>
</div>
<div class="col-lg-1 col-md-1 col-sm-1 margin-top-20">
<div class="col-lg-12 col-md-12 col-sm-12 margin-top-20 text-right">
<br>
<input type="submit" value="Generate Report" class='btn btn-primary'>
</div>