home *** CD-ROM | disk | FTP | other *** search
/ Between Heaven & Hell 2 / BetweenHeavenHell.cdr / 500 / 416 / man < prev    next >
Text File  |  1979-12-31  |  83KB  |  1,756 lines

  1.  
  2.  
  3.                           PC-ACCOUNTING 
  4.  
  5.                      Copyright 1986 PPE Inc.
  6.                        All Rights Reserved
  7.  
  8.  
  9.                            Contents 
  10.  
  11. Introduction ....................... 2
  12. List of Files ...................... 2
  13. Program Menus and Options........... 3
  14.   Main Program ..................... 3
  15.   Pay Program ...................... 4
  16.   Secondary Program ................ 4
  17. Main Program........................ 5
  18. Changing Transactions............... 7
  19. Payroll ............................ 7
  20. Tax Tables ......................... 7
  21. Employee File ...................... 9
  22. Using Payroll Program .............. 10
  23. Post Tax Liabilities ............... 12
  24. Comparing Bank Statement ........... 13
  25. Optional Compare Bank Statement..... 15
  26. 1099 and W2 Tax Forms .............. 15
  27. Inventory .......................... 16
  28. Car Log ............................ 17
  29. Checks ............................. 17
  30. Income Tax Forms ................... 18
  31. Multiple Transactions .............. 19
  32. Gross Pay and Quarterly Reports .... 19
  33. Scanning Files ..................... 20
  34. Paycheck Condensed Format .......... 20
  35. Program Accuracy ................... 20
  36. Double Checking Sums ............... 21
  37. New Year/ End of Year .............. 21
  38. Bank Accounts ...................... 22
  39. Program Limits ..................... 22
  40. File Management .................... 22
  41. Starting Your Own Files ............ 23
  42. Starting in the Middle of the Year . 23
  43. Errors ............................. 24
  44. Business Income Tax Basics ......... 24
  45. Depreciation ....................... 26
  46. Prompts ............................ 26
  47. File Explanation ................... 27
  48. Disclaimer of Warranties ........... 28
  49. License Information ................ 28
  50. Update Service ..................... 29
  51. Update Order Form .................. 31
  52. Other Products from PPE ............ 32
  53.  
  54.  
  55.  
  56.                           Introduction
  57.  
  58.      PC Accounting is a single entry accounting system designed 
  59. for small businesses.  The main advantages to single entry 
  60. accounting systems are that they are relatively easy to use and 
  61. very little knowledge of accounting is required.  The main 
  62. disadvantage is that there are no checks and balances as there are
  63. in double entry accounting.  Therefore, a single entry system is 
  64. not recommended for large businesses where the owner cannot 
  65. personally keep track of all transactions where the possibility of 
  66. embezzlement exists.  A double entry accounting system will not 
  67. prevent all embezzlement, but it will make it more difficult.
  68.  
  69.      PC Accounting is similar to the Dome accounting books and
  70. most single entry pen and paper accounting systems.  The main 
  71. differences are that all the entries are stored on disk instead of 
  72. ledger paper and the computer does all the calculations for you.  
  73. The data files on disk hold the same information that your ledger 
  74. paper would hold. 
  75.  
  76.      Before you can start using this program you need to know
  77. how to use your computer and disk operating system.
  78. You should know :
  79.    1.  How to turn on your computer and load DOS
  80.    2.  How to backup a disk or file using DISKCOPY or COPY 
  81.    3.  How to see what is on your diskettes using DIR 
  82.    4.  How to delete a file using DEL
  83.    5.  Which disk drive is drive A, which disk drive is drive B, 
  84. and which one is the default disk drive at any time (the letter 
  85. before the > prompt). 
  86.      If you do not know how to do any of the above read your Disk 
  87. Operating System Manual to find out how.  IBM also encloses 
  88. with some of its computers a manual titled Guide to Operations 
  89. which explains in simple terms how to use DOS.  You could also 
  90. get a friend to show you how to use your computer.
  91.  
  92.                           LIST OF FILES
  93.  
  94.      The following files should be on the diskette you received. 
  95.  
  96. MAIN.EXE       - The main program 
  97. PAY.EXE        - The payroll program
  98. SECOND.EXE     - The secondary program
  99. TRANSACT       - Contains all the transactions
  100. PAYCK          - Contains all the paychecks
  101. TAXTBL         - Contains all the tax tables; used by pay program
  102. EMPLOYE        - Contains all the employee information; used by 
  103.                   pay program
  104. COMPANY        - Contains company name, address, and tax numbers 
  105.                   used for W2 and 1099 tax forms 
  106. CONTRACT       - Contains name, address, and tax number of contractors
  107. CLASS          - Contains description of each class
  108. BANK           - Contains name of each bank
  109. CARLOG         - Contains all carlog entries
  110. GROSSPAY       - Contains gross pay and tax liabilities
  111. LASTGROSS      - Contains gross pay for each employee at last 
  112.                  The -2 quarter option will create file.
  113. INVENTOR       - Contains inventory  
  114. SCREEN         - Contains screen for transaction input
  115. MAN            - The manual on disk  
  116. PRINTMAN.BAS   - A short basic program that prints the manual 
  117. BRUN10.EXE     - Basic run-time module
  118.  
  119.     PC Accounting is a system of three programs.  The first program 
  120. named MAIN is used to enter the transactions and carlog entries. 
  121. The program PAY is the payroll program.  The program SECOND is 
  122. used to initialize your tax tables, employees, contractors, and 
  123. other information.  The program SECOND also has the end of year 
  124. inventory and depreciation calculations.  
  125.      You can start any of the three programs by putting the 
  126. diskette with the program in the default disk drive then type 
  127. the program name.  For example :
  128. A>MAIN
  129. or
  130. A>PAY
  131. or 
  132. A>SECOND
  133.     Each program will take a few seconds to load.  Each program 
  134. will then display a prompt asking you to put the program data disk 
  135. in the default disk drive.  Make sure the disk is in the default 
  136. disk drive, then press any key to continue.  When you are familiar 
  137. with the program, you may find it convenient to load the programs 
  138. from disk drive B.  Each program is loaded entirely into memory 
  139. so that the program file does not have to remain in one of the 
  140. disk drives.  If this is your first time trying out the system, 
  141. just put the disk in drive A or copy all files on your hard disk, 
  142. and leave the disk in until you understand the system.
  143.  
  144.                PROGRAM MENUS SUBMENUS AND OPTIONS
  145.  
  146.                           MAIN PROGRAM     
  147.  
  148. 0-Exit to Operating System
  149. A-Transactions
  150.    A-Enter New Transaction
  151.         Print Checks
  152.    B-View Already Entered Transactions
  153.         Make Changes
  154.         Print on Paper
  155.         Print Checks
  156.    C-Scan Transactions
  157.         Scan a Single Bank
  158.         Scan a Single Contractor
  159.         Scan a Single Class
  160.         Print Transactions Scanned on Paper
  161.         Print Subtotals on Class
  162.         Print Total Deposits, Withdraws
  163. B-Compare Bank Balance 
  164. C-Car Log
  165.    A-New Log Entry
  166.    B-Scan Entries
  167.         Print on Paper
  168.         Change a Single Log Entry
  169.         Show Total Mileage
  170. D-Contractor End of Year Summary
  171.    A-Total Payments to Each Contractor
  172.    B-Print 1099 Tax Forms
  173.  
  174.                            PAY PROGRAM
  175. 0-Exit to Operating System
  176. A-New Paycheck
  177.         Computes Deductions
  178.         Print Checks
  179.         Print on Paper
  180. B-View a Single Paycheck
  181.         Print Checks
  182.         Make Changes
  183.         Print on Paper
  184. C-Post Tax Liabilities
  185. D-Scan Paychecks
  186.         Print on Paper
  187.         Subtotal Taxes
  188.         Scan a Single Employee
  189.         Scan a Single Pay Date
  190. E-W2 Tax Forms
  191.         Print Individual W2
  192.         Print Subtotal W2
  193.         Print Total W2
  194. F-Tax Liabilities, Gross Pay
  195.         Change Tax Liabilities
  196.         Change Gross Pay
  197.         Quarterly Gross Pay
  198.         Clear Gross Pay
  199.         Move Gross Pay to Quarter Gross Pay
  200.  
  201.                         SECONDARY PROGRAM
  202.  
  203. A-Depreciation
  204.    A-ACR 3 year 6% tax credit
  205.    B-ACR 3 year 4% tax credit
  206.    C-ACR 5 year 10% tax credit
  207.    D-ACR 5 year 8% tax credit
  208.    E-Straight Line
  209.    F-Double Declining
  210.    G-Sum of Digits
  211.    H-Fixed %
  212. B-Class of Transaction
  213.    A-View and/or Change a Class
  214.    B-Print All classes on Paper
  215.    C-Reduce Maximum Number of Classes
  216. C-Bank Accounts
  217.    Change Name or Number of Bank Accounts 
  218. D-Contractors for 1099 form
  219.    A-View/Change/Enter a Contractor
  220.    B-Print a Single Record on Paper
  221.    C-Print All Records on Paper
  222. E-Screen Prompts
  223.    Enter/Change Screen Prompts
  224. F-Company Name and Information
  225.    Change Name/Address/Tax Number
  226. G-End of Year Inventory
  227.    A-New Entry
  228.    B-Scan Inventory
  229.        Print on Paper
  230.        Change an Entry
  231.        Total Inventory Value
  232. H-Employee File
  233.    Enter New Employee
  234.    Change Old Employee Data
  235.    Print on paper
  236. I-Tax Tables
  237.    Enter New Tax Table
  238.    Change Old Tax Table
  239.    Print on Paper
  240.  
  241.                           MAIN PROGRAM
  242.  
  243.      The best way to learn how the program works is to run the 
  244. program and start using it.  This is not a printed manual filled 
  245. with screen prints of every possible screen the program 
  246. generates.  Therefore, you will have to learn by doing.  In case 
  247. you have not noticed, the way most people, including us, write huge 
  248. manuals for their software is to show a screen print on one page, 
  249. a sentence or two describing the option chosen, then a screen 
  250. print on the next page showing the results.
  251.      The program is menu driven.  Put the diskette in drive A 
  252. and start the program.  Just follow the menus to the different 
  253. options. The programs are fairly simple, so it will only take you 
  254. an hour or two to become familiar with all the programs.
  255.  
  256.      The main program lets you enter transactions.  You can think 
  257. of the transaction file as a ledger containing the following 
  258. columns :
  259.  
  260. Day                 
  261. Month
  262. Description
  263. Pay To
  264. Bank Number,   1 or 2, 0 for Non-Bank Transaction
  265. Check Number,  0 for Deposit
  266. Check Cleared Y/N
  267. Amount, Dollar amount of the Transaction
  268. Contractor Number
  269. Class of Transaction
  270. Bank Balance Bank #1
  271. Bank Balance Bank #2
  272.  
  273.      The new entry screen will show you the last entry in the 
  274. upper right hand corner of the screen.  The last entry is shown 
  275. so you don't type in a transaction twice by mistake.  When first 
  276. entering a transaction for the day, look at the last entry and 
  277. make sure it is the last date and last transaction you entered 
  278. the last time you used the system.  A common mistake is to start 
  279. using last week's backup disk instead of the most up to date disk.  
  280. If you look at the last transaction entered, this should not 
  281. happen.  
  282.      Your bank balances are shown in the lower left hand 
  283. corner.  The lower half of the screen shows all the classes of 
  284. transactions.  You can change the screen using the secondary 
  285. program.  Note that changing classes does not automatically 
  286. change the the screen.  
  287.     The class of each transaction is the category or 
  288. classification of the transaction.  You can chose your own 
  289. classes using the secondary program.  Examples of classes are 
  290. advertising expense, office expense, utility expense, and
  291. so forth. 
  292.     The day and month fields are entered automatically by the 
  293. computer.  When the program first starts up, it will ask you if 
  294. the date is correct and give you the opportunity to change it.  
  295. You can either enter the date when you boot up DOS or when you 
  296. start the program.  On some not so IBM compatible computers the 
  297. program may not get the correct date from DOS, so you will have to 
  298. enter it when starting the program. 
  299.      The check cleared field is set to "N", not cleared.  The 
  300. computer automatically updates each bank account balance after 
  301. each transaction.  You enter the other fields. 
  302.      For the check number, enter 0 for a deposit; otherwise enter 
  303. the check number.  The program does not keep track of checks by 
  304. check number, so it does not make any difference if you skip check 
  305. numbers.  If you are making a withdrawal without using a check, 
  306. enter check number 1 anyway so the program will recognize it as a 
  307. withdrawal.  When you print checks the computer gives you the 
  308. option to change the check number.  You may find it more 
  309. convenient to enter the check number when printing checks.  You do 
  310. not have to print the checks out using the computer; you may 
  311. write your checks by hand if you prefer to.
  312.      If the transaction is a cash or non-bank transaction enter 0 
  313. for the bank number.  A cash or non bank transaction will not 
  314. change any of the bank account balances.
  315.      The IRS requires you to send them a 1099 report of 
  316. miscellaneous income to any person you pay over $600 per year to. 
  317. The contractor number is used to prepare the 1099 forms.  Most 
  318. transactions do not involve contractors, so you can just enter 0 
  319. (or press return for the default value of 0) for no contractor.  
  320. If a contractor is paid, enter his contractor number.  Enter all 
  321. transactions paid to a contractor. 
  322.      If you are not sure which contractor is which, you can use 
  323. the -1 scan contractor option.  This will show contractor number 
  324. 1 on the screen.  Press any letter key to see the next contractor. 
  325. Continue pressing any letter key until the correct contractor number 
  326. is shown.  When the correct contractor is shown press return.
  327.      Depending on your business you may many contractors.  If 
  328. your business is small you may not pay any contractors $600 for 
  329. the year.  
  330.      You can exit the enter a new transaction subroutine by just 
  331. pressing return on the first description field or using -1 
  332. the abort entry option.
  333.  
  334.                       CHANGING TRANSACTIONS 
  335.  
  336.      Using the view a single entry option, you can change some 
  337. of the information in the transaction file.  After a transaction is 
  338. entered, you can NOT change the amount or bank or change a deposit 
  339. to a check or change a check to a deposit.  This is because the 
  340. program is designed like your bank statements.  The bank 
  341. balances are kept in 2 fields of the transaction file.  Any 
  342. change to a bank account balance must be done with a new 
  343. transaction.  This is done for security and reliability reasons.  
  344. For example, if you enter a check as $400  when it actually was 
  345. for $500 you can't just change the $400 to $500.  You can enter an 
  346. adjusting transaction or enter a voiding transaction.  
  347.      In the above example an adjusting transaction would be a 
  348. "check" for the difference of $100.  You enter an adjusting 
  349. transaction the same way as any other transaction.  
  350.      You could VOID or negate a bad transaction by the same 
  351. transactions with the negative amount of money.  You would also 
  352. want to change the description to "Voiding ..... " so that you 
  353. know it is a voiding transaction.  Once you have voided the bad 
  354. transaction, you can enter the correct transaction. 
  355.       Obviously, this is some trouble.  It would be easier just 
  356. to change the initial transaction, but if we let you do that you 
  357. would have no record of changes which could make your bank 
  358. account balances unreliable.  Needless to say, make sure your bank 
  359. account number 0,1 or 2, the dollar amount, and whether it is a 
  360. check or deposit are correct before you press the 0 for OK, no 
  361. changes, when entering a new transaction.  
  362.  
  363.                              PAYROLL
  364.  
  365.      You can use the transaction program without using the 
  366. payroll program.  Use of the payroll program is optional.  If you 
  367. are a one person company, you many not have any payroll.  
  368.      You can try the payroll program with the sample employee and 
  369. tax tables we have provided.  Once you have tried the program and 
  370. decided to use it, enter your own tax tables and employees using 
  371. the secondary program.  Enter the tax tables first because you 
  372. have to assign each employee to the tax tables later.  
  373.      This system can only handle one length of pay period.  You 
  374. can pay your employees weekly, every other week, twice a month or 
  375. once a month.  You cannot have some employees paid once a week 
  376. while some are paid once a month.  All employees must use the 
  377. same length of pay period.  This is because this system only has 
  378. room for the tax tables of one pay period.  
  379.      The tax tables we have included as samples on  disk are the
  380. 1986 Employee Social Security, Employer Social Security, weekly 
  381. Federal Withholding, and weekly Federal Earned Income Credit 
  382. tables.  
  383.                            Tax Tables
  384.      You can have up to 16 tax tables.  The first eight are 
  385. reserved for :
  386. 1. Employee Social Security
  387. 2. Federal Single Income Tax Withholding
  388. 3. Federal Married Income Tax Withholding
  389. 4. Federal Unemployment Tax
  390. 5. State Unemployment Tax
  391. 6. Employer's Social Security -  Currently this is the same as 
  392.      tax table one but tax laws could change
  393. 7. Earned Income Credit Single (EIC)
  394. 8. Earned Income Credit Married (EIC)
  395.      Tables 9 to 16 can be used for state taxes, local taxes, 
  396. state deductions, disability, union dues, or any other deduction 
  397. you can put on a table. 
  398.  
  399.      Each tax table has:
  400. Description - Name of the tax table
  401. Allowance   - This is the dollars deducted from taxable pay for 
  402. each allowance.  For example, the federal allowance is $20.77 for 
  403. each allowance on a weekly payroll.
  404. Limit On Gross - Some taxes such as Social Security apply only 
  405. to pay under some limit, such as $42,000 for Social Security in 
  406. 1986.
  407. Number of Tax Brackets - This is the number of tax brackets or 
  408. rows in the tax table.  You can use a maximum of 15 brackets.  
  409.  
  410. Each row or Tax Bracket contains the following :
  411. Lower Limit - if pay is under the lower limit, this tax bracket 
  412.      does not apply
  413. Upper Limit - if pay is over the upper limit, this tax bracket 
  414.      does not apply
  415. Tax - This is the dollar tax plus
  416. Percent - Additional tax is this percent of the pay over the over 
  417.      amount 
  418. Over - over this amount;  this is usually equals the lower limit
  419.      
  420.      Enter the tax tables for the pay period you are using.  For 
  421. example, if you pay your employees every week, enter the federal 
  422. single weekly tax table, the federal married weekly tax table, and 
  423. the state weekly tax tables.  Some of the tax tables are the 
  424. same regardless of pay period.  For example Social Security is 
  425. 7.15 percent up to a limit of $42,000 regardless of the pay 
  426. period.  
  427.      The Federal Tax Tables are obtained from IRS Circular E 
  428. "Employer's Tax Guide", which the IRS sends free every year to each 
  429. employer.  Once you get on the IRS employers mailing list and 
  430. your state employers mailing list, they will mail you tax table 
  431. changes.  You get on their mailing lists when you apply for a tax 
  432. ID number.  
  433.      The IRS lets you figure income tax withholding by either 
  434. the "Percentage Method" or "Wage Bracket" method.  This program 
  435. uses the percentage method.  Most states have a percentage 
  436. method very similar to the Federal percentage system.  A few 
  437. states will publish a yearly percentage withholding method and 
  438. make you divide the yearly figures by the number of pay periods 
  439. in a year.  For example, the State of Wisconsin has the following 
  440. tax withholding schedule:
  441.  
  442.     Annual Net Wage        Tax
  443.     
  444.    Not over $7,500           5%
  445.    $7,500 to $15,000        $375 plus 6.6% over $7,500
  446.    Over $15,000             $870 plus 7.9% over $15,000
  447.  
  448.      You can convert this to a weekly table by dividing all the 
  449. dollar amounts by 52 (the number of pay periods in a year).  The 
  450. percentages remain the same:  
  451.  
  452.      Weekly Wage          Tax
  453.  
  454.    Not over $144.23         5%
  455.    $144.23 to $288.46      $7.21  plus 6.6% over $144.23
  456.    Over $288.46            $16.73 plus 7.9% over $288.46
  457.    
  458.      When entering the tax tables, you will notice that the 
  459. computer will estimate the lower limit, tax, and over amount.  
  460. All you have to enter is the Upper Limit and Percent.  This is 
  461. because the Lower limit, Tax, and Over amounts can be computed from 
  462. the just the Upper Limit and Percent.  This saves you a few 
  463. minutes of entering numbers.  
  464.      Also, the last upper limit is probably "No Limit" or left 
  465. empty in most tax table.  In other words, no matter how much money 
  466. you make the government wants its percentage.  However, this 
  467. computer program does not understand the words "No Limit " so enter 
  468. $99,999 for the upper limit of the last row.  No employee in your 
  469. business makes over $99,999 in one pay period so $99,999 is 
  470. effectively no limit. 
  471.  
  472.                          Employee File
  473.      After you enter the tax tables, you should enter each of your 
  474. employees in the employee file using the secondary program.  For 
  475. each employee you need to enter :
  476. 1. Name
  477. 2. Street Address
  478. 3. City, State, Zip Code
  479. 4. Social Security Number
  480. 5. Married or Single Federal Tax  1 for Single  2 for Married
  481.                                   0 - No federal tax
  482. 6. Class of Transaction - This is not currently used 
  483.                         - Reserved for future use
  484.                         - Just enter zero
  485. 7. Salary or Hourly Wage - must not be zero 
  486. 8. Earned Income Credit: 0 for none, 1 for Single, 2 for Married
  487. 9. Number of Federal Allowances
  488. 10. Number of State Allowances - 0 if none 
  489. 11. State Allowances in dollars - In some states you don't get 
  490. the same amount for each allowance.  Some states give you $30 
  491. for yourself, $25 for being married, and $20 for each dependent.  
  492. If you are in a state where the allowances are not equal, you 
  493. will need to enter the employees allowance in dollars here.  If 
  494. you are in a state where the dollars per allowance are equal then 
  495. enter zero and let the tax table calculate the allowance using 
  496. the above number of state allowances.  Use either this option or 
  497. the previous option to compute the state allowances(Don't use 
  498. both). 
  499. 12.  State Deduction - Some states give you a state deduction in 
  500. addition to the your allowances.  This is similar to the old 
  501. federal system before the $2,700 dollar personal deduction was 
  502. figured in the withholding tax tables. 0 if no state deduction. 
  503. 13. State Deduction Table - 0 for most states.  For a few states 
  504. the deduction is progressive or regressive and you need a tax 
  505. table to figure out the state deduction.  For example in Maryland 
  506. you get a deduction of 15% of your income up to a limit of $30 on 
  507. a weekly basis.  See the sample state deduction table if you live 
  508. in a state that has varying deductions. Use either this option or 
  509. the previous option to compute the state deduction (Don't use 
  510. both). 
  511. 14. State Tax Table Number - Enter the number of the State Tax 
  512. Table for the employee.  Make sure it is the correct married or 
  513. single table
  514. 15. State Number.  This is important if you have employees from 
  515. more then one state and have to pay withholding taxes to several 
  516. states.  State one should be your state.  States 2,3, and 4 can be 
  517. other states that you withhold taxes for.  This does not affect 
  518. the calculation of the tax; the state number only affects which 
  519. state the state taxes are totaled for.
  520. 16. Local Tax Basis 
  521.      1- Percent of Gross Pay
  522.      2- Percent of Federal Tax
  523.      3- Percent of State Tax
  524.      4-16 a tax table number for local tax; the number of
  525.           allowances for local tax equals the number of 
  526.           state allowances. 
  527. 17. Local tax percentage- Used if the local tax basis is percent 
  528. of gross pay, percent of Federal Tax, or Percent of State Tax
  529. 18. Optional Withholding 1.  - A tax table number 0 if none 
  530. 19. Optional Withholding 2.  - A tax table number 0 if none
  531. 20. Optional Employer Tax 1  - A tax table number 0 if none
  532. 21. Optional Employer Tax 2  - A tax table number 0 if none
  533. 22. Optional State Tax Credit - 0 if none (most states)  Some 
  534. states like California give a tax credit on state taxes to each 
  535. employee. 
  536.  
  537.                  Using The Payroll Program  
  538.     Now that you have entered the initial tax tables and employee 
  539. information, you can use the pay program to enter a few test 
  540. paychecks for them.  
  541.      Use option A to enter new paychecks.  The computer will 
  542. run through each employee and ask you if you want to enter a 
  543. paycheck for the employee.  If the employee has not worked 
  544. this pay period, you press N for no pay.  The computer then 
  545. advances to the next employee.  If the employee has worked, 
  546. you press Y for yes.  
  547.      The computer will then ask you for number of hours worked.  
  548. You need to enter a decimal number.  One hour and a half is 1.5 
  549. hours not 1.30 (one hour and thirty minutes).  Fifteen minutes 
  550. is a quarter of an hour or .25 hours.  Forty five minutes is 
  551. three quarters of an hour or .75 hours.  If you keep exact track 
  552. of how many minutes your employees work instead of keeping track 
  553. of the nearest quarter hour, you will have to convert to decimal 
  554. by dividing the minutes by sixty.  For example if an employee 
  555. works 3 hours and 58 minutes and you are too cheap to pay him for 
  556. four hours then you have to convert the 58 minutes to decimal by 
  557. dividing 58 by 60 to get .9666 hours + 3 equals 3.9666 hours.  
  558. But most of you probably hire people to work on the hour, half 
  559. hour or quarter hour and probably don't care nor have a time 
  560. clock to track hours worked to the exact minute.  If you enter 
  561. zero for the number of hours worked, the computer will move to the 
  562. next employee. 
  563.      The computer will then ask you for tips for this employee.  
  564. If your employee receives tips, you have to collect taxes on them. 
  565. Just press return for the default value of 0 if the employee has 
  566. no tips.
  567.     The computer will show you the gross pay, then it asks you if 
  568. it is correct.  Press Y if the gross pay is correct.  Press N for 
  569. no if the gross pay is not correct. If you press N the computer 
  570. will give you the opportunity to enter the gross pay or reenter 
  571. the hours worked. 
  572.      The computer will then automatically calculate and display 
  573. the following :
  574.  
  575. Month Day Record Number
  576. 3. Employee Number and Name
  577. 4. Hourly Wage and Salary
  578. 5. Hours Worked
  579. 6. Tips
  580. 7. Gross Pay
  581. 8. Federal Income Tax Withheld
  582. 9. State Income Tax Withheld
  583. 10. Local Income Tax Withheld
  584. 11. Social Security Withheld
  585. 12. Other Withheld 1
  586. 13. Other Withheld 2
  587. 14. Earned Income Credit
  588. 15. Paycheck  
  589.  
  590. 16. Employers Federal Unemployment
  591. 17. Employers State Unemployment
  592. 18. Employers Social Security 
  593. 19. Employers Tax 1
  594. 20. Employers Tax 2
  595. 21. Check Number 
  596.  
  597.      Line 16 to 20 are taxes that you, the employer, must pay. They 
  598. are not deducted from the paychecks.  
  599.      Lines 8 to 13 are deducted from the employee's paycheck.  
  600. Earned income credit is added to the paycheck.  
  601.      The Other Withholding Tax 1 and Other Withholding 2 can be 
  602. used for union dues, health plans, or other state taxes.  The 
  603. Other Employer Tax 1 and Other Employer Tax 2 can be used for 
  604. state disability, pension plans or other taxes. 
  605.  
  606.      The options after the computer displays the tax are: 
  607. A-Forward B-Back C-Change D-Print on paper E-Print Check F-Redo
  608. The Redo option lets you start over entering the employee hours, 
  609. gross pay then recomputes the taxes.  You can print the check at 
  610. this time, but it is advisable to wait until you have entered all 
  611. the employees.  Press Return to go to the next employee.  The A- 
  612. Forward and B-Back Options are disabled during the new paycheck 
  613. entry.  
  614.  
  615.      You can use the Change option to enter any other taxes or 
  616. deductions by hand.  For example, if an employee borrowed $100 from 
  617. you and you are taking $25 dollars out of his paycheck each paycheck, 
  618. you can reduce the paycheck by $25.  
  619.  
  620.                           Employee Tips  
  621.     Tips are also subtracted from gross pay because you, the 
  622. employer, do not pay the tips.  If an employee receives two or 
  623. three times more tips then salary, it is possible that the 
  624. paycheck could end up negative.  This means that all of his 
  625. salary goes to taxes plus you still have to collect money from 
  626. his tips to pay some of the taxes.  Also, if you have a tipped 
  627. employee who earns over $42,000, the Social Security limit you 
  628. still have to pay employer's Social Security until the salary 
  629. (not including tip) reaches $42,000.  The computer will stop 
  630. computing employer's social security when gross pay reaches 
  631. $42,000.   You will have to enter this using the change option.  
  632. Since there are probably no tipped employees who earn (much less 
  633. report) $42,000, this will probably never be a problem.  
  634.      Tips are included in the gross pay for federal and state 
  635. unemployment tax calculations. 
  636.  
  637.                       POST TAX LIABILITIES 
  638.  
  639.      When you are done doing all the paychecks, use the option 
  640. "Post Tax Liabilities" to add all the taxes payable, and 
  641. the employee gross pay.  This operation requires no action on 
  642. your part.  You just press C and watch the computer post the 
  643. records for a few seconds. 
  644.      Before you post the tax liabilities, you should scan the 
  645. paychecks you have just entered to make sure they are correct.  
  646. Printing out the subtotal of taxes should at least confirm that 
  647. they are no wildly incorrect values.  
  648.      The Payroll and Transaction Programs are not interconnected.  
  649. After each payroll, you have to make an entry in the transaction 
  650. file contain the total dollar amount of paychecks made .  This is 
  651. done to update your bank account balance.  For example, if you 
  652. paid five employees $100 each, enter a transaction entitled Total 
  653. Paychecks Jan 1 for $500.  If you are a manufacturer, you will have 
  654. to allocate your labor between manufacturing labor and 
  655. administrative labor.  For example, if three of the employee make 
  656. sailboats and two of them sell them you will need to enter a 
  657. transaction for manufacturing labor of $300 and administrative 
  658. labor of $200.
  659.  
  660.      After you have posted the tax liabilities, you should use 
  661. option F - Tax Liabilities to look at how much you owe the federal 
  662. and various state governments.  Depending on the amount of taxes 
  663. you owe, you may have to mail the government a check right away, 
  664. at the end of month, or end of the quarter.  If you make a payment 
  665. on any of the taxes, you should enter the payment in the Tax 
  666. Liabilities option of the payroll program.   
  667.      When you are at the main menu of the payroll program, the 
  668. computer will display the last record posted and the last record 
  669. entered.  You should make sure the last record entered was your 
  670. last pay period entry to make sure you are not using an old disk.  
  671.      Before you start entering a new pay period, you should make 
  672. sure the last record posted is the same as the last record.  If it 
  673. is not, post the records before entering the new records.  The only 
  674. thing that could happen if you don't post last week's paychecks before 
  675. starting this week's is that some of the taxes which have a limit on 
  676. gross such as Social Security could be overcollected if you hit 
  677. the limit on gross during either the week you failed to post or 
  678. the current week.  For example, if my pay at $1,000 per week went 
  679. over the limit of $42,000 last week but I forgot to post the 
  680. paychecks, I would end up paying social security this week even 
  681. though I should not pay any because I  went over the $42,000 
  682. limit last week.  
  683.      The posting subroutine will post all records that have not 
  684. been posted, so even if you forget to post for a week, next week 
  685. the two weeks will be posted at once.  The records cannot be 
  686. over posted.  Even if you use the Post option two or three times 
  687. in one week by mistake, the computer will only post each record
  688. once.   
  689.  
  690.                  MAKE BACK-UP COPIES EVERY WEEK
  691.  
  692.      You should make back-up copies of your data at least once a 
  693. week or whenever you spend a large amount of time entering 
  694. data.  If you spend a hour a week entering data, you have invested 
  695. 52 hours by the end of the year entering the data.  If you lose 
  696. the information, it will take you a long time to reenter the data.  
  697. So make plenty of backup copies.  Don't reuse the same disk 
  698. every week for the backup.  Disks are so cheap now that you 
  699. should use a different disk each week for backup.  If you lose 
  700. one week's data, you can get the disk from last week and reenter 
  701. the one week only.  
  702.      You still need to keep your checks and receipts in case you 
  703. are audited.  Just because you entered in a payment in this 
  704. program does no constitute proof that you did actually make the 
  705. payment.  The IRS may want to see a cancelled check or receipt.  
  706. On the bright side, if you do get audited, a computer printout of 
  707. your bookkeeping will impress the IRS more then just a pile of 
  708. canceled checks and receipts.  
  709.  
  710.  
  711.                   COMPARING YOUR BANK STATEMENT 
  712.      
  713.      This program will continuously balance one or two checking 
  714. accounts.  Your Bank Balances could be off for several reasons:
  715.  
  716. 1. You could have written a check, then forgotten to enter it into 
  717. the computer.
  718.  
  719. 2. You could have entered the wrong amount into the computer.
  720.  
  721. 3. You could have entered a check as paid on bank one instead of 
  722. bank two or vice versa.
  723.  
  724. 4. This program could have made a mistake.  If you think this
  725. program made a mistake see the chapter Double-Checking Sums. 
  726.  
  727. 5. The bank's program could have made a mistake. This is very 
  728. unlikely since when banks make a mistake in the customer's favor 
  729. the customer may or may not give the money back.  Banks have a 
  730. very strong incentive to make sure their programs work.  
  731.  
  732. 6. A bank clerk could have entered the wrong amount of the check.  
  733. The bank clerks, who type in the dollar amounts of each check are 
  734. only human and they make a mistakes on one of every several 
  735. thousand checks. 
  736.  
  737.      When your bank makes adjustments to your account such as 
  738. when a customer's check bounces, it is important to enter the 
  739. transaction right away as a transaction so that your bank 
  740. balances are up to date.  Your bank will usually send you a 
  741. computer generated "debit charge" and the bad check the same day.  
  742. Assuming you are using a local bank, you should receive the notice 
  743. within one, two, or three days.  It is important that you enter 
  744. these charges in the same month they happen, or reconciling your 
  745. bank account will be complicated by the fact that on Jan 30 the 
  746. bank reduced your account by $200 to cover a bad check but because 
  747. you did not receive notice until February 1st this program 
  748. thinks the amount was reduced in February.  Watch out for this if 
  749. your account does not balance.  
  750.  
  751.      You can compare your checking account using using the B 
  752. option on the main program.  The computer will ask you to enter 
  753. the  month of the statement and the last day of the statement.  
  754. Most bank statements are for the entire month.  The computer will 
  755. also ask you to enter the bank balance.  The program assumes 
  756. the bank gives you your interest or service charge on the next 
  757. day.  Some banks give interest on the last day of the month; 
  758. others hold onto the money for an extra day and give it on the 
  759. first day of the month. (After all, you haven't earned a months 
  760. interest until the month is over!) If your bank statement has an 
  761. interest earned or service charge on the last day as the last 
  762. entry, USE THE BANK BALANCE RIGHT BEFORE THE INTEREST EARNED OR 
  763. SERVICE CHARGE.  
  764.  
  765.      You must have your printer turned on to balance your 
  766. checkbook.  The computer will run through all the checks that 
  767. have not cleared in the previous months.  For each check the 
  768. computer will ask you if the check has cleared. If the check has 
  769. not cleared, the computer will print the check description on 
  770. paper.  If the bank account is used for payroll, the program will 
  771. do the same for the payroll checks.  The computer will also 
  772. figure out the checks and deposits made after the last day of the 
  773. statement.  
  774.      If you get your checks back from your bank you can put the 
  775. checks in one pile.  When the computer asks you if the check has 
  776. cleared physically, move the cleared check to a second cleared 
  777. pile.  When the computer is done asking you if each check has 
  778. cleared all the checks should be in the cleared pile.  If you 
  779. have a check that the computer did not ask you about, you probably 
  780. forgot to enter that check in the computer system or else you 
  781. mistakenly changed the clear flag to clear.   If you have a check 
  782. the computer did not ask you about go back and look at the 
  783. transaction file to see if you entered the check in the computer 
  784. system in the first place.  
  785.      You should also make sure that the dollar amount of the 
  786. check and the dollar amount on the computer are the same.  
  787.      If you enter Y for yes the check has cleared, the computer 
  788. will change the check cleared flag in the transaction file; or if 
  789. the check is a payroll check, it will change its check number to 
  790. the negative of the check number. 
  791.      Using a fiscal year other then a calendar year will cause 
  792. you a few problems when comparing your bank statement.  The 
  793. compare program is designed to handle months of increasing 
  794. number.  In the calendar year, months run from 1 to 12.  If you 
  795. are using a fiscal year from July to June the months run 
  796. from 7 to 12 then from 1 to 6.  If you are using a fiscal year, 
  797. once the calendar year changes to January you have to use  
  798. the optional method below. 
  799.      If you do not use the correct date when entering transactions, 
  800. the compare statement will not work properly.  For example, if you 
  801. mistakenly enter February 2 transactions with the date January 2 
  802. the computer will think the transactions are in January not 
  803. February.  If you mistakenly enter transactions with the wrong 
  804. date, you can change the date with the change option or use
  805. the optional method below.
  806.  
  807.             Optional Comparing Bank Statement Method
  808.  
  809.      If some of your transactions are improperly entered in the
  810. wrong months, you can use this optional method to compare your 
  811. bank statement.  Use the B - Compare Bank Statement option.  
  812. Use December 31 as the end of Statement Date.  The program 
  813. will print out all uncashed checks.  You will have to manually
  814. add all the deposits you made after the statement date.  
  815.  
  816.      Bank Statement Balance
  817.    + Deposits Made after Statement Date
  818.    - All Uncashed checks, Payroll and Transactions
  819.  ---------------------------------------------------
  820. Correct Bank Balance (Should equal current balance on computer.)
  821.  
  822.                  PRINTING 1099 AND W2 TAX FORMS
  823.  
  824.      At the end of the year, you need to print 1099 and W2 tax 
  825. forms.  You can get the forms free from the IRS.  The forms the 
  826. IRS gives you are sheets of 3 on a page, and you have to supply 
  827. your own carbon paper.  Feeding and aligning the individual 
  828. sheets the IRS gives you plus the carbon paper is a bit of 
  829. trouble.  You can order continuous W2 and 1099 forms from a 
  830. business forms printer or computer supply house.  Currently the 
  831. W2 tax forms sell for $15.95 for 50 or $21.50 for 100.  The forms 
  832. are available from NEBS Computer Forms (phone 800-225-9550) if 
  833. they are not available locally. The forms are 4 part carbonless 
  834. and continuous like continuous computer paper, so all you have to 
  835. do is align the first form then print the rest.  It's a question 
  836. if you want to spend the money for good continuous tax forms or 
  837. suffer with the free IRS tax forms.  If you only have less then 
  838. 10 employees or less then 10 contractors, you might survive using 
  839. the free forms the IRS gives you. 
  840.      Print the W2 tax forms using the W2 option on the PAY program.  
  841. If you have several thousand entries it may take a few minutes 
  842. for the computer to add them up.  If you have more then 41 employees 
  843. you have to print subtotal W2 forms after the the 41st and 82nd 
  844. employee.  The subtotal form must be on the last form of three 
  845. on a form.  
  846.      If you make a mistake and print the wrong employee or print a 
  847. badly misaligned form, you can put a big X in the void box and 
  848. reprint the information on the next form.  
  849.      As an employee you are probably used to seeing just your own 
  850. W2 form which is one third of a page.  As an employer the IRS 
  851. wants the W2 forms three on a page.  The first copy of the forms 
  852. which go to the IRS does not have any perforations on the first 
  853. page.  This is because you are not supposed to separate the first 
  854. page into thirds. 
  855.  
  856.                          1099 TAX FORMS
  857.  
  858.      The 1099 tax forms are printed using the Main Program.  
  859. First you must use option A - Total the Contractors.  This reads 
  860. each record in the transaction file, and if a contractor is stated 
  861. it adds it up and stores the result in the Contractor File.  Then 
  862. use option B - Print 1099 forms.  
  863.  
  864.                             INVENTORY 
  865.      There is a very simple end of year inventory calculation in 
  866. the secondary program.  This inventory program lets you enter:
  867.  
  868. Description of Inventory Item - Name
  869. Number in Stock
  870. Individual Cost
  871. Total Cost - equals number in stock times individual cost
  872.  
  873.      You could do this on paper, but it may be more convenient to do 
  874. it on the computer.  The value of your ending inventory is used to 
  875. determine the cost of goods sold.  You need to take a physical 
  876. count of your inventory at the end of year.  The difficult task is 
  877. determining the cost of each item.  
  878.      Choosing a method of inventory valuation is not something you 
  879. should take lightly if your inventory is large, so your accountant 
  880. should advise you on which inventory method to use.                       
  881.      Some of the most popular inventory valuations methods are:
  882.  
  883. First In First Out
  884. Last In Last Out
  885. Gross Margin
  886. Lower of Cost or Market 
  887.  
  888.      The main problem is that you may have purchased the same 
  889. item at different prices.  For example, we used to pay $1.14 for 
  890. disks in January.  By December disks cost 80 cents.  We had 1000 
  891. disks in stock at the end of the year.  Are they worth 80 cents 
  892. or $1.14 each ?  How would it affect our taxes?  
  893.      Manufacturers have even a more difficult time determining costs.  
  894. We manufacture software.  By the time we copy the software, put 
  895. the label on, and package it how much is that one disk package 
  896. worth?  Manufacturer's Indirect Overhead Costs must also included 
  897. in the cost.  
  898.  
  899.                              CAR LOG
  900.  
  901.      If you use your own car or have a business car you can use 
  902. this carlog to document your business mileage for the IRS.  The 
  903. IRS tried to make people keep a carlog in their car and write the 
  904. beginning mileage, ending mileage, destination and business 
  905. discussed at each stop.  Fortunately people complained so much to 
  906. their congressmen that the law was changed.  You still have to 
  907. document business use of your car but you can write your entries 
  908. whenever you want to and you don't have to keep odometer readings 
  909. at each stop.  
  910.      You do not have to use this car log.  You can continue using 
  911. a notebook car log if you prefer to.  But you may find it 
  912. convenient to enter your business car use at the same time you are 
  913. entering your accounting data.  
  914.      You should just enter your business trips in the car log.  
  915. Do not enter personal trips
  916.       
  917.                          PRINTING CHECKS
  918.   
  919.      You can either continue writing your checks by hand or you 
  920. can let the computer print your checks.  You can print some of 
  921. your checks using the computer and some of them by hand if you 
  922. are in a rush.  Printing a check does not change any of the 
  923. information in either the transaction or paycheck file.  
  924.      If you want to use the computer to print your checks this 
  925. program uses Multi-Purpose top blank checks, one of the most 
  926. popular computer checks.  The check should measure 9 1/2 by 
  927. 7 inches overall, 8 1/2 by 7 detached (when the paper strips 
  928. with the holes on the side are taken off).  The actual check is 
  929. 1/2 the size or 8 1/2 by 3 1/2.  The top part is blank with the 
  930. company name on top.  You can print a "check" on regular paper to 
  931. see how it should look.  You should be able to obtain computer 
  932. checks from your bank which will probably charge you about 5 to 
  933. 7 cents per check.  The check number is MPC 302 if your bank 
  934. orders its checks from RUDCO Check Company.
  935.       When printing checks, you have the option of changing the 
  936. check number.  You may find it convenient to just enter check 
  937. number one when entering transactions then enter the actual 
  938. check number when printing the check because you may not be sure
  939. which check number the check will end up on until you print it.
  940.      When printing transaction checks, the computer will ask you 
  941. for an address.  You can print the address of the recipient
  942. below his name.  Then you can use those envelopes with windows 
  943. so you don't have to type their name and address on the envelope.
  944. If you don't want to print their address, just press return.
  945.      The computer uses the same multipurpose check for payroll.  
  946. We have not used one of those specialized payroll checks so you 
  947. can use the same checking account for both payroll and other 
  948. expenses.  Also it is easier to align the top blank checks then 
  949. specialized payroll checks with small boxes for each deduction.
  950.  
  951.                   INCOME TAX FORMS, SCHEDULE C
  952.  
  953.      One of the biggest advantages to using this system is that 
  954. at the end of the year you do not have to go through all the 
  955. thousands of checks and receipts, put them in different 
  956. categories and spend hours adding them up.  With this program all 
  957. you have to do is scan all the transactions then print the 
  958. subtotals of each class out at the end of the year.  
  959.      During the year you may have put some transactions into a 
  960. "suspense" classification which means you weren't sure what class 
  961. to put them in.  At the end of the year you need to decide which 
  962. class to put each transaction in.  
  963.      For example, if you purchase a $89 book case and at the time 
  964. weren't sure if you should classify it as an office expense or as 
  965. an asset purchase you can put it in the suspense class.  At the 
  966. end of the year you have to decide whether to deduct it as an office 
  967. expense or a capital asset.  At the end of year change the class to 
  968. either office expense or asset purchase using the change option.  
  969.      If the problem is deciding between two deduction classes such 
  970. as advertising expense or office expense, the decision is not 
  971. important since both are directly deductible from your income.  If 
  972. the problem is deciding between an asset or cost of goods sold or
  973. a deduction, the decision is important and does affect your taxes.  
  974.      The classes of transactions were set up initially for the 
  975. Schedule C, most partnerships and most corporations.  If you are 
  976. a farmer or most of your income comes from rental properties, then 
  977. the classes of transactions should be changed to the categories 
  978. on the different tax forms required.  You can change classes and 
  979. the screen using the secondary program.  
  980.      The print subtotal option will print out a simple income 
  981. statement.  It will subtotal all classes, add all the revenue 
  982. classes for total revenue, add all the expense classes for 
  983. total expenses, subtract revenue - expense yielding income 
  984. (or loss).  Remember at the end of year you have to figure your 
  985. cost of goods sold and depreciation expense and include them 
  986. in your income statement.  You can enter a non-bank transaction 
  987. at the end of the year for both cost of goods sold and 
  988. depreciation so that all of your transactions will be on the 
  989. computer, or you could just add them up on your tax forms.  
  990.  
  991.                       MULTIPLE TRANSACTIONS
  992.  
  993.      Most checks that you write are a single transaction for a 
  994. single item.  Most checks will be clearly for a single purpose.  
  995.      Deposits are different.  Your deposit may contain $1200 of 
  996. sales and $60 dollars of sales tax collected.  You can enter the 
  997. transaction one of two ways you can either enter : 
  998.  
  999.      Sales with a $1200 Deposit and
  1000.      Sales tax with a $60 Deposit 
  1001.  
  1002.                    OR
  1003.  
  1004.      Sales with $1200 NON BANK TRANSACTION  and
  1005.      Sales tax with $60 NON BANK TRANSACTION  and
  1006.      "OTHER CLASS" with a $1200 Deposit
  1007.  
  1008.      The "Other" class is a class for dummy transactions.  The 
  1009. first method is the easiest to enter since it requires only two 
  1010. entries.  However if you add the two deposits incorrectly, your  
  1011. bank balance could be off.  For example, if you mistakenly enter 
  1012. $50 as the sales tax the mistake is harder to catch. The second 
  1013. method takes an extra entry but eliminates the danger that the 
  1014. deposit could be incorrectly added. 
  1015.  
  1016.                  GROSS PAY AND QUARTERLY REPORTS
  1017.  
  1018.      For payroll reporting purposes, most states now accept a copy 
  1019. of the federal W2 forms.  The quarterly state reports are in most 
  1020. cases similar to federal 941 quarterly reports.  You can get most 
  1021. of the information needed for the 941 quarterly report by 
  1022. scanning all paychecks for the quarter and printing out the 
  1023. subtotals. However, many states still require you to file 
  1024. quarterly reports showing the quarterly pay for each employee.
  1025.      For example, suppose your state requires you to fill out an
  1026. unemployment tax form that requires you to list each employee, the 
  1027. employee's pay this quarter, the pay under the $6,000 
  1028. unemployment tax limit, and pay over the $6,000 unemployment tax 
  1029. limit.  The -3 gross pay report option will produce this information 
  1030. for you.  After you produce this report, you should then move the 
  1031. current gross pay to the Last Gross Pay file using the -2 Quarter
  1032. Option.  You should make a backup copy of your disks at the end of 
  1033. each quarter and save them.  
  1034.      The LASTGROS file contains the gross pay for each employee 
  1035. at the end of the last quarter or 0 if it is the beginning of the 
  1036. year.  The GROSSPAY file contains the gross pay of each employee.  
  1037. The difference between the two is the amount earned this quarter.  
  1038. Subtracting will yield the pay over $6,000 and under $6,000 or 
  1039. what ever number your state requires.  
  1040.      If your state does not require quarterly reporting of pay for 
  1041. each employee, you do not have to bother updating the LASTGROS 
  1042. file each quarter. 
  1043.  
  1044.  
  1045.  
  1046.                          SCANNING FILES 
  1047.  
  1048.      Your records are stored in files just as they would be if 
  1049. they were  entered in a ledger book sequentially.  Because these 
  1050. records are computerized, you can read the files selectively 
  1051. reading only the records you want.  For example, you can scan all 
  1052. transactions with a class of adverting.  You can view them on the 
  1053. screen or print them out on paper.  You can get subtotals on most 
  1054. scans.  This is one of the advantages of a computerized 
  1055. accounting system.
  1056.        
  1057.                     PAYCHECK CONDENSED FORMAT
  1058.      The scan option will produce a condensed format containing 
  1059. three lines.  The first line contains :
  1060. Date
  1061. Employee Name 
  1062. Hours Worked
  1063. Wage Rate
  1064. Tips
  1065. Gross Pay
  1066.      The second line contains :
  1067. Federal Withholding
  1068. State Withholding 
  1069. Local Withholding
  1070. Social Security
  1071. Other Withholding 1
  1072. Other Withholding 2
  1073. Paycheck
  1074.      The third line contains :
  1075. Federal Unemployment
  1076. State Unemployment
  1077. Employers Social Security
  1078. Other Tax 1
  1079. Other Tax 2
  1080. Earned Income Credit
  1081.  
  1082.  
  1083.                        PROGRAM ACCURACIES
  1084.  
  1085.      Because this is an accounting program, we have designed this 
  1086. program using a very conservative save program design to minimize 
  1087. errors.  No running totals are kept.  The main danger of running 
  1088. totals is that if the computer crashes due to a power failure or 
  1089. program failure the running total may not be correct.  No 
  1090. indexing is used.  All the files are flat files which cannot be 
  1091. mixed up due to bad indexing.  However, the disadvantages to using 
  1092. these safe programming techniques are the the program may not be as 
  1093. fast as it could be. However, we feel that the advantage of having 
  1094. a safe design outweighs a few seconds of added speed. 
  1095.      If your computer crashes due to a power outage, the last few 
  1096. records you entered that were not saved on disk may have been 
  1097. lost.  You just have to reenter them when the power comes back 
  1098. on.  Just because you have printed a check does not mean the 
  1099. transaction was saved on disk.   The program saves the 
  1100. transactions on disk about every 5 to 8 transactions.  We could 
  1101. have forced the program to save every transaction on disk right 
  1102. away, but the half second delay while the disk writes would get 
  1103. annoying.
  1104.      Almost the worst thing that could happen is that data on 
  1105. a disk could become damaged and not readable due to a bad disk or 
  1106. disk head crash.  Then you will have to reenter all the data you 
  1107. entered that day.  So always make back up copies!  
  1108.      The bank account balances are stored in the transaction 
  1109. file.  They are updated each transaction.  
  1110.      You may also wonder why we did use the "fill in the blank" 
  1111. method of entering data where all the information is displaced on 
  1112. the screen and you just move the cursor to the spot to type over 
  1113. and change the information.  The problem with the fill in the 
  1114. blank method is that if you hit the wrong key and fail to notice 
  1115. it you will change your entry.  In word processing if you 
  1116. accidentally delete a letter by hitting the delete key instead of 
  1117. the down arrow your word is spelled wrong.  In accounting if 
  1118. you accidentally delete a number a $200.00 check becomes $20.00 or 
  1119. employee 15 becomes employee 5 or an expense may become a 
  1120. revenue thus the fill in the blank method is not safe enough for 
  1121. accounting. 
  1122.  
  1123.                       DOUBLE-CHECKING SUMS             
  1124.  
  1125.      The bank balance can be checked by scanning transactions on 
  1126. just one bank.  The "Print Subtotal" option will display total 
  1127. deposits, total withdrawals, and the difference, which should equal 
  1128. the bank balance.
  1129.      The 1099 form total payments can be checked by scanning the 
  1130. transactions on one contractor.
  1131.      The W2 forms can be checked by scanning the paycheck file on 
  1132. the employee and comparing the subtotals to the W2 form. 
  1133.      The gross pay and tax liabilities can also be checked by 
  1134. scanning the payroll file.  
  1135.      You can also check any of the sums by printing the transactions 
  1136. or paychecks on paper and add them up with a calculator. 
  1137.  
  1138.                             NEW YEAR   
  1139.  
  1140.      At the start of a new year you should start a new TRANSACT, 
  1141. PAYCK and CARLOG file.  You should keep your old disks for your 
  1142. records.  You have to initialize the bank accounts with the first 
  1143. entries in the transaction file.  You use a new INVENTOR (inventory)
  1144. file each year for the end of year inventory.
  1145.      With the start of the new year, you can eliminate employees 
  1146. from the employee file by changing there name to "empty" and their 
  1147. salary to 0.  You can later assign a new employee to the old 
  1148. employee number.  If an employee has quit, keep his or her name in 
  1149. the employee file until the end of year so you can print a W2 form.  
  1150.      When balancing your checking account for January you may 
  1151. have a few checks from last December that have not cleared. 
  1152. You should take the paper printout produced by balancing the 
  1153. December statement and make sure all the checks from last year have 
  1154. cleared by checking them off against the paper printout.  If not 
  1155. all of the checks from last year have cleared, then the compare 
  1156. bank option will be off by last years check(s) not cleared. 
  1157.  
  1158.                           BANK ACCOUNTS
  1159.  
  1160.      This program is designed to balance one or two checking 
  1161. accounts.  The bank accounts are number one and number two.  You 
  1162. change the names of the bank accounts using the secondary 
  1163. program.  
  1164.      You can only use one bank account for your payroll program, 
  1165. so use either bank number one or bank number two.  If you write 
  1166. payroll checks using both bank accounts the computer will not be 
  1167. able to compare your bank statement. 
  1168.  
  1169.                          PROGRAM LIMITS
  1170.  
  1171. 99 - classes of transactions
  1172. 99 - employees  for the entire year - Watch out if your employee 
  1173.                                       turnover is very high
  1174. 16 - tax tables with up to 15 row each
  1175. 2  - bank accounts   - only 1 may be used for payroll
  1176. 99 - contractors 
  1177. Number of transactions, paychecks, car log entries and inventory
  1178. entries are limited by disk space available.  
  1179.  
  1180.                          FILE MANAGEMENT
  1181.  
  1182.      TRANSACT - The transaction file.  Each entry takes up 80 
  1183. bytes.  On a 360K disk you can get 4,500 transaction on the disk. 
  1184. On a hard disk you limited only by its size. If you are using a 
  1185. floppy disk based system, you can only enter 4,500 transactions 
  1186. for the year before running out of disk space.  If you have to 
  1187. use two floppy disks you will have to add the totals from the two 
  1188. disks together manually.  The system is not designed to use over 
  1189. 4,500 transactions on a floppy based system.  The 4500 limit does 
  1190. not include the payroll entries.  You can have 4500 transactions 
  1191. plus 2800 payroll entries on a floppy based system.
  1192.      PAYCK - The Paycheck file.  Each entry takes up 128 bytes. 
  1193. On a 360 K disk you can get 2800 payroll entries on a floppy 
  1194. disk.
  1195.  
  1196.      If you expect to make only a few entries, you can keep all the 
  1197. data files on one disk.  If you expect to make a large number of 
  1198. entries, you can keep the PAYCK file on one disk, the TRANSACT 
  1199. file on another disk, and the other data files on a third disk.
  1200. You can always start out with all the files on one disk. Then 
  1201. if they fill up the disk, you can copy the PAYCK and/or TRANSACT 
  1202. file to a different diskette.  
  1203.      You should transfer the three programs to a second disk 
  1204. since the three programs take up 260K of disk space.  You may 
  1205. want to copy the programs to a system disk which has your disk 
  1206. operating system on it so that you can boot up directly from the 
  1207. program disk.  You should delete the manual file MAN from your
  1208. working disks.  
  1209.      If you are using a floppy disk based system you can use up to
  1210. four diskettes: one diskette containing the programs; a second 
  1211. diskette containing the TRANSACT file; a third diskette containing 
  1212. the PAYCK file; and a fourth diskette containing all the other 
  1213. files.  Using more then four diskettes is not advisable.  We suggest 
  1214. keeping the data disk in the default disk drive almost all of the 
  1215. time.  If you are using a separate disk for either the Transact or 
  1216. Paycheck File, use them in drive B.
  1217.  
  1218.      If you are using a hard disk based system just have all the 
  1219. files on one subdirectory.
  1220.  
  1221.                      STARTING YOUR OWN FILES
  1222.  
  1223.      You should first try running the programs with the sample 
  1224. data we have provided.  This gives you the opportunity to experiment 
  1225. with the programs without changing your own data.  Once you are 
  1226. familiar with the programs, you should then start entering your 
  1227. own information.  You can delete the following files using the 
  1228. DOS command DEL. (Make sure you have a backup copy)
  1229.  
  1230.   TRANSACT
  1231.   PAYCK
  1232.   CARLOG
  1233.   INVENTOR
  1234.   EMPLOYEE
  1235.   CONTRACT
  1236.  
  1237.     Then you can start your own files from scratch.  You should 
  1238. not delete the CLASS, BANK, COMPANY, TAXTBL, GROSS or LASTGROSS 
  1239. files.  You can change the CLASS, BANK, COMPANY, and TAXTBL files 
  1240. using the Secondary Program.  You can change the GROSS and 
  1241. LASTGROSS files using the pay program.  
  1242.      You need to: 
  1243. 1. Enter your tax tables using the Secondary Program
  1244.     Tax Tables must be entered before Employees, because the 
  1245.     Employees are assigned to the Tax Tables 
  1246. 2. Enter your Employee information using the secondary program. 
  1247. 3. Enter Contractor information
  1248. 4. Enter your Company Name using the Secondary program
  1249. 5. Enter your Bank names using the Secondary program
  1250. 6. Change the Classes of Transaction if you want to.
  1251. 7. Change the Screens if you want to.
  1252. 8. Set Grosspay and Tax Liabilities to zero using the Pay Program
  1253. 9. Set the Last Gross pay file to zero using the Pay Program.
  1254.      Use the -2 Quarter Option      
  1255. 10. Initialize your Bank Account balances in the Transaction File 
  1256. by entering for the first transactions a deposit in the amount of 
  1257. the bank account balance. 
  1258.      You do not have to do the above in any specific order.  If 
  1259. you are not using the payroll program or do not expect to have 
  1260. any contractors, you do not have to initialize their files. 
  1261.  
  1262.                STARTING IN THE MIDDLE OF THE YEAR
  1263.  
  1264.     If you are starting to use the program in the middle of the 
  1265. your business year, you can either enter all your back 
  1266. transactions into the system OR at the end of the year manually 
  1267. add the totals from both this program any whatever system you 
  1268. were using before. 
  1269.       The problems with starting in the middle of the year occur 
  1270. at the end of the year when you have to fill out tax forms 
  1271. for the entire year and only part of the year is on the computer.  
  1272.       For example, if you were keeping records by hand from 
  1273. January to June and used this system from July to August, you 
  1274. could add up all your sales from January to June, then add them to 
  1275. the total sales from the computer.  If you want to use our system 
  1276. to print the W2 forms, you would need to enter a "paycheck" for 
  1277. each employee containing the sum of his pay and taxes withheld 
  1278. from January to June that are not on the system. If you wanted 
  1279. to use the system to print 1099 tax forms, you can enter the 
  1280. total paid each contractor manually using the Secondary Program 
  1281. instead of letting the computer compute it. 
  1282.  
  1283.                              ERRORS
  1284.  
  1285.      If there are any errors in the program the computer will 
  1286. print an error message looking like :
  1287.  
  1288.                   ERROR DISK FULL on line 21400
  1289.              ***** Press any key to continue ******
  1290.  
  1291.      Some errors are correctable.  For example, replace the full 
  1292. disk with an empty disk, then press "any key to continue".  The 
  1293. computer will take you back to the main menu where you can try 
  1294. the operation again. 
  1295.      If you run into any problems that you think are errors in 
  1296. the program, please call or write to us.  We learn from and value 
  1297. customer's suggestions.
  1298.      A device not available error means either that your printer 
  1299. is not on line or that your disk drive is not closed.
  1300.      If your printer is not turned on or a disk drive is not 
  1301. closed, the program will wait for about 20 seconds before giving 
  1302. you the error message.  If the program appears to stop just 
  1303. before it should be printing on paper make sure your printer is 
  1304. turned on AND on line.
  1305.  
  1306.                    BUSINESS INCOME TAX BASICS  
  1307.  
  1308.      One of the main reasons you are keeping records is probably 
  1309. that the IRS requires you to.  It helps if you know the basics of 
  1310. business accounting.  The IRS gives away dozens of different 
  1311. publications on taxes.  You can call you local IRS office and get 
  1312. a copy of Publications 334 "Tax Guide for Small Business" which 
  1313. is a 184 page book that contains useful tax information.  
  1314.  
  1315.                    PROFIT = REVENUE - EXPENSES
  1316.  
  1317.      Revenue is your sales.  In your record keeping it is 
  1318. important to distinguish revenue or sales from other money coming 
  1319. in.  Not all money coming in is revenue.  Your initial investment 
  1320. is not revenue.  Borrowing money from a bank is not revenue.  If 
  1321. your brother repays a loan to you, that is not revenue.  A sale of 
  1322. a capital asset is a capital gain (or loss), not revenue.
  1323.  
  1324. TOTAL EXPENSES =  DEDUCTIONS + COST OF GOODS SOLD + DEPRECIATION
  1325.  
  1326.      All expenses must be "ordinary and necessary" to be 
  1327. deductible.  There are no firm rules telling you what you can and 
  1328. cannot deduct.  People are tempted to deduct personal expenses 
  1329. to lower there taxes.  For example, one tax accountant tried to 
  1330. deduct the costs of his yacht as an advertising expense because 
  1331. he flew a 12 inch flag on it with his name on it.  He never 
  1332. obtained a client from this "advertisement", nor did he probably 
  1333. expect to.  He barely escaped jail.  On the other had our local 
  1334. boat dealer runs his sailboat in races.  He uses the opportunity 
  1335. to meet other sailing enthusiasts.  He has made more money from 
  1336. resulting sales then the cost of the boat.  Therefore, a sailboat 
  1337. to run in races is a legitimate business expense for him.  The 
  1338. point is there is no firm rule starting "No you can not deduct a 
  1339. sailboat" or "Yes you can deduct a sailboat" because there are 
  1340. many different situations.  If you reasonably expect to make more 
  1341. money from your expense then its cost, then it is a reasonable 
  1342. business expense.  On transactions such as deducting home office 
  1343. expenses, luxury cars, vacations, or expensive meals which could be 
  1344. considered personal expenses, the IRS has developed rules for 
  1345. these situation which you should check.
  1346.  
  1347.      There are three kinds of expenses.  Deductions are deducted 
  1348. directly from your gross income. Examples of deductions are 
  1349. advertising, car expenses, insurance, and administrative wages.  
  1350. Deductions are all the expenses that are not in the cost of goods 
  1351. sold or depreciation.  
  1352.      Cost of Goods Sold is also deducted from your gross income.  
  1353. However, cost of goods sold is complicated by the fact that you 
  1354. have an inventory at the beginning and end of year.  You must 
  1355. keep your cost of goods sold separate from other deductions.  
  1356. If you are a small service business, you may not have any 
  1357. inventory or cost of goods sold.
  1358.  
  1359.      Inventory at beginning of year
  1360.    + Purchases of Inventory Items
  1361.    - Items withdrawn for personal use
  1362.    + Cost of Manufacturing Labor
  1363.    + Other Manufacturing Costs
  1364.    + Material and Supplies used in manufacturing
  1365.    - Inventory at End of year
  1366.   ----------------------------------------------
  1367.      Cost of Goods Sold
  1368.  
  1369.      If you are not a manufacturer you should not have any labor 
  1370. or material and supplies in the cost of goods sold.  If you are 
  1371. not a manufacturer, then figuring the cost of goods sold is 
  1372. relatively easy.  Your inventory purchases are the the only item 
  1373. you have to keep track of.  
  1374.      If you are a manufacturer, you have more problems determining
  1375. what goes into cost of goods sold.  Manufacturing labor goes into 
  1376. the cost of goods sold.  If an employee works partly on 
  1377. manufacturing and partly on sales, you have to allocate his labor 
  1378. costs between the two.  You also have to allocate overhead 
  1379. expenses such as rent, heat, insurance, depreciation, supervision 
  1380. cost, and other costs to cost of goods sold.  Manufactures will 
  1381. also have a more difficult time determining the cost of inventory.
  1382.      For example, if you are a sailboat retailer for one sailboat 
  1383. the inventory value is the cost you paid to the manufacturer.  
  1384. However, if you are the sailboat manufacturer and have that same 
  1385. boat in inventory, you have to figure the cost of raw materials + 
  1386. assembly labor + allocated rent + allocated other expenses.  The 
  1387. main thing the IRS is worried about is that you don't say at the 
  1388. end of the year that the sailboat is worth only $120 which is the 
  1389. cost of raw materials, when it actually cost you $500 to make 
  1390. once you add the cost of labor, rent etc. 
  1391.      Manufacturers should note that it does not affect your income 
  1392. or taxes whether you deduct indirect cost as a deduction or in the 
  1393. cost of goods sold.  The factor that affects your income tax is 
  1394. how you value your inventory at the end of year.  
  1395.  
  1396.                       DEPRECIATION EXPENSE
  1397.  
  1398.      If you purchase any business assets (except inventory items) 
  1399. with a life of more then a year, then you cannot deduct the cost 
  1400. of the asset all in one year because you are going to be using the 
  1401. asset for several years (Except for Section 179 Depreciation).  
  1402. You have to allocate the cost of the asset over several years.  
  1403. In using the program, you should enter all assets you purchase 
  1404. into the class "Asset Purchase".  At the end of the year, you need 
  1405. estimate the depreciation for each asset.  Depreciation is rather 
  1406. complicated, and the results greatly affect your taxes.  If you 
  1407. are not familiar with depreciation, you should let your accountant 
  1408. advise you on which depreciation method to use.  
  1409.      The secondary program will calculate depreciation and 
  1410. the investment tax credit for you.  This program only does the 
  1411. numerical calculations.  It will not tell you which method is 
  1412. best for you.  Your state probably has different depreciation 
  1413. requirements then the Federal Government.  Most states tax 
  1414. business property.  The higher the value of the property the more 
  1415. money the state raises in taxes.  Therefore, most states only 
  1416. allow straight line depreciation or a fixed percentage deduction 
  1417. each year.  You may need to keep two depreciation methods for all 
  1418. your assets.  You will probably use the ACR for your Federal 
  1419. taxes and straight line for your state.  Use the depreciation 
  1420. calculations to print the both depreciation schedules for each 
  1421. asset on one sheet of paper.  Then keep that page and the pages for 
  1422. all your assets together.  You will need them in future years 
  1423. because depreciation covers several years. (Don't Lose Them)
  1424.  
  1425.                              PROMPTS
  1426.      
  1427.      Y/N - The Y/N prompt stands for Yes or No.  Press either 
  1428. capital Y or small y for yes.  Press either capital N or small n 
  1429. for no.
  1430.      The "PRESS ANY KEY TO CONTINUE" prompt occurs after an 
  1431. instruction for you do to do something such as turn your printer 
  1432. on.  Obviously, all you have to do is press any key to continue.  
  1433.      It is not advisable to randomly tap on the keyboard while 
  1434. the program is running.
  1435.      The letter prompts give you a series of letters to chose 
  1436. from.  Just press the letter of the option you want to use.  The 
  1437. default value is 0 if just return is pressed.
  1438.      The data entry prompts look like :
  1439. >__< or
  1440. >_______< or
  1441. >_________________________<
  1442.      If a number is requested the computer will not accept any 
  1443. letters.  For numbers you may enter 1,2,3,4,5,6,7,8,9,0,-,+,$,., 
  1444. ,,, or %.  If an integer number is requested the computer will 
  1445. not accept the decimal point entry.  If a number is outside its 
  1446. range the computer will ask for another number by repeating its 
  1447. prompt.  For example if you ask to see employee number 25 and 
  1448. there are only 20 employee the computer will ask again for the 
  1449. employee number.
  1450.                          Entry Controls
  1451. RETURN : Press return when you are done with the entry
  1452. CONTROL-Q OR BACKSPACE  : Moves the cursor back and erases the 
  1453.                           last character
  1454. CONTROL-D OR RIGHT ARROW: Moves the cursor right
  1455. CONTROL-S OR LEFT ARROW : Moves the cursor left
  1456. CONTROL-F OR INSERT     : Inserts a space where the cursor is
  1457. CONTROL-A OR DELETE     : Deletes a character or space where the 
  1458.                           cursor is
  1459.      This is one of the areas of incompatibility between 
  1460. computers, so not all of the above entry controls may work on 
  1461. different computers.
  1462.      Some of the menus may give you use a negative number for an 
  1463. option.  For example :
  1464.  
  1465. Enter the Employe Number or 0 to return or -1 to print on paper
  1466.  
  1467.      Enter -1 if you want to print on paper. 
  1468.  
  1469.                         FILE EXPLANATION
  1470.  
  1471.      Most of your data is stored in random access files.  A file 
  1472. contains records.  Each record contains information stored in 
  1473. different fields.  A simple example of the CARLOG file is shown 
  1474. below :
  1475.  
  1476. FILE : CARLOG
  1477. RECORD #1
  1478.    FIELD #1 
  1479.       FIELD NAME: Destination  
  1480.       ENTRY     : Post Office
  1481.    FIELD #2
  1482.       FIELD NAME: Mileage
  1483.       ENTRY     : 5
  1484. RECORD #2
  1485.    FIELD #1 
  1486.       FIELD NAME: Destination  
  1487.       ENTRY     : Computer Store
  1488.    FIELD #2
  1489.       FIELD NAME: Mileage
  1490.       ENTRY     : 10
  1491. RECORD #3
  1492.    FIELD #1 
  1493.       FIELD NAME: Destination  
  1494.       ENTRY     : Computer Club Meeting
  1495.    FIELD #2
  1496.       FIELD NAME: Mileage
  1497.       ENTRY     : 31
  1498.      
  1499.      A file may contain any number of records up to the storage 
  1500. limits of the disks.  Each record contains the same number and 
  1501. type of fields.  Your information is stored in a field which is 
  1502. part of a record.  All the records make up the entire file.
  1503.  
  1504.                     DISCLAIMER OF WARRANTIES
  1505.  
  1506.      Before ordering updates read this disclaimer of warranties 
  1507. and license agreement.  If you do not agree with all of the 
  1508. conditions then because of potential liability problems we 
  1509. cannot license you to use this program.
  1510.  
  1511. Note: This is almost the same agreement you get with any program 
  1512. you purchase from IBM, Microsoft or any other software firm.  
  1513.  
  1514. PPE Inc. licenses this program solely on an "as is" basis.
  1515.  
  1516. PPE Inc. shall have no liability or responsibility to Licensee or 
  1517. any other person or entity with respect to any liability, loss or 
  1518. damage caused or alleged to be caused directly or indirectly by 
  1519. this product, including but not limited to interruption of 
  1520. services, loss of business or anticipatory profits or consequential 
  1521. damages resulting from the use or operation of this program.
  1522.  
  1523. PPE Inc. make no warranties, either express or implied regarding 
  1524. this program, its merchantability and/or its fitness for a 
  1525. particular purpose.  Licensee agrees that PPE shall not be held 
  1526. liable for any consequential damages, even if PPE has been 
  1527. advised of the possibility of such damages.
  1528.  
  1529. It is entirely the responsibility of the user to check the 
  1530. results of the program and design a temporary accounting system 
  1531. for use if your computer breaks down.
  1532.  
  1533.                        LICENSE AGREEMENT 
  1534.      The programs and manual are copyrighted by PPE Inc.  The 
  1535. program is not sold it is licensed under the following 
  1536. conditions : 
  1537.      1. You may make as many backup copies of the program as you 
  1538. want.
  1539.      2.  The $49 license fee entitles you to use the program on 
  1540. multiple computers.     
  1541.      3.  You can use the program for free for a short period of 
  1542. time to evaluate its usefulness.  
  1543.      4.  You can give away copies of the program to other people 
  1544. to evaluate for their own use.
  1545.      5.  Computer dealers can sell copies of the program or give 
  1546. it away to their customers as long as they sell it for not over $7 
  1547. for the one disk. (We don't want people paying $50 or $75 for a 
  1548. copy of the program.)  
  1549.      6.  This software may be placed on bulletin boards. 
  1550.      7.  Individuals (not business) may use this program for 
  1551. balancing a non business checking account for free.
  1552.   
  1553.                     UPDATE AND SERVICE POLICY
  1554.    
  1555.      Accounting Programs are different from other programs in 
  1556. that due to changes in tax rates and tax laws you need a new 
  1557. program almost every year, especially if you are using it for 
  1558. payroll.  You can keep using the same word processor for the rest 
  1559. of your life.  Next year the IRS will probably change the W2 
  1560. Forms or the 1099 Forms, or a change in the tax law will make all 
  1561. 1986 accounting programs obsolete in 1987.  
  1562.      Unfortunately, many people have spent hundreds of dollars on 
  1563. accounting software only to discover that they have to spend one 
  1564. or two hundred dollars more every year for updates  and/or 
  1565. support.  Even with DAC-ACCOUNTING and DAC-PAYROLL, the most 
  1566. reasonable accounting package available, they want you to pay $50 
  1567. per year per package for support plus $22.50 for each payroll 
  1568. update and $7.50 for each accounting update.  You have to pay $50 
  1569. per package just to have the right to call for support and 
  1570. receive notice of the updates.  You have to spend $100 for 
  1571. support even if you may not use it, but like most people you are 
  1572. probably going to spend the hundred dollars just in case a problem 
  1573. comes up and you need help.  So even though their original cost 
  1574. is $69 for DAC-ACCOUNTING and $49 for DAC-PAYROLL, you could end up 
  1575. paying over $150 each year for support and updates.  
  1576.      We charge only $20 for updates.  If you pay the $49 registration
  1577. fee you will receive notices of major updates.  If we find a 
  1578. major bug we send the update to registered users for free.
  1579. We also charge $5.00 per phone call of less then ten minutes and 
  1580. $5.00 for every ten minutes thereafter.  You have to be a 
  1581. registered user to call for support unless you just received the 
  1582. program and are still evaluating it.  There is no charge for support 
  1583. if you are calling concerning a bug in the program.  
  1584.      We are not Certified Public Accountants nor tax layers and are 
  1585. not qualified to answer questions concerning tax laws.  
  1586.        The new updates each year might contain the W2 tax forms, 
  1587. 1099 tax forms and a new payroll calculation if the tax laws 
  1588. change.  Updates may be sent to correct a bug or error in the 
  1589. program.  If you have used any other software you know that 
  1590. bugs in software are a fact of life.  Lotus 123, Dbase II and 
  1591. even IBM's DOS are infamous for their bugs.  While it is 
  1592. theoretically possible to design a perfect bugless program, it is 
  1593. also theoretically possible to design a car to last a lifetime or 
  1594. have a completely fair government but don't expect to see one.  
  1595. Most of the bugs are relatively minor and rarely happen.  You should 
  1596. become a registered user so you can get the most debuged program 
  1597. we have.  Bugs in accounting software can cause greater problems 
  1598. the bugs in other kinds of software. 
  1599.  
  1600.      We may be adding new features to make the program easier to 
  1601. use and more powerful.  
  1602.  
  1603.                      PC ACCOUNTING II
  1604.  
  1605.      We also have a larger double-entry accounting system for 
  1606. larger businesses.  It requires a hard disk.  PC Accounting II 
  1607. contains Journals, Ledgers, Accounts Receivable, Accounts 
  1608. Payable, Payroll, and Running Inventory.  The Payroll and the 
  1609. Secondary programs are the same for PC Accounting I and II.  
  1610. PC Accounting II is designed for medium size businesses.  If 
  1611. you obtained this program on two disks you probably have a 
  1612. copy of PC Accounting II on the second disk.  You may obtain 
  1613. a copy of PC accounting from us for $7. 
  1614.  
  1615.                    USER SUPPORTED SOFTWARE
  1616.  
  1617.      This software is distributed as a "user-supported program"
  1618. also know as "Freeware".  User-supported programs are copyrighted
  1619. and the author requests a registration fee or donation for the
  1620. program.  The authors of user-supported programs allow users
  1621. to make copies and share them with others with the request that
  1622. satisfied users send them a donation.  
  1623.  
  1624.      The advantages to user-supported software are:
  1625.  
  1626. 1. You can try the program before you pay for it.
  1627.      No program can please everyone. 
  1628.  
  1629. 2. You can't get stuck with an expensive program you can't use.
  1630.  
  1631. 3. The cost is lower because you are not paying for advertising,
  1632.      distributor markup and retailer markup.  
  1633.  
  1634.      If you decide to use this program please send us the $49 
  1635. registration fee.  If you use this program you are legally 
  1636. and morally obligated to pay for it.   
  1637.  
  1638.      If you send us the registration fee you will receive:
  1639.  
  1640. 1. The source code for the programs in basic.
  1641.  
  1642. 2. The latest version of this program.  You may have an old
  1643.       version.
  1644.  
  1645. 3. Notice of all updates.
  1646.  
  1647.  
  1648.  
  1649.  
  1650.  
  1651.  
  1652.  
  1653.                      REGISTRATION ORDER FORM
  1654.  
  1655. Please add me to your list of registered users.  Send me the 
  1656. source code and the latest version of the program.  Enclosed 
  1657. is a check for $49.  I have read and agree to the license 
  1658. agreement and disclaimer of warranties. 
  1659.  
  1660. Your Name __________________________________
  1661.  
  1662. Your Address _______________________________
  1663.  
  1664.              _______________________________
  1665.  
  1666.              _______________________________ 
  1667.  
  1668. The programs are only available on 360K DSDD disks.  
  1669.  
  1670. Optional: Send the 10 disk package mentioned below $32  Yes / No
  1671.  
  1672. All programs require an IBM PC or Compatible with 192K
  1673.  
  1674. Mail To : PPE Inc. 
  1675.           Box 2027
  1676.           Gaithersburg, MD 20879
  1677.  
  1678.  
  1679. Phone (301) 977-1489
  1680.  
  1681.  
  1682.  
  1683.  
  1684.  
  1685.  
  1686.  
  1687.  
  1688.  
  1689.  
  1690.  
  1691.  
  1692.  
  1693.  
  1694.  
  1695.  
  1696.  
  1697.  
  1698.  
  1699.  
  1700.  
  1701.  
  1702.  
  1703.  
  1704.  
  1705.  
  1706.  
  1707.                      OTHER SOFTWARE FROM PPE
  1708.      If you liked our accounting program try some of our other 
  1709. programs.  You can receive all of the below programs on 10 
  1710. diskettes for only $32.  No other "donation" or registration
  1711. fee is required for the below programs. 
  1712.  
  1713.                      Database Management System
  1714. * Report Generator       * Sorts on 3 fields
  1715. * Global Field Changes   * Relational
  1716. * Written in Basic for easy Modification
  1717. * 3 files open simultaneously  * Transfer Data between files
  1718. * 14 Ways to calculate fields  * Global Field Changes
  1719. * Customizable Screens          * Retrieve on Conditions
  1720. * Not recommended for computer novices
  1721. * Requires IBM or Microsoft Basic
  1722.  
  1723.                            Spreadsheet
  1724. * 21 ways to calculate numbers or write your own subroutine
  1725. * Source Code given            * Full cursor control
  1726. * Automatic Recalculation      
  1727. * Numbers and Text may be placed anywhere on the screen
  1728.  
  1729.                  Expert System Inference Engine
  1730. * Design your own expert system  * Diagnoses Multiple Solutions
  1731. * Assign probability with rules  * Detects Contradictory Evidence
  1732. * Explanation of Reasoning * Accepts unknown input
  1733. * Intelligent Search Pattern with Manual Override
  1734. * Logic Path through subcategories shown
  1735.  
  1736.                         Decision Support
  1737. * Helps you make better decisions faster
  1738. * Your decisions look and are well thought out
  1739. * Makes decision making easier like word processing make typing 
  1740. easier    * Brainstorming Techniques  * 96 page printed manual
  1741.  
  1742.                   Near Typeset Quality Printing 
  1743. * Requires a letter quality printer with Diablo 630 escape codes 
  1744. and Wordstar  * Variable letter spacing
  1745. * Individual letter spacing with 8,000 combination look up table
  1746. * Right justification  * Micro Centering
  1747. * See the insert that tells how to print the manual for a sample
  1748.   of the typesetting program's type. 
  1749.  
  1750. Plus 7500 word Vocabulary Builder, Typing Teacher,and Math 
  1751. Teacher
  1752. * Most of the Manuals are on Diskette 
  1753.  
  1754. Trademarks : The following names contained in the manual are
  1755. trademarks of their manufacturers:  PC Accounting, IBM, Microsoft
  1756. DAC, Dome Accounting, Lotus, Dbase