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 / CPMUG088.ARK / -CATALOG.088 next >
Text File  |  1984-04-29  |  4KB  |  109 lines

  1. VOLUME 088     CP/M Users Group 
  2.         1651 Third Ave.
  3.         New York N.Y. 10028
  4.  
  5. DESCRIPTION:    BusinessMaster II 
  6.         Volume 3 of 5: sample data files; payroll;
  7.  
  8. SUBMITTED BY:    Bud Aaron
  9.         BusinessMaster
  10.         1207 Elm Ave, Suite M
  11.         Carlsbad, CA 92008
  12.  
  13. BusinessMaster II is a general business software package for 
  14. CBASIC-II, occupying CPMUG volumes 86-90, encompassing, by volume:
  15.  
  16. 86    documentation;
  17. 87    initialization, startup, modification and maintenance;
  18.     inventory/fixed asset accounts;
  19.     mailing list;
  20. 88    sample data files;
  21.     payroll;
  22. 89    order entry/receivables;
  23.     purchase order/payables;
  24. 90     general ledger;
  25.  
  26. NUMBER    SIZE    NAME        COMMENTS
  27.  
  28.       4K    -CATALOG.088    CONTENTS OF CPMUG VOL. 088
  29.       5K    U-G-FORM.LIB    Users Group Submission Form.
  30.       2K    CRCKLIST.088    File of all file CRC's.
  31.       2K    CRCK.COM    To check files on this disk.
  32.  
  33. ---- Sample data files ----
  34.  
  35. 88.1     6K    CG.        Cost of goods sold file.
  36. 88.2     1K    CGSIZE.        # in use + max size of above
  37. 88.3     1K    CHK.        ?? next check # to write??
  38. 88.4     9K    CR.        customer receivables file
  39. 88.5     1K    CRSIZE.        # in use + max size of CR file
  40. 88.6     1K    DATE.        Date information
  41. 88.7     4K    EDEP.        Federal deposit record
  42. 88.8     1K    EDEPSIZE.    # in use + max size of EDEP file
  43. 88.9     1K    EF.        Federal Withholding Tables
  44. 88.10    11K    EP.        Consolidated employee payroll
  45. 88.12     1K    EPSIZE.        # in use + max size of EP file
  46. 88.11     1K    EPC.        Payroll cutoff amounts
  47. 88.13     1K    EPT.        Payroll Check Printing Tabs
  48. 88.14     1K    ES.        California Withholding Tables
  49. 88.15     6K    FG.        Finished goods inventory
  50. 88.16     1K    FGSIZE.        # in use + max size of FG file
  51. 88.17    14K    GL.        General ledger file
  52. 88.29     1K    GLSIZE.        # in use + max size of GL file
  53. 88.18     6K    GLCD.        Check disbursements
  54. 88.19     1K    GLCDSIZE.    # in use + max size of GLCD file
  55. 88.20     2K    GLCK.        Check receipts
  56. 88.21     1K    GLCKSIZE.    # in use + max size of GLCK file
  57. 88.22     1K    GLF.        General ledger formats
  58. 88.23     2K    GLH.        General ledger heading file
  59. 88.24     1K    GLHSIZE.    # in use + max size of GLH file
  60. 88.25    13K    GLJO.        General journal    gljo
  61. 88.26     1K    GLJOSIZE.    # in use + max size of GLJO file
  62. 88.27     1K    GLREF.        General Ledger Account # Reference File
  63. 88.28     4K    GLS.        general ledger subheading file
  64. 88.30     1K    GLSSIZE.    # in use + max size of GLS file
  65. 88.31     1K    GLT.        general ledger report tabs
  66. 88.32     1K    INV.        Invoice # File
  67. 88.33     9K    IR.        invoice register
  68. 88.34     1K    IRSIZE.        # in use + max size of IR file
  69. 88.35     8K    MA0.        Mailing list file
  70. 88.36     1K    MA0SIZE.    # in use + max size of MA0 file
  71. 88.37     1K    NM.        Company Name File
  72. 88.38     1K    NMSIZE.        # in use + max size of NM file
  73. 88.39     3K    PO.        Purchase order register
  74. 88.41     1K    POSIZE.        # in use + max size of PO file
  75. 88.40     1K    POE.        Purchase order numbers
  76. 88.42     3K    TM.        Time card record
  77. 88.43     5K    VP.        Vendor payables file
  78. 88.44     1K    VPSIZE.        # in use + max size of VP file
  79.  
  80. ---- Common programs ---- would not fit on this volume because
  81.               of 64 directory entry limit.  Get them
  82.               from another volume (87, 89, 90)
  83.  
  84.      1K    ALL.BAS        Include FORMAT and CONTROL
  85.      4K    BIZMII.BAS    Master Menu Businessmaster II. (bizmii)
  86.      2K    CHECK.BAS    Check for needed files
  87.      1K    CONTROL.BAS    Set up control characters for terminal
  88.      1K    FORMAT.BAS    Set common and formats.
  89.      1K    READFILE.BAS    Read name, date, formats and tabs.
  90.  
  91. ---- Payroll programs ----
  92.  
  93.      1K    COMPILE.SUB    To compile all following programs
  94.  
  95. 88.45     4K    EPCHECKS.BAS    Payroll Check Printer
  96. 88.46     1K    EPCLEAR.BAS    Employee payroll clearing program
  97. 88.47     8K    EPDPOSIT.BAS    Federal Tax Deposit Entry Program
  98. 88.48    14K    EPENTRY.BAS    Employee Payroll Record Entry Program
  99. 88.49     6K    EPJOPOST.BAS    Payroll Journal Posting Program
  100. 88.50     9K    EPJOTRAN.BAS    Payroll Calculation Program
  101. 88.51     3K    EPLIST.BAS    Payroll File Listing Program
  102. 88.52     5K    EPSORT.BAS    Employee Info Entry Sort Program
  103. 88.53     5K    EPSUMARY.BAS    Payroll Register Printer
  104. 88.54     5K    FED941PR.BAS    Federal Form 941 Quarterly Tax Return Printer
  105. 88.55     2K    MASTER14.BAS    Payroll Entry and Calculation Menu
  106. 88.56     3K    MASTER5.BAS    Employee Payroll Menu
  107. 88.57    10K    TMENTRY.BAS    Payroll Time Card Entry Program
  108. 88.58     5K    W2PRINT.BAS    Federal W2 Printer
  109.