home *** CD-ROM | disk | FTP | other *** search
/ Current Shareware 1994 January / SHAR194.ISO / catalogs / inv18_a.zip / INV.DOC < prev    next >
Text File  |  1993-09-28  |  31KB  |  767 lines

  1.  
  2.  
  3.  
  4. INV V1.8 DOCUMENTATION, EDITION #1                            Page 1
  5.  
  6.  
  7.      COPYRIGHT 1989-1991 BY DOUGLAS K. BELL, LOMPOC, CALIFORNIA.
  8.  
  9.      Please note that HEADWORKS COMPUTER SERVICES' ADDRESS IS NOW:
  10.                       P.O. Box 231
  11.                       Elmer City, WA 99124
  12.                       voice (509) 633-0120
  13.                       BBS   (509) 633-1535
  14.  
  15.      We're not in Electric City anymore, Toto!
  16.  
  17.  
  18.      HARD DISK INSTALLATION
  19.          Follow instructions on disk label. Type SETUP at DOS prompt.
  20.          The inventory system will be set up in the directory:  \INV
  21.          All data files will have the extension .1 and can be backed up to
  22.          floppy disk with the command  COPY  C:\INV\*.1  A:\
  23.          and restored with the command COPY  A:\*.1  C:\INV
  24.  
  25.      GENERAL
  26.          This program stores and keeps track of inventory details, and
  27.          automatically prints-out requisitions for items when supplies get
  28.          low, or are less than a given number of days supply.
  29.  
  30.          Whenever inventory items are used or re-stocked, the details of
  31.          these transactions must be entered into the computer, using the
  32.          program.  Usage or re-stock "tickets" can be printed out, showing
  33.          the details of the transactions.  Miscellaneous purchases can also
  34.          be tracked.
  35.  
  36.          The following reports can be printed out or displayed:
  37.          - Automatic or manual item requisitioning.
  38.          - Inventory status of all items, listed in object/item name order.
  39.          - Usage or restocking transactions showing transaction details,
  40.          costs, and cost totals for any time period, item, object, or
  41.          category of item or object.
  42.  
  43.  
  44.  
  45.      GENERAL SETUP OPERATIONS
  46.          1. Use step <1> "Add/Edit items" to type in the current list of
  47.          inventory items.  You will need to know, for each item:
  48.              - Item name
  49.              Use this format: DESCRIPTION, ID or PART NO., etc.
  50.              Or, use as much of it as you can.
  51.  
  52.              - Item OBJECT or PURPOSE.  Eg: vehicle, machine, project,
  53.              acct., dept., etc.
  54.  
  55.              - Physical location,
  56.              - Current quantity,
  57.              - Quantity limit (below which automatic requisitioning takes
  58.              place),
  59.              - Purchase quantity (how many to automatically requisition),
  60.              - Days Limit (Automatic requisitioning take place if less than
  61.              this number of days supply is left.)
  62.              - Usual cost per unit, usual vendor (and address), usual
  63.              vendor's phone or FAX number.
  64.  
  65.  
  66.              To print out a form for filling out this information,
  67.              type  INV-FORM  at the DOS command prompt.
  68.  
  69.  
  70.  
  71. INV V1.8 DOCUMENTATION, EDITION #1                            Page 2
  72.  
  73.  
  74.          2.  To automatically print-out requisitions (only when required)
  75.          whenever the PC is turned on, add a line containing  "\INV\INV
  76.          REPORT" to the end of the PC's AUTOEXEC.BAT file in the root
  77.          directory.
  78.  
  79.  
  80.  
  81. INV V1.8 DOCUMENTATION, EDITION #1                            Page 3
  82.  
  83.  
  84.      GENERAL OPERATION STEPS
  85.          1. Whenever a new type of item is added to inventory, an item is
  86.          discontinued, or the details of any item need to be changed, run
  87.          the program, and execute step <1> "Add/Edit items."
  88.  
  89.          2. Whenever an item is "used" from inventory, run the program and
  90.          execute step <2> "Enter USAGE transaction."
  91.  
  92.          3. Whenever supplies of an item get low, or there is less than the
  93.          set days supply, FAX-ready requisitions will be printed out
  94.          automatically (if the AUTOEXEC.BAT file was set.  See GENERAL
  95.          SETUP STEPS).
  96.  
  97.                To generate a requisition manually, run the program, and
  98.          execute step <3> Print-out PURCHASE REQUISITIONS.
  99.  
  100.          The printed requisitions have internal blanks to be filled out, to
  101.          help track re-stocking.  When the requisitioned items have been
  102.          received, follow step 4.
  103.  
  104.          4. Whenever inventory is re-stocked with an item, run the program
  105.          and execute step <4> "Enter RE-STOCKING transactions."
  106.  
  107.          5. To print-out or display a report of USAGE TRANSACTIONS (what,
  108.          when, where, and cost) for a single item, a category of items, or
  109.          all items, for any period of time, execute step <5> "REPORT
  110.          INVENTORY USAGE".
  111.  
  112.          6. To print-out or display a report of RE-STOCKING transactions
  113.          (what, what for, when, and cost), for a single item, a category of
  114.          items, or all items, for any period of time, execute step <6>
  115.          "REPORT INVENTORY RE-STOCK".
  116.  
  117.          7. To print-out or display a report of all items in inventory,
  118.          execute step <7> "REPORT INVENTORY".
  119.  
  120.          8. Usage and re-stocking transaction information that has been
  121.          entered, can later be searched or changed, using step <8> "EDIT
  122.          USAGE TRANSACTION FILE" and step <9> "EDIT RE-STOCKING TRANSACTION
  123.          FILE."
  124.  
  125.  
  126.          If technical assistance is required, or you have a suggestion for
  127.          the next version, call 509-633-0120.
  128.  
  129.  
  130.  
  131. INV V1.8 DOCUMENTATION, EDITION #1                            Page 4
  132.  
  133.  
  134.      MISC
  135.          In this documentation and on program screens, keyboard buttons are
  136.          referred to between <>.  For example, the enter key is referred to
  137.          as <Enter>.
  138.  
  139.          Frequently, a single line command menu appears on the bottom line.
  140.          The key shown between <> will cause the action described to the
  141.          right of the <>.
  142.  
  143.          <ESC>
  144.              To get out of any program display, back to the MAIN MENU,
  145.              press <Esc>.  Some data entry fields will not accept <Esc>.
  146.              If <Esc> does nothing, press <Enter> to leave the current data
  147.              field, and try <Esc> again.
  148.  
  149.  
  150.  
  151. INV V1.8 DOCUMENTATION, EDITION #1                            Page 5
  152.  
  153.  
  154.      STEP <1> "ADD/EDIT ITEMS"
  155.          Use step <1> "Add/Edit items" to load in the current status of
  156.          inventory.
  157.  
  158.          Whenever a new type of item is added to inventory, an item is
  159.          discontinued, or the details of any item need to be changed, run
  160.          the program, and execute step <1> "Add/Edit items."
  161.  
  162.  
  163.          After pressing <1>, the "* * *  EDITING ITEMS  * * *" screen is
  164.          displayed.  Each display shows a record of a single inventory
  165.          item.
  166.  
  167.          The following data fields are displayed:
  168.  
  169.          ITEM - The name, description, ID, or part no. of the item.
  170.  
  171.          OBJECT or PURPOSE - What the item is for.  For instance:  vehicle
  172.          id, or project code, product code.
  173.  
  174.              IF THE \MAINTAIN PROGRAM IS INSTALLED.
  175.                  If the \MAINTAIN program has been installed, "OBJECT or
  176.                  PURPOSE" can also refer to any OBJECT (vehicle, machine,
  177.                  etc.) entered using the MAINTAIN program.   Just enter all
  178.                  or any part of the object name.  This way, full object
  179.                  descriptions will only have to be entered ONCE using the
  180.                  \MAINTAIN program.
  181.  
  182.                  However, if the object is not from the \MAINTAIN system,
  183.                  enter its full description.
  184.  
  185.                  The bottom line will request the following choices:
  186.  
  187.                  <Space>SCAN MAINTAIN FILE FOR MATCH.
  188.                      If any part of a \MAINTAIN object was entered, use
  189.                      this command, and the program will automatically enter
  190.                      the full object name from the \MAINTAIN OBJECTS file.
  191.                      Each matching object name will be displayed at the
  192.                      bottom line, along with commands to either accept the
  193.                      name or keep scanning for another.
  194.  
  195.                  <Enter>LEAVE AS IS.
  196.                      Choose this if the object is not in the \MAINTAIN
  197.                      OBJECTS file.
  198.  
  199.  
  200.                      1.  Type in any part of the MAINTAIN OBJECT name.  The
  201.                      bottom line
  202.  
  203.          Items are stored in object, item name order.  Example:
  204.              OBJECT      ITEM
  205.              CARS        AIR FILTERS
  206.              CARS        GAS FILTERS
  207.              CARS        OIL
  208.  
  209.  
  210.  
  211. INV V1.8 DOCUMENTATION, EDITION #1                            Page 6
  212.  
  213.  
  214.              OFF. SPLY   PENCILS
  215.              OFF. SPLY   PENS
  216.              TRUCKS      AIR FILTER
  217.              TRUCKS      GAS FILTER
  218.              TRUCKS      OIL
  219.  
  220.  
  221.          UNITS - Eg: EA, lbs., gals, etc.
  222.  
  223.          PHYSICAL LOCATION - Eg: BLDG #1, SHELF 3
  224.  
  225.          QUANTITY - Currently on hand.
  226.  
  227.          QUANTITY LIMIT - The Program requisitions automatically when
  228.          QUANTITY drops below this limit.
  229.  
  230.          PURCHASE QUANTITY - How many to buy.  Appears on REQUISITION
  231.          print-out.
  232.  
  233.          DAYS LIMIT - The Program requisitions PURCHASE QUANTITY more
  234.          automatically when it forecasts that QUANTITY will drop to 0
  235.          within DAYS LIMIT.  Forecasting is based on USAGE TRANSACTIONS.
  236.          For example, if PURCHASE QUANTITY is 50, DAYS LIMIT is 7, the
  237.          average usage is 2 per day, and QUANTITY has dropped below 14,
  238.          then the program will automatically requisition 50 more.
  239.  
  240.          USAGE RATE - Calculated by the program, based on the latest USAGE
  241.          TRANSACTIONS.
  242.  
  243.          COST PER UNIT - What the expected price should be.  If unknown,
  244.          leave blank.
  245.  
  246.          REQUISITION PRINTED (Y or N) - This is set to Y automatically by
  247.          the program whenever a requisition is automatically printed, so
  248.          that the next time the automatic requisition report is run, the
  249.          requisition will not be printed again.
  250.  
  251.          It is set to N when the item is re-stocked.
  252.  
  253.          If another requisition for the item is required, after one has
  254.          automatically been generated, setting REQUISITION PRINTED to N
  255.          will force another requisition for the item to be printed the next
  256.          time requisitions are printed.
  257.  
  258.          USUAL VENDOR - The vendor name (and optional address) to appear on
  259.          any requisition printed automatically.
  260.  
  261.          PHONE/FAX - The vendor's phone or FAX number, printed on automatic
  262.          requisitions.
  263.  
  264.          COMMENT - Anything not covered above, such as misc. info.
  265.  
  266.  
  267.  
  268. INV V1.8 DOCUMENTATION, EDITION #1                            Page 7
  269.  
  270.  
  271.          The bottom line shows the available commands:
  272.  
  273.          <Ins>ADD - Adds a new item to inventory file.  Items are stored in
  274.          object/item order.
  275.  
  276.          <Del>ete - Deletes the displayed item from inventory, permanently.
  277.  
  278.          <E>EDIT  - Allows the displayed data of the displayed item to be
  279.          changed, added, or deleted.  Pressing the down arrow also starts
  280.          editing.  When done editing, press <Esc>.
  281.  
  282.          <Space> - Requests data to be typed in, then searches inventory,
  283.          and displays the next item with any data matching the data that
  284.          was typed in.  For example, to search for and display the item "5
  285.          OHM RESISTER" press <Space> and enter "5 ohm".  The "5 OHM
  286.          RESISTER" inventory record will be found and displayed.
  287.  
  288.  
  289.  
  290.          <Home>  - Display the first item in inventory.
  291.  
  292.          <PgDn> - Display the next item, in object/item order.
  293.  
  294.          <PgUp> - Display the previous item, in object/item order.
  295.  
  296.          <up/down arrows> - Move from data field to data field.
  297.  
  298.  
  299.          EDITING DATA AT A DATA FIELD
  300.              Move the cursor to the data field using the up or down arrows,
  301.              and start typing.  When done press <Enter>.  While editing,
  302.              <Ins> inserts spaces, <Del> and <Backspace> delete characters,
  303.              <Home> and <End> move to the left end and right end of the
  304.              data field.
  305.  
  306.  
  307.  
  308. INV V1.8 DOCUMENTATION, EDITION #1                            Page 8
  309.  
  310.  
  311.      Step <2> "ENTER USAGE TRANSACTION."
  312.          Whenever an item is "used" from inventory, run the program and
  313.          execute step <2> "Enter USAGE transaction."
  314.  
  315.          This step shows the screen "ENTERING INVENTORY USAGE
  316.          TRANSACTIONS".
  317.  
  318.          Fill out the data fields:
  319.  
  320.          TRANSACTION DATE - Date of the transaction.
  321.  
  322.          ITEM - Enter any part of the item description or enter MISC for
  323.          items not in inventory.  The program will scan through inventory
  324.          until it finds the full, matching description.  Follow the
  325.          instructions at the bottom of the screen...
  326.              <Space>SCAN - Keep searching for another match.
  327.              <Enter>USE - Use the item and object now displayed.
  328.  
  329.          OBJECT - The object, vehicle, machine or project the item is for.
  330.  
  331.          PERSON - The person who removed the item from inventory.
  332.  
  333.          QUANTITY ON FILE - Quantity of the items that should be in
  334.          inventory before this transaction.
  335.  
  336.          QUANTITY USED - How many, in the item's units,  that were removed
  337.          from inventory.
  338.  
  339.          QUANTITY SEEN AFTER TRANSACTION - The quantity that the PERSON saw
  340.          left in inventory after this transaction.  If this differs from
  341.          QUANTITY ON FILE, the program will flash a message and make a
  342.          noise, alerting to the discrepancy.
  343.  
  344.          MISC. INFO. - Any miscellaneous details regarding the transaction.
  345.  
  346.          COST PER UNIT - The unit cost of the item, as per the item record
  347.          from step 1.
  348.  
  349.          TOTAL COST - Initially set to QUANTITY USED X COST PER UNIT.
  350.          Leave as is or enter any different amount.
  351.  
  352.  
  353.          Adding a transaction is completed by press <Esc> or pressing
  354.          <Enter> or <down arrow> until cursor moves below "TOTAL COST".
  355.  
  356.          To print-out an "INVENTORY USAGE TICKET" detailing the re-stocking
  357.          transaction, prepare the printer, and press <Shift> & <PrtSc>.
  358.  
  359.  
  360.          All data entered in this step appears in the transaction report.
  361.  
  362.          To change what was entered, use Step <8> "EDIT USAGE".
  363.  
  364.  
  365.  
  366. INV V1.8 DOCUMENTATION, EDITION #1                            Page 9
  367.  
  368.  
  369.          A form is available that lets you fill out the required
  370.          information ahead of time.  At the DOS command prompt,
  371.          type  USAGE  and a usage entry form will be printed out.
  372.  
  373.  
  374.  
  375. INV V1.8 DOCUMENTATION, EDITION #1                            Page 10
  376.  
  377.  
  378.      Step <3> "PRINT-OUT PURCHASE REQUISITIONS."
  379.          Whenever supplies of an item get low, or there is less than the
  380.          set days supply, FAX-ready requisitions will be printed out
  381.          automatically (if the AUTOEXEC.BAT file was set.  See GENERAL
  382.          SETUP STEPS).
  383.  
  384.          To manually print-out requisitions, or to force the automatic
  385.          requisition print-out, use this command.
  386.  
  387.          When executed, this command asks (at the bottom of the screen):
  388.          <Enter>ANY ITEM
  389.              This will print-out requisitions for ANY items in short
  390.              supply.  The requisitions will appear sorted in vendor order,
  391.              with a copy to be FAXED or mailed to a vendor, and an office
  392.              tracking copy.
  393.  
  394.              The next PO# will be displayed, and can be changed.  Press
  395.              <Enter> to use it as is.
  396.  
  397.              Next, the bottom line will provide the following choices:
  398.              <P>RINT OUT REPORT
  399.                  Sends report to the printer.
  400.  
  401.              <Enter>DISPLAYS
  402.                  Display the report at the screen.
  403.  
  404.          <1>SINGLE ITEM
  405.              This command is for generating a requisition manually.  When
  406.              requested:
  407.              Enter any part of the item name being requested;
  408.              Enter the quantity to be requisitioned (how many);
  409.              The vendor entered into the item's record will be shown.
  410.              Press <Enter> to use this vendor, or enter a temporary vendor.
  411.              Any change will not affect the vendor stored in the item's
  412.              record.
  413.              Enter the phone or FAX of this vendor, (if different from what
  414.              is displayed).
  415.  
  416.              The next PO# will be displayed, and can be changed.  Press
  417.              <Enter> to use it as is.
  418.  
  419.              Press <P> to print-out the requisition, or press <Enter> to
  420.              display, as per commands at the bottom of the screen.
  421.  
  422.              The program will now search for an item matching the partial
  423.              description entered above.  The next matching item will be
  424.              displayed.  Press <Enter> to select it, or press <Space> to
  425.              search for the next match.
  426.  
  427.              The requisition will now print-out.
  428.  
  429.  
  430.  
  431. INV V1.8 DOCUMENTATION, EDITION #1                            Page 11
  432.  
  433.  
  434.  
  435.          THE REQUISITION "INTERNAL USE ONLY" BLANKS
  436.              These are to aid in tracking the requisition through re-
  437.              stocking, to make sure the computer gets updated.
  438.  
  439.              [ ] ORDERED? DATE ____   ORDERED BY (BUYER) ________
  440.                  Fill this out when the requisition is sent to the vendor.
  441.  
  442.              [ ] RECEIVED? DATE ____
  443.                  Fill this out when the items requisitioned have been
  444.                  received.
  445.  
  446.              [ ] COMPUTER UPDATED (REQ CLOSED)
  447.                  Mark this ONLY after the items have been restocked, and
  448.                  program step <4> has been executed to update the computer
  449.                  with the re-stocking transaction details.
  450.  
  451.  
  452.          Keep OPEN REQUISITIONS in a handy area to be easily seen, and
  453.          assign someone the responsibility of tracking down overdue
  454.          requisitions.
  455.  
  456.  
  457.  
  458. INV V1.8 DOCUMENTATION, EDITION #1                            Page 12
  459.  
  460.  
  461.      Step <4> "ENTER RE-STOCKING TRANSACTION DETAILS"
  462.          Whenever inventory is re-stocked with an item, run the program and
  463.          execute step <4> "Enter RE-STOCKING transactions."
  464.  
  465.  
  466.          This step shows the screen "ENTERING INVENTORY RE-STOCK
  467.          TRANSACTIONS".
  468.  
  469.          Fill out the data fields:
  470.  
  471.          DATE RESTOCKED - Date of the transaction.
  472.  
  473.          ITEM - Enter any part of the item description or enter MISC for
  474.          items not in inventory.  The program will scan through inventory
  475.          until it finds the full, matching description.  Follow the
  476.          instructions at the bottom of the screen...
  477.              <Space>SCAN - Keep searching for another match.
  478.              <Enter>USE - Use the item and object now displayed.
  479.  
  480.          OBJECT - The object, vehicle, machine or project the item is for.
  481.  
  482.          QUANTITY RESTOCKED- Quantity of the items that should be in
  483.          inventory before this transaction.
  484.  
  485.          QUANTITY SEEN AFTER TRANSACTION - The quantity that the PERSON saw
  486.          left in inventory after this transaction.  If this differs from
  487.          QUANTITY ON FILE, the program will flash a message and make a
  488.          noise, alerting to the discrepancy.
  489.  
  490.          QUANTITY ON FILE - Amount in inventory before this transaction.
  491.          After the transaction has been added, this changes to QUANTITY NOW
  492.          ON FILE and shows the updated amount.
  493.  
  494.          COST PER UNIT - The unit cost of the item.
  495.  
  496.          TOTAL COST - How much the entire amount restocked cost.
  497.  
  498.          PO - Purchase order #.
  499.  
  500.          BUYER - The person responsible for ordering and restocking.
  501.  
  502.          MISC INFO - Anything not covered above.
  503.  
  504.  
  505.          Adding a transaction is completed by press <Esc> or pressing
  506.          <Enter> or <down arrow> until cursor moves below the last data
  507.          field.
  508.  
  509.          To print-out an "INVENTORY RESTOCK TICKET" detailing the re-
  510.          stocking transaction, prepare the printer, and press <Shift> &
  511.          <PrtSc>.
  512.  
  513.          All data entered in this step appears in the transaction report.
  514.  
  515.  
  516.  
  517. INV V1.8 DOCUMENTATION, EDITION #1                            Page 13
  518.  
  519.  
  520.          To change what was entered, use Step <9> "EDIT RE-STOCKING".
  521.  
  522.  
  523.  
  524.  
  525.          A form is available that lets you fill out the required
  526.          information ahead of time.  At the DOS command prompt,
  527.          type  RESTOCK  and a usage entry form will be printed out.
  528.  
  529.  
  530.  
  531. INV V1.8 DOCUMENTATION, EDITION #1                            Page 14
  532.  
  533.  
  534.      Step <5> "REPORT INVENTORY USAGE TRANSACTIONS & COSTS."
  535.          To print-out or display a report of USAGE TRANSACTIONS (what,
  536.          when, where, and cost) for a single item, a category of items, or
  537.          all items, for any period of time, execute step <5> "REPORT
  538.          INVENTORY USAGE".
  539.  
  540.          1.    The bottom screen line will present two choices:
  541.          <Enter>ANY ITEM
  542.              Reports any item for any object.
  543.  
  544.          <C>ATEGORY, ITEM OR OBJECT.
  545.              Requests a category of item and a category of object, and
  546.              reports only items matching the category.  If ITEM CATEGORY is
  547.              left blank, any item will be reported.  If OBJECT CATEGORY is
  548.              left blank, then any object will be reported.
  549.  
  550.          2.    Next, the START DATE and the END DATE will be requested to
  551.          establish the period of the report.  Press just <Enter> for START
  552.          DATE to choose earliest, and just <Enter> for END DATE to choose
  553.          latest.
  554.  
  555.          3.    Next, the bottom screen line requests:
  556.          <P>RINT OUT REPORT - Prints out report at printer
  557.          <Enter>DISPLAYS - Displays report on-screen.
  558.  
  559.          EXAMPLE
  560.              It's 12/01/89. To see how much was spent on OIL FILTERS last
  561.              month:
  562.              1.     Request "<C>ATEGORY, ITEM OR OBJECT" report;
  563.              2.     Enter OIL FILTER for ITEM CATEGORY, and leave the
  564.              object category blank;
  565.              3.     For the START DATE enter 11/01/89.
  566.                     For the END DATE enter 11/30/89.
  567.  
  568.              The report will show all usages of oil filters during
  569.              November, for all objects (in this case, object means
  570.              vehicle), the cost per object, and the cost for all objects
  571.              for the entire month.
  572.  
  573.  
  574.          EXAMPLE
  575.              How much should the drafting department be charged for
  576.              pencils, that it has used, so far this year?
  577.              1.     Request "<C>ATEGORY, ITEM OR OBJECT" report;
  578.              2.     Enter PENCILS for ITEM CATEGORY, and DRAFTING for
  579.              object category;
  580.              3.     For the START DATE enter 01/01/89.
  581.                     For the END DATE just press <Enter>.
  582.  
  583.              The report will show all pencil usage transactions, with the
  584.              total cost at the end of the report.
  585.  
  586.  
  587.  
  588. INV V1.8 DOCUMENTATION, EDITION #1                            Page 15
  589.  
  590.  
  591.      Step <6> "REPORT INVENTORY RE-STOCK TRANASCTIONS & COSTS."
  592.          To print-out or display a report of RE-STOCKING transactions
  593.          (what, what for, when, and cost), for a single item, a category of
  594.          items, or all items, for any period of time, execute step <6>
  595.          "REPORT INVENTORY RE-STOCK".
  596.  
  597.  
  598.          1.    The bottom screen line will present two choices:
  599.          <Enter>ANY ITEM
  600.              Reports any item for any object.
  601.  
  602.          <C>ATEGORY, ITEM OR OBJECT.
  603.              Requests a category of item and a category of object, and
  604.              reports only items matching the category.  If ITEM CATEGORY is
  605.              left blank, any item will be reported.  If OBJECT CATEGORY is
  606.              left blank, then any object will be reported.
  607.  
  608.          2.    Next, the START DATE and the END DATE will be requested to
  609.          establish the period of the report.  Press just <Enter> for START
  610.          DATE to choose earliest, and just <Enter> for END DATE to choose
  611.          latest.
  612.  
  613.          3.    Next, the bottom screen line requests:
  614.          <P>RINT OUT REPORT - Prints out report at printer
  615.          <Enter>DISPLAYS - Displays report on-screen.
  616.  
  617.          EXAMPLE
  618.              It's 12/10/89.  How much money went into re-stocking inventory
  619.              last month?
  620.  
  621.              1.     Request "<Enter>ANY ITEM" report;
  622.  
  623.              2.     For the START DATE enter 11/01/89.
  624.                     For the END DATE enter 11/30/89.
  625.  
  626.              The report will show all re-stock transactions for November,
  627.              the cost per each object, and the total cost for all objects
  628.              (the total for the month) at the end of the report.
  629.  
  630.  
  631.  
  632. INV V1.8 DOCUMENTATION, EDITION #1                            Page 16
  633.  
  634.  
  635.      Step <7> "REPORT INVENTORY STATUS."
  636.          To print-out or display a report of all items in inventory,
  637.          execute step <7> "REPORT INVENTORY".
  638.  
  639.          This report is a convenient way to distribute a list of inventory
  640.          item, available quantities, costs, locations, and vendors.
  641.  
  642.          The report is in alphabetical object order, with all items for an
  643.          object, following that object name, in alphabetical item name
  644.          order.
  645.  
  646.          IMPORTANT
  647.              If an item is followed by the message "CANNOT AUTO-
  648.              REQUISITION!" this means that information necessary for
  649.              automatic requisitioning, is missing from that item's record.
  650.              The item must have a non-zero PURCHASE QUANTITY, and either a
  651.              non-zero QUANTITY LIMIT or non-zero DAYS LIMIT.
  652.  
  653.  
  654.  
  655. INV V1.8 DOCUMENTATION, EDITION #1                            Page 17
  656.  
  657.  
  658.      Step <8> "EDIT USAGE TRANSCTIONS."
  659.          Usage transaction information that has been entered with step 2
  660.          "ENTER USAGE TRANSACTIONS", can later be searched or changed,
  661.          using step <8> "EDIT USAGE TRANSACTION FILE".
  662.  
  663.          When step <8> is executed, the display shows "EDITING INVENTORY
  664.          USAGE TRANSACTIONS" and displays the same data fields as step 2
  665.          "ENTER USAGE TRANSACTIONS".  One transaction is shown at a time.
  666.          The bottom line shows the available commands:
  667.  
  668.          <Ins> - Insert a new transaction.  Does the same thing as Step 2.
  669.          <Del> - Delete the displayed transaction.
  670.  
  671.          <E>DIT - Allow changes to be made to the displayed transaction.
  672.          The flashing cursor appears at the top data field.  Use the up and
  673.          down arrows to select a data field.  Press <Esc> when done
  674.          editing.
  675.  
  676.          <SPACE>SEARCH - Requests data.  Type in the data followed by
  677.          <Enter>, and the program will search for and display the next
  678.          transaction containing data that matches what was just entered.
  679.  
  680.          <HOME> - Display the earliest transaction.
  681.          <PGDN> - Display the next (next latest) transaction.
  682.          <PGUP> - Display the previous (next earliest) transaction.
  683.          <ESC> - Return to the MAIN MENU.
  684.  
  685.  
  686.  
  687. INV V1.8 DOCUMENTATION, EDITION #1                            Page 18
  688.  
  689.  
  690.      Step <9> "EDIT RE-STOCKING TRANSACTIONS."
  691.          Re-stock transaction information that has been entered with step 4
  692.          "ENTER RE-STOCKING TRANSACTION", can later be searched or changed,
  693.          using step <9> "EDIT RE-STOCK TRANSACTION FILE".
  694.  
  695.          When step <9> is executed, the display shows "EDITING INVENTORY
  696.          RE-STOCK TRANSACTIONS" and displays the same data fields as step 4
  697.          "ENTER RE-STOCK TRANSACTIONS".  One transaction is shown at a
  698.          time.  The bottom line shows the available commands:
  699.  
  700.          <Ins> - Insert a new transaction.  Does the same thing as Step 4.
  701.          <Del> - Delete the displayed transaction.
  702.  
  703.          <E>DIT - Allow changes to be made to the displayed transaction.
  704.          The flashing cursor appears at the top data field.  Use the up and
  705.          down arrows to select a data field.  Press <Esc> when done
  706.          editing.
  707.  
  708.          <SPACE>SEARCH - Requests data.  Type in the data followed by
  709.          <Enter>, and the program will search for and display the next
  710.          transaction containing data that matches what was just entered.
  711.  
  712.          <HOME> - Display the earliest transaction.
  713.          <PGDN> - Display the next (next latest) transaction.
  714.          <PGUP> - Display the previous (next earliest) transaction.
  715.          <ESC> - Return to the MAIN MENU.
  716.  
  717.  
  718.  
  719. INV V1.8 DOCUMENTATION, EDITION #1                            Page 19
  720.  
  721.  
  722.      Step <0> "PURCH OLD TRANSACTIONS (USAGE OR RESTOCK)
  723.          Just below this command, the current sizes of the usage and
  724.          restock transaction files are shown.  The bigger these files get,
  725.          the longer it will take to add or edit transactions.
  726.  
  727.          Use this command to remove old transactions, and either move them
  728.          to another file, or print them out.
  729.  
  730.          1.    Asks if you want to purge USAGE or RESTOCK transactions.
  731.  
  732.          2.    Asks for the purge date.  Only transactions before this date
  733.          will be purged.
  734.  
  735.          3.    Asks if the purged transactions should be printed out or
  736.          stored in a file.  If a file is chosen, the file name will be
  737.          requested.  For storing on floppy, insert a blank, formatted
  738.          floppy disk in drive A: (or substitute B:) and use a filename that
  739.          indicates which type of transaction, and the purge date.  For
  740.          example, if purging all usage transactions before 06/01/89 to
  741.          floppy disk in drive A:, then enter the filename:   A:\U060189.INV
  742.          If purging restock transactions, use:  A:\R060189.INV
  743.  
  744.          4.    Asks for go-ahead.  If printing, prepare the printer with
  745.          enough paper to receive all of the purged transactions.
  746.  
  747.  
  748.      END OF DOCUMENTATION
  749. I N D E X    PAGE #
  750. ---------------------------------
  751.  
  752. HARD DISK INSTALLATION    1
  753. GENERAL    1
  754. GENERAL SETUP OPERATIONS    1
  755. GENERAL OPERATION STEPS    3
  756. MISC    4
  757. STEP <1> "ADD/EDIT ITEMS"    5
  758. Step <2> "ENTER USAGE TRANSACTION."    8
  759. Step <3> "PRINT-OUT PURCHASE REQUISITIONS."    10
  760. Step <4> "ENTER RE-STOCKING TRANSACTION DETAILS"    12
  761. Step <5> "REPORT INVENTORY USAGE TRANSACTIONS & COSTS."    14
  762. Step <6> "REPORT INVENTORY RE-STOCK TRANASCTIONS & COSTS."    15
  763. Step <7> "REPORT INVENTORY STATUS."    16
  764. Step <8> "EDIT USAGE TRANSCTIONS."    17
  765. Step <9> "EDIT RE-STOCKING TRANSACTIONS."    18
  766. Step <0> "PURCH OLD TRANSACTIONS (USAGE OR RESTOCK)    19
  767.