home *** CD-ROM | disk | FTP | other *** search
/ Media Share 9 / MEDIASHARE_09.ISO / private / myf.zip / MYF4_UPD.COM / TEMPLATE.ING < prev    next >
Text File  |  1992-02-10  |  4KB  |  86 lines

  1. !  **************************************************************************
  2. !  *     TEMPLATE.ING   ---   INGREDIENT TEMPLATE FILE FOR MYF VERSION 4.xx *
  3. !  **************************************************************************
  4. !
  5. !  This file is a sample output template form. Its purpose is to output
  6. !  ingredients in any form, and with any fields. In other words you specify
  7. !  exactly how the ingredient will look on output. The program will read this
  8. !  file in, and substitute the variables (those words starting with "&"), and
  9. !  output the selected ingredients to the screen, disk, or printer. This file
  10. !  should have exactly the number of uncommented lines to fit on a form. For
  11. !  example, if your ingredient cards accept 20 lines, make sure their are
  12. !  exactly 20 uncommented lines in this file. That way multiple ingredients
  13. !  will be aligned properly. Change this file to the way you want your
  14. !  ingredients to display. To output by template file, select FILES under the
  15. !  PDM, then INGREDIENT, then LIST, then toggle the form to TEMPLATE. You will
  16. !  be prompted for a file name to use as a template. Use this file name.
  17. !
  18. !  All applicable ingredient variables are included in this file. Please Note:
  19. !          1) Make a backup of this file before modifying it. You may delete
  20. !             a variable, then want to include it later.
  21. !          2) Any line with a ! in column 1 is a comment line and not processed.
  22. !          3) 100 non commented lines of up to 132 columns are allowed.
  23. !          4) Go ahead and delete, add, rearrange, or comment out lines.
  24. !          5) Embed printer codes if you wish.
  25. !          6) Set JUSTIFY to NONE, RIGHT or LEFT. This flag will signal
  26. !             whether to fill variables with blanks and which side to fill.
  27. !             This will help in lining up columns of data, especially on lines
  28. !             with more than one variable.
  29. !
  30. ! JUSTIFY=NONE     Will not pad any fields with blanks
  31. ! JUSTIFY=RIGHT    Will pad fields with blanks in front of the value.
  32. ! JUSTIFY=LEFT     Will pad fields with blanks after the value.
  33.  
  34. Name of ingredient:&NAME
  35. &COMMENT
  36. ! JUSTIFY=NONE     Will not pad any fields with blanks
  37. Total Cost of &NAME is $&COST per &MS
  38. ! MS is measurement VQTY and VMEAS are the volume equivelants.
  39. ! OQTY and OMEAS are the other measurements.
  40. This is equivalent in volume to &VQTY &VMEAS
  41. or &OQTY  &OMEAS
  42.  
  43. &NAME is ordered from &SUPPLIER in the &SECTION section.
  44. Description: &DESCRIPTION
  45.  
  46. We have &INVENTORY &MS in stock.
  47.  
  48. ! ************************************************************
  49. !
  50. ! Following are NUTRITIONAL INFORMATION variables.
  51. !       Output will be PER SERVING for Recipe and Meal records.
  52. !       Output will be PER MEASUREMENT for Ingredient records.
  53. !       Output will be TOTAL FOR PLAN for the Plan records.
  54. !
  55. ! JUSTIFY=NONE
  56. Be careful:
  57. This ingredient has &CAL calories.
  58.  
  59.   Poly unsaturated fatty acids:&_PUFA    Mono unsaturated fatty acids:&_MUFA
  60.   Saturated fatty acids:&__SFA    Fiber:&FIBER      Cholesterol:&_CHOL
  61.  
  62.   Fat:&__FAT grams (&%F%)             Protein:&_PROT grams (&%P%)
  63.   Carbohydrates:&_CARB grams (&%C%)           Calories:&CAL
  64.   Sodium:&SODIU        MyField:&USER1     My Other Field:&USER2
  65.  
  66. ! JUSTIFY=RIGHT     (right justify the vitamins)
  67. ! The following are vitamin variables:
  68. Vitamins: &VIT__A IU of A           &VITB_1 mg of B1        &VIT_B2 mg of B2
  69.           &VIT_B6 mg of B6          &VITB12 mcg of B12      &VIT__C mg of C
  70.           &VIT__D IU of D           &VIT__E IU of E         &VITNIA mg Niacin
  71.           &VITFOL mg of Folic Acid  &VITPAN mg of Pantothenic Acid
  72.  
  73. ! JUSTIFY=LEFT (left justify the minerals)
  74. ! The following are mineral variables:
  75. Minerals:                Calcium:&MIN_CA mg           Magnesium:&MIN_MG mg
  76.     Zinc:&MIN_ZN mg    Manganese:&MIN_MN mg           Potassium:&MIN__K mg
  77.     Phosphorus:&MIN__P mg   Iron:&MIN_FE mg              Copper:&MIN_CU mg
  78.  
  79. ! The following are exchange variables:
  80. Exchanges:               Low fat Meat:&XLOFAT       Med fat Meat:&XMDFAT
  81.     Hi fat meat:&XHIFAT           Fat:&X__FAT               Milk:&X_MILK
  82.           Bread:&XBREAD      Vegtable:&XVEGIE              Fruit:&XFRUIT
  83.  
  84.  
  85. !end of file
  86.