diff options
author | toma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2009-11-25 17:56:58 +0000 |
---|---|---|
committer | toma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2009-11-25 17:56:58 +0000 |
commit | bcb704366cb5e333a626c18c308c7e0448a8e69f (patch) | |
tree | f0d6ab7d78ecdd9207cf46536376b44b91a1ca71 /kppp/Rules/Uruguay | |
download | tdenetwork-bcb704366cb5e333a626c18c308c7e0448a8e69f.tar.gz tdenetwork-bcb704366cb5e333a626c18c308c7e0448a8e69f.zip |
Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features.
BUG:215923
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdenetwork@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kppp/Rules/Uruguay')
-rw-r--r-- | kppp/Rules/Uruguay/Adinet_cIVA.rst | 40 | ||||
-rw-r--r-- | kppp/Rules/Uruguay/Makefile.am | 5 |
2 files changed, 45 insertions, 0 deletions
diff --git a/kppp/Rules/Uruguay/Adinet_cIVA.rst b/kppp/Rules/Uruguay/Adinet_cIVA.rst new file mode 100644 index 00000000..eb1a4a1a --- /dev/null +++ b/kppp/Rules/Uruguay/Adinet_cIVA.rst @@ -0,0 +1,40 @@ +################################################################ +# +# Disclaimer/License +# This Template ist (c) by Mario Weilguni <mweilguni@kde.org> +# It ist licenced under the same terms as the kppp package, +# which it is part of +# +################################################################ +# +# Cost rules for Adinet including VAT +# +# Otto Duarte +# duvoel@adinet.com.uy +################################################################ + +################################################################ +name=Adinet_cIVA + +################################################################ +# currency settings +################################################################ + +currency_symbol=$ +currency_position=right +currency_digits=2 + +################################################################ +default=(0.8612, 60) + +# tarifa reducida +on (monday..friday) between (00:00..08:59) use (0.8612, 100) +on (monday..friday) between (21:00..23:59) use (0.8612, 100) +on (saturday..sunday) between (00:00..23:59) use (0.8612, 100) + +# feriados +on (1/1) between (00:00..23:59) use (0.8612, 100) +on (1/5) between (00:00..23:59) use (0.8612, 100) +on (7/8) between (00:00..23:59) use (0.8612, 100) +on (8/25) between (00:00..23:59) use (0.8612, 100) +on (12/25) between (00:00..23:59) use (0.8612, 100) diff --git a/kppp/Rules/Uruguay/Makefile.am b/kppp/Rules/Uruguay/Makefile.am new file mode 100644 index 00000000..8c2b55cb --- /dev/null +++ b/kppp/Rules/Uruguay/Makefile.am @@ -0,0 +1,5 @@ +pkg_DATA = Adinet_cIVA.rst + +pkgdir = $(kde_datadir)/kppp/Rules/Uruguay + +EXTRA_DIST = $(pkg_DATA) |