home *** CD-ROM | disk | FTP | other *** search
/ C!T ROM 5 / ctrom5b.zip / ctrom5b / DOS / DATABASE / DBM112 / STOCK.HLP < prev    next >
Text File  |  1995-05-01  |  2KB  |  58 lines

  1. <#>(STOCK)
  2. ┌────────────────┐
  3. │ Stock features │
  4. └────────────────┘
  5.  
  6. STOCK is an example which is used here to demonstrate
  7.  
  8. 1.  Formatted view/edit
  9. 2.  Automatic initialisation with its related
  10.     database file ADDRESS.DBF, if present
  11. 3.  User-end treatment: in the view mode,
  12.     typically under the command option /!!,
  13.     application users are only allowed to
  14.     view certain fields and edit some of
  15.     these fields when permitted
  16. 4.  Frequent database operations or business
  17.     actions are stacked as hot keys from
  18.     ALT_F1 to ALT_F10
  19.  
  20.  
  21. ┌──────────────┐
  22. │ Stock design │
  23. └──────────────┘
  24.  
  25. 1.  Shop assistant is only permitted, under
  26.     command line opiton /!!, to change the
  27.     field prompted by SALE NOW, which will
  28.     represent one current customer
  29. 2.  Shop assistant may print/view invoice of
  30.     the current sale items, and if required,
  31.     make the sale
  32. 3.  The sale made to one customer (with
  33.     possibly several items) will be transfered
  34.     to the field prompted by SALE TODAY
  35. 4.  Field prompted by SALE TODAY may be
  36.     transfered by normally the manager to
  37.     the field prompted by TOTAL SOLD
  38. 6.  Each sale transaction or invoice will be
  39.     characterised by a single order number
  40.     via field NUMCODE
  41. 7.  Validity checks may be performed on the
  42.     availability of the items requested
  43.  
  44.  
  45. ┌───────────────────────┐
  46. │ Shop assistant's task │
  47. └───────────────────────┘
  48.  
  49. Shop assistant will normally be given the program control under the option /!!, so that vital data will not be tempered with by unauthorised persons.
  50.  
  51.  
  52. ┌────────────────┐
  53. │ Manager's task │
  54. └────────────────┘
  55.  
  56. More powers are given to managers, when loading STOCK.DBF with either STOCK_M1.DBP (a extended version of STOCK.DBP) or STOCK_M2.DBP (extra tasks).
  57. (#)(STOCK)
  58.