1#=====================================================================
2# SQL-Ledger
3# Copyright (c) DWS Systems Inc.
4#
5#  Author: DWS Systems Inc.
6#     Web: http://www.sql-ledger.com
7#
8#======================================================================
9#
10# Accounts Receivable
11#
12#======================================================================
13
14use SL::PE;
15use SL::IS;
16
17require "$form->{path}/arap.pl";
18require "$form->{path}/arapprn.pl";
19require "$form->{path}/aa.pl";
20
21$form->{vc} = 'customer';
22$form->{ARAP} = 'AR';
23
241;
25# end of main
26
27