home *** CD-ROM | disk | FTP | other *** search
/ Archive Magazine 1995 / ARCHIVE95.iso / discs / pipeline / abacus / p_line / Names01 / VAT01 < prev    next >
Text File  |  1991-12-07  |  1KB  |  88 lines

  1. %OP%TNN
  2. %OP%WRN
  3. %OP%DP0
  4. %OP%PL0
  5. %OP%HM0
  6. %OP%FM0
  7. %OP%BM0
  8. %OP%LM4
  9. %OP%FX
  10. %OP%FY
  11. %OP%FS
  12. %OP%PT1
  13. %OP%PDPipeLine
  14. %OP%NDVAT,B6
  15. %OP%WC2,774,616,1588,0,0,0,0
  16. %OP%VS4.01 (22-Oct-91), Gerald Fitton, R4000 2915 6625 6368 
  17. %CO:A,12,42%
  18. %C%An Example of a Name
  19.  
  20.  
  21.  
  22. %R%Current VAT
  23.  
  24. %R%Item
  25.  
  26.  
  27. %R%Shoes
  28. %R%Socks
  29. %R%Shirt
  30.  
  31. %R%Total
  32.  
  33. Position the caret in slot B6 and
  34. change the value to, say, 17.5.  You
  35. must not type in the %PC% sign.
  36.  
  37. Formulae in the slots C11 to C13 include 
  38. the name VAT.  To see the definition of 
  39. VAT click the mouse select (left) button 
  40. on the formula button (the italic f just 
  41. to the right of the PipeDreamá4 logo) and 
  42. run the pointer through Edit name.
  43. %CO:B,10,10%
  44.  
  45.  
  46.  
  47.  
  48. %V%%L%%TC%%D2%15
  49.  
  50. %R%Price
  51. %R%ex VAT
  52.  
  53. %V%%R%%LC%%D2%25.67
  54. %V%%R%%LC%%D2%2.78
  55. %V%%R%%LC%%D2%12.47
  56.  
  57. %V%%R%%LC%%D2%sum(B10B13)
  58. %CO:C,10,10%
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65.  
  66. %R%VAT
  67.  
  68. %V%%R%%LC%%D2%B11*VAT/100
  69. %V%%R%%LC%%D2%B12*VAT/100
  70. %V%%R%%LC%%D2%B13*VAT/100
  71.  
  72. %V%%R%%LC%%D2%B15*VAT/100
  73. %CO:D,10,10%
  74.  
  75.  
  76.  
  77.  
  78.  
  79.  
  80. %R%Price
  81. %R%with VAT
  82.  
  83. %V%%R%%LC%%D2%B11+C11
  84. %V%%R%%LC%%D2%B12+C12
  85. %V%%R%%LC%%D2%B13+C13
  86.  
  87. %V%%R%%LC%%D2%sum(D10D13)
  88.