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



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

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