Class: Crm::Reports::AccountsReceivableController

Inherits:
ReportsController
  • Object
show all
Defined in:
app/controllers/crm/reports/accounts_receivable_controller.rb

Overview

Controller: accounts receivable.

Instance Method Summary collapse

Instance Method Details

#showObject

Runs the accounts receivable report command.



7
8
9
10
# File 'app/controllers/crm/reports/accounts_receivable_controller.rb', line 7

def show
  @report_command = ::Report::AccountsReceivableCommand.new(params[:report_command])
  @report_command.execute
end