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

  1.                                  PC-AR MANUAL
  2.  
  3.  
  4. PROGRAM DESCRIPTION
  5.  
  6.        PC-AR is an accounts receivable and sales analysis program for small 
  7. and medium size businesses.  The program runs on a IBM PC or compatible 
  8. computer with one disk drive and at least 128k memory.
  9.  
  10.        PC-AR is a user supported program.  Your are encouraged to give 
  11. copies to anyone who might use it.  If you like the program and find it 
  12. useful, please contribute $35 to:
  13.  
  14.               Jerry Medlin
  15.               310 S. Jefferson St.
  16.               Napa, Ca.  94559
  17.  
  18.        Your contribution will entitle you to free updates of the program and 
  19. a telephone number for limited telephone assistance should you require it.
  20.  
  21.        The complete system consist of two files.
  22.  
  23.        PC-AR.COM - The compiled program written in Turbo Pascal.
  24.  
  25.        PC-AR.DOC - This documentation in ASCII form.
  26.  
  27.        The program makes liberal use of the PC's numeric key pad both for 
  28. numbers and commands.  You can have the Num Lock on all the time. 
  29.  
  30.        When inputting information, the plus <+> key has the same effect as 
  31. the return or enter key.  Numerical information is entered "calculator 
  32. style".  The decimal point is placed automatically.  The minus <-> key 
  33. enters a negative number.  This makes using the numeric key pad even easier.
  34.  
  35.        To run the program, simply type "PC-AR".  If you want to specify a 
  36. drive and path for your data just add the drive and path description after 
  37. the program name.  i.e. type "PC-AR B:AR\" to use the directory AR on the B 
  38. drive for data files.
  39.  
  40.        A menu is then displayed for operator selection:
  41.  
  42.               Enter or Change Sales Codes
  43.               Enter or Change Customers
  44.               Enter or Change Charges & Payments
  45.               Print Mailing Labels
  46.               Print Charges & Payments Listing
  47.               Print Accounts Receivable Ledger
  48.               Print Statements
  49.               Print Sales Summary
  50.               Print Customer Activity Report
  51.               Apply Charges & Payments
  52.               Print Customer Listing
  53.               Save Data and End
  54.  
  55.        PC-AR is fast because it works with data in random access
  56. memory, but the capacity is limited by available memory.  Available memory
  57. is shared by the data.  With more customers on file, fewer charges and
  58. payments can be entered and vice-versa.  PC-AR allows a maximum of 2000
  59. customers and 1500 charges and payments per accounting period with 512k of
  60. memory.  With 128k the capacity is reduced to about 100 customers and 100
  61. charges and payments.
  62.  
  63.  
  64.  
  65.  
  66.        Each time the menu is displayed, the number of charges and payments
  67. that can be added with the available memory (limited to a maximum of 1500)
  68. is printed at the bottom of the screen.  If this number is less than 1500,
  69. then the number of employees that can be added can be obtained by dividing
  70. the number by 6.
  71.  
  72.        Since a power interruption will result in loosing all the data 
  73. currently entered into the program, you should occasionally save your data 
  74. back to the disk.  This is done by selecting End Processing from the menu.  
  75. The current data will be saved to the disk then you will be asked "Do you 
  76. want to end ?".  Just answer with an "N" and you may resume processing.
  77.  
  78. THE PROCESSING CYCLE
  79.  
  80.        Accounting is done on a monthly cycle.  At the end of each month all 
  81. charges are added to the customer's balance and all payments are deducted 
  82. from the customer's balance and the new balances are used as the starting 
  83. balances for the next month.
  84.  
  85.        Each time the program is run, all customer data is loaded into 
  86. memory.  Also, any charges or payments entered since the last update are 
  87. loaded into memory.  When all of the charges and payments for the current 
  88. month have been entered, you may begin printing reports.  Reports may be 
  89. printed in any order and as often as desired.  If you discover an error in 
  90. any of the reports you may correct the problem and reprint the report.  At 
  91. any time you can stop processing by choosing the End Processing selection 
  92. from the menu.
  93.  
  94.        The last step in processing is to apply the charges and payments to 
  95. customer balances.  This is done by choosing the Apply Charges & Payments 
  96. selection on the menu.   This selection does four things:
  97.  
  98.        1) Age the customer balances.  All current due amounts become 30 
  99.        day due, all 30 day balances become 60 day, etc.
  100.  
  101.         2) Deduct the payments from the customers balance due starting with  
  102.        90 day and proceeding to current due.
  103.  
  104.         3) Calculate the late charge and add it to the current amount due.
  105.  
  106.        4) Add the charges to the current balance.
  107.  
  108.        You may then proceed with the next accounting period. (month)
  109.  
  110.  
  111. ENTER OR CHANGE SALES CODES
  112.  
  113.  
  114.       In addition to being an accounts receivable program, PC-AR is also a 
  115. sales analysis program.  Each charge or payment is posted to a sales code.  
  116. The Enter or Change Sales Descriptions selection allows you to enter up to 
  117. 80 of these sales codes and their corresponding descriptions.  The sales
  118. description is also printed on the various reports including the statement.
  119.  
  120.        Just enter a three character sales code (alphabetic or numeric 
  121. characters are allowed) and up to 21 characters for a description.  The 
  122. directions are printed at the bottom of the screen.  You may add new sales 
  123. descriptions and codes at any time, but don't change or delete sales codes 
  124. once charges or payments have been entered.  Wait until the charges and 
  125. payments have been applied to customer accounts and you are ready to start a 
  126. new accounting period before deleting or changing sales codes.
  127.  
  128.  
  129.  
  130.  
  131.  
  132.  
  133.        At least one of the sales codes and its corresponding description 
  134. should be for payments on account.  Payments received from customers should 
  135. then be posted to that code as a negative amount using the minus <-> key 
  136. instead of the enter key.
  137.  
  138.  
  139.  
  140. ENTER OR CHANGE CUSTOMERS
  141.  
  142.        Customer information is entered and changed using this selection 
  143.        from the menu.  The following information is entered for each 
  144.        customer:
  145.  
  146.        Customer name - Two lines of 28 characters each are available.
  147.  
  148.        Customer Code - A ten character code that will be used to sort 
  149.        customers and also to post charges and payments to the customers 
  150.        account.  In most cases you will want to enter the customers last 
  151.        name, followed by as much of the first name as will fit in the 
  152.        remaining characters.  For instance, if the customers name is Jerry 
  153.        Medlin, the customer code would be MEDLINJERR.  Notice that all 
  154.        capital letters are used.  If you enter lower case letters they will 
  155.        be changed to upper case automatically.  Also, notice that no spaces 
  156.        are included.  The program will prevent you from entering a 
  157.        previously used customer code.
  158.  
  159.        Street Address - Up to 25 characters for the street address.
  160.  
  161.        City & State - Up to 25 characters for the city and state.
  162.  
  163.        Zip Code - Up to 10 characters are available for the zip code.   
  164.        Five characters for the regular zip code, plus a dash and four more 
  165.        characters if you use the extended zip code.
  166.  
  167.        Telephone - Up to 12 characters for the telephone number and 
  168.        assorted dashes.
  169.  
  170.        Late Charge % - Enter the desired late charge for this customer as a 
  171.        percentage.  If you are on a monthly cycle and you wish to charge an 
  172.        18% annual rate for balances overdue you would enter 1.5 (18 divided 
  173.        by 12 months.).  If you don't want to charge late fees then press 
  174.        return to enter a zero.
  175.  
  176.        Auto Bill Amount - Dollar amounts entered here may be posted to a 
  177.        customers account automatically each month.
  178.  
  179.        Balances Due - You may enter the current balance, the 30 day balance 
  180.        due, the 60 day balance due, and the 90 day balance due.  For new 
  181.        customers with no opening balances just press return to enter zero.
  182.  
  183.        Pressing the Escape key during entry takes you back to the previous 
  184. field.  Pressing the Escape key at the first name entry takes you to the 
  185. command mode.  The command mode allows you to scroll up and down through the 
  186. customer names, delete customers, change customer information and do a quick 
  187. check on the balances due for all customers.  Pressing the Escape key from 
  188. command mode takes you back to the menu.
  189.  
  190.        The acceptable commands at any point are printed at the bottom of the 
  191. screen.
  192.  
  193.  
  194.  
  195.  
  196.  
  197.  
  198.  
  199.  
  200. ENTER OR CHANGE CHARGES AND PAYMENTS
  201.  
  202.        This selection allows you to enter charges and payments for the 
  203. current period.  Charge amounts are entered as positive numbers using the 
  204. plus <+> or enter key and payments are entered as negative numbers using the 
  205. minus <-> key (enter the number then press then minus key).
  206.  
  207.        Before any charges and payments can be posted you must have at least 
  208. one sales description entered so that you have a sales code to post to.  The 
  209. following information is entered for each charge or payment:
  210.  
  211.        Customer Code - The 10 character code previously entered for each 
  212.        customer is used to post a charge or payment.  You need enter only 
  213.        as much of the customer code necessary to distinguish it from any 
  214.        other code.  In other words, if only one customer has a customer  
  215.        code beginning with MEDL then you need only enter MEDL to post to 
  216.        this customer.  The customers name will be printed at the bottom of 
  217.        the screen so you can be sure you are posting to the correct 
  218.        customer account.  If all you know is that the customers code begins 
  219.        with ME then just enter ME and the program will print all of the 
  220.        customer codes beginning with ME at the bottom of the screen.
  221.  
  222.        Date - Enter the date of the charge or payment as in MODA form.  The 
  223.        date of June fourth would be entered 0604 with no dash or slash.
  224.  
  225.        Invoice number - Up to 5 characters for the invoice number.  
  226.        Alphabetic characters are allowed.  Pressing the plus <+> key adds 
  227.        one to the previous invoice number and clears the invoice total 
  228.        shown at the top of the screen.  Pressing <return> gives you the 
  229.        same invoice number as the previous line and does not change the 
  230.        invoice total.
  231.  
  232.        Sales Code - Enter one of the sales codes.  Sales codes and their 
  233.        corresponding descriptions should be setup using the Enter or Change 
  234.        Sales Descriptions selection of the menu.  The description will be 
  235.        printed at the bottom of the screen.  If you don't remember the 
  236.        sales code enter the number 999.  The program will then allow you to 
  237.        use the arrow keys to search through the possible sales codes.  When 
  238.        the desired sales code appears just press return to enter it.
  239.  
  240.        Amount - Enter the amount of the charge or payment.  Payments should 
  241.        be entered as a negative number.  A negative number is entered by 
  242.        using the minus (-) key instead of the Enter key after the number is 
  243.        typed in.
  244.  
  245.        Pressing the return key on any entry except the amount, defaults to 
  246. the previous value.  This allows you to make multiple entries for an invoice 
  247. with the same customer, date and invoice number.  Pressing the plus <+> key 
  248. for the invoice number increments the previous number by one.
  249.  
  250.        Two numbers are printed at the top right of the screen.  The bottom 
  251. of the two numbers is the net total of all the entries entered this 
  252. accounting period.  Use this number to check your input data.  The top 
  253. number is the total for the current invoice.  This total is reset to zero 
  254. each time you enter a new invoice number and should be checked against the 
  255. invoice total.
  256.  
  257.  
  258.  
  259.  
  260.  
  261.  
  262.  
  263.  
  264.  
  265.  
  266.         Pressing the Escape key during entry takes you back to the previous 
  267. field.  Pressing the Escape key at first entry position takes you to the 
  268. command mode.  The command mode allows you to scroll up and down through the 
  269. entries, delete entries and change entries.  From the command mode you may 
  270. press the <A> Auto Bill key to automatically post the amount entered for 
  271. each customer as an auto bill amount.  You will be asked to enter a date and 
  272. invoice number for the automatic postings.
  273.  
  274. Pressing the Escape key from command mode takes you back to the menu.  All 
  275. the available commands are printed at the bottom of the screen and may be 
  276. chosen by a single keystroke.
  277.  
  278.  
  279. PRINTING REPORTS
  280.  
  281.        The first time you choose a printed report from the menu you will be 
  282. asked to enter a report date.  This date will be used on all reports.  If 
  283. you want to change the report date you must end processing and start over, 
  284. otherwise the same report date is used on all reports printed during a 
  285. posting session.
  286.  
  287.        On some reports before you start printing you will be asked to enter 
  288. a customer code.  This is the starting customer for printing.  Press the 
  289. return key to start at the first customer.  You will then be asked how many 
  290. to print.  Enter the number of customers you want, starting at the selected 
  291. customer, or press return to print from the starting customer to the end of 
  292. the list.  This feature allows you to print partial reports, and is handy 
  293. when your printer eats the 598th of 600 statements.
  294.  
  295.        When printing more than 20 statements or mailing labels, you will be 
  296. asked if you want to sort the customers by zip code.  If you answer Y (yes) 
  297. the statements or mailing labels will be printed in zip code order.  This 
  298. allows you to take advantage of the cheaper bulk mailing rates.
  299.  
  300.        Next, you will be asked to choose if you want to print the report to 
  301. the printer <P>, to the screen <S> or to a file <F>.  If you choose to print 
  302. to a file you will be asked for a file name.  The report will then be saved 
  303. as an ASCII file.  These files are not readable by PC-AR, but can be viewed 
  304. and changed with a text editor and used by other programs that can read 
  305. ASCII files. (Like the latest version of 123).  Since the report is printed 
  306. to a file exactly as it would be printed to a printer, if you use LPT2 for a 
  307. file name, the report would be printed to your second line printer.
  308.  
  309.  
  310. PRINT MAILING LABELS
  311.  
  312.        As long as you have all this customer information on your computer, 
  313. you might as well use it to print mailing labels.  You can print labels for 
  314. all the customers or only one customer and you can sort them by zip code if 
  315. you wish.  Labels are printed on standard peel off labels with one inch 
  316. spacing between labels.  To align the printer, use the selection process to 
  317. print a single label.
  318.  
  319.  
  320. PRINT CHARGES & PAYMENTS LISTING
  321.  
  322.        To provide an adequate audit trail, this report should be printed and 
  323. retained before closing out the month.  It will list all the charges and 
  324. payments entered for the accounting period and the total of charges and 
  325. payments.
  326.  
  327.  
  328.  
  329.  
  330.  
  331.  
  332. PRINT ACCOUNTS RECEIVABLE LEDGER
  333.  
  334.        This report prints each customer's opening balance, all charges and 
  335. payments for that customer, any late charges applied and the closing 
  336. balance.  It should be printed and retained.  Since PC-AR is a "balance 
  337. forward" accounts receivable program, this report will be your only source 
  338. of information several months from now on how a customers balance got that 
  339. way.
  340.  
  341.  
  342. PRINT STATEMENTS
  343.  
  344.        Customer statements are printed on a common statement form.  The form 
  345. may be ordered preprinted with your company name.  The following is a list 
  346. of suppliers, their toll free order number and their catalog number for the 
  347. preprinted statement forms you will need:
  348.  
  349. NEW ENGLAND BUSINESS SERVICES (NEBS)            800-225-9550    Form 9060
  350. GLOBAL COMPUTER SUPPLIES                        800-645-6393    Form C2052
  351. CHECKS TO GO                                    800-854-2750    Form 380-03
  352.                                                 800-552-8817    In Calif.
  353. FORMS SERVICE INC.                              800-553-5125    Form 5060
  354.                                                 312-671-2821    In Illinois
  355.  
  356.  
  357.        If you don't want to use forms preprinted with your name and return 
  358. address you may have the program print your name and address on blank 
  359. forms.  If you make an ASCII file on the program drive named PC-AR.HDG the 
  360. program will read that file and use the first five lines of the file as the 
  361. name and return address to print on your blank statements.  An ASCII file 
  362. may created with most word processing systems or by using the COPY CON 
  363. PC-AR.HDG command.
  364.  
  365.       To test statement alignment use the start print feature to print a 
  366. single statement then adjust the alignment accordingly.
  367.  
  368.  
  369. PRINT SALES SUMMARY
  370.  
  371.        This is a listing of all charges and payments by sales category, 
  372. followed by a one page listing of total sales by category.  If you choose, 
  373. you can omit the detailed listing, but you should print it at the end of the 
  374. accounting period (month) for audit trail purposes.  The last amount printed 
  375. is the total of all service charges accrued during the current period.  If 
  376. you have a lot of customers and invoices this may cause a noticeable pause 
  377. while service charges are calculated.
  378.  
  379.  
  380. PRINT CUSTOMER ACTIVITY REPORT
  381.  
  382.       The Customer Activity Report will summarize all the transactions 
  383. posted to a customers account for the past 12 months.  It will look at all 
  384. the transaction files on your disk that start with a three character month 
  385. abbreviation.  In other words, it will look at JAN.INV, FEB.INV, MAR.INV 
  386. etc. and print all the transactions made to the selected customer code.  The 
  387. period currently being processed will not be included unless you have 
  388. completed the Apply Charges and Payments process. (See next page).
  389.  
  390.  
  391.  
  392.  
  393.  
  394.  
  395.  
  396.  
  397.  
  398.  
  399. APPLY CHARGES AND PAYMENTS
  400.  
  401.       When you have printed all the reports you need and all is in order you 
  402. can complete the accounting period.  You will be asked to enter a three 
  403. month abbreviation for the month just processed.  For instance, if you had 
  404. just completed the month of February you would enter FEB.  The program would 
  405. then save a file named FEB.INV to the disk.  This is a backup copy of the 
  406. transactions with the three character month abbreviation as the first part 
  407. of the file name.  It is saved so that later you may review all the 
  408. transactions posted to an account for the past year using the Print Customer 
  409. Activity Report selection of the menu.
  410.  
  411.      All charges and payments will then be applied to customer balances. Any 
  412. late charges due will be added also.  The customers balances will be updated 
  413. to agree with the balances shown on the statements and the Accounts 
  414. Receivable Ledger.
  415.  
  416.  
  417. PRINT CUSTOMER LISTING
  418.  
  419.        This report is a printout of all customer information on file 
  420. including ageing information.  The balances shown do not reflect any charges 
  421. or payments made since the last accounting period ended.  Only the Apply 
  422. Charges & Payments selection actually changes customer balances.
  423.  
  424.  
  425. SAVE DATA AND END
  426.  
  427.      When processing is completed you must exit the program using this 
  428. selection.   Do not end processing by just turning off the computer, you 
  429. will lose any data entered since the last save operation.  If you just want 
  430. to save the current data to the disk without ending, you may answer "N" to 
  431. the question "Do you want to end processing?" and you will be returned to 
  432. the menu.
  433.  
  434.  
  435. ADDING A LITTLE COLOR
  436.  
  437.        If you have a color monitor and wish to have colors other than the 
  438. normal black and white you may specify the colors when you run the program.  
  439. Just include the decimal values for the colors after the path description 
  440. separated by spaces.  The first number specifies the color for borders, the 
  441. second specifies the color for all data and the third number specifies the 
  442. color for prompts.  For example, if you run the program by typing:  PC-AR 
  443. C:AR\ 6 14 10 1  you will be telling the program to look for data on drive C 
  444. in the sub directory AR and use brown borders, yellow data, light green 
  445. prompts on a dark blue background.  Beware - the program does not check to 
  446. see if the colors are valid or tasteful.  Once you decide what you want, put 
  447. the command in a batch file to avoid typing errors.
  448.  
  449. VERSION 3.0 CONVERSION
  450.  
  451.        If you are changing from version 2.xx to version 3.0 you will need 
  452. to convert your customer data.  A program called CONVERT.COM is available 
  453. for that purpose and is free to all registered users.   Just run the program 
  454. and follow the directions on the screen.
  455.  
  456.  
  457.  
  458.  
  459.  
  460.  
  461.  
  462.  
  463.  
  464.  
  465.  
  466. HELPFUL HINTS
  467.  
  468.        The escape key is always used to go back to the previous operation.  
  469. From anywhere in the program if you continue to press the escape key you 
  470. will eventually return to the main menu.
  471.  
  472.        When printing reports you may pause the printing by pressing any 
  473. key.  To resume printing press any key again.  To quit printing press the 
  474. escape key after pausing.
  475.  
  476.        Each customer must have a unique customer code for posting.  If you 
  477. insist on using numbers, the program won't object.  You should at least try 
  478. the method suggested earlier in the manual.  Use a customer code made up of 
  479. the customers last name plus as much of the first name as the 10 character 
  480. limit will allow.  Jane Smith would then have a code of SMITHJANE (Notice 
  481. that there are no spaces).  This method allows rapid posting of invoices 
  482. without looking up customer numbers.  The searching method allows you to 
  483. quickly examine the codes for all of the Smiths by just typing SMITH when 
  484. asked for a code. 
  485.  
  486.        PC-AR is written in Turbo Pascal.  The source code is available for 
  487. $95.
  488.  
  489. To print this manual:
  490.        Turn on your printer and set it to the top of the page.
  491.        Enter     COPY PC-AR.DOC LPT1:   
  492.