summaryrefslogtreecommitdiff
path: root/bin/mozilla/ar.pl
blob: c150a04514cf1e222e5ef8074b11a65f6274b015 (plain)
  1. #=====================================================================
  2. # LedgerSMB
  3. # Small Medium Business Accounting software
  4. #
  5. # See COPYRIGHT file for copyright information
  6. #======================================================================
  7. #
  8. # This file has NOT undergone whitespace cleanup.
  9. #
  10. #======================================================================
  11. #
  12. # Accounts Receivable
  13. #
  14. #======================================================================
  15. use LedgerSMB::PE;
  16. use LedgerSMB::IS;
  17. require "$form->{path}/arap.pl";
  18. require "$form->{path}/arapprn.pl";
  19. require "$form->{path}/aa.pl";
  20. $form->{vc} = 'customer';
  21. $form->{ARAP} = 'AR';
  22. 1;
  23. # end of main