home *** CD-ROM | disk | FTP | other *** search
/ ftp.barnyard.co.uk / 2015.02.ftp.barnyard.co.uk.tar / ftp.barnyard.co.uk / cpm / walnut-creek-CDROM / SIMTEL / CPMUG / CPMUG089.ARK / -CATALOG.089 next >
Text File  |  1984-04-29  |  3KB  |  69 lines

  1. VOLUME 089     CP/M Users Group 
  2.         1651 Third Ave.
  3.         New York N.Y. 10028
  4.  
  5. DESCRIPTION:    BusinessMaster II 
  6.         Volume 4 of 5: purchase order/payables;
  7.         order entry/receivables;
  8.  
  9. SUBMITTED BY:    Bud Aaron
  10.         BusinessMaster
  11.         1207 Elm Ave, Suite M
  12.         Carlsbad, CA 92008
  13.  
  14. BusinessMaster II is a general business software package for 
  15. CBASIC-II, occupying CPMUG volumes 86-90, encompassing, by volume:
  16.  
  17. 86    documentation;
  18. 87    initialization, startup, modification and maintenance;
  19.     inventory/fixed asset accounts;
  20.     mailing list;
  21. 88    sample data files;
  22.     payroll;
  23. 89    order entry/receivables;
  24.     purchase order/payables;
  25. 90     general ledger;
  26.  
  27. NUMBER    SIZE    NAME        COMMENTS
  28.  
  29.      2K    -CATALOG.089    CONTENTS OF CPMUG VOL. 089
  30.      5K    U-G-FORM.LIB    Users Group Submission Form.
  31.      2K    CRCKLIST.089    File of all file CRC's.
  32.      2K    CRCK.COM    to check files on this disk.
  33.  
  34.      1K    COMPILE.SUB    To compile all following programs
  35.  
  36. 89.1     1K    ALL.BAS        Include FORMAT and CONTROL
  37. 89.2     4K    BIZMII.BAS    Master Menu Businessmaster II. (bizmii)
  38. 89.3     2K    CHECK.BAS    Check for needed files
  39. 89.4     1K    CONTROL.BAS    Set up control characters for terminal
  40. 89.5     1K    FORMAT.BAS    Set common and formats.
  41. 89.6     1K    READFILE.BAS    Read name, date, formats and tabs.
  42.  
  43. 89.7    12K    CRENTRY.BAS    Customer Information Entry Program
  44. 89.8     7K    CRFMINV.BAS    Formatted Invoice Printing Program
  45. 89.9     8K    CRJOLIST.BAS    Invoice Register Printing Program
  46. 89.10     5K    CRJOPOST.BAS    Accounts Receivable Posting Program
  47. 89.11    13K    CRJOTRAN.BAS    Order/Invoice Entry Program 
  48. 89.12     3K    CRLABELS.BAS    Customer mailing label printing program
  49. 89.13     7K    CRPPINV.BAS    Preprinted Invoice Printing Program
  50. 89.14     4K    CRRPT.BAS    Aged Accounts Receivable Statement Printer
  51. 89.15     3K    CRSORT.BAS    Customer Information Entry Sort Program
  52. 89.16     1K    INVENT.BAS    Invoice Number Sequencing Entry Program
  53. 89.17     3K    MASTER2.BAS    Accounts Receivable/Customer Menu
  54. 89.18     3K    MASTER3.BAS    Accounts Payable/Vendor Menu
  55. 89.19     1K    POENT.BAS    Purchase Order # Sequencing Entry Program
  56. 89.20    12K    VPENTRY.BAS    Vendor Information Entry Program
  57. 89.21     7K    VPFMPO.BAS    Formatted Purchase Order Printing Program
  58. 89.22     8K    VPJOLIST.BAS    Purchase Order Register Printing Program
  59. 89.23     5K    VPJOPOST.BAS    Accounts Payable Posting Program
  60. 89.24    13K    VPJOTRAN.BAS    Purchase Order Entry Program 
  61. 89.25     3K    VPLABELS.BAS    Mailing label printing program
  62. 89.26     7K    VPPPPO.BAS    Preprinted Purchase Order Printing Program
  63. 89.27     4K    VPRPT.BAS    Aged Accounts Payable Statement Printer
  64. 89.28     3K    VPSORT.BAS    Vendor Information Entry Sort Program
  65.  
  66. Note: ALL, FORMAT, and CONTROL are %include files.
  67.  
  68. 09/21/82 WLC
  69.