home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-387-Vol-3of3.iso / p / posys.zip / MANUAL.TXT < prev    next >
Text File  |  1992-03-05  |  20KB  |  573 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 3.1
  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.     Ronald Byxbe makes no warranty of any kind, express or implied, and will 
  66.     not be liable for any damages, whether direct, indirect, special, or 
  67.     consequential arising from a failure of this program to operate in the
  68.     manner desired by the user, nor will be liable for any damage to data 
  69.     or property which may be caused directly or indirectly by use of this
  70.     program.
  71.  
  72.     To register your program send $45.00 to: 
  73.  
  74.                             Ronald Bryan Byxbe 
  75.                            4594 Providence Place 
  76.                           New Orleans, LA  70126 
  77.  
  78.     ========================================================================= 
  79.  
  80.  
  81.  
  82.     Mail to:   Ronald Bryan Byxbe 
  83.                4594 Providence Place 
  84.                New Orleans, LA  70126 
  85.  
  86.  
  87.                Program Name:  (Purchase Order System) 
  88.  
  89.                Version No.     3.1
  90.  
  91.                Amount         $_________
  92.  
  93.                Where did you get a copy of this program?
  94.  
  95.                ___________________________________________________________ 
  96.  
  97.  
  98.                Comments:  ________________________________________________ 
  99.  
  100.                ___________________________________________________________ 
  101.  
  102.                ___________________________________________________________ 
  103.  
  104.                ___________________________________________________________ 
  105.                                Compatability
  106.  
  107.  
  108.      This Version of "Purchase Order System" is NOT compatible with older
  109.  
  110.      versions(1.x - 2.x).  Please remove all files from the older versions 
  111.  
  112.      BEFORE installing this version.
  113.  
  114.  
  115.      If you have any questions please contact Ron Byxbe (504) 283-1179.
  116.  
  117.  
  118.      Version 1.6     . Added 123 Style Menus
  119.  
  120.      Version 2.0     . Corrected print bug in 1.6
  121.  
  122.      Version 3.0     . Added Item Description File
  123.                      . Added 3 decimal points to amounts
  124.  
  125.      Version 3.1     . Added option to print Purchase Orders to Disk
  126.  
  127.  
  128.                                Table of Contents
  129.                                -----------------
  130.  
  131.            0.0  Installation
  132.                   0.1  Config.SYS
  133.                   0.2  Ansi.SYS
  134.                   0.3  Install Procedures
  135.                   0.4  Program Execution
  136.                   0.5  Data Files
  137.                   0.6  Index Files
  138.  
  139.            1.0  System Menu
  140.                   1.1  Edit System
  141.                        1.1.1  Change Company Name
  142.                        1.1.2  Change Beginning P/O #
  143.                        1.1.3  Change Printer Codes
  144.                   1.2  Create New Data Files
  145.                   1.3  Rebuild File Indexes
  146.  
  147.            2.0  Vendor Menu
  148.                   2.1  Create New Vendor Account
  149.                   2.2  Edit Vendor Account
  150.                   2.3  Delete Vendor Account
  151.                   2.4  Browse Vendor Accounts
  152.                   2.5  Print Vendor Master List
  153.  
  154.            3.0  Item Description Menu
  155.                   3.1  Create New Item Description
  156.                   3.2  Edit Item Description
  157.                   3.3  Delete Item Description
  158.                   3.4  Browse Item Descriptions
  159.                   3.5  Print Item Description Report
  160.  
  161.            4.0  Purchases Menu
  162.                   4.1  Enter Purchase Orders
  163.                   4.2  Edit Purchase Orders
  164.                   4.3  Print Purchase Orders
  165.                   4.4  Print Purchase Orders to Disk
  166.                   4.5  Finalize Purchase Orders
  167.  
  168.            5.0  Maintenance Menu
  169.                   5.1  View Purchase Transactions
  170.                   5.2  Clear Purchases Received
  171.                   5.3  Delete All Cleared
  172.  
  173.            6.0  Reports Menu (Outstanding Purchases)
  174.                 6.1  By Vendor Name
  175.                 6.2  By Ship To Name
  176.  
  177.            7.0  I/O Errors
  178.     0.0  Installation
  179.     ------------------------------------------------------------------------
  180.     0.1  Config.SYS
  181.          You must have a Config.SYS file on you boot disk or in your
  182.          root directory if you have a hard disk.  The Config.SYS file
  183.          must have the following commands:
  184.  
  185.                  FILES=20     (May be higher)
  186.                  BUFFERS=20   (May be higher)
  187.  
  188.          This file has been supplied on the Purchase Order Disk if you
  189.          wish to examine it.
  190.  
  191.     0.2  Ansi.SYS 
  192.          The file ANSI.SYS should also be part of your Config.SYS file. 
  193.          The command is:  Device=ANSI.SYS 
  194.  
  195.     0.3  Install Procedures
  196.          0.3.1  Floppy Disk 
  197.                 Make a backup copy of the Purchase Order Disk. 
  198.                 Format a blank diskette for a DATA Disk 
  199.  
  200.          0.3.2  Hard Disk 
  201.                 Copy the files to your hard disk. 
  202.  
  203.     0.4  Program Execution 
  204.  
  205.          0.4.1 Floppy Diskette Systems:
  206.          Modify your AUTOEXEC.BAT File to include the following command. 
  207.          This will tell the program where to find its Overlay FIles. 
  208.  
  209.             SET PUROVR=A: 
  210.  
  211.          Place Program Disk in Drive A:  
  212.          Place Data Disk in Drive B: 
  213.          From Drive B: type A:PURCHASE <enter> 
  214.         
  215.          0.4.2 Hard Disk System: 
  216.          Type  Purchase <enter> 
  217.          If you wish to run multiple data files in different subdirectories 
  218.          you must place the following statements in your AUTOEXEC.BAT File.
  219.  
  220.               PATH C:\PURCHASE          <- name of your program directory 
  221.               SET PUROVR=C:\PURCHASE    <- location of Overlay FIles 
  222.  
  223.          Log on to your DATA subdirectory or diskette drive and type 
  224.          PURCHASE <enter> NEW data files will then be created. 
  225.  
  226.          To use the Automatic Execution function simply press the  F1 Key. 
  227.          To turn it off Press the F1 Key again.  Otherwise, place the cursor 
  228.          bar over the desired option and press enter.
  229.  
  230.          If this is the first installation of this system then the 
  231.          Edit System menu will appear.   See 1.1 Edit System.
  232.  
  233.     0.5  Data Files 
  234.          All necessary data files will be created upon execution 
  235.          if they do not exist. 
  236.  
  237.     0.6  Index Files 
  238.          An option is supplied on the System menu for Re-Indexing 
  239.          Data Files. 
  240.  
  241.     1.0  System Menu
  242.     ------------------------------------------------------------------------ 
  243.  
  244.     1.1  Edit System 
  245.  
  246.          1.1.1  Change Company Name 
  247.  
  248.                 This option allows you to change the name of your company. 
  249.                 Enter the corrected name and press <Page Down>. 
  250.  
  251.          1.1.2  Change Beginning Purchase Order Number
  252.  
  253.                 This option allows you to enter the beginning Purchase 
  254.                 Order Number for your company.  Any number from 0 to
  255.                 32767 is valid.  When the P/O Number reaches 32767 it
  256.                 is automatically reset to 1.
  257.  
  258.          1.1.3  Change Printer Codes
  259.  
  260.                 This option is mandantory.  You must tell the system
  261.                 what codes are used to set your printer to condensed
  262.                 print.  You must also give to codes needed to cancel
  263.                 condensed print.  These codes can be found in your
  264.                 printer reference manual.  The condensed print codes
  265.                 are for 15cpi (15 characters per inch).  Most printers
  266.                 will allow the 10cpi (10 characters per inch) to cancel
  267.                 the condensed print mode.  If your printer allows 15cpi
  268.                 and 17cpi use the 15cpi codes.  If you have a wide
  269.                 carriage printer set these values to zero (0).
  270.  
  271.  
  272.     1.2  Create New Data Files
  273.  
  274.          This option allows you to create new data files.  Use this
  275.          command with caution.  All data files will be deleted and
  276.          recreated and any existing data will be Destroyed.  A flag
  277.          has been set to ask if you really want to do this.  If so
  278.          respond by saying yes and the system will create new data
  279.          files.  Otherwise, press <enter> and the system will return
  280.          to the Main Menu.
  281.  
  282.  
  283.     1.3  Rebuild Data File Indexes
  284.  
  285.          This option is used to rebuild all data file indexes.  You
  286.          may execute this option as often as you wish.  If you feel
  287.          that the system is not finding Vendors that have been entered
  288.          into the system then execute this option.
  289.  
  290.  
  291.     2.0  Accounts Menu
  292.  
  293.     ------------------------------------------------------------------------
  294.  
  295.  
  296.     2.1  Create New Vendor Account
  297.  
  298.          This option allows the user to create a new vendor account.
  299.          If the vendor exists an error will be generated stating that
  300.          the vendor number is already in the file.  Issue a new vendor
  301.          number and rekey the vendor.  Use the <enter> key or the
  302.          <Page Down> to enter the record.  Use the <Esc> key to exit
  303.          without entering the vendor.
  304.  
  305.  
  306.     2.2  Edit Vendor Account
  307.  
  308.          This option allows the user to change information about a
  309.          vendor.  However, it does not allow you to change the vendor
  310.          number.  To do this you must first delete the vendor and
  311.          and then re-enter him under a new number.  Use the <F1> key
  312.          to select a particular vendor, the <Page Down> and <Page Up>
  313.          keys to step forward and backwards thru the file.  Use the
  314.          <Esc> key to abort editing.
  315.  
  316.  
  317.     2.3  Delete Vendor Account
  318.  
  319.          This option allows the user to delete vendor records from
  320.          the vendor file.  Use the <F1> key to select a particular
  321.          vendor, the <Page Down> and <Page Up> keys to step forward
  322.          and backwards thru the file.  To delete a vendor enter
  323.          the letter 'Y' and press <enter>.
  324.  
  325.          HOWEVER, delete vendors with caution.  If any transactions
  326.          are still outstanding in the transaction file they will
  327.          exist without a vendor header.  It is best to wait for
  328.          an extended period of time before deleting a vendor from
  329.          the vendor file.
  330.  
  331.  
  332.     2.4  Browse Vendor Account
  333.  
  334.          This option allows the user to browse through the vendor file
  335.          displaying the vendor number, vendor name, and vendor telephone
  336.          number.  The <F1> key will allow the user to select a particular
  337.          vendor number to be displayed first.  The <Page Down> and
  338.          <Page Up> keys allow forward and backward browsing.  Use the
  339.          <Esc> key to exit the browse function.
  340.  
  341.  
  342.     2.5  Print Vendor Master List
  343.  
  344.          This option allows the user to print a hard copy of all the
  345.          vendors in the vendor file.  All information is printed.
  346.          The list is printed on  8 1/2" x 11"  standard with paper.
  347.  
  348.  
  349.     3.0  Item Description Menu
  350.  
  351.     ------------------------------------------------------------------------
  352.  
  353.     3.1  Create New Item Description
  354.  
  355.          This option allows the user to create a new Item Description.
  356.          If the Item exists an error will be generated stating that
  357.          the Item number is already in the file.  Issue a new Item
  358.          number and rekey the Item.  Use the <enter> key or the
  359.          <Page Down> to enter the record.  Use the <Esc> key to exit
  360.          without entering the Item Description.
  361.  
  362.  
  363.     3.2  Edit Item Description
  364.  
  365.          This option allows the user to change information about an
  366.          Item.  However, it does not allow you to change the Item
  367.          number.  To do this you must first delete the Item and
  368.          and then re-enter it under a new number.  Use the <F1> key
  369.          to select a particular Item, the <Page Down> and <Page Up>
  370.          keys to step forward and backwards thru the file.  Use the
  371.          <Esc> key to abort editing.
  372.  
  373.  
  374.     3.3  Delete Item Description
  375.  
  376.          This option allows the user to delete Item records from
  377.          the Item file.  Use the <F1> key to select a particular
  378.          Item, the <Page Down> and <Page Up> keys to step forward
  379.          and backwards thru the file.  To delete an Item enter
  380.          the letter 'Y' and press <enter>.
  381.  
  382.  
  383.     3.4  Browse Item Description
  384.  
  385.          This option allows the user to browse through the Item file
  386.          displaying all information in the Item Description File.
  387.          The <F1> key will allow the user to select a particular
  388.          Item number to be displayed first.  The <Page Down> and
  389.          <Page Up> keys allow forward and backward browsing.  Use the
  390.          <Esc> key to exit the browse function.
  391.  
  392.  
  393.     3.5  Print Item Description Report
  394.  
  395.          This option allows the user to print a hard copy of all the
  396.          Items in the Item file.  All information is printed.
  397.          The list is printed on  8 1/2" x 11"  standard with paper.
  398.  
  399.  
  400.     4.0  Purchases Menu
  401.  
  402.     ------------------------------------------------------------------------
  403.  
  404.     4.1  Enter Purchase orders
  405.  
  406.  
  407.  
  408.          Use this option to enter all purchase orders.  Purchase orders
  409.          can be entered at any time.  You may exit the program, return
  410.          and continue at a later time.
  411.  
  412.  
  413.          If a Vendor Code has been entered that does not exist in the
  414.          vendor master file and error will occur.  You can either
  415.          EXIT and create the vendor account or press the space bar
  416.          and re-enter the Vendor Code.
  417.  
  418.  
  419.          The Item information will be automatically entered if you
  420.          have created an Item Description for the Item Number that
  421.          you enter.
  422.  
  423.  
  424.  
  425.     4.2  Edit Purchase orders
  426.  
  427.          Use this option to make changes to purchase orders.  You must
  428.          make all changes before executing the finalize command.
  429.          Use the <F1> key to select a particular purchase order.
  430.  
  431.  
  432.     4.3  Print Purchase Orders
  433.  
  434.          Use this option to print purchase orders.  Purchase orders
  435.          are printed on plain  8 1/2" x 11"  paper.  If a mistake
  436.          is made you can reprint the purchase orders before you
  437.          finalize them to the transaction file.
  438.  
  439.     4.4  Print Purchase Orders to Disk
  440.  
  441.          Use this option to print Purchases Orders to Disk.
  442.          The system will ask for a File Name.  Enter any VALID
  443.          File Name up to 14 characters.
  444.  
  445.          Example:  ORDERS.TXT  or  ORDERS.ORD or A:ORDERS
  446.  
  447.          Caution:  Be sure not to give a name of an existing file.
  448.                    If you do the system will write over it.
  449.  
  450.     4.5  Finalize Purchase Orders
  451.  
  452.  
  453.          You MUST execute this option after you have printed the purchase
  454.          orders.  This option will post all purchase order transactions
  455.          to the transaction file.  After the finalize is complete the
  456.          system will reset the purchase order file to null. (Empty).
  457.  
  458.  
  459.  
  460.  
  461.     5.0  Maintenance Menu
  462.  
  463.     ------------------------------------------------------------------------
  464.  
  465.     5.1 View Purchase Transactions
  466.  
  467.          This option allows the user to browse through the purchase
  468.          orders that have been sent out.
  469.  
  470.          Keys:  F1         Used to Find a particular Purchase Order
  471.                 F2         Used to see the Status of the Purchase Order
  472.                 Page Up    Used to Step back one Purchase Order
  473.                 Page Down  Used to Step forward one Purchase Order
  474.                 ESC        Used to Exit
  475.  
  476.  
  477.     5.2  Clear/UnClear Purchases Received
  478.  
  479.          This option is used to clear the purchase transactions once
  480.          the item has been received.
  481.  
  482.          The transaction will appear on the screen.  To browse simply
  483.          press the ENTER key and the next transaction for that Purchase
  484.          Order will appear on the screen.
  485.  
  486.  
  487.          Information is given as to the status of the transaction.  It
  488.          will display 'OPEN' or 'CLEARED'.  Open means that the Purchase
  489.          transaction is still outstanding.  Cleared means that it has
  490.          been received.
  491.  
  492.          To clear a transaction press the F9 Key.  This key will also
  493.          UNCLEAR a transaction that has been previously cleared.
  494.  
  495.          The sounding of the BELL means that there are no more transactions
  496.          for this Purchase Order.
  497.  
  498.          Keys:  F1         Used to Find a particular Purchase Order
  499.                 Page Up    Used to Step back one Purchase Order
  500.                 Page Down  Used to Step forward one Purchase Order
  501.                 ESC        Used to Exit
  502.                 F9         Used to CLEAR/UNCLEAR a transaction
  503.                 Enter      Used to step forward one transaction
  504.  
  505.  
  506.     5.3  Delete All Cleared
  507.  
  508.          This option is used to delete all Purchase Orders that
  509.          have been received and cleared.  The system will ask you
  510.          a date.  Enter the date in which you wish all prior Purchases
  511.          deleted.  Example:  If you wanted to delete all Purchases
  512.          prior to January 1, 1987 then enter 01/01/87.  This would
  513.          delete all transactions up to and including December 31, 1986.
  514.  
  515.          Once a Purchase Order has been deleted it is gone forever.
  516.  
  517.     6.0  Reports Menu
  518.     ------------------------------------------------------------------------
  519.  
  520.     6.1  Print OutStanding Purchases By Vendor Name
  521.  
  522.          This option will print outstanding purchase transactions by
  523.          Vendor Name.
  524.  
  525.     6.2  Print OutStanding Purchases by Ship To Name
  526.  
  527.          This option will print cleared purchase transactions by
  528.          the Person Shipped To.
  529.  
  530.          *  You can terminate printing at any time by pressing any key.
  531.  
  532.  
  533.     7.0  I/O Errors
  534.  
  535.     ------------------------------------------------------------------------
  536.  
  537.     I/O Error  01   =  File does not Exist.
  538.  
  539.          Check to see if all files are on the disk.  If not copy them
  540.          from the master disk.
  541.  
  542.     I/O Error 153   =  Unexpected end-of-file.
  543.          You have either filled up the disk or you have a bad sector
  544.          on the disk.  If you are using a diskette then format a new
  545.          diskette and copy all the files to the new diskette.
  546.          ** Use the COPY command - not DISKCOPY
  547.  
  548.     I/O Error 241   =  Directory is full.
  549.  
  550.          You have too many files in the disk directory.
  551.  
  552.     I/O Error 242   =  Disk write error.  Disk is full.
  553.  
  554.     I/O Error 243   =  Too many files open.
  555.  
  556.          You have too many files open.  Check you BOOT disk and be
  557.          sure you have a CONFIG.SYS file.  This file should have
  558.          the following statements:
  559.  
  560.                FILES=20
  561.                BUFFERS=20
  562.  
  563.          If this file does not exist then create it using any text
  564.          processor.  Place it on your BOOT disk and then REBOOT the
  565.          computer.
  566.  
  567. RUN-TIME ERRORS.
  568.  
  569.     Run-time Error 240   =  Overlay file not found.
  570.          Check the disk and make sure that the file PURCHASE.000
  571.          is on the disk. If not copy it from your diskette.
  572.  
  573.