From edacf95ad24fca3c4ae08b44ffdfe4be5c68fdc1 Mon Sep 17 00:00:00 2001 From: christopherm Date: Fri, 13 Oct 2006 16:28:21 +0000 Subject: removing bin/lynx and bin/mozilla folders. All scripts are now at bin/ with bin/custom for custom scripts (user specific or otherwise) git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@208 4979c152-3d1c-0410-bac9-87ea11338e46 --- bin/rp.pl | 2544 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 2544 insertions(+) create mode 100755 bin/rp.pl (limited to 'bin/rp.pl') diff --git a/bin/rp.pl b/bin/rp.pl new file mode 100755 index 00000000..c5b1d9cc --- /dev/null +++ b/bin/rp.pl @@ -0,0 +1,2544 @@ +#===================================================================== +# LedgerSMB Small Medium Business Accounting +# http://www.ledgersmb.org/ +# + +# Copyright (C) 2006 +# This work contains copyrighted information from a number of sources all used +# with permission. +# +# This file contains source code included with or based on SQL-Ledger which +# is Copyright Dieter Simader and DWS Systems Inc. 2000-2005 and licensed +# under the GNU General Public License version 2 or, at your option, any later +# version. For a full list including contact information of contributors, +# maintainers, and copyright holders, see the CONTRIBUTORS file. +# +# Original Copyright Notice from SQL-Ledger 2.6.17 (before the fork): +# Copyright (c) 2001 +# +# Author: DWS Systems Inc. +# Web: http://www.sql-ledger.org +# +# Contributors: Antonio Gallardo +# Benjamin Lee +# +# +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +#====================================================================== +# +# module for preparing Income Statement and Balance Sheet +# +#====================================================================== + + +require "bin/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' }, + inv_activity => { title => 'Inventory Activity'}, + ); + + $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} = "