home *** CD-ROM | disk | FTP | other *** search
/ Computer Buyer 1999 March / Dpcb0399.iso / MONEY / Capital / SETUP.1 / STPROD.CUE < prev    next >
Text File  |  1996-07-23  |  7KB  |  163 lines

  1.  
  2. ; KEYWORDS
  3. ; --------
  4. ; [ABCDEF...]                           = Topic
  5. ; Caption1...2...3                      = Help prompt
  6. ; TabFramePage=n                        = Turn a tabframe page to n     
  7. ; OnCondition="FILENAME.FIELDNAME=1"    = A condition statement that must evaluate to true in order to show topic
  8. ; Action                                = HideSave
  9. ;                                         ShowSave
  10.  
  11. [TOPICS]
  12. INTRODUCTION=0
  13. PRODUCTID=1
  14. DESCRIPTION=1
  15. PRODUCTTYPE=1
  16. GROUPID=1
  17. UNITDESC=1
  18. SELLPRICE=1
  19. VATCODE=1
  20. DISCOUNTCODE1=1
  21. DISCOUNTVAL1=1
  22. DISCOUNTCODE2=1
  23. DISCOUNTVAL2=1
  24. DISCOUNTCODE3=1
  25. DISCOUNTVAL3=1
  26. SUPPLIERID=1
  27. SUPPLIERPARTNO=1
  28. LOCATION=1
  29. COSTPRICE=1
  30. REORDERLEVEL=1
  31. REORDERQUANTITY=1
  32. MINIMUMSTOCK=1
  33. END=1
  34.  
  35. [INTRODUCTION]
  36. Action=HideSave
  37. TabFramePage=0
  38. Caption1=The following topics deal with the setting up of a new product or stock item using the 'Product Detail Update' screens.
  39. Caption2=Each topic focuses on each part of the tab frames in turn.
  40. Caption3=This window will provide help and guidance on each topic.
  41. Caption4=When you are ready to move on, press the 'Next' button.
  42. Caption5=Anytime you wish to revisit a previous topic, press the 'Back' button.
  43.  
  44. [PRODUCTID]
  45. TabFramePage=0
  46. Caption1=Each product must be allocated a unique 'Product ID' consisting of any combination of letters or numbers up to 12 characters.
  47. Caption2=Type in a suitable 'Product ID' and then press enter.
  48. Caption3=If you type in an ID that doesn't exist the word 'New' will appear. If you type in an existing ID the system will display the item's details.
  49. Caption4=When you are ready to move on, click the 'Next' button.
  50.  
  51. [PRODUCTTYPE]
  52. TabFramePage=0
  53. Caption1='Description Only' items do not have prices or stock level tracking associated with them. They are used as a shorthand method of inserting regularly used headings and descriptions onto invoices.
  54. Caption2='Product Only' items have selling prices but not stock level tracking associated with them. An example is labour charges.
  55. Caption3='Full Stock Items' as suggested have prices and stock level tracking associated with them.
  56. Caption4=Choose the relevant type, then click the 'Next' button.
  57.  
  58. [DESCRIPTION]
  59. TabFramePage=0
  60. Caption1=Enter the item description.
  61. Caption2=When you are ready to move on, click the 'Next' button.
  62.  
  63. [GROUPID]
  64. OnCondition=STNAME.CNPRODTYPE>'0'
  65. TabFramePage=0
  66. Caption1=The 'Group ID' box permits you to specify the group to which sales of this product will be analysed.
  67. Caption2=Analysing sales into logical groups helps you to keep track of product groups and improves the quality of management information.
  68. Caption3=Tip:
  69. Caption4=If you can't remember the relevant 'Group ID' click the adjacent magnifying glass and choose one from the list. 
  70.  
  71. [UNITDESC]
  72. OnCondition=STNAME.CNPRODTYPE>'0'
  73. TabFramePage=0
  74. Caption1=Enter a relevant pack description, for example, Case, Metre, 24's etc. 
  75. Caption2=This field will be printed on invoices.
  76.  
  77. [SELLPRICE]
  78. OnCondition=STNAME.CNPRODTYPE>'0'
  79. TabFramePage=0
  80. Caption1=Enter the item's normal selling price without discount.
  81.  
  82. [VATCODE]
  83. OnCondition=STNAME.CNPRODTYPE>'0' & SYSTEM.VATMONTHS>'0'
  84. TabFramePage=0
  85. Caption1=Enter the default VAT code for this item.
  86. Caption2=You will have the opportunity to override this code at the time of invoicing if necessary.
  87.  
  88. [DISCOUNTCODE1]
  89. OnCondition=STNAME.CNPRODTYPE>'0' & SYSTEM.USELINEDSC='Y'
  90. TabFramePage=0
  91. Caption1=This field is associated with the 'Discount Code' box on the 'Customer Detail Update' screen and is used to determine which level of discount applies.
  92. Caption2=For example, if the code on a customer's record is 'A', and you enter a discount of 10% against a discount code of  'A' in this field, that customer will qualify for 10% discount on this item at the time of invoicing.
  93.  
  94. [DISCOUNTVAL1]
  95. OnCondition=STNAME.CNPRODTYPE>'0' & SYSTEM.USELINEDSC='Y' & STNAME.CNDISCODE1>' '
  96. TabFramePage=0
  97. Caption1=Enter a discount percentage associated with 'Discount Code 1'.
  98.  
  99. [DISCOUNTCODE2]
  100. OnCondition=STNAME.CNPRODTYPE>'0' & SYSTEM.USELINEDSC='Y'
  101. TabFramePage=0
  102. Caption1=This field is associated with the 'Discount Code' box on the 'Customer Detail Update' screen and is used to determine which level of discount applies.
  103. Caption2=For example, if the code on a customer's record is 'B', and you enter a discount of 15% against a discount code of  'B' in this field, that customer will qualify for 15% discount at the time of invoicing if the invoice includes this item.
  104.  
  105. [DISCOUNTVAL2]
  106. OnCondition=STNAME.CNPRODTYPE>'0' & SYSTEM.USELINEDSC='Y' & STNAME.CNDISCODE2>' '
  107. TabFramePage=0
  108. Caption1=Enter a discount percentage associated with 'Discount Code 2'.
  109.  
  110. [DISCOUNTCODE3]
  111. OnCondition=STNAME.CNPRODTYPE>'0' & SYSTEM.USELINEDSC='Y'
  112. TabFramePage=0
  113. Caption1=This field is associated with the 'Discount Code' box on the 'Customer Detail Update' screen and is used to determine which level of discount applies.
  114. Caption2= For example, if the code on a customer's record is 'C', and you enter a discount of 20% against a discount code of  'C' in this field, that customer will qualify for 20% discount at the time of invoicing if the invoice includes this item.
  115.  
  116. [DISCOUNTVAL3]
  117. OnCondition=STNAME.CNPRODTYPE>'0' & SYSTEM.USELINEDSC='Y' & STNAME.CNDISCODE3>' '
  118. TabFramePage=0
  119. Caption1=Enter a discount percentage associated with 'Discount Code 3'.
  120.  
  121. [SUPPLIERID]
  122. OnCondition=STNAME.CNPRODTYPE>'1'
  123. TabFramePage=1
  124. Caption1=If you enter a 'Supplier ID', it will enable you to produce re-order reports by supplier.
  125. Caption2=Tip:
  126. Caption3=If you can't remember the relevant 'Supplier ID', click the adjacent magnifying glass and choose one from the list. 
  127.  
  128. [SUPPLIERPARTNO]
  129. OnCondition=STNAME.CNPRODTYPE>'1'
  130. TabFramePage=1
  131. Caption1='Supplier Part Numbers' are displayed on the global price change by supplier screen and printed on the stock take report. 
  132.  
  133. [LOCATION]
  134. OnCondition=STNAME.CNPRODTYPE>'1'
  135. TabFramePage=1
  136. Caption1=Enter the bin location or other meaningful reference. 
  137.  
  138. [COSTPRICE]
  139. OnCondition=STNAME.CNPRODTYPE>'1'
  140. TabFramePage=1
  141. Caption1=Enter the typical buying price for this item.  
  142.  
  143. [REORDERLEVEL]
  144. OnCondition=STNAME.CNPRODTYPE>'1'
  145. TabFramePage=1
  146. Caption1=When your stock level reaches the 'Re-Order Level' the system will remind you that you need to order more stock, and the item will appear on the Re-Order Report.
  147.  
  148. [REORDERQUANTITY]
  149. OnCondition=STNAME.CNPRODTYPE>'1'
  150. TabFramePage=1
  151. Caption1=The 'Re-Order Quantity' field is shown on the Re-Order Report when the item's in-stock quantity falls below its Re-Order Level.
  152.  
  153. [MINIMUMSTOCK]
  154. OnCondition=STNAME.CNPRODTYPE>'1'
  155. TabFramePage=1
  156. Caption1=If the stock drops below the 'Minimum Stock Level' you will be again reminded to order more stock.
  157.  
  158. [END]
  159. Caption1=This concludes your guide through the 'Product Detail Update' screens.
  160. Caption2=You can click the 'Back' button to review previous topics.
  161. Caption3=Click the 'Save' button below when you are ready to create a permanent record of the entries you have made.
  162. Caption4=When you are not using cue cards there will be a 'Save' button on the tab frame itself.
  163.