home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / database / purchase.zip / MANUAL.TXT < prev    next >
Text File  |  1987-05-09  |  17KB  |  458 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.  
  9.  
  10.  
  11.  
  12.                          Purchase Order System
  13.                          ---------------------
  14.  
  15.  
  16.  
  17.  
  18.  
  19.  
  20.  
  21.  
  22.  
  23.                               Version 1.7
  24.  
  25.  
  26.  
  27.  
  28.  
  29.  
  30.  
  31.  
  32.  
  33.                           Copyright (C) 1987
  34.  
  35.  
  36.                            (User-Supported)
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.                           Ronald Bryan Byxbe
  48.                          4594 Providence Place
  49.                         New Orleans, LA  70126
  50.  
  51.  
  52.                                   Forward
  53.                                   -------
  54.  
  55.                            Purchase Order System
  56.                            ---------------------
  57.  
  58.     This Program was written under the "ShareWare" concept.  You are free to
  59.     copy this program and share it with others.  If you like the program and
  60.     find it useful you are asked to send a donation to the author and register
  61.     your copy.  Upon receipt of the requested donation you will receive full
  62.     user support and any additional documentation that is needed to run the
  63.     system.
  64.  
  65.     To register your program send $45.00 to:
  66.  
  67.                             Ronald Bryan Byxbe
  68.                            4594 Providence Place
  69.                           New Orleans, LA  70126
  70.  
  71.     =========================================================================
  72.  
  73.  
  74.  
  75.     Mail to:   Ronald Bryan Byxbe
  76.                4594 Providence Place
  77.                New Orleans, LA  70126
  78.  
  79.  
  80.                Program Name:  (Purchase Order System)
  81.  
  82.                Version No.     1.7
  83.  
  84.                Amount         $_________
  85.  
  86.                Where did you get a copy of this program?
  87.  
  88.                ___________________________________________________________
  89.  
  90.  
  91.                Comments:  ________________________________________________
  92.  
  93.                ___________________________________________________________
  94.  
  95.                ___________________________________________________________
  96.  
  97.                ___________________________________________________________
  98.  
  99.  
  100.  
  101.                                Table of Contents
  102.                                -----------------
  103.  
  104.            0.0  Installation ...................................  01
  105.  
  106.                   0.1  Config.SYS ..............................  01
  107.                   0.2  Ansi.SYS ................................  01
  108.                   0.3  Install Procedures ......................  01
  109.                   0.4  Program Execution .......................  01
  110.                   0.5  Data Files ..............................  01
  111.                   0.6  Index Files .............................  01
  112.  
  113.            1.0  System Menu ....................................  02
  114.  
  115.                   1.1  Edit System .............................  02
  116.                        1.1.1  Change Company Name ..............  02
  117.                        1.1.2  Change Beginning P/O # ...........  02
  118.                        1.1.3  Change Printer Codes .............  02
  119.                   1.2  Create New Data Files ...................  02
  120.                   1.3  Rebuild File Indexes ....................  02
  121.  
  122.            2.0  Accounts Menu ..................................  03
  123.  
  124.                   2.1  Create New Vendor Account ...............  03
  125.                   2.2  Edit Vendor Account .....................  03
  126.                   2.3  Delete Vendor Account ...................  03
  127.                   2.4  Browse Vendor Accounts ..................  03
  128.                   2.5  Print Vendor Master List ................  03
  129.  
  130.            3.0  Purchases Menu .................................  04
  131.  
  132.                   3.1  Enter Purchase Orders ...................  04
  133.                   3.2  Edit Purchase Orders ....................  04
  134.                   3.3  Print Purchase Orders ...................  04
  135.                   3.4  Finalize Purchase Orders ................  04
  136.  
  137.            4.0  Maintenance Menu ...............................  05
  138.  
  139.                   4.1  Clear Purchases Received ................  05
  140.                   4.2  UnClear a Cleared Purchase ..............  05
  141.                   4.3  Delete All Cleared ......................  05
  142.                   4.4  Browse Purchase Transactions ............  05
  143.  
  144.            5.0  Reports Menu ...................................  06
  145.  
  146.                   5.1  Print Outstanding Purchase Transactions .  06
  147.                        5.1.1  By Account .......................  06
  148.                        5.1.2  By Vendor ........................  06
  149.                        5.1.3  By Purchase Order Number .........  06
  150.                   5.2  Print Cleared Purchase Transactions .....  06
  151.                        5.2.1  By Account .......................  06
  152.                        5.2.2  By Vendor ........................  06
  153.                        5.2.3  By Purchase Order Number .........  06
  154.                   5.3  Print Both Outstanding and Cleared ......  06
  155.                        5.3.1  By Account .......................  06
  156.                        5.3.2  By Vendor ........................  06
  157.                        5.3.3  By Purchase Order Number .........  06
  158.  
  159.  
  160.     0.0  Installation                                              Page 0001
  161.     ------------------------------------------------------------------------
  162.  
  163.     0.1  Config.SYS
  164.  
  165.          You must have a Config.SYS file on you boot disk or in your
  166.          root directory if you have a hard disk.  The Config.SYS file
  167.          must have the following commands:
  168.  
  169.                  FILES=20     (May be higher)
  170.                  BUFFERS=20   (May be higher)
  171.  
  172.          This file has been supplied on the Purchase Order Disk if you
  173.          wish to examine it.
  174.  
  175.     0.2  Ansi.SYS
  176.  
  177.          The file ANSI.SYS should also be part of your Config.SYS file.
  178.          The command is:  Device=ANSI.SYS
  179.  
  180.     0.3  Install Procedures
  181.  
  182.          0.3.1  Floppy Disk
  183.                 Make a backup copy of the Purchase Order Disk.
  184.                 Use the Copy, store the Original.
  185.  
  186.          0.3.2  Hard Disk
  187.                 Copy the files to your hard disk.
  188.  
  189.     0.4  Program Execution
  190.  
  191.          To run the Purchase Order System:
  192.          Purchase <enter>
  193.  
  194.    *NEW* To use the Automatic Execution function simply press the
  195.          F1 Key.  To turn it off Press the F1 Key again.
  196.          Otherwise, place the cursor bar over the desired option
  197.          and press enter.
  198.  
  199.          If this is the first installation of this system then the
  200.          Edit System menu will appear.   See 1.1 Edit System.
  201.  
  202.     0.5  Data Files
  203.  
  204.          All necessary data files will be created upon execution
  205.          if they do not exist.
  206.  
  207.     0.6  Index Files
  208.  
  209.          An option is supplied on the System menu for Re-Indexing
  210.          Data Files.
  211.  
  212.  
  213.     1.0  System Menu                                               Page 0002
  214.     ------------------------------------------------------------------------
  215.  
  216.     1.1  Edit System
  217.  
  218.          1.1.1  Change Company Name
  219.  
  220.                 This option allows you to change the name of your company.
  221.                 Enter the corrected name and press <Page Down>.
  222.  
  223.          1.1.2  Change Beginning Purchase Order Number
  224.  
  225.                 This option allows you to enter the beginning Purchase
  226.                 Order Number for your company.  Any number from 0 to
  227.                 32767 is valid.  When the P/O Number reaches 32767 it
  228.                 is automatically reset to 1.
  229.  
  230.          1.1.3  Change Printer Codes
  231.  
  232.                 This option is mandantory.  You must tell the system
  233.                 what codes are used to set your printer to condensed
  234.                 print.  You must also give to codes needed to cancel
  235.                 condensed print.  These codes can be found in your
  236.                 printer reference manual.  The condensed print codes
  237.                 are for 15cpi (15 characters per inch).  Most printers
  238.                 will allow the 10cpi (10 characters per inch) to cancel
  239.                 the condensed print mode.  If your printer allows 15cpi
  240.                 and 17cpi use the 15cpi codes.  If you have a wide
  241.                 carriage printer set these values to zero (0).
  242.  
  243.  
  244.     1.2  Create New Data Files
  245.  
  246.          This option allows you to create new data files.  Use this
  247.          command with caution.  All data files will be deleted and
  248.          recreated and any existing data will be Destroyed.  A flag
  249.          has been set to ask if you really want to do this.  If so
  250.          respond by saying yes and the system will create new data
  251.          files.  Otherwise, press <enter> and the system will return
  252.          to the Main Menu.
  253.  
  254.  
  255.     1.3  Rebuild Data File Indexes
  256.  
  257.          This option is used to rebuild all data file indexes.  You
  258.          may execute this option as often as you wish.  If you feel
  259.          that the system is not finding Vendors that have been entered
  260.          into the system then execute this option.
  261.  
  262.  
  263.  
  264.     2.0  Accounts Menu                                             Page 0003
  265.     ------------------------------------------------------------------------
  266.  
  267.     2.1  Create New Vendor Account
  268.  
  269.          This option allows the user to create a new vendor account.
  270.          If the vendor exists an error will be generated stating that
  271.          the vendor number is already in the file.  Issue a new vendor
  272.          number and rekey the vendor.  Use the <enter> key or the
  273.          <Page Down> to enter the record.  Use the <Esc> key to exit
  274.          without entering the vendor.
  275.  
  276.  
  277.     2.2  Edit Vendor Account
  278.  
  279.          This option allows the user to change information about a
  280.          vendor.  However, it does not allow you to change the vendor
  281.          number.  To do this you must first delete the vendor and
  282.          and then re-enter him under a new number.  Use the <F1> key
  283.          to select a particular vendor, the <Page Down> and <Page Up>
  284.          keys to step forward and backwards thru the file.  Use the
  285.          <Esc> key to abort editing.
  286.  
  287.  
  288.     2.3  Delete Vendor Account
  289.  
  290.          This option allows the user to delete vendor records from
  291.          the vendor file.  Use the <F1> key to select a particular
  292.          vendor, the <Page Down> and <Page Up> keys to step forward
  293.          and backwards thru the file.  To delete a vendor enter
  294.          the letter 'Y' and press <enter>.
  295.  
  296.          HOWEVER, delete vendors with caution.  If any transactions
  297.          are still outstanding in the transaction file they will
  298.          exist without a vendor header.  It is best to wait for
  299.          an extended period of time before deleting a vendor from
  300.          the vendor file.
  301.  
  302.     2.4  Browse Vendor Account
  303.  
  304.          This option allows the user to browse through the vendor file
  305.          displaying the vendor number, vendor name, and vendor telephone
  306.          number.  The <F1> key will allow the user to select a particular
  307.          vendor number to be displayed first.  The <Page Down> and
  308.          <Page Up> keys allow forward and backward browsing.  Use the
  309.          <Esc> key to exit the browse function.
  310.  
  311.  
  312.     2.5  Print Vendor Master List
  313.  
  314.          This option allows the user to print a hard copy of all the
  315.          vendors in the vendor file.  All information is printed.
  316.          The list is printed on  8 1/2" x 11"  standard with paper.
  317.  
  318.  
  319.     3.0  Purchases Menu                                            Page 0004
  320.     ------------------------------------------------------------------------
  321.  
  322.     3.1  Enter Purchase orders
  323.  
  324.          Use this option to enter all purchase orders.  Purchase orders
  325.          can be entered at any time.  You may exit the program, return
  326.          and continue at a later time.
  327.  
  328.  
  329.     3.2  Edit Purchase orders
  330.  
  331.          Use this option to make changes to purchase orders entered in
  332.          option 3.1.  You must make all changes before executing the
  333.          finalize command in option 3.4.  Use the <F1> key to select
  334.          a particular purchase order.
  335.  
  336.  
  337.     3.3  Print Purchase Orders
  338.  
  339.          Use this option to print purchase orders.  Purchase orders
  340.          are printed on plain  8 1/2" x 11"  paper.  If a mistake
  341.          is made you can reprint the purchase orders before you
  342.          finalize them to the transaction file.
  343.  
  344.  
  345.     3.4  Finalize Purchase Orders
  346.  
  347.          You MUST execute this option after you have printed the purchase
  348.          orders.  This option will post all purchase order transactions
  349.          to the transaction file.  After the finalize is complete the
  350.          system will reset the purchase order file to null. (Empty).
  351.  
  352.  
  353.  
  354.     4.0  Maintenance Menu                                          Page 0005
  355.     ------------------------------------------------------------------------
  356.  
  357.     4.1  Clear Purchases Received
  358.  
  359.          This option is used to clear the purchase transactions once
  360.          the item has been received.  Respond by entering a 'Y' to
  361.          clear and the date the purchase transaction was cleared.
  362.  
  363.          Use the <F1> key to select a particular purchase transaction
  364.          and the <Page Down> and <Page Up> keys to step through the
  365.          purchase transactions.  Press the <Esc> key to exit.
  366.  
  367.     4.2  UnClear A Cleared Purchase
  368.  
  369.          This option is used to unclear a purchase transaction once
  370.          it has been cleared.  Respond by entering a 'Y' to
  371.          unclear the purchase transaction.
  372.  
  373.          Use the <F1> key to select a particular purchase transaction
  374.          and the <Page Down> and <Page Up> keys to step through the
  375.          purchase transactions.  Press the <Esc> key to exit.
  376.  
  377.     4.3  Delete All Cleared
  378.  
  379.          This option is used to delete all purchase transactions that
  380.          have been received and cleared.  The system will ask you
  381.          a date.  Enter the date in which you wish all prior transactions
  382.          deleted.  Example:  If you wanted to delete all transactions
  383.          prior to January 1, 1987 then enter 01/01/87.  This would
  384.          delete all transactions up to and including December 31, 1986.
  385.  
  386.  
  387.     4.4  Browse Purchase Transactions
  388.  
  389.          This option allows the user to browse through the purchase
  390.          transactions.  The system will show if the transaction has
  391.          been cleared by placing '*C*' on the far right hand side.
  392.  
  393.          Use the <F1> key to select a particular purchase transaction
  394.          and the <Page Down> and <Page Up> keys to step through the
  395.          purchase transactions.  Press the <Esc> key to exit.
  396.  
  397.  
  398.  
  399.     5.0  Reports Menu                                              Page 0006
  400.     ------------------------------------------------------------------------
  401.  
  402.     Select Option:
  403.  
  404.       This screen will appear each time you request one of the reports
  405.       below.  You may enter certain parameters for printing or press
  406.       the <Page Down> to print all transactions.
  407.  
  408.       You have the option of selecting a beginnning vendor number (Low)
  409.       and an ending vendor number (high).  If only one vendor is desired
  410.       then enter the vendor number in the Low column.
  411.  
  412.       The other options work the same way as the vendor option.
  413.  
  414.       Example:  Print all transactions for vendor 'Sears' for account
  415.       number 10050078.  You would enter the vendor number 'SE0234' in
  416.       the Low column for vendor and the account number 10050078 in the
  417.       low column for account.  You would then press <Page Down>.
  418.  
  419.       Example:  Print all transactions for vendor 'Allied Steel' for
  420.       account numbers 23400785 thru 45600945.  You would enter the
  421.       vendor number 'AL2210' in the Low column for vendor, the account
  422.       number 23400785 in the Low column for account, and the account
  423.       number 45600945 in the High column for account. You would then
  424.       press <Page Down>.
  425.  
  426.  
  427.  
  428.     5.1  Print OutStanding Purchase Transactions
  429.  
  430.          This option will print outstanding purchase transactions in one
  431.          of the following ways:
  432.  
  433.          5.1.1  By Account
  434.          5.1.2  By Vendor
  435.          5.1.3  By Purchase Order number
  436.  
  437.     5.2  Print Cleared Purchase Transactions
  438.  
  439.          This option will print cleared purchase transactions in one
  440.          of the following ways:
  441.  
  442.          5.1.1  By Account
  443.          5.1.2  By Vendor
  444.          5.1.3  By Purchase Order number
  445.  
  446.     5.3  Print Both Outstanding and Cleared Transactions
  447.  
  448.          This option will print all purchase transactions in one of the
  449.          following ways:
  450.  
  451.          5.1.1  By Account
  452.          5.1.2  By Vendor
  453.          5.1.3  By Purchase Order number
  454.  
  455.    *  You can terminate printing at any time by pressing any key.
  456.  
  457.  
  458.