home *** CD-ROM | disk | FTP | other *** search
/ ftp.wwiv.com / ftp.wwiv.com.zip / ftp.wwiv.com / pub / BBS / JLUT531.ZIP / MISC.ZIP / MONEY01.@JL < prev    next >
Text File  |  1994-05-11  |  2KB  |  43 lines

  1. ; ┌───────────────────────────────────────────────────────────────────┐
  2. ; │                           MONEY SETUP                             │
  3. ; └───────────────────────────────────────────────────────────────────┘
  4. ;
  5. ; This File is for JLUTIL /IL N -SN
  6. ;
  7. ; The first field is the Net/Node or ALL, you can specify parts of the
  8. ; NetNode. The length of the Net/Node must be three or seven.
  9. ; 050, 050/001 are possible settings, but not 1/10, 50/001, 050/01 !
  10. ;
  11. ; FOUND := (POS(FirstField,NetNode) = 1) OR
  12. ;          (FirstField = 'ALL');
  13. ;
  14. ; The second field contains the number to evaluate the price of the
  15. ; connects. JLUTIL will multiplicate the number with the Used Seconds.
  16. ; If there were connections of 6 hours with 050/001, JLUTIL evaluate
  17. ; the price:
  18. ;
  19. ; The second field contains the connect rate and the third field the
  20. ; answer rate. If the third field is empty or zero THE JL's take the answer
  21. ; rate from the connect rate. The connect rate is the price of 1 second
  22. ; in your currency (eg. US$, NOT cent).
  23. ;
  24. ; The fourth field is the length of a unit in seconds for connects.
  25. ; If eg. a unit consists of 12 seconds, you pay the price of 12 seconds,
  26. ; if you call 2 or 10 seconds. This field is important, if the unit is large,
  27. ; to minimize the difference between the telefon costs and the amount
  28. ; THE JL's evaluates.
  29. ;
  30. ; The fifth field contains the length of a unit in seconds for
  31. ; answer calls.
  32. ;
  33. ; Price = 354.86 :=  6*3600 * 0.016428571
  34. ;                    ───┬──   ───┬───────
  35. ;                      sec     number
  36. ;                                │
  37. ;      ┌─────────────────────────┘
  38. 803    ,0.00547619,        ,     42
  39. 804    ,0.00547619,       0,     42,     42
  40. 050    ,0.014375,         0,     16,     16
  41. ALL    ,0.052036199,  0.320,   4.42,   4.42
  42.  
  43.