update sale receipt no repoet

This commit is contained in:
Aung Myo
2018-05-29 10:39:09 +06:30
parent 11f8ff1f4c
commit a062c5574a
4 changed files with 45 additions and 36 deletions

View File

@@ -1,8 +1,8 @@
class Reports::ReceiptNoController < BaseReportController
authorize_resource :class => false
def index
@payments = [["All Payment",''], ["Cash Payment","cash"], ["Credit Payment","creditnote"], ["FOC Payment","foc"], ["Other Payment","card"]]
@payments = [["All Payment",''], ["Cash Payment","cash"], ["Credit Payment","creditnote"], ["FOC Payment","foc"]]
@payment_method = PaymentMethodSetting.all
from, to = get_date_range_from_params
@shift_sale_range = ''