home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: SysTools / SysTools.zip / ICPAUSA2.ZIP / PRICING.PRO < prev    next >
Text File  |  1997-08-25  |  2KB  |  76 lines

  1. ***********************************************
  2. * Pricing Profile - Customer                  *
  3. * Up to ten PriceFile Statements supported    *
  4. ***********************************************
  5.  
  6. PriceFile FileName = pccom.prc
  7.           Addenda  = mycom.prc
  8.           Heading  = List Price
  9.           Formula  = p
  10.           Date     = 25 Aug/97
  11.           PartPos  = 1
  12.           PricePos = 40
  13.           PriceLth = 7
  14.  
  15. PriceFile FileName = pccom.prc
  16.           Addenda  = mycom.prc
  17.           Heading  = % off List
  18.           Formula  = p
  19.           Date     = 25 Aug/97
  20.           PartPos  = 1
  21.           PricePos = 40
  22.           PriceLth = 7
  23.           Discount = Yes
  24.  
  25. *PriceFile FileName = pccom.prc
  26. *          Addenda  = mycom.prc
  27. *         Heading  = Direct Price
  28. *         Formula  = p
  29. *         Date     = 20 Aug/96
  30. *         PartPos  = 1
  31. *         PricePos = 48
  32. *         PriceLth = 7
  33.  
  34. PriceFile FileName = pccom.prc
  35.           Addenda  = mycom.prc
  36.           Heading  = State & LG Price
  37.           Formula  = p
  38.           Date     = 25 Aug/97
  39.           PartPos  = 1
  40.           PricePos = 48
  41.           PriceLth = 7
  42.  
  43. PriceFile FileName = pccom.prc
  44.           Addenda  = mycom.prc
  45.           Heading  = Education Price
  46.           Formula  = p
  47.           Date     = 25 Aug/97
  48.           PartPos  = 1
  49.           PricePos = 56
  50.           PriceLth = 7
  51.  
  52. PriceFile FileName   = us_avail.lst
  53.           Addenda    = mycom.prc
  54.           Heading    = Availability Weeks
  55.           Formula    = p
  56.           NoDecimals = Yes
  57.           Date       = 25 Aug/97
  58.           PartPos    = 1
  59.           PricePos   = 55
  60.           PriceLth   = 6
  61.  
  62. * The following example shows how a fixed percentage 
  63. * discount of 10% can be applied to the LIST price of 
  64. * each item selected. Note the "formula" and the
  65. * "PricePos" which defines which price column is used.
  66. *
  67. *PriceFile FileName = pccom.prc 
  68. *          Addenda  = mycom.prc
  69. *          Heading  = CUSTOMER PRICE
  70. *          Formula  = p*0.9
  71. *          Date     = 05 Jun/96
  72. *          PartPos  = 1
  73. *          PricePos = 42
  74. *          PriceLth = 7
  75.  
  76.