class Reporting::Accounting::TransactionAgingJob < Reporting::Job
  def process
    @tmp_file = Pdf::Accounting::TransactionAgingService.call(@school, @params)
    @filename = "Accounting_Aging_Report_#{timestamp}.pdf"
    save_to_user
    send_report
  end
end
