summaryrefslogtreecommitdiff
path: root/bin/lynx/ap.pl
blob: 8eb246e086099f836d7bf33e30ec8694e13c9195 (plain)
  1. #=====================================================================
  2. # LedgerSMB Small Medium Business Accounting
  3. # Copyright (C) 2000
  4. #
  5. # Author: DWS Systems Inc.
  6. # Web: http://sourceforge.net/projects/ledger-smb/
  7. #
  8. # Contributors:
  9. #
  10. # This program is free software; you can redistribute it and/or modify
  11. # it under the terms of the GNU General Public License as published by
  12. # the Free Software Foundation; either version 2 of the License, or
  13. # (at your option) any later version.
  14. #
  15. # This program is distributed in the hope that it will be useful,
  16. # but WITHOUT ANY WARRANTY; without even the implied warranty of
  17. # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  18. # GNU General Public License for more details.
  19. # You should have received a copy of the GNU General Public License
  20. # along with this program; if not, write to the Free Software
  21. # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  22. #======================================================================
  23. #
  24. # Accounts Payable
  25. #
  26. #======================================================================
  27. use SL::PE;
  28. use SL::IR;
  29. require "$form->{path}/arap.pl";
  30. require "$form->{path}/arapprn.pl";
  31. require "$form->{path}/aa.pl";
  32. $form->{vc} = 'vendor';
  33. $form->{ARAP} = 'AP';
  34. 1;
  35. # end of main