#===================================================================== # LedgerSMB # Small Medium Business Accounting software # # See COPYRIGHT file for copyright information #====================================================================== # # This file has NOT undergone whitespace cleanup. # #====================================================================== # # module for preparing Income Statement and Balance Sheet # #====================================================================== require "$form->{path}/arap.pl"; use LedgerSMB::PE; use LedgerSMB::RP; 1; # end of main # this is for our long dates # $locale->text('January') # $locale->text('February') # $locale->text('March') # $locale->text('April') # $locale->text('May ') # $locale->text('June') # $locale->text('July') # $locale->text('August') # $locale->text('September') # $locale->text('October') # $locale->text('November') # $locale->text('December') # this is for our short month # $locale->text('Jan') # $locale->text('Feb') # $locale->text('Mar') # $locale->text('Apr') # $locale->text('May') # $locale->text('Jun') # $locale->text('Jul') # $locale->text('Aug') # $locale->text('Sep') # $locale->text('Oct') # $locale->text('Nov') # $locale->text('Dec') # $locale->text('Balance Sheet') # $locale->text('Income Statement') # $locale->text('Trial Balance') # $locale->text('AR Aging') # $locale->text('AP Aging') # $locale->text('Tax collected') # $locale->text('Tax paid') # $locale->text('Receipts') # $locale->text('Payments') # $locale->text('Project Transactions') # $locale->text('Non-taxable Sales') # $locale->text('Non-taxable Purchases') sub report { %report = ( balance_sheet => { title => 'Balance Sheet' }, income_statement => { title => 'Income Statement' }, trial_balance => { title => 'Trial Balance' }, ar_aging => { title => 'AR Aging', vc => 'customer' }, ap_aging => { title => 'AP Aging', vc => 'vendor' }, tax_collected => { title => 'Tax collected', vc => 'customer' }, tax_paid => { title => 'Tax paid' }, nontaxable_sales => { title => 'Non-taxable Sales', vc => 'customer' }, nontaxable_purchases => { title => 'Non-taxable Purchases' }, receipts => { title => 'Receipts', vc => 'customer' }, payments => { title => 'Payments' }, projects => { title => 'Project Transactions' }, ); $form->{title} = $locale->text($report{$form->{report}}->{title}); $gifi = qq| |.$locale->text('Accounts').qq| |.$locale->text('Standard').qq| |.$locale->text('GIFI').qq| |; # get departments $form->all_departments(\%myconfig, undef, $report{$form->{report}}->{vc}); if (@{ $form->{all_department} }) { $form->{selectdepartment} = "