home *** CD-ROM | disk | FTP | other *** search
/ Share Gallery 1 / share_gal_1.zip / share_gal_1 / BF / BF076.ZIP / MANUAL.TXT < prev    next >
Text File  |  1987-03-21  |  17KB  |  453 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.6
  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:  ____________________________________________
  81.  
  82.                Version No.    __________
  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.          If this is the first installation of this system then the
  195.          Edit System menu will appear.   See 1.1 Edit System.
  196.  
  197.     0.5  Data Files
  198.  
  199.          All necessary data files will be created upon execution
  200.          if they do not exist.
  201.  
  202.     0.6  Index Files
  203.  
  204.          An option is supplied on the System menu for Re-Indexing
  205.          Data Files.
  206.  
  207.  
  208.     1.0  System Menu                                               Page 0002
  209.     ------------------------------------------------------------------------
  210.  
  211.     1.1  Edit System
  212.  
  213.          1.1.1  Change Company Name
  214.  
  215.                 This option allows you to change the name of your company.
  216.                 Enter the corrected name and press <Page Down>.
  217.  
  218.          1.1.2  Change Beginning Purchase Order Number
  219.  
  220.                 This option allows you to enter the beginning Purchase
  221.                 Order Number for your company.  Any number from 0 to
  222.                 32767 is valid.  When the P/O Number reaches 32767 it
  223.                 is automatically reset to 1.
  224.  
  225.          1.1.3  Change Printer Codes
  226.  
  227.                 This option is mandantory.  You must tell the system
  228.                 what codes are used to set your printer to condensed
  229.                 print.  You must also give to codes needed to cancel
  230.                 condensed print.  These codes can be found in your
  231.                 printer reference manual.  The condensed print codes
  232.                 are for 15cpi (15 characters per inch).  Most printers
  233.                 will allow the 10cpi (10 characters per inch) to cancel
  234.                 the condensed print mode.  If your printer allows 15cpi
  235.                 and 17cpi use the 15cpi codes.  If you have a wide
  236.                 carriage printer set these values to zero (0).
  237.  
  238.  
  239.     1.2  Create New Data Files
  240.  
  241.          This option allows you to create new data files.  Use this
  242.          command with caution.  All data files will be deleted and
  243.          recreated and any existing data will be Destroyed.  A flag
  244.          has been set to ask if you really want to do this.  If so
  245.          respond by saying yes and the system will create new data
  246.          files.  Otherwise, press <enter> and the system will return
  247.          to the Main Menu.
  248.  
  249.  
  250.     1.3  Rebuild Data File Indexes
  251.  
  252.          This option is used to rebuild all data file indexes.  You
  253.          may execute this option as often as you wish.  If you feel
  254.          that the system is not finding Vendors that have been entered
  255.          into the system then execute this option.
  256.  
  257.  
  258.  
  259.     2.0  Accounts Menu                                             Page 0003
  260.     ------------------------------------------------------------------------
  261.  
  262.     2.1  Create New Vendor Account
  263.  
  264.          This option allows the user to create a new vendor account.
  265.          If the vendor exists an error will be generated stating that
  266.          the vendor number is already in the file.  Issue a new vendor
  267.          number and rekey the vendor.  Use the <enter> key or the
  268.          <Page Down> to enter the record.  Use the <Esc> key to exit
  269.          without entering the vendor.
  270.  
  271.  
  272.     2.2  Edit Vendor Account
  273.  
  274.          This option allows the user to change information about a
  275.          vendor.  However, it does not allow you to change the vendor
  276.          number.  To do this you must first delete the vendor and
  277.          and then re-enter him under a new number.  Use the <F1> key
  278.          to select a particular vendor, the <Page Down> and <Page Up>
  279.          keys to step forward and backwards thru the file.  Use the
  280.          <Esc> key to abort editing.
  281.  
  282.  
  283.     2.3  Delete Vendor Account
  284.  
  285.          This option allows the user to delete vendor records from
  286.          the vendor file.  Use the <F1> key to select a particular
  287.          vendor, the <Page Down> and <Page Up> keys to step forward
  288.          and backwards thru the file.  To delete a vendor enter
  289.          the letter 'Y' and press <enter>.
  290.  
  291.          HOWEVER, delete vendors with caution.  If any transactions
  292.          are still outstanding in the transaction file they will
  293.          exist without a vendor header.  It is best to wait for
  294.          an extended period of time before deleting a vendor from
  295.          the vendor file.
  296.  
  297.     2.4  Browse Vendor Account
  298.  
  299.          This option allows the user to browse through the vendor file
  300.          displaying the vendor number, vendor name, and vendor telephone
  301.          number.  The <F1> key will allow the user to select a particular
  302.          vendor number to be displayed first.  The <Page Down> and
  303.          <Page Up> keys allow forward and backward browsing.  Use the
  304.          <Esc> key to exit the browse function.
  305.  
  306.  
  307.     2.5  Print Vendor Master List
  308.  
  309.          This option allows the user to print a hard copy of all the
  310.          vendors in the vendor file.  All information is printed.
  311.          The list is printed on  8 1/2" x 11"  standard with paper.
  312.  
  313.  
  314.     3.0  Purchases Menu                                            Page 0004
  315.     ------------------------------------------------------------------------
  316.  
  317.     3.1  Enter Purchase orders
  318.  
  319.          Use this option to enter all purchase orders.  Purchase orders
  320.          can be entered at any time.  You may exit the program, return
  321.          and continue at a later time.
  322.  
  323.  
  324.     3.2  Edit Purchase orders
  325.  
  326.          Use this option to make changes to purchase orders entered in
  327.          option 3.1.  You must make all changes before executing the
  328.          finalize command in option 3.4.  Use the <F1> key to select
  329.          a particular purchase order.
  330.  
  331.  
  332.     3.3  Print Purchase Orders
  333.  
  334.          Use this option to print purchase orders.  Purchase orders
  335.          are printed on plain  8 1/2" x 11"  paper.  If a mistake
  336.          is made you can reprint the purchase orders before you
  337.          finalize them to the transaction file.
  338.  
  339.  
  340.     3.4  Finalize Purchase Orders
  341.  
  342.          You MUST execute this option after you have printed the purchase
  343.          orders.  This option will post all purchase order transactions
  344.          to the transaction file.  After the finalize is complete the
  345.          system will reset the purchase order file to null. (Empty).
  346.  
  347.  
  348.  
  349.     4.0  Maintenance Menu                                          Page 0005
  350.     ------------------------------------------------------------------------
  351.  
  352.     4.1  Clear Purchases Received
  353.  
  354.          This option is used to clear the purchase transactions once
  355.          the item has been received.  Respond by entering a 'Y' to
  356.          clear and the date the purchase transaction was cleared.
  357.  
  358.          Use the <F1> key to select a particular purchase transaction
  359.          and the <Page Down> and <Page Up> keys to step through the
  360.          purchase transactions.  Press the <Esc> key to exit.
  361.  
  362.     4.2  UnClear A Cleared Purchase
  363.  
  364.          This option is used to unclear a purchase transaction once
  365.          it has been cleared.  Respond by entering a 'Y' to
  366.          unclear the purchase transaction.
  367.  
  368.          Use the <F1> key to select a particular purchase transaction
  369.          and the <Page Down> and <Page Up> keys to step through the
  370.          purchase transactions.  Press the <Esc> key to exit.
  371.  
  372.     4.3  Delete All Cleared
  373.  
  374.          This option is used to delete all purchase transactions that
  375.          have been received and cleared.  The system will ask you
  376.          a date.  Enter the date in which you wish all prior transactions
  377.          deleted.  Example:  If you wanted to delete all transactions
  378.          prior to January 1, 1987 then enter 01/01/87.  This would
  379.          delete all transactions up to and including December 31, 1986.
  380.  
  381.  
  382.     4.4  Browse Purchase Transactions
  383.  
  384.          This option allows the user to browse through the purchase
  385.          transactions.  The system will show if the transaction has
  386.          been cleared by placing '*C*' on the far right hand side.
  387.  
  388.          Use the <F1> key to select a particular purchase transaction
  389.          and the <Page Down> and <Page Up> keys to step through the
  390.          purchase transactions.  Press the <Esc> key to exit.
  391.  
  392.  
  393.  
  394.     5.0  Reports Menu                                              Page 0006
  395.     ------------------------------------------------------------------------
  396.  
  397.     Select Option:
  398.  
  399.       This screen will appear each time you request one of the reports
  400.       below.  You may enter certain parameters for printing or press
  401.       the <Page Down> to print all transactions.
  402.  
  403.       You have the option of selecting a beginnning vendor number (Low)
  404.       and an ending vendor number (high).  If only one vendor is desired
  405.       then enter the vendor number in the Low column.
  406.  
  407.       The other options work the same way as the vendor option.
  408.  
  409.       Example:  Print all transactions for vendor 'Sears' for account
  410.       number 10050078.  You would enter the vendor number 'SE0234' in
  411.       the Low column for vendor and the account number 10050078 in the
  412.       low column for account.  You would then press <Page Down>.
  413.  
  414.       Example:  Print all transactions for vendor 'Allied Steel' for
  415.       account numbers 23400785 thru 45600945.  You would enter the
  416.       vendor number 'AL2210' in the Low column for vendor, the account
  417.       number 23400785 in the Low column for account, and the account
  418.       number 45600945 in the High column for account. You would then
  419.       press <Page Down>.
  420.  
  421.  
  422.  
  423.     5.1  Print OutStanding Purchase Transactions
  424.  
  425.          This option will print outstanding purchase transactions in one
  426.          of the following ways:
  427.  
  428.          5.1.1  By Account
  429.          5.1.2  By Vendor
  430.          5.1.3  By Purchase Order number
  431.  
  432.     5.2  Print Cleared Purchase Transactions
  433.  
  434.          This option will print cleared purchase transactions in one
  435.          of the following ways:
  436.  
  437.          5.1.1  By Account
  438.          5.1.2  By Vendor
  439.          5.1.3  By Purchase Order number
  440.  
  441.     5.3  Print Both Outstanding and Cleared Transactions
  442.  
  443.          This option will print all purchase transactions in one of the
  444.          following ways:
  445.  
  446.          5.1.1  By Account
  447.          5.1.2  By Vendor
  448.          5.1.3  By Purchase Order number
  449.  
  450.    *  You can terminate printing at any time by pressing any key.
  451.  
  452.  
  453.