home *** CD-ROM | disk | FTP | other *** search
/ Oakland CPM Archive / oakcpm.iso / cpmug / cpmug090.ark / -CATALOG.090 next >
Text File  |  1984-04-29  |  3KB  |  68 lines

  1. VOLUME 090     CP/M Users Group 
  2.         1651 Third Ave.
  3.         New York N.Y. 10028
  4.  
  5. DESCRIPTION:    BusinessMaster II 
  6.         Volume 5 of 5: general ledger;
  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.      3K    -CATALOG.090    CONTENTS OF CPMUG VOL. 090
  29.      5K    U-G-FORM.LIB    Users Group Submission Form.
  30.      1K    CRCKLIST.090    File of all file CRC's.
  31.      2K    CRCK.COM    to check files on this disk.
  32.  
  33.      1K    COMPILE.SUB    To compile all following programs
  34.  
  35. 90.1     1K    ALL.BAS        Include FORMAT and CONTROL
  36. 90.2     4K    BIZMII.BAS    Master Menu Businessmaster II. (bizmii)
  37. 90.3     2K    CHECK.BAS    Check for needed files
  38. 90.4     1K    CONTROL.BAS    Set up control characters for terminal
  39. 90.5     1K    FORMAT.BAS    Set common and formats.
  40. 90.6     1K    READFILE.BAS    Read name, date, formats and tabs.
  41.  
  42. 90.7    11K    GCINCOME.BAS    Comparative Income Statement Printer
  43. 90.8     4K    GDCHECKS.BAS    General Check Printer
  44. 90.9     5K    GLBALSHT.BAS    General Ledger Balance Sheet Printer
  45. 90.10     3K    GLBUDGET.BAS    General Ledger Budget Analysis Printer
  46. 90.11     9K    GLCDPOST.BAS    Check Disbursement Posting Program
  47. 90.12     4K    GLCDSORT.BAS    Check Disbursements Entry Sort Program
  48. 90.13    15K    GLCDTRAN.BAS    Check Disbursements Journal Entry Program
  49. 90.14     4K    GLCHART.BAS    General Ledger Chart of Accounts Printer
  50. 90.15     9K    GLCKPOST.BAS    Check Receipt Posting Program
  51. 90.16     4K    GLCKSORT.BAS    Check Disbursements Entry Sort Program
  52. 90.17    14K    GLCKTRAN.BAS    Check Rcpts Journal Trans. Entry Program
  53. 90.18     1K    GLCLEAR.BAS    Clear all DOLLAR values in the GL file
  54. 90.19    11K    GLENTRY.BAS    General Ledger Entry Program
  55. 90.20    10K    GLINCOME.BAS    Income Statement Printer
  56. 90.21     9K    GLJOPOST.BAS    General Journal Posting Program
  57. 90.22     4K    GLJOSORT.BAS    General Journal Sorting Program
  58. 90.23    13K    GLJOTRAN.BAS    General Journal Trans. Entry Program
  59. 90.24     3K    GLSORT.BAS    General Ledger Entry Sort Program
  60. 90.25     6K    GLTBAL.BAS    General Ledger Trial Balance Printer
  61. 90.26     3K    MASTER1.BAS    General Ledger/General Journal Menu
  62. 90.27     2K    MASTER11.BAS    General Journal Menu
  63. 90.28     1K    MASTER12.BAS    Check-Cash Reciepts-Disbursements Menu
  64.  
  65. Note: ALL, CONTROL, and FORMAT are %include files.
  66.  
  67. 09/20/82 WLC
  68.