home *** CD-ROM | disk | FTP | other *** search
/ PC World 1999 September / PCWorld_1999-09_cd.bin / Komunik / Guru / Pokladna / CenSK_An.txt < prev    next >
Text File  |  1999-06-30  |  2KB  |  50 lines

  1. //************************************************************************
  2. // Soubor s definici poplatku za telefon.
  3. // Tento cenik plati pro ucastniky v analogove ustredne, kde neni delka
  4. // impulzu omezena.
  5. // Ceniky nemusi byt serazeny podle platnosti, ale jako prvni mel by byt
  6. // napsany cenik s nejstarsi platnosti.
  7. // Telefonovani v dobe kdy se meni cenik se nepredpoklada.
  8. //************************************************************************
  9.  
  10. pocetceniku=2            // Zde musi byt zadan spravny pocet ceniku
  11.  
  12. //************************************************************************
  13. // Cenik platny od 1.1.1998 pro 1 tarifni pasmo
  14. //************************************************************************
  15.  
  16. cenik {
  17.   platnost=1.1.1998
  18.   komentar="Cenik Slovensko. Analogovß ·st°edna (1 hovor=1 impuls)."
  19.   tarif {                 // tarifni pasmo 1
  20.     pondeli {
  21.       pasmo { cas=00:00:00; impulz=NEOMEZENE; cena=2.10; }
  22.     }
  23.     utery { hodnoty=pondeli; }
  24.     streda { hodnoty=pondeli; }
  25.     ctvrtek { hodnoty=pondeli; }
  26.     patek { hodnoty=pondeli; }
  27.     sobota { hodnoty=pondeli; }
  28.     nedele { hodnoty=pondeli; }
  29.   } // tarifni pasmo 1
  30. }
  31.  
  32. //************************************************************************
  33. // Cenik platny od 1.7.1999 pro 1 tarifni pasmo
  34. //************************************************************************
  35.  
  36. cenik {
  37.   platnost=1.7.1999
  38.   tarif {                 // tarifni pasmo 1
  39.     pondeli {
  40.       pasmo { cas=00:00:00; impulz=NEOMEZENE; cena=2.50; }
  41.     }
  42.     utery { hodnoty=pondeli; }
  43.     streda { hodnoty=pondeli; }
  44.     ctvrtek { hodnoty=pondeli; }
  45.     patek { hodnoty=pondeli; }
  46.     sobota { hodnoty=pondeli; }
  47.     nedele { hodnoty=pondeli; }
  48.   } // tarifni pasmo 1
  49. }
  50.