home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / busi / pc_ar39.zip / PC-AR.DOC < prev   
Text File  |  1987-01-27  |  25KB  |  675 lines

  1.                               PC-AR MANUAL 
  2.  
  3.  
  4. PROGRAM DESCRIPTION
  5.  
  6.        PC-AR is an accounts receivable and sales analysis program for 
  7. small and medium size businesses.  The program runs on a IBM PC or 
  8. compatible computer with one disk drive and at least 128k memory.
  9.  
  10.        PC-AR is a user supported program.  Your are encouraged to 
  11. give copies to anyone who might use it.  If you like the program and 
  12. find it 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 a copy of the latest 
  19. version of the program and a telephone number for limited telephone 
  20. assistance should you require it.  You will also receive a program 
  21. which will allow you to customize some features of PC-AR.  A complete 
  22. description of the customizing program is contained at the end of this 
  23. manual.
  24.  
  25.        The system consist of two files.
  26.  
  27.        PC-AR.COM - The compiled program written in Turbo Pascal.
  28.  
  29.        PC-AR.DOC - This documentation in ASCII form.
  30.  
  31.        The program makes liberal use of the PC's numeric key pad both 
  32. for numbers and commands.  You can have the Num Lock on all the time. 
  33.  
  34.        When inputting information, the plus <+> key has the same 
  35. effect as the return or enter key.  Numerical information is entered 
  36. "calculator style".  The decimal point is placed automatically.  The 
  37. minus <-> key enters a negative number.  This makes using the numeric 
  38. key pad even easier.
  39.  
  40.        To run the program, simply type "PC-AR".  If you want to 
  41. specify a drive and path for your data just add the drive and path 
  42. description after the program name.  i.e. type "PC-AR B:" to use the B 
  43. drive for data files.
  44.  
  45.        A menu is then displayed for operator selection:
  46.  
  47.                Enter or Change Sales Codes
  48.                Enter or Change Customers
  49.                Enter or Change Charges & Payments
  50.                Print Mailing Labels
  51.                Print Charges & Payments Listing
  52.                Print Accounts Receivable Ledger
  53.                Print Statements
  54.                Print Sales Summary
  55.                Print Customer Activity Report
  56.                Apply Charges & Payments
  57.                Print Customer Listing
  58.                Save Data and End
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67.        PC-AR is fast because it works with data in random access 
  68. memory, but the capacity is limited by available memory.  Available 
  69. memory is shared by the data.  With more customers on file, fewer 
  70. charges and payments can be entered and vice-versa.  PC-AR allows a 
  71. maximum of 2000 customers and 1500 charges and payments per accounting 
  72. period with 512k of memory.  With 128k the capacity is reduced to 
  73. about 100 customers and 100 charges and payments.
  74.  
  75.        Each time the menu is displayed, the number of charges and 
  76. payments that can be added with the available memory (limited to a 
  77. maximum of 1500) is printed at the bottom of the screen.  If this 
  78. number is less than 1500, then the number of customers that can be 
  79. added can be obtained by dividing the number by 6.
  80.  
  81.        Since a power interruption will result in loosing all the data 
  82. currently entered into the program, you should occasionally save your 
  83. data back to the disk.  This is done by selecting End Processing from 
  84. the menu.  The current data will be saved to the disk then you will be 
  85. asked "Do you want to end ?".  Just answer with an "N" and you may 
  86. resume processing.
  87.  
  88. THE PROCESSING CYCLE
  89.  
  90.        Accounting is done on a monthly cycle.  At the end of each 
  91. month all charges are added to the customer's balance and all payments 
  92. are deducted from the customer's balance and the new balances are used 
  93. as the starting balances for the next month.
  94.  
  95.        Each time the program is run, all customer data is loaded into 
  96. memory.  Also, any charges or payments entered since the last update 
  97. are loaded into memory.  When all of the charges and payments for the 
  98. current month have been entered, you may begin printing reports.  
  99. Reports may be printed in any order and as often as desired.  If you 
  100. discover an error in any of the reports you may correct the problem 
  101. and reprint the report.  At any time you can stop processing by 
  102. choosing the End Processing selection from the menu.
  103.  
  104.        The last step in processing is to apply the charges and 
  105. payments to customer balances.  This is done by choosing the Apply 
  106. Charges & Payments selection on the menu.   This selection does four 
  107. things:
  108.  
  109.        1) Age the customer balances.  All current due amounts become 
  110.        30 day due, all 30 day balances become 60 day, etc.
  111.  
  112.         2) Deduct the payments from the customers balance due starting 
  113.        with  90 day and proceeding to current due.
  114.  
  115.         3) Calculate the late charge and add it to the current amount 
  116.        due.
  117.  
  118.        4) Add the charges to the current balance.
  119.  
  120.        You may then proceed with the next accounting period. (month)
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129.  
  130.  
  131.  
  132.  
  133.  
  134. ENTER OR CHANGE SALES CODES
  135.  
  136.  
  137.        In addition to being an accounts receivable program, PC-AR is 
  138. also a sales analysis program.  Each charge or payment is posted to a 
  139. sales code.  The Enter or Change Sales Descriptions selection allows 
  140. you to enter up to 80 of these sales codes and their corresponding 
  141. descriptions.  The sales description is also printed on the various 
  142. reports including the statement.
  143.  
  144.        Just enter a three character sales code (alphabetic or numeric 
  145. characters are allowed) and up to 21 characters for a description.  
  146. The directions are printed at the bottom of the screen.  You may add 
  147. new sales descriptions and codes at any time, but don't change or 
  148. delete sales codes once charges or payments have been entered.  Wait 
  149. until the charges and payments have been applied to customer accounts 
  150. and you are ready to start a new accounting period before deleting or 
  151. changing sales codes.
  152.  
  153.        At least one of the sales codes and its corresponding 
  154. description should be for payments on account.  Payments received from 
  155. customers should then be posted to that code as a negative amount 
  156. using the minus <-> key instead of the enter key.
  157.  
  158.  
  159. ENTER OR CHANGE CUSTOMERS
  160.  
  161.        Customer information is entered and changed using this 
  162.        selection from the menu.  The following information is entered 
  163.        for each customer:
  164.  
  165.        Customer name - Two lines of 31 characters each are available.
  166.  
  167.        Customer Code - A ten character code that will be used to sort 
  168.        customers and also to post charges and payments to the 
  169.        customers account.  In most cases you will want to enter the 
  170.        customers last name, followed by as much of the first name as 
  171.        will fit in the remaining characters.  For instance, if the 
  172.        customers name is Jerry Medlin, the customer code would be 
  173.        MEDLINJERR.  Notice that all capital letters are used.  If you 
  174.        enter lower case letters they will be changed to upper case 
  175.        automatically.  Also, notice that no spaces are included.  The 
  176.        program will prevent you from entering a previously used 
  177.        customer code.
  178.  
  179.        Street Address - Up to 31 characters for the street address.
  180.  
  181.        City State & Zip - Up to 31 characters for the city, state and 
  182.        zip code.
  183.  
  184.        Telephone - Up to 12 characters for the telephone number and 
  185.        assorted dashes.
  186.  
  187.  
  188.  
  189.  
  190.  
  191.  
  192.  
  193.  
  194.  
  195.  
  196.  
  197.  
  198.  
  199.  
  200.  
  201.        Late Charge % - Enter the desired late charge for this 
  202.        customer as a percentage.  If you are on a monthly cycle and 
  203.        you wish to charge an 18% annual rate for balances overdue you 
  204.        would enter 1.5 (18 divided by 12 months.).  If you don't want 
  205.        to charge late fees then press return to enter a zero.
  206.  
  207.        Auto Bill Amount - Dollar amounts entered here may be posted 
  208.        to a customers account automatically each month.
  209.  
  210.        Balances Due - You may enter the current balance, the 30 day 
  211.        balance due, the 60 day balance due, and the 90 day balance 
  212.        due.  For new customers with no opening balances just press 
  213.        return to enter zero.
  214.  
  215.        Pressing the Escape key during entry takes you back to the 
  216. previous field.  Pressing the Escape key at the first name entry takes 
  217. you to the command mode.  The command mode allows you to scroll up and 
  218. down through the customer names, delete customers, change customer 
  219. information and do a quick check on the balances due for all 
  220. customers.  Pressing the Escape key from command mode takes you back 
  221. to the menu.
  222.  
  223.        The acceptable commands at any point are printed at the bottom 
  224. of the screen.
  225.  
  226.  
  227. ENTER OR CHANGE CHARGES AND PAYMENTS
  228.  
  229.        This selection allows you to enter charges and payments for 
  230. the current period.  Charge amounts are entered as positive numbers 
  231. using the plus <+> or enter key and payments are entered as negative 
  232. numbers using the minus <-> key (enter the number then press then 
  233. minus key).
  234.  
  235.        Before any charges and payments can be posted you must have at 
  236. least one sales description entered so that you have a sales code to 
  237. post to.  The following information is entered for each charge or 
  238. payment:
  239.  
  240.        Customer Code - The 10 character code previously entered for 
  241.        each customer is used to post a charge or payment.  You need 
  242.        enter only as much of the customer code necessary to 
  243.        distinguish it from any other code.  In other words, if only 
  244.        one customer has a customer  code beginning with MEDL then you 
  245.        need only enter MEDL to post to this customer.  The customers 
  246.        name will be printed at the bottom of the screen so you can be 
  247.        sure you are posting to the correct customer account.  If all 
  248.        you know is that the customers code begins with ME then just 
  249.        enter ME and the program will print all of the customer codes 
  250.        beginning with ME at the bottom of the screen.
  251.  
  252.        Date - Enter the date of the charge or payment as in MODA 
  253.        form.  The date of June fourth would be entered 0604 with no 
  254.        dash or slash.
  255.  
  256.  
  257.  
  258.  
  259.  
  260.  
  261.  
  262.  
  263.  
  264.  
  265.  
  266.  
  267.  
  268.        Invoice number - Up to 5 characters for the invoice number.  
  269.        Alphabetic characters are allowed.  Pressing the plus <+> key 
  270.        adds one to the previous invoice number and clears the invoice 
  271.        total shown at the top of the screen.  Pressing <return> gives 
  272.        you the same invoice number as the previous line and does not 
  273.        change the invoice total.
  274.  
  275.        Sales Code - Enter one of the sales codes.  Sales codes and 
  276.        their corresponding descriptions should be setup using the 
  277.        Enter or Change Sales Descriptions selection of the menu.  The 
  278.        description will be printed at the bottom of the screen.  If 
  279.        you don't remember the sales code enter the number 999.  The 
  280.        program will then allow you to use the arrow keys to search 
  281.        through the possible sales codes.  When the desired sales code 
  282.        appears just press return to enter it.
  283.  
  284.        Amount - Enter the amount of the charge or payment.  Payments 
  285.        should be entered as a negative number.  A negative number is 
  286.        entered by using the minus (-) key instead of the Enter key 
  287.        after the number is typed in.
  288.  
  289.        Pressing the return key on any entry except the amount, 
  290. defaults to the previous value.  This allows you to make multiple 
  291. entries for an invoice with the same customer, date and invoice 
  292. number.  Pressing the plus <+> key for the invoice number increments 
  293. the previous number by one.
  294.  
  295.        Two numbers are printed at the top right of the screen.  The 
  296. bottom of the two numbers is the net total of all the entries entered 
  297. this accounting period.  Use this number to check your input data.  
  298. The top number is the total for the current invoice.  This total is 
  299. reset to zero each time you enter a new invoice number and should be 
  300. checked against the invoice total.
  301.  
  302.         Pressing the Escape key during entry takes you back to the 
  303. previous field.  Pressing the Escape key at first entry position takes 
  304. you to the command mode.  The command mode allows you to scroll up and 
  305. down through the entries, delete entries and change entries.  From the 
  306. command mode you may press the <A> Auto Bill key to automatically post 
  307. the amount entered for each customer as an auto bill amount.  You will 
  308. be asked to enter a date and invoice number for the automatic postings.
  309.  
  310.        Pressing the Escape key from command mode takes you back to 
  311. the menu.  All the available commands are printed at the bottom of the 
  312. screen and may be chosen by a single keystroke.
  313.  
  314.  
  315.  
  316.  
  317.  
  318.  
  319.  
  320.  
  321.  
  322.  
  323.  
  324.  
  325.  
  326.  
  327.  
  328.  
  329.  
  330.  
  331.  
  332.  
  333.  
  334. PRINTING REPORTS
  335.  
  336.        The first time you choose a printed report from the menu you 
  337. will be asked to enter a report date.  This date will be used on all 
  338. reports.  If you want to change the report date you must end 
  339. processing and start over, otherwise the same report date is used on 
  340. all reports printed during a posting session.
  341.  
  342.        On some reports before you start printing you will be asked to 
  343. enter a customer code.  This is the starting customer for printing.  
  344. Press the return key to start at the first customer.  You will then be 
  345. asked how many to print.  Enter the number of customers you want, 
  346. starting at the selected customer, or press return to print from the 
  347. starting customer to the end of the list.  This feature allows you to 
  348. print partial reports, and is handy when your printer eats the 598th 
  349. of 600 statements.
  350.  
  351.        When printing more than 20 statements or mailing labels, you 
  352. will be asked if you want to sort the customers by zip code.  If you 
  353. answer Y (yes) the statements or mailing labels will be printed in zip 
  354. code order.  This allows you to take advantage of the cheaper bulk 
  355. mailing rates.
  356.  
  357.        Next, you will be asked to choose if you want to print the 
  358. report to the printer <P>, to the screen <S> or to a file <F>.  If you 
  359. choose to print to a file you will be asked for a file name.  The 
  360. report will then be saved as an ASCII file.  These files are not 
  361. readable by PC-AR, but can be viewed and changed with a text editor 
  362. and used by other programs that can read ASCII files. (Like the latest 
  363. version of 123).  Since the report is printed to a file exactly as it 
  364. would be printed to a printer, if you use LPT2 for a file name, the 
  365. report would be printed to your second line printer.
  366.  
  367.  
  368. PRINT MAILING LABELS
  369.  
  370.        As long as you have all this customer information on your 
  371. computer, you might as well use it to print mailing labels.  You can 
  372. print labels for all the customers or only one customer and you can 
  373. sort them by zip code if you wish.  Labels are printed on standard 
  374. peel off labels with one inch spacing between labels.  To align the 
  375. printer, use the selection process to print a single label.
  376.  
  377.  
  378. PRINT CHARGES & PAYMENTS LISTING
  379.  
  380.        To provide an adequate audit trail, this report should be 
  381. printed and retained before closing out the month.  It will list all 
  382. the charges and payments entered for the accounting period and the 
  383. total of charges and payments.
  384.  
  385.  
  386.  
  387.  
  388.  
  389.  
  390.  
  391.  
  392.  
  393.  
  394.  
  395.  
  396.  
  397.  
  398.  
  399.  
  400.  
  401. PRINT ACCOUNTS RECEIVABLE LEDGER
  402.  
  403.        This report prints each customer's opening balance, all 
  404. charges and payments for that customer, any late charges applied and 
  405. the closing balance.  It should be printed and retained.  Since PC-AR 
  406. is a "balance forward" accounts receivable program, this report will 
  407. be your only source of information several months from now on how a 
  408. customers balance got that way.
  409.  
  410.  
  411. PRINT STATEMENTS
  412.  
  413.        Customer statements are printed on a common statement form.  
  414. The form may be ordered preprinted with your company name.  The 
  415. following is a list of suppliers, their toll free order number and 
  416. their catalog number for the preprinted statement forms you will need:
  417.  
  418. NEW ENGLAND BUSINESS SERVICES (NEBS)      800-225-9550    Form 9060
  419. GLOBAL COMPUTER SUPPLIES                  800-645-6393    Form C2052
  420. CHECKS TO GO                              800-854-2750    Form 380-03
  421.                                           800-552-8817    In Calif.
  422. FORMS SERVICE INC.                        800-553-5125    Form 5060
  423.                                           312-671-2821    In Illinois
  424.  
  425.  
  426.        If you don't want to use forms preprinted with your name and 
  427. return address you may have the program print your name and address on 
  428. blank forms.  To do this requires the program ARCONFIG which is 
  429. available to all registered users of PC-AR.  The ARCONFIG program 
  430. allows you to enter your company name and address which will then be 
  431. printed on plain statement forms or on plain 8 1/2 by 11 paper.
  432.  
  433.       To test statement alignment use the start print feature to print 
  434. a single statement then adjust the alignment accordingly.
  435.  
  436.  
  437. PRINT SALES SUMMARY
  438.  
  439.        This is a listing of all charges and payments by sales 
  440. category, followed by a one page listing of total sales by category.  
  441. If you choose, you can omit the detailed listing, but you should print 
  442. it at the end of the accounting period (month) for audit trail 
  443. purposes.  The last amount printed is the total of all service charges 
  444. accrued during the current period.  If you have a lot of customers and 
  445. invoices this may cause a noticeable pause while service charges are 
  446. calculated.
  447.  
  448.  
  449. PRINT CUSTOMER ACTIVITY REPORT
  450.  
  451.       The Customer Activity Report will summarize all the transactions 
  452. posted to a customers account for the past 12 months.  It will look at 
  453. all the transaction files on your disk that start with a three 
  454. character month abbreviation.  In other words, it will look at 
  455. JAN.INV, FEB.INV, MAR.INV etc. and print all the transactions made to 
  456. the selected customer code.  The period currently being processed will 
  457. not be included unless you have completed the Apply Charges and 
  458. Payments process. (See next page).
  459.  
  460.  
  461.  
  462.  
  463.  
  464.  
  465.  
  466.  
  467. APPLY CHARGES AND PAYMENTS
  468.  
  469.       When you have printed all the reports you need and all is in 
  470. order you can complete the accounting period.  You will be asked to 
  471. enter a three month abbreviation for the month just processed.  For 
  472. instance, if you had just completed the month of February you would 
  473. enter FEB.  The program would then save a file named FEB.INV to the 
  474. disk.  This is a backup copy of the transactions with the three 
  475. character month abbreviation as the first part of the file name.  It 
  476. is saved so that later you may review all the transactions posted to 
  477. an account for the past year using the Print Customer Activity Report 
  478. selection of the menu.
  479.  
  480.      All charges and payments will then be applied to customer 
  481. balances. Any late charges due will be added also.  The customers 
  482. balances will be updated to agree with the balances shown on the 
  483. statements and the Accounts Receivable Ledger.
  484.  
  485.  
  486. PRINT CUSTOMER LISTING
  487.  
  488.        This report is a printout of all customer information on file 
  489. including ageing information.  The balances shown do not reflect any 
  490. charges or payments made since the last accounting period ended.  Only 
  491. the Apply Charges & Payments selection actually changes customer 
  492. balances.
  493.  
  494.  
  495. EXPORT CUSTOMER DATA
  496.  
  497.        This selection will create a file on the logged drive and 
  498. subdirectory called PC-PR.PRN which can be read by programs like Lotus 
  499. 123 and Reflex.  Textual data in the customer file will be surrounded 
  500. by quotation marks.  You can then read the data into Lotus 123 by 
  501. using the /File/Import/Numbers command.  Be sure that no names or 
  502. addresses in your customer file contain quotation marks before trying 
  503. to export customer data.
  504.  
  505.  
  506. SAVE DATA AND END
  507.  
  508.      When processing is completed you must exit the program using this 
  509. selection.   Do not end processing by just turning off the computer, 
  510. you will lose any data entered since the last save operation.  If you 
  511. just want to save the current data to the disk without ending, you may 
  512. answer "N" to the question "Do you want to end processing?" and you 
  513. will be returned to the menu.
  514.  
  515.  
  516. USING THE CONFIGURATION PROGRAM 
  517.  
  518.        The configuration program (ARCONFIG.COM) is provided free to 
  519. all registered users.  It allows you to change certain features of 
  520. PC-AR.  The ARCONFIG.COM program and the main program (PC-AR.COM) 
  521. should both be on the same disk drive when you configure your copy of 
  522. PC-AR.  Just run the program by typing ARCONFIG at the Dos prompt.  
  523. Use the up and down arrows to move the pointer and then press <C> to 
  524. change an item.  You will be allowed to change the following 
  525. information:
  526.  
  527.  
  528.  
  529.  
  530.  
  531.  
  532.  
  533.  
  534.        Display Colors - If you have a color adapter and monitor, you 
  535.        can change the colors for screen borders, program prompts, 
  536.        data, and background.  Allowable colors are from 0 to 15 
  537.        except for background color which can only be from 0 to 7.  
  538.        The display will be instantly updated as you enter the new 
  539.        colors.
  540.  
  541.        Laser Printer? - You will also be able to change the way PC-AR 
  542.        starts a new page.  Usually, PC-AR starts a new page by 
  543.        counting lines until the page total equals 66 lines.  If you 
  544.        enter a "Y" for the laser printer question, PC-AR will start a 
  545.        new page by issuing a form feed command.  This would work just 
  546.        fine on most other printers too, but requires that you set the 
  547.        top of form before you start printing.
  548.  
  549.        Disk Drive and Path - Enter a drive and path designation for 
  550.        PC-AR data.  If you want the program to read data from the B 
  551.        drive just enter B:.
  552.  
  553.        Plain Paper Statement - If you change this to a "Y", 
  554.        statements can be printed on plain 8 1/2 x 11 paper.  A "N" 
  555.        answer will print on pre printed 6 1/2 x 7 forms.  The default 
  556.        setting is "N".
  557.  
  558.        Statement Heading - If your company name and address is not 
  559.        pre printed on the statement forms, you may enter up to 5 
  560.        lines for a statement heading.
  561.  
  562.        Statement Footer Message - You can enter a message to be 
  563.        printed at the bottom of the statement form.  This is a good 
  564.        place to enter your payment terms, or a short advertising 
  565.        message.
  566.  
  567.        When you have finished making your changes, press the escape 
  568. key to exit the program.  You will then be asked if you want to save 
  569. the changes.  If you answer with a Y, both the configuration program 
  570. and PC-GL will be changed until you run the configuration program 
  571. again.
  572.  
  573.  
  574. VERSION 3.0 CONVERSION
  575.  
  576.        If you are changing from version 2.xx to version 3.0 you will 
  577. need to convert your customer data.  A program called CONVERT.COM is 
  578. available for that purpose and is free to all registered users.   Just 
  579. run the program and follow the directions on the screen.
  580.  
  581.  
  582. HELPFUL HINTS
  583.  
  584.        The escape key is always used to go back to the previous 
  585. operation.  From anywhere in the program if you continue to press the 
  586. escape key you will eventually return to the main menu.
  587.  
  588.        When printing reports you may pause the printing by pressing 
  589. any key.  To resume printing press any key again.  To quit printing 
  590. press the escape key after pausing.
  591.  
  592.  
  593.  
  594.  
  595.  
  596.  
  597.  
  598.  
  599.  
  600.  
  601.        Each customer must have a unique customer code for posting.  
  602. If you insist on using numbers, the program won't object.  You should 
  603. at least try the method suggested earlier in the manual.  Use a 
  604. customer code made up of the customers last name plus as much of the 
  605. first name as the 10 character limit will allow.  Jane Smith would 
  606. then have a code of SMITHJANE (Notice that there are no spaces).  This 
  607. method allows rapid posting of invoices without looking up customer 
  608. numbers.  The searching method allows you to quickly examine the codes 
  609. for all of the Smiths by just typing SMITH when asked for a code. 
  610.  
  611.        PC-AR is written in Turbo Pascal.  The source code is 
  612. available for $95.
  613.  
  614. To print this manual:
  615.        Turn on your printer and set it to the top of the page.
  616.        Enter     COPY PC-AR.DOC LPT1:   
  617.  
  618.  
  619.  
  620.  
  621.  
  622.  
  623.  
  624.  
  625.  
  626.  
  627.  
  628.  
  629.  
  630.  
  631.  
  632.  
  633.  
  634.  
  635.  
  636.  
  637.  
  638.  
  639.  
  640.  
  641.  
  642.  
  643.  
  644.  
  645.  
  646.  
  647.  
  648.  
  649.  
  650.  
  651.  
  652.  
  653.  
  654.  
  655.  
  656. page.
  657.        Enter     COPY PC-AR.DOC LPT1:   
  658.  
  659.  
  660.  
  661.  
  662.  
  663.  
  664.  
  665.  
  666.  
  667.  
  668.  
  669.  
  670.  
  671.  
  672.  
  673.  
  674.  
  675.