home *** CD-ROM | disk | FTP | other *** search
/ Between Heaven & Hell 2 / BetweenHeavenHell.cdr / 500 / 405 / acct.arc / PC-GL.DOC < prev    next >
Text File  |  1986-06-06  |  25KB  |  502 lines

  1.                                  PC-GL MANUAL
  2.  
  3.  
  4. PROGRAM DESCRIPTION
  5.  
  6.      PC-GL is a double entry accounting program which will allow a small to 
  7. medium size business to rapidly and accurately pay bills and produce 
  8. financial reports.  The program runs on a IBM PC or compatible computer with 
  9. at least one disk drive and requires at least 128k memory.
  10.  
  11.      PC-GL allows a maximum of 800 items in the chart of accounts and 4000 
  12. transactions per accounting period.  With 128k of memory the number of 
  13. transactions is reduced to about 400 per accounting period.
  14.  
  15.      PC-GL is a user supported program.  Your are encouraged to give copies 
  16. to anyone who might use it.  If you like the program and find it useful, 
  17. please contribute $35 to:
  18.  
  19.               Jerry Medlin
  20.               310 S. Jefferson St.
  21.               Napa, Ca.  94559
  22.  
  23.       Your contribution will entitle you to free updates of the program and 
  24. a telephone number for limited telephone assistance should you require it.
  25.      The complete system consist of three files.
  26.  
  27.      PC-GL.COM - The compiled program written in Turbo Pascal.
  28.  
  29.      PC-GL.COA - A standard chart of accounts to use or modify for your 
  30.      purposes.
  31.  
  32.      PC-GL.DOC - This documentation in ASCII form.
  33.  
  34.      The program makes liberal use of the PC's numeric key pad both for 
  35. numbers and commands.  You can have the Num Lock on all the time even when 
  36. using the arrow keys for commands.  When inputting information, the plus <+> 
  37. key has the same effect as the return or enter key.  The minus <-> key 
  38. enters a negative number.  This makes using the numeric key pad even easier.
  39.  
  40.      To run the program, simply type "PC-GL".  If you want to specify a 
  41. drive designation and path for your data just add the drive and path 
  42. description after the program name.  i.e. type "PC-GL B:" to use the B drive 
  43. for data files.  To put data files on a subdirectory called GL the command 
  44. would be PC-GL C:\GL\    If you are going to use the standard chart of 
  45. accounts, be sure the file PC-GL.COA is on the specified drive and 
  46. subdirectory.
  47.  
  48.      A menu is then displayed for operator selection:
  49.  
  50.               Enter or Change Chart of Accounts
  51.               Enter or Change Transactions
  52.               Print Chart of Accounts Listing
  53.               Print Transaction Listing
  54.               Print General Ledger
  55.               Print Income Statement
  56.               Print Balance Sheet
  57.               Print Account Summary Report
  58.               Year End Update
  59.               End of Processing
  60.  
  61.      Selection is made by using the up or down arrows to highlight the 
  62. desired function, then pressing <return>.
  63.  
  64.  
  65.  
  66.  
  67. THE PROCESSING CYCLE
  68.  
  69.      Usually, accounting is done on a monthly cycle, but the PC-GL program 
  70. will allow you to use any length of accounting period.  Each time you run
  71. the program, you will be asked "Do you want to start a new accounting 
  72. period? (Y/N)".  If you answer with a "N" the latest transactions will be 
  73. loaded and you may add additional entries.  If you answer "Y" the current 
  74. period balances will be set to zero and you may begin entering a new batch 
  75. of transactions for the new period.
  76.  
  77.      Checks and journal entries for the accounting period are entered using 
  78. the second menu selection. (Enter or Change Transactions)  Debits are 
  79. entered as positive <+> numbers and credits are entered as negative <-> 
  80. numbers.
  81.  
  82.      When the transactions have been entered and checked you may begin 
  83. printing reports.  Reports may be printed in any order and as often as you 
  84. desire.  Reports may be printed to the screen first to check their 
  85. accuracy.  Should you discover a posting error after examining the reports, 
  86. you can correct the error and rerun the reports.
  87.  
  88.      The only report that must be printed to the printer each period is the 
  89. General Ledger Report.  If the General Ledger Report has not been printed to 
  90. the printer (not just the screen), you will not be allowed to end an 
  91. accounting period and start another.  The General Ledger Report shows the 
  92. opening balance for each account, all of the transactions posted to the 
  93. account for the accounting period followed by the closing balance for each 
  94. account.  Once you start a new accounting period, the printed General Ledger 
  95. Report will be your only audit trail.  To start a new accounting period 
  96. without printing the general ledger would leave no trace of how an account 
  97. arrived at its present balance.  Since organizations like the IRS want to 
  98. know how you arrived at those numbers on your tax return, the General Ledger 
  99. Report is required.  If it hasn't been printed the program will never ask 
  100. "Do you want to start a new accounting period?".
  101.  
  102.  
  103. DOUBLE ENTRY ACCOUNTING
  104.  
  105.      Double entry accounting requires that the total of all debit <+> 
  106. entries must be the same as the total of all credit <-> entries.  It does 
  107. not mean that there must be a credit for every debit, only that all entries 
  108. must add up to zero.  Each accounting period consist of a series of balanced 
  109. entries with equal pluses and minuses.
  110.  
  111.      For example, all of the checks written during a month are posted to 
  112. the various expense accounts as debit <+> amounts.  The total of all of 
  113. those checks is then posted to the CASH IN BANK account as a single credit 
  114. <-> amount.  The net of all the transactions posted is therefore zero, 
  115. making a balanced series of entries.  All income amounts are entered as 
  116. credit <-> amounts and a corresponding debit <+> entry is made to the Cash 
  117. in Bank account or to Accounts Receivable.  The PC-GL program helps you when 
  118. posting transactions by displaying the balance of all transactions posted at 
  119. the upper right of the screen.  When all of the transactions for the 
  120. accounting period have been posted, the balance displayed should be zero.
  121.  
  122.      If you are unfamiliar with double entry accounting, it is beyond the 
  123. scope of this manual to completely cover the subject.  However, all is not 
  124. lost.  The PC-GL system can also be used as a simple single entry system.  
  125. Just enter all your expenses and income to the proper account and run the 
  126. system normally.  Expenses are entered as positive <+> amounts and (this is 
  127. important!) income amounts are entered as negative <-> amounts.  To enter a 
  128. negative amount, first enter then number then press the minus<-> sign.
  129.  
  130.  
  131.  
  132.  
  133. SETTING UP THE CHART OF ACCOUNTS
  134.  
  135.      A standard chart of accounts is provided with the program.  Although 
  136. any sequential numbering scheme will work with the general ledger program, 
  137. the one provided is in common usage by accountants.  To use the standard 
  138. chart of accounts, simply run the program with the file PC-GL.COA on the 
  139. data disk drive.  Be sure to make a backup copy of PC-GL.COA first.
  140.  
  141.      The chart of accounts can be added to at any time during the 
  142. processing period.  All chart of accounts setup and modification is done 
  143. using the <Enter or Change Chart of Accounts> selection on the menu.  This 
  144. section allows you add new COA items, delete or change existing ones, or 
  145. examine the COA by scrolling up and down the screen.  All commands are 
  146. listed at the bottom of the screen and are selected by a single keystroke.  
  147. Upon entering this section you may immediately begin adding items to the 
  148. chart of accounts or, by pressing the Escape key, you may go to the command 
  149. mode and insert, delete or change items in the chart of accounts.  You will 
  150. not be allowed to delete an account with a balance or change balance 
  151. amounts.  Changing amounts is done by posting transactions to the account.  
  152. That way you have that all important audit trail.  Upon exiting the chart of 
  153. accounts section, the chart of accounts is automatically sorted in account 
  154. number order.
  155.  
  156.      Each chart of accounts item contains the following information:
  157.  
  158. 1)    ACCOUNT NUMBER - A three digit number between 000 and 998 that will be 
  159.      used for posting transactions.
  160.  
  161. 2)    ACCOUNT CODE - A two digit number which determines how, and on which 
  162.      reports, the item will be printed.  (See the section on COA coding for 
  163.      details.)
  164.  
  165. 3)    PRIOR YEAR % - This number will be printed on the income statement and 
  166.      is for informational purposes only.  If no prior year % is desired 
  167.      just press return for this entry and none will be printed on the 
  168.      income statement.  The prior year % is updated automatically at the 
  169.      end of the year by the Year End Update procedure.
  170.  
  171. 4)    ACCOUNT DESCRIPTION - Up to 27 characters are allowed for the account 
  172.      description.
  173.  
  174. 5)    CURRENT AMOUNT - The balance of all transactions entered to this 
  175.      account for the current accounting period.  If an asterisk <*> is 
  176.      entered during setup this chart of accounts entry will be treated as a 
  177.      title account on reports.  Title accounts are used to provide headings 
  178.      and totals on reports.  Transactions cannot be posted to a title 
  179.      account.  Press any other key during setup to enter a zero beginning 
  180.      balance for current and year to date.
  181.      
  182. 6)    YTD AMOUNT - The balance of all transactions entered to this account 
  183.      for the current year.  Opening account balances cannot be entered when 
  184.      the chart of accounts is set up, they must be posted as transactions.
  185.  
  186.      Just remember to look at the bottom of the screen when in doubt.  Your 
  187. options will usually be printed there.
  188.  
  189.      The first item in the chart of accounts should contain the name to be 
  190. printed on all reports.  If you are using the standard chart of accounts, 
  191. just change the description of the first account from STANDARD CHART OF 
  192. ACCOUNTS to the name you want printed on your financial statements.
  193.  
  194.      Once the chart of accounts has been setup, you won't be using this 
  195. section except to occasionally add new items to the chart of accounts or 
  196. delete items with zero balances no longer in use.
  197.  
  198.  
  199.  
  200. ENTERING TRANSACTIONS
  201.  
  202.      All checks and journal entries for the accounting period are entered 
  203. using the <Enter or Change Transactions> selection of the menu.  This 
  204. selection also allows you to examine entries by scrolling up and down the 
  205. screen and to insert, delete or change entries.  All commands are listed at 
  206. the bottom of the screen.  You may also obtain a total of all the amounts 
  207. posted to an account during the current posting session.
  208.  
  209.      Each transaction contains the following information:
  210.  
  211. 1)    DESCRIPTION - Up to 21 characters are allowed to describe the entry.  
  212.      Just pressing <return> or <+> will cause the previous entry to be 
  213.      repeated.  To enter a blank description, press the space bar then 
  214.      <return>.
  215.  
  216. 2)    CHECK NO. - A five digit check or reference number.  Numbers or 
  217.      letters may be used. Pressing <return> will cause the previous number 
  218.      to be repeated.  Pressing <+> will enter a number equal to the 
  219.      previous number plus one.  (This is useful when entering a series of 
  220.      checks with sequential check numbers.)
  221.  
  222. 3)    DATE - The date must be entered in MODA form.  i.e. 0108 for January  
  223.      eighth.  Pressing <return> or <+> will repeat the previous date.  Any 
  224.      day of the month higher than 31 will cause the transactions to be 
  225.      posted to the year to date balance only.  (In other words, a 
  226.      trans-action with a date of 0185 would not affect current balances 
  227.      when posted, only year to date balances.)
  228.  
  229. 4)    ACCOUNT NUMBER - A three digit account number must be entered.  Once 
  230.      the account number has been entered, the program will check to see if 
  231.      the number is a valid account number.  If not, you will be asked to 
  232.      reenter the account number.  Once a valid account number has been 
  233.      entered, the corresponding account description from the chart of 
  234.      accounts will be displayed at the bottom of the screen.  If you don't 
  235.      remember the account number, enter the number 999.  You will then be 
  236.      able to use the up and down arrow keys to search the chart of accounts 
  237.      for the correct account number.
  238.  
  239. 5)    AMOUNT - The amount is entered calculator style without using the  
  240.      decimal point.  Debit entries are entered as positive numbers and 
  241.      credit entries are entered as negative numbers.  To enter a negative 
  242.      number, enter the number in the regular manner followed by the minus 
  243.      <-> sign instead of the enter or plus <+> sign.
  244.  
  245.      The balance of all the transactions posted for the period, and the 
  246. total for the current check number are constantly displayed at the upper 
  247. right of the screen.  The check balance will help when posting a single 
  248. check to multiple accounts.
  249.  
  250. PRINTING CHECKS
  251.  
  252.      Checks may be printed at any time from the command mode.  Just use the 
  253. up and down arrows to point to the check you want to print then press <P>.  
  254. You will then be asked to enter the following information:
  255.  
  256.      >Check Date - Enter the check date as MO/DA/YR or press return to 
  257.      enter the month and day you entered for the check and the system date 
  258.      year.
  259.      >Pay to - Enter the name you want the check made out to or press 
  260.      return to enter the name you used for the description.
  261.      >Street Address and City State & Zip - Enter the address you want 
  262.      printed on the check or press return for no printed address.
  263.  
  264.  
  265.  
  266.  
  267.      For most checks this means that all you do to print a check is point 
  268. at the check, press <P>, then press the return key four times.
  269.      If you have distributed a check to several accounts by making multiple 
  270. entries with the same check number, the program will total all of the 
  271. amounts for the selected check number before printing the check.  If you 
  272. press the <P> by mistake, the escape key will get you out.  After you enter 
  273. the City State & Zip, the check will print.
  274.  
  275.      Checks are printed on standard preprinted accounts payable checks.  
  276. Set the printer to begin printing under "DATE" on the first page of the 
  277. check form.  The checks may be ordered from a number of suppliers including 
  278. NEBS (New England Business Services).  The NEBS form number is 9020.
  279.  
  280.  
  281. PRINTING REPORTS
  282.  
  283.      To print any of the available reports just select the report from the 
  284. main menu.  First you will be asked to input a report date to be printed on 
  285. the report.  Alphabetic and numeric dates are acceptable. i.e. January 31, 
  286. 1984.  Pressing return will enter the system date for the report date.  
  287. After a date is entered you will be able to choose printing to the printer, 
  288. the screen or to a file.
  289.  
  290.      If you choose to print to a file you will be prompted for a file 
  291. name.  The program will print the report to that file exactly as it would 
  292. have been printed to the printer.  These files are regular ASCII files and 
  293. can be read by most word processors.  Specifying a file name of LPT2: will 
  294. allow you to print to a second printer.
  295.  
  296. YEAR END CLOSEOUT
  297.  
  298.      At the beginning of a new accounting year all profit and loss account 
  299. balances are set to zero using this selection.  In addition, the prior year 
  300. percentages are updated to reflect the year just ended.  The program will 
  301. ask for the account number of your capital account, then the profit or loss 
  302. for the year just ended will be posted to that account.  If you are using 
  303. the Standard Chart of Accounts, the capital account would be account number 
  304. 465.  This section should be used only once a year and cannot be done unless 
  305. the General Ledger has been printed.
  306.  
  307.  
  308. END OF PROCESSING
  309.  
  310.      When processing is completed you must exit the program using this 
  311. selection.  You will be asked if you want to end processing.  Any answer 
  312. other than "Y" will return you to the main menu.
  313.      If you have entered any transactions, you will be asked to enter a 
  314. three month abbreviation for the month just processed.  The only acceptable 
  315. answers are one of the three character month abbreviations or the number 
  316. 13.  The number 13 is for use by those organizations that use a 13 month 
  317. accounting year.
  318.      If you had just completed the month of February you would enter FEB.  
  319. The program would then save three files to the disk:
  320.  
  321.                PC-GL.COA - The latest chart of accounts
  322.                PC-GL.TRN - The latest transactions
  323.                FEB.TRN   - A backup copy of the transactions
  324.  
  325.      The last file saved is saved so that later you may review all the 
  326. transactions posted to an account for the past year using the Print Account 
  327. Summary Report selection of the menu.  Until you have at least one month's 
  328. data saved to the disk, the Print Account Summary Report will not have any 
  329. transactions to summarize.
  330.  
  331.  
  332.  
  333.  
  334. CHART OF ACCOUNTS CODING
  335.  
  336.      If you use the standard chart of accounts or a modified version of the 
  337. standard chart of accounts, it is not necessary to be familiar with chart of 
  338. account coding.  Just delete the unwanted chart of account items. This 
  339. information is provided for those who want to use their own chart of 
  340. accounts or produce special reports.
  341.  
  342.      The first number of the two digit code is a number from 1 to 9 which 
  343. determines the account type.
  344.  
  345.               1.  ASSETS
  346.               2.  LIABILITIES
  347.               3.  INCOME (OR SALES)
  348.               4.  COST OF SALES
  349.               5.  GROSS PROFIT
  350.               6.  OPERATING EXPENSES
  351.               7.  OTHER INCOME
  352.               8.  OTHER EXPENSES
  353.               9.  NET PROFIT
  354.  
  355.      The GROSS PROFIT (#5) and PROFIT OR LOSS (#9) are generally used only 
  356. once in each chart of accounts for totaling purposes.  The COST OF SALES 
  357. (#4), GROSS PROFIT (#5), OTHER INCOME (#7) and OTHER EXPENSES (#8) can be 
  358. omitted if your applications doesn't require those categories.
  359.  
  360.  
  361.      When printing the income statement and balance sheet, the sign for the 
  362. balances of accounts with odd numbered account codes is reversed.  For 
  363. instance income amounts (#3) normally have credit balances and are carried 
  364. as minus numbers in the general ledger.  When printed on the income 
  365. statement they will be printed as positive numbers.
  366.  
  367.      The second number of the two digit code determines the totaling level 
  368. for an account on the income statement and balance sheet.  The total level 
  369. is used to determine what totals and subtotals appear on reports.  Each 
  370. higher total level totals all previous lower account numbers.  The best way 
  371. to understand how the totaling level works is to experiment.  Just change 
  372. the number and reprint the report to see how it looks.  Chart of account 
  373. coding can be changed at any time without causing problems.
  374.  
  375. Total Level:
  376.  
  377. 0    The balance and description will print only on the general ledger 
  378.      report.  When printing the balance sheet or income statement, the 
  379.      balance (if any) will be totaled and printed into the next higher 
  380.      number.  i.e. The total for a series of 0 coded accounts will print 
  381.      into the next account numbered 1 or higher.
  382.  
  383. 1    Used for most accounts.  On the balance sheet the account balance will 
  384.      be printed in the first column.
  385.  
  386. 2    Prints total of all previous 0 and 1 accounts.  Prints in the middle 
  387.      column of the balance sheet.
  388.  
  389. 3    Prints total of all previous 0, 1, and 2 accounts.  Prints in the 
  390.      right hand column of the balance sheet.
  391.  
  392. 4    Used for subtotal accounts such as TOTAL ASSETS, OPERATING PROFIT etc.
  393.  
  394. 5    Used for the NET PROFIT account on both the balance sheet and income 
  395.      statement.  If the balance sheet does not contain a level 5 account, 
  396.      the balance sheet will not balance.
  397.  
  398.  
  399.  
  400.  
  401.      On the income statement and balance sheet, any number higher than 1 
  402. will be preceded by a blank line.  The number 9 will cause the printer to 
  403. start a new page.  The use of a 9 is be restricted to title accounts with no 
  404. balance.
  405.  
  406.      Accounts used only for totaling the balances of previous accounts or 
  407. for printing titles on a statement are title accounts.  A title account is 
  408. created by entering an asterisk in the current balance column of an 
  409. account.  You cannot post any transactions to a title account.  Most 
  410. accounts with a totaling level higher than 1 will be title accounts.
  411.  
  412.  
  413. HANDLING BEGINNING AND ENDING INVENTORY
  414.  
  415.      If your application doesn't require that beginning and ending 
  416. inventory show on the income statement, you should skip this section.  It 
  417. discusses a commonly used but somewhat confusing technique to properly 
  418. display beginning and ending inventory on a computerized income statement.
  419.  
  420.      Any transaction with a date that contains a day of the month higher 
  421. than 31 will be posted as a year to date transaction only.  It will not 
  422. affect the current period balance.  This is moderately useful for making 
  423. adjustments to the year to date balances, but it's principal value lies in 
  424. making the beginning and ending inventory work properly on the income 
  425. statement.
  426.  
  427.      If we assume that the inventory at the beginning April was $25000.00 
  428. and the inventory at the end of April was $29000.00, the following series of 
  429. entries would be required:
  430.  
  431.  
  432. Description          Ref #        Date      Acct #       Amount
  433. >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
  434.  
  435. Inventory           GJN04         0430       151        29000.00
  436. Inventory           GJN04         0430       151        25000.00-
  437. Beginning Inv.      GJN04         0430       601        25000.00
  438. Ending Inv.         GJN04         0430       696        29000.00-
  439. Ending Inv.         GJN04         0484       696        25000.00
  440. Beginning Inv.      GJN04         0484       601        25000.00-
  441.  
  442.  
  443.      Notice that the last two entries are year-to-date entries because the 
  444. day of the month is higher than 31.  If the beginning and ending inventory 
  445. accounts start at zero (as would be the case at the beginning of the year), 
  446. the last two year-to-date entries should be omitted.
  447.  
  448.  
  449. ADDING A LITTLE COLOR
  450.  
  451.      If you have a color monitor and wish to have colors other than the 
  452. normal black and white you may specify the colors when you run the program.  
  453. Just include the decimal values for the colors after the path designation 
  454. separated by spaces.  The first number specifies the color for borders, the 
  455. second specifies the color for all data, the third number specifies the 
  456. prompt colors and the last number the background color.  For example, if you 
  457. run PC-GL by typing:  PC-GL C:GL\ 6 14 10 1 you will be telling the program 
  458. to look for data on drive C in the sub directory GL and use brown borders, 
  459. yellow data, light green prompts on a dark blue background.  Beware - the 
  460. program does not check to see if the colors are valid (or tasteful).  Once 
  461. you decide what you want, put the command in a batch file to avoid typing 
  462. errors.
  463.  
  464.  
  465.  
  466.  
  467.  
  468. HELPFUL HINTS 
  469.  
  470.      When using the <C> Change selection to change a chart of account item 
  471. or a transaction, you don't have to reenter each field.  Just press the 
  472. return key to skip to the next field.
  473.  
  474.      The <T> Total selection for transaction entries is useful for checking 
  475. balances.  It can also be used to add up all the purchases so you can make 
  476. an ending inventory calculation based on a desired cost of sales.
  477.     
  478.      It is helpful to remember that PC-GL uses data that has been loaded 
  479. into random access memory.  New data is not saved to the disk until you end 
  480. processing or select the <S> Save option from the Enter or Change 
  481. Transactions section of the program.  This also means that if you make a 
  482. mistake on the opening question (Do you want to start a new accounting 
  483. period?) you can just boot the computer and start over.  Your previous data 
  484. is still on the disk.
  485.  
  486.      The Account Summary Report will summarize all the transactions posted 
  487. to a particular account number for the past 12 months.  It will look at all 
  488. the transaction files on your disk that start with a three character month 
  489. abbreviation.  In other words, it will look at JAN.TRN, FEB.TRN, MAR.TRN 
  490. etc. and print all the transactions made to the selected account number.  
  491. You can use this report each January for summarizing payments for 1099 
  492. forms.  The 1099 is that form the government wants every year reporting 
  493. payments to individuals of over $600.
  494.  
  495.      PC-GL is written in Turbo Pascal.  The source code is available for 
  496. $95.
  497.  
  498.      TO PRINT THIS MANUAL:
  499. Turn on your printer and set it to the top of the page.
  500. Enter  COPY PC-GL.DOC LPT1:
  501.  
  502.