From dadc34655c3ab961b0b0b94a10eaaba710f0b5e8 Mon Sep 17 00:00:00 2001 From: tpearson Date: Mon, 4 Jul 2011 22:38:03 +0000 Subject: Added kmymoney git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/kmymoney@1239792 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kmymoney2/html/Makefile.am | 23 ++ kmymoney2/html/home.html | 59 ++++ kmymoney2/html/home_de.html | 58 ++++ kmymoney2/html/home_es.html | 58 ++++ kmymoney2/html/home_fr.html | 61 +++++ kmymoney2/html/home_gl.html | 57 ++++ kmymoney2/html/home_it.html | 59 ++++ kmymoney2/html/home_nl.html | 58 ++++ kmymoney2/html/home_pt.html | 57 ++++ kmymoney2/html/home_pt_BR.html | 58 ++++ kmymoney2/html/home_ro.html | 58 ++++ kmymoney2/html/home_ru.html | 56 ++++ kmymoney2/html/home_tr.html | 57 ++++ kmymoney2/html/images/Makefile.am | 20 ++ kmymoney2/html/images/about_kde.png | Bin 0 -> 3044 bytes kmymoney2/html/images/arrow.png | Bin 0 -> 434 bytes kmymoney2/html/images/backarrow.png | Bin 0 -> 428 bytes kmymoney2/html/images/background.png | Bin 0 -> 249479 bytes kmymoney2/html/images/bc.png | Bin 0 -> 174 bytes kmymoney2/html/images/bg-texture.png | Bin 0 -> 2902 bytes kmymoney2/html/images/bl.png | Bin 0 -> 644 bytes kmymoney2/html/images/bottomleft.png | Bin 0 -> 872 bytes kmymoney2/html/images/bottomright.png | Bin 0 -> 309 bytes kmymoney2/html/images/br.png | Bin 0 -> 650 bytes kmymoney2/html/images/center.png | Bin 0 -> 156 bytes kmymoney2/html/images/currencyflourish.png | Bin 0 -> 18477 bytes kmymoney2/html/images/filenew.png | Bin 0 -> 1533 bytes kmymoney2/html/images/kmymoneydata.png | Bin 0 -> 2482 bytes kmymoney2/html/images/konqueror.png | Bin 0 -> 2923 bytes kmymoney2/html/images/lc.png | Bin 0 -> 167 bytes kmymoney2/html/images/manual.png | Bin 0 -> 1642 bytes kmymoney2/html/images/messagebox_info.png | Bin 0 -> 1514 bytes kmymoney2/html/images/original-trans_logo.png | Bin 0 -> 9012 bytes kmymoney2/html/images/rc.png | Bin 0 -> 185 bytes kmymoney2/html/images/rightborder.png | Bin 0 -> 153 bytes kmymoney2/html/images/shadow.png | Bin 0 -> 7606 bytes kmymoney2/html/images/spacer.gif | Bin 0 -> 43 bytes kmymoney2/html/images/spacer.png | Bin 0 -> 148 bytes kmymoney2/html/images/tc.png | Bin 0 -> 180 bytes kmymoney2/html/images/title-center.png | Bin 0 -> 186 bytes kmymoney2/html/images/title-left.png | Bin 0 -> 349 bytes kmymoney2/html/images/title-right.png | Bin 0 -> 345 bytes kmymoney2/html/images/tl.png | Bin 0 -> 595 bytes kmymoney2/html/images/top-shadow.png | Bin 0 -> 279 bytes kmymoney2/html/images/topleft.png | Bin 0 -> 18188 bytes kmymoney2/html/images/topright.png | Bin 0 -> 180 bytes kmymoney2/html/images/tr.png | Bin 0 -> 625 bytes kmymoney2/html/images/trans_logo.png | Bin 0 -> 12151 bytes kmymoney2/html/kmymoney2.css | 370 ++++++++++++++++++++++++++ kmymoney2/html/welcome.css | 171 ++++++++++++ kmymoney2/html/whats_new.html | 97 +++++++ kmymoney2/html/whats_new_de.html | 97 +++++++ kmymoney2/html/whats_new_es.html | 99 +++++++ kmymoney2/html/whats_new_fr.html | 104 ++++++++ kmymoney2/html/whats_new_gl.html | 65 +++++ kmymoney2/html/whats_new_it.html | 97 +++++++ kmymoney2/html/whats_new_nl.html | 63 +++++ kmymoney2/html/whats_new_pt_BR.html | 98 +++++++ kmymoney2/html/whats_new_ro.html | 97 +++++++ kmymoney2/html/whats_new_ru.html | 76 ++++++ kmymoney2/html/whats_new_tr.html | 63 +++++ 61 files changed, 2236 insertions(+) create mode 100644 kmymoney2/html/Makefile.am create mode 100644 kmymoney2/html/home.html create mode 100644 kmymoney2/html/home_de.html create mode 100644 kmymoney2/html/home_es.html create mode 100644 kmymoney2/html/home_fr.html create mode 100644 kmymoney2/html/home_gl.html create mode 100644 kmymoney2/html/home_it.html create mode 100644 kmymoney2/html/home_nl.html create mode 100644 kmymoney2/html/home_pt.html create mode 100644 kmymoney2/html/home_pt_BR.html create mode 100644 kmymoney2/html/home_ro.html create mode 100644 kmymoney2/html/home_ru.html create mode 100644 kmymoney2/html/home_tr.html create mode 100644 kmymoney2/html/images/Makefile.am create mode 100644 kmymoney2/html/images/about_kde.png create mode 100644 kmymoney2/html/images/arrow.png create mode 100644 kmymoney2/html/images/backarrow.png create mode 100644 kmymoney2/html/images/background.png create mode 100644 kmymoney2/html/images/bc.png create mode 100644 kmymoney2/html/images/bg-texture.png create mode 100644 kmymoney2/html/images/bl.png create mode 100644 kmymoney2/html/images/bottomleft.png create mode 100644 kmymoney2/html/images/bottomright.png create mode 100644 kmymoney2/html/images/br.png create mode 100644 kmymoney2/html/images/center.png create mode 100644 kmymoney2/html/images/currencyflourish.png create mode 100644 kmymoney2/html/images/filenew.png create mode 100644 kmymoney2/html/images/kmymoneydata.png create mode 100644 kmymoney2/html/images/konqueror.png create mode 100644 kmymoney2/html/images/lc.png create mode 100644 kmymoney2/html/images/manual.png create mode 100644 kmymoney2/html/images/messagebox_info.png create mode 100644 kmymoney2/html/images/original-trans_logo.png create mode 100644 kmymoney2/html/images/rc.png create mode 100644 kmymoney2/html/images/rightborder.png create mode 100644 kmymoney2/html/images/shadow.png create mode 100644 kmymoney2/html/images/spacer.gif create mode 100644 kmymoney2/html/images/spacer.png create mode 100644 kmymoney2/html/images/tc.png create mode 100644 kmymoney2/html/images/title-center.png create mode 100644 kmymoney2/html/images/title-left.png create mode 100644 kmymoney2/html/images/title-right.png create mode 100644 kmymoney2/html/images/tl.png create mode 100644 kmymoney2/html/images/top-shadow.png create mode 100644 kmymoney2/html/images/topleft.png create mode 100644 kmymoney2/html/images/topright.png create mode 100644 kmymoney2/html/images/tr.png create mode 100644 kmymoney2/html/images/trans_logo.png create mode 100644 kmymoney2/html/kmymoney2.css create mode 100644 kmymoney2/html/welcome.css create mode 100644 kmymoney2/html/whats_new.html create mode 100644 kmymoney2/html/whats_new_de.html create mode 100644 kmymoney2/html/whats_new_es.html create mode 100644 kmymoney2/html/whats_new_fr.html create mode 100644 kmymoney2/html/whats_new_gl.html create mode 100644 kmymoney2/html/whats_new_it.html create mode 100644 kmymoney2/html/whats_new_nl.html create mode 100644 kmymoney2/html/whats_new_pt_BR.html create mode 100644 kmymoney2/html/whats_new_ro.html create mode 100644 kmymoney2/html/whats_new_ru.html create mode 100644 kmymoney2/html/whats_new_tr.html (limited to 'kmymoney2/html') diff --git a/kmymoney2/html/Makefile.am b/kmymoney2/html/Makefile.am new file mode 100644 index 0000000..0d37ad0 --- /dev/null +++ b/kmymoney2/html/Makefile.am @@ -0,0 +1,23 @@ +KDE_OPTIONS = noautodist + +SUBDIRS = images + +HOMEPAGES = home_pt_BR.html home_de.html home_es.html home_fr.html home_gl.html home.html home_it.html home_nl.html home_ro.html home_ru.html home_tr.html home_pt.html + +WHATSNEWPAGES = whats_new_pt_BR.html whats_new_de.html whats_new_es.html whats_new_fr.html whats_new_gl.html whats_new.html whats_new_it.html whats_new_nl.html whats_new_ro.html whats_new_ru.html whats_new_tr.html + +EXTRA_DIST = $(HOMEPAGES) $(WHATSNEWPAGES) kmymoney2.css welcome.css + +LOCAL_DIR = kmymoney2/html + +install-data-local: + $(mkinstalldirs) $(DESTDIR)$(kde_datadir)/$(LOCAL_DIR) + for file in $(EXTRA_DIST); do \ + $(INSTALL_DATA) $(srcdir)/$$file $(DESTDIR)$(kde_datadir)/$(LOCAL_DIR); \ + done + +uninstall-local: + for file in $(EXTRA_DIST); do \ + rm -f $(DESTDIR)$(kde_datadir)/$(LOCAL_DIR)/$$file; \ + done + diff --git a/kmymoney2/html/home.html b/kmymoney2/html/home.html new file mode 100644 index 0000000..cf7e00e --- /dev/null +++ b/kmymoney2/html/home.html @@ -0,0 +1,59 @@ + + + + + + Untitled Document + + + + + + + + +

Welcome to KMyMoney

+

The free, easy to use, personal finance manager for KDE

+ + +
+
+ +
+
+
+
+ + diff --git a/kmymoney2/html/home_de.html b/kmymoney2/html/home_de.html new file mode 100644 index 0000000..a3bf0c6 --- /dev/null +++ b/kmymoney2/html/home_de.html @@ -0,0 +1,58 @@ + + + + + + Untitled Document + + + + + + + +

Willkommen bei KMyMoney

+

Ihrem persönlichen Finanzassistenten

+ + +
+
+ +
+
+
+
+ + diff --git a/kmymoney2/html/home_es.html b/kmymoney2/html/home_es.html new file mode 100644 index 0000000..78831fa --- /dev/null +++ b/kmymoney2/html/home_es.html @@ -0,0 +1,58 @@ + + + + + + Untitled Document + + + + + + + + +

Bienvenido a KMyMoney

+

Software de Gestión de Finanzas Personales

+ + +
+
+ +
+
+
+
+ + diff --git a/kmymoney2/html/home_fr.html b/kmymoney2/html/home_fr.html new file mode 100644 index 0000000..6f46322 --- /dev/null +++ b/kmymoney2/html/home_fr.html @@ -0,0 +1,61 @@ + + + + + + Untitled Document + + + + + + + + +

Bienvenue dans KMyMoney

+

Logiciel de comptabilit� personnelle

+ + +
+
+ +
+
+
+
+ + + + + + diff --git a/kmymoney2/html/home_gl.html b/kmymoney2/html/home_gl.html new file mode 100644 index 0000000..09210fc --- /dev/null +++ b/kmymoney2/html/home_gl.html @@ -0,0 +1,57 @@ + + + + + + Documento sen título + + + + + + + +

Benvido a KMyMoney

+

O xestor das súas finanzas

+ + +
+
+ +
+
+
+
+ + diff --git a/kmymoney2/html/home_it.html b/kmymoney2/html/home_it.html new file mode 100644 index 0000000..ab9d4ea --- /dev/null +++ b/kmymoney2/html/home_it.html @@ -0,0 +1,59 @@ + + + + + + Documento senza titolo + + + + + + + + +

Benvenuti in KMyMoney

+

Il gestore delle finanze personali per KDE libero e facile da utilizzare

+ + +
+
+ +
+
+
+
+ + diff --git a/kmymoney2/html/home_nl.html b/kmymoney2/html/home_nl.html new file mode 100644 index 0000000..531fd24 --- /dev/null +++ b/kmymoney2/html/home_nl.html @@ -0,0 +1,58 @@ + + + + + + Untitled Document + + + + + + + + +

Welkom bij KMyMoney

+

Persoonlijke Financiële Software

+ + +
+
+ +
+
+
+
+ + diff --git a/kmymoney2/html/home_pt.html b/kmymoney2/html/home_pt.html new file mode 100644 index 0000000..948290e --- /dev/null +++ b/kmymoney2/html/home_pt.html @@ -0,0 +1,57 @@ + + + + + + Untitled Document + + + + + + + + +

Bemvindo ao KMyMoney

+

Gestor de Finanas Pessoais

+ + +
+
+ +
+
+
+
+ + diff --git a/kmymoney2/html/home_pt_BR.html b/kmymoney2/html/home_pt_BR.html new file mode 100644 index 0000000..ab2a30a --- /dev/null +++ b/kmymoney2/html/home_pt_BR.html @@ -0,0 +1,58 @@ + + + + + + Pgina Inicial + + + + + + + + +

Bem Vindo ao KMyMoney

+

Software de Finanas Pessoais

+ + +
+
+ +
+
+
+
+ + diff --git a/kmymoney2/html/home_ro.html b/kmymoney2/html/home_ro.html new file mode 100644 index 0000000..948748f --- /dev/null +++ b/kmymoney2/html/home_ro.html @@ -0,0 +1,58 @@ + + + + + + Bine aţi venit în KMyMoney + + + + + + + + +

Bine aţi venit în KMyMoney

+

Aplicaţie pentru gestionarea finanţelor personale

+ + +
+
+ +
+
+
+
+ + diff --git a/kmymoney2/html/home_ru.html b/kmymoney2/html/home_ru.html new file mode 100644 index 0000000..9046c70 --- /dev/null +++ b/kmymoney2/html/home_ru.html @@ -0,0 +1,56 @@ + + + + + + Страница приветствия + + + + + + + + +

Добро пожаловать в KMyMoney

+

Программа учёта финансов

+ + +
+
+ +
+
+
+
+ + diff --git a/kmymoney2/html/home_tr.html b/kmymoney2/html/home_tr.html new file mode 100644 index 0000000..275226d --- /dev/null +++ b/kmymoney2/html/home_tr.html @@ -0,0 +1,57 @@ + + + + + + Untitled Document + + + + + + + + +

KMyMoney Uygulamasna Hogeldiniz

+

Kiisel Finans Uygulamas

+ + +
+
+ +
+
+
+
+ + diff --git a/kmymoney2/html/images/Makefile.am b/kmymoney2/html/images/Makefile.am new file mode 100644 index 0000000..94e4531 --- /dev/null +++ b/kmymoney2/html/images/Makefile.am @@ -0,0 +1,20 @@ +####### kdevelop will overwrite this part!!! (begin)########## + +KDE_OPTIONS = noautodist + +EXTRA_DIST = backarrow.png background.png bc.png bl.png bottomleft.png bottomright.png br.png center.png filenew.png kmymoneydata.png konqueror.png lc.png manual.png messagebox_info.png original-trans_logo.png rc.png rightborder.png spacer.png tc.png title-center.png title-left.png title-right.png tl.png topleft.png topright.png trans_logo.png tr.png spacer.gif shadow.png currencyflourish.png top-shadow.png arrow.png bg-texture.png about_kde.png + +LOCAL_DIR = kmymoney2/html/images + +install-data-local: + $(mkinstalldirs) $(DESTDIR)$(kde_datadir)/kmymoney2/html/images + for file in $(EXTRA_DIST); do \ + $(INSTALL_DATA) $(srcdir)/$$file $(DESTDIR)$(kde_datadir)/$(LOCAL_DIR); \ + done + +uninstall-local: + for file in $(EXTRA_DIST); do \ + rm -f $(DESTDIR)$(kde_datadir)/$(LOCAL_DIR)/$$file; \ + done + +####### kdevelop will overwrite this part!!! (end)############ diff --git a/kmymoney2/html/images/about_kde.png b/kmymoney2/html/images/about_kde.png new file mode 100644 index 0000000..a0f2439 Binary files /dev/null and b/kmymoney2/html/images/about_kde.png differ diff --git a/kmymoney2/html/images/arrow.png b/kmymoney2/html/images/arrow.png new file mode 100644 index 0000000..aaa00d5 Binary files /dev/null and b/kmymoney2/html/images/arrow.png differ diff --git a/kmymoney2/html/images/backarrow.png b/kmymoney2/html/images/backarrow.png new file mode 100644 index 0000000..80c9703 Binary files /dev/null and b/kmymoney2/html/images/backarrow.png differ diff --git a/kmymoney2/html/images/background.png b/kmymoney2/html/images/background.png new file mode 100644 index 0000000..fec81ec Binary files /dev/null and b/kmymoney2/html/images/background.png differ diff --git a/kmymoney2/html/images/bc.png b/kmymoney2/html/images/bc.png new file mode 100644 index 0000000..d2f1a11 Binary files /dev/null and b/kmymoney2/html/images/bc.png differ diff --git a/kmymoney2/html/images/bg-texture.png b/kmymoney2/html/images/bg-texture.png new file mode 100644 index 0000000..e71ad16 Binary files /dev/null and b/kmymoney2/html/images/bg-texture.png differ diff --git a/kmymoney2/html/images/bl.png b/kmymoney2/html/images/bl.png new file mode 100644 index 0000000..a84c1d6 Binary files /dev/null and b/kmymoney2/html/images/bl.png differ diff --git a/kmymoney2/html/images/bottomleft.png b/kmymoney2/html/images/bottomleft.png new file mode 100644 index 0000000..57c6c57 Binary files /dev/null and b/kmymoney2/html/images/bottomleft.png differ diff --git a/kmymoney2/html/images/bottomright.png b/kmymoney2/html/images/bottomright.png new file mode 100644 index 0000000..e35125b Binary files /dev/null and b/kmymoney2/html/images/bottomright.png differ diff --git a/kmymoney2/html/images/br.png b/kmymoney2/html/images/br.png new file mode 100644 index 0000000..c1e7f51 Binary files /dev/null and b/kmymoney2/html/images/br.png differ diff --git a/kmymoney2/html/images/center.png b/kmymoney2/html/images/center.png new file mode 100644 index 0000000..fcf4a9a Binary files /dev/null and b/kmymoney2/html/images/center.png differ diff --git a/kmymoney2/html/images/currencyflourish.png b/kmymoney2/html/images/currencyflourish.png new file mode 100644 index 0000000..2a7e924 Binary files /dev/null and b/kmymoney2/html/images/currencyflourish.png differ diff --git a/kmymoney2/html/images/filenew.png b/kmymoney2/html/images/filenew.png new file mode 100644 index 0000000..1da021f Binary files /dev/null and b/kmymoney2/html/images/filenew.png differ diff --git a/kmymoney2/html/images/kmymoneydata.png b/kmymoney2/html/images/kmymoneydata.png new file mode 100644 index 0000000..bb3f937 Binary files /dev/null and b/kmymoney2/html/images/kmymoneydata.png differ diff --git a/kmymoney2/html/images/konqueror.png b/kmymoney2/html/images/konqueror.png new file mode 100644 index 0000000..fe7af79 Binary files /dev/null and b/kmymoney2/html/images/konqueror.png differ diff --git a/kmymoney2/html/images/lc.png b/kmymoney2/html/images/lc.png new file mode 100644 index 0000000..58a904c Binary files /dev/null and b/kmymoney2/html/images/lc.png differ diff --git a/kmymoney2/html/images/manual.png b/kmymoney2/html/images/manual.png new file mode 100644 index 0000000..04b3070 Binary files /dev/null and b/kmymoney2/html/images/manual.png differ diff --git a/kmymoney2/html/images/messagebox_info.png b/kmymoney2/html/images/messagebox_info.png new file mode 100644 index 0000000..6e21f06 Binary files /dev/null and b/kmymoney2/html/images/messagebox_info.png differ diff --git a/kmymoney2/html/images/original-trans_logo.png b/kmymoney2/html/images/original-trans_logo.png new file mode 100644 index 0000000..25ea91f Binary files /dev/null and b/kmymoney2/html/images/original-trans_logo.png differ diff --git a/kmymoney2/html/images/rc.png b/kmymoney2/html/images/rc.png new file mode 100644 index 0000000..198aff0 Binary files /dev/null and b/kmymoney2/html/images/rc.png differ diff --git a/kmymoney2/html/images/rightborder.png b/kmymoney2/html/images/rightborder.png new file mode 100644 index 0000000..fd29307 Binary files /dev/null and b/kmymoney2/html/images/rightborder.png differ diff --git a/kmymoney2/html/images/shadow.png b/kmymoney2/html/images/shadow.png new file mode 100644 index 0000000..5e6ff3d Binary files /dev/null and b/kmymoney2/html/images/shadow.png differ diff --git a/kmymoney2/html/images/spacer.gif b/kmymoney2/html/images/spacer.gif new file mode 100644 index 0000000..fc25609 Binary files /dev/null and b/kmymoney2/html/images/spacer.gif differ diff --git a/kmymoney2/html/images/spacer.png b/kmymoney2/html/images/spacer.png new file mode 100644 index 0000000..8bcb60d Binary files /dev/null and b/kmymoney2/html/images/spacer.png differ diff --git a/kmymoney2/html/images/tc.png b/kmymoney2/html/images/tc.png new file mode 100644 index 0000000..a93334c Binary files /dev/null and b/kmymoney2/html/images/tc.png differ diff --git a/kmymoney2/html/images/title-center.png b/kmymoney2/html/images/title-center.png new file mode 100644 index 0000000..3b3cec9 Binary files /dev/null and b/kmymoney2/html/images/title-center.png differ diff --git a/kmymoney2/html/images/title-left.png b/kmymoney2/html/images/title-left.png new file mode 100644 index 0000000..8c20d8a Binary files /dev/null and b/kmymoney2/html/images/title-left.png differ diff --git a/kmymoney2/html/images/title-right.png b/kmymoney2/html/images/title-right.png new file mode 100644 index 0000000..3938c54 Binary files /dev/null and b/kmymoney2/html/images/title-right.png differ diff --git a/kmymoney2/html/images/tl.png b/kmymoney2/html/images/tl.png new file mode 100644 index 0000000..3e0156c Binary files /dev/null and b/kmymoney2/html/images/tl.png differ diff --git a/kmymoney2/html/images/top-shadow.png b/kmymoney2/html/images/top-shadow.png new file mode 100644 index 0000000..b59c952 Binary files /dev/null and b/kmymoney2/html/images/top-shadow.png differ diff --git a/kmymoney2/html/images/topleft.png b/kmymoney2/html/images/topleft.png new file mode 100644 index 0000000..a15cf15 Binary files /dev/null and b/kmymoney2/html/images/topleft.png differ diff --git a/kmymoney2/html/images/topright.png b/kmymoney2/html/images/topright.png new file mode 100644 index 0000000..9ad46c9 Binary files /dev/null and b/kmymoney2/html/images/topright.png differ diff --git a/kmymoney2/html/images/tr.png b/kmymoney2/html/images/tr.png new file mode 100644 index 0000000..fa73979 Binary files /dev/null and b/kmymoney2/html/images/tr.png differ diff --git a/kmymoney2/html/images/trans_logo.png b/kmymoney2/html/images/trans_logo.png new file mode 100644 index 0000000..0d73e2c Binary files /dev/null and b/kmymoney2/html/images/trans_logo.png differ diff --git a/kmymoney2/html/kmymoney2.css b/kmymoney2/html/kmymoney2.css new file mode 100644 index 0000000..a18dfde --- /dev/null +++ b/kmymoney2/html/kmymoney2.css @@ -0,0 +1,370 @@ + +@media screen { + + A.el { text-decoration: none; } + A.elRef { font-weight: bold } + A.code { text-decoration: none; font-weight: normal; color: #4C59A6 } + A.codeRef { font-weight: normal; color: #4C59A6 } + A:hover { text-decoration: none; font-weight: normal; color: #4C59A6 } + + body { + background-color: Window; + color:WindowText; + font-family: verdana, arial, sans-serif; + } + + .setcolor { /*sets color of some spacing elements (such as the column between assets and liabilities) to the desired color*/ + background-color:Window; +} + +body#summaryview { /* set body attributes that affect only the summary view (and not reports) */ + background: url(./images/bg-texture.png) repeat fixed; +} + + +#vieweffect { /* creates a dropshadow at the top of the view creating a resessed effect */ + background: url(./images/top-shadow.png) repeat-x top; + margin:0px -10px 0px -10px; + position:fixed; + top:-5px; + width:100%; + height:20px; + z-index:50; +} + + #summarytitle { /* "your financial summary" title on summary page */ + display:block; + margin-bottom:6px; + text-align: right; + color:WindowText; + Font-size:20px; + padding:10px 15px 15px 0; + } + + .shadow {/*wraps .displayblock -can be used for special decorative effects like a drop shadow */ + background: url(./images/shadow.png) no-repeat bottom right; + margin:0px 5px 30px 15px; + } + + .displayblock {/*ties together a summary header and a table into a single content block*/ + display:block; + position:relative; + top:-6px; + left:-6px; + background-color: Window; + border-right: 1px solid gray; + border-bottom: 1px solid gray; + border-left: 1px solid lightgrey; +/*border:1px solid WindowText;*/ + padding: 0px; + } + + .summaryheader { /*section labels over each table in the financial summary*/ + background: HighLight url(./images/currencyflourish.png) no-repeat bottom right; + color:HighLightText; + Font-size:1.2em; + font-weight:bold; + padding:5px 10px; + } + + .summarytable { /*the tables in the financial summary */ + padding:5px; + } + + .summarytable td { /*style in the tables in the financial summary */ + padding:5px 10px; + border-left: medium solid Window; + border-right: medium solid window; + color:WindowText; + } + + .itemtitle { /* -additional label for table headers. example "Assets" and "Liabilities"*/ + color:HighLight; + Font-weight:bold; + } + + .itemtitle td { /* table data cells related to .itemtitle*/ + padding:0px 10px 0px 10px; + border-left: 0px; + border-right: 0px; + font-size:1.2em; + } + + .item { /* -item labels (table headers) for sections in the financial summary */ + font-weight:bold; + color:WindowText; + } + + .item td { /* table data cells related to .item*/ + border-left: 0px; + border-right: 0px; + border-bottom:3px solid WindowText; + } + + .warningtitle { /* -set warning background color -overdue payments -items of this class also belong to the class called "itemtitle"*/ + color:red;/*set programatically, not by css*/ + background-color: infobackground; + } + + .warning { /* -set warning background color -items of this class also belong to the class called "item"*/ + background-color: infobackground; + } + + th.left, td.left {/*rule to align table header and table data cells*/ + text-align: left; + } + + th.right, td.right {/*rule to align table header and table data cells*/ + text-align: right; + } + + th.center, td.center {/*rule to align table header and table data cells*/ + text-align: center; + } + + .gap { /* used for spacing in financial summary and reports if needed -match to background color of body if you don't want it to show.*/ + + } + +/***********************************************************/ +/* These affect only the reports found in the reports view */ + + h2.report { /* header -title on report pages */ + font-size: 18px; + font-family: verdana, arial, sans-serif; + margin-right: 10px; + margin-left: 10px; + margin-top: 10px; + margin-bottom: 10px; + text-align: center; + color:WindowText; + } + + .itemheader { /*column labels in reports */ + font-family: verdana, arial, helvetica, sans-serif; + font-weight: bold; + background-color: Window; + color: WindowText; + padding-top: 5px; + padding-left: 20px; + padding-bottom: 5px; + } + + div.subtitle { /*subtitle of each report page*/ + text-align: center; + color:WindowText; + } + + table.report {/*center the report*/ + margin-left:auto; + margin-right:auto; + } + + table.report th {/*styles table header cells*/ + padding: 0.5em 0.5em; + } + + table.report td {/*styles table cells- but not background color*/ + font-size: 9pt; + padding: 0 0.5em; + text-align: right; + } + + table.report td.leftborder {/*does not appear to be in use*/ + border-left: 1px solid; + } + + table.report td.left {/*far left column*/ + text-align: left; + } + + table.report td.left0 {/*does not appear to be in use*/ + text-align: left; + } + + table.report td.left1 {/*does not appear to be in use*/ + text-align: left; + text-indent: 1.0em; + } + + table.report td.left2 {/*does not appear to be in use*/ + text-align: left; + text-indent: 2.0em; + } + + table.report tr#subtotal td {/*line separating row groups*/ + border-bottom: 1px solid black; + font-weight: normal; + } + +table.report tr#solo td {/*line separating rows that are not groups*/ + border-bottom: 1px solid black; + font-weight: normal; + } + +table.report tr#topparent td.left {/*parent label for each row group containing children*/ + font-weight: bold; + } + + table.report tr#solo td.left {/*label for each row group _not_ containing children*/ + font-weight: bold; + } + + table.report tr.sectionheader td { /* label (title) of each section -subtotals -for example 'Income' and 'Expenses' */ + font-weight: bold; + padding: 0.5em 0.5em 0 0.5em; + color:WindowText; + } + + table.report tr.sectionfooter td { /* totals for each section -subtotals */ + border-top: 1px solid black; + padding: 0 0.5em 0.5em 0.5em; + color:WindowText; + } + + table.report tr.reportfooter td { /* "Grand Total" totals" */ + border-bottom: 1px solid black; + border-top: 1px solid black; + padding: 0 0.5em 0 0.5em; + color:WindowText; + } + + table.report tr.reportfooter td.left { /* "Grand Total" label in the left column */ + font-weight: bold; + color:WindowText; + } + + table.report tr.spacer td {/*used to make a table row act as a spacer when needed*/ + font-size: 4pt; + padding: 1em 0; + } +} + +@media print { + + body { background: white; margin: 0; padding: 0 } + body { font-family: helvetica, arial; font-size: 10pt } + td,th { font-family: helvetica, arial; font-size: 9pt } + + thead { display: table-header-group } + tbody { display: table-row-group } + tfoot { display: table-footer-group } + tr { page-break-inside: avoid } + + div.gap { display: none } + .spacer { display: none } + + h2.report, + div.subtitle { margin: 6pt; padding: 0; text-align: center } + div.subtitle { margin-bottom: 18pt } + + table { border-collapse: separate; border-spacing: 1px; } + table { margin-left: auto; margin-right: auto } + td { vertical-align: baseline } + + table.report {/*center the report*/ + margin-left:auto; + margin-right:auto; + } + + table.report th {/*styles table header cells*/ + padding: 0.5em 0.5em; + } + + table.report td {/*styles table cells- but not background color*/ + text-align: right; + } + table.report td.left {/*far left column*/ + text-align: left; + } + + table.report td.left0 {/*does not appear to be in use*/ + text-align: left; + } + + table.report td.left1 {/*does not appear to be in use*/ + text-align: left; + text-indent: 1.0em; + } + + table.report td.left2 {/*does not appear to be in use*/ + text-align: left; + text-indent: 2.0em; + } + + table.report tr#subtotal td {/*line separating row groups*/ + border-bottom: 1px solid black; + font-weight: normal; + } + +table.report tr#solo td {/*line separating rows that are not groups*/ + border-bottom: 1px solid black; + font-weight: normal; + } + +table.report tr#topparent td.left {/*parent label for each row group containing children*/ + font-weight: bold; + } + + table.report tr#solo td.left {/*label for each row group _not_ containing children*/ + font-weight: bold; + } + + th { border-bottom: 1pt solid black } +/* th { background: #cccccc } */ + tr.item0 td { background: #f2f2ff } + tr.item1 td { background: #f2fff2 } + tr.row-even td { background: #f2f2ff } + tr.row-odd td { background: #f2fff2 } + + tr.item0 td, + tr.item1 td, + tr.itemA td, + tr.itemZ td { font-style: italic } + + td.left0, + td.left1, + td.left2, + td.left { text-align: left } + td.center { text-align: center } + td.right { text-align: right } + td, th { padding: 2pt 4pt } + + tr.sectionheader td.left, + tr.sectionfooter td.left, + tr.sectionheader td.left0, + tr.sectionfooter td.left0 { + padding-top: 12pt; font-size: 1.1em; font-weight: bold + } + + tr.sectionheader td.left1, + tr.sectionfooter td.left1, + tr.sectionheader td.left2, + tr.sectionfooter td.left2 { + padding-top: 6pt; font-size: 0.9em; font-weight: bold + } + + tr.reportfooter td.left { + padding-top: 12pt; font-size: 1.1em; font-weight: bold + } + + #subtotal { font-style: italic } +/* #topparent td, #solo td { border-top: 1px solid gray } */ +} + +tr.item0 td,tr.item1 td,tr.itemA td,tr.itemZ td { + font-style: italic; + } + +tr.itemA td { + border-bottom: 1px dotted gray; + } + +tr.itemZ td { + border-top: 1px dotted gray; + } + +.item0 .value,.item1 .value { + padding-right: 2em; + } + diff --git a/kmymoney2/html/welcome.css b/kmymoney2/html/welcome.css new file mode 100644 index 0000000..aa0c7c4 --- /dev/null +++ b/kmymoney2/html/welcome.css @@ -0,0 +1,171 @@ +/******************************************************************* +3/23/2005 KMyMoney Welcome Page +Robert Wadley robrobntina.fastmail.us +David Wadley maildavidwadley.com +********************************************************************/ + + +body { + background-color: highlight; + margin-top:100px; + } + + +#background_image { + z-index: -10; + position:absolute; + left:0px; + top:0px; + width:100%; + } + + +#KMyMoneyLogo { + position:absolute; + top:12px; + left:25px; + z-index: 10; + } + +/*line of text under logo("Personal Finance Software")*/ + +#tagline { + position:absolute; + top:55px; + left:25px; + font-family:bitstream vera sans, verdana, sans; + font-size:8px; + color: highlighttext; + } + +/*("Welcome to KMyMoney","What's New in...")*/ + +#title { + font-family:bitstream vera sans, verdana, sans; + line-height:1em; + font-size: 20px; + position:absolute; + top:-3px; + right:25px; + color:highlighttext; + } + +#subtitle { + font-family:bitstream vera sans, verdana, sans; + line-height:1em; + font-size: 10px; + position:absolute; + top:30px; + right:25px; + color:highlighttext; + } + + +/*link under title, "Goto My Financial Summary"etc.*/ + +#summaryLink, #returnLink { + position:absolute; + top:75px; + left:6%; + color:highlighttext; + } + + +#returnLink img { + vertical-align:middle; + position:relative; + margin-right: 5px; + top:-3px; + } + + +#summaryLink a, #returnLink a { + color:highlighttext; + text-decoration:none; + } + + +#summaryLink a:hover, #returnLink a:hover { + color:highlighttext; + text-decoration:underline; + } + + + +/*start content box frame*/ + +#topleft { + background: +url(./images/topleft.png) no-repeat left top; + width:87%; + margin-left:5%; + margin-right:5%; + + } +#topright { + background:url(./images/topright.png) + top right no-repeat; + position: relative; + right:-22px; + padding-top: 20px; + } + +#rightborder { + background: url(./images/rightborder.png) + top right repeat-y; + position: relative; + right:-22px; + padding-right: 22px; + margin-bottom: -91px;/*appears to adjust margin below content*/ + } + +#bottomleft { + background: + url(./images/bottomleft.png) + bottom left no-repeat; + position: relative; + top: 91px; +padding-top: 0px; + + } + +#bottomright { + background: url(./images/bottomright.png) + bottom right no-repeat; + position: relative; + right:-22px; + padding-top: 91px; + } + +/* end content box frame */ + + +/* list of links on welcome page */ + +#welcomeMenu ul { + list-style-type:none; + /*removes default bullets*/ + } + + +#welcomeMenu li { + margin-bottom: 10px; + /*adds space between lines*/ color: black; + } + + +#welcomeMenu span:hover { + text-decoration:underline; + /*sets hover attributes*/ + } + +/* replacement bullets */ + +#welcomeMenu img { + vertical-align:middle; + position:relative; + margin-right: 5px; + top: -2px; + } + + \ No newline at end of file diff --git a/kmymoney2/html/whats_new.html b/kmymoney2/html/whats_new.html new file mode 100644 index 0000000..4aa393c --- /dev/null +++ b/kmymoney2/html/whats_new.html @@ -0,0 +1,97 @@ + + + + + +Untitled Document + + + + + + + + +

What's new in KMyMoney 1.0

+ + + + +
+
+
+ + + + +

The KMyMoney development team is pleased to announce a major step forward for what has been described as "the BEST personal finance manager for FREE users". With over 3 years of development, this new stable release has a lot of new features and a refreshed user interface.

+ +

What's new since version 0.9.3:

+
    +
  • A new look and feel, and a new set of icons
  • +
  • Added investment price reports, investment moving average price
  • +
  • Added GUI option for expert mode
  • +
  • Improved scheduled occurrences support
  • +
  • Improved support for CMake
  • +
  • Improved text filter for transactions
  • +
  • Improved charts look and feel
  • +
  • Improved DB support and performance
  • +
  • Improved QIF and OFX support
  • +
  • Updated documentation
  • +
  • Updated translations
  • +
  • A lot of bug fixing and polishing rough edges to make this an outstanding release
  • +
+ +

What's new since version 0.8.9:

+
    +
  • Home Page. Improved reports are available on the home page to give a quick glance on your financial situation
  • +
  • Appearance. A refreshed home page and a new set of icons have been exclusively designed to celebrate the 1.0 release
  • +
  • Budgets. A new budget feature allows you to specify your future expectations of income and expenditure, and then to compare your actual performance against these. You can use your historical data to have KMyMoney create a basic budget for you. Budget reports can be displayed as charts if desired. Monthly budget overruns can be displayed on your home page, but can be removed if you find it too depressing
  • +
  • Forecasts. A forecast can be produced of the future balances of your critical accounts, based either on regular scheduled transactions or your historical data
  • +
  • Reports. Forecast, Schedule Information, Account Information, Loan Information, Reconciliation, Cash Flow, Investment Price, and Investment Moving Average Price
  • +
  • Charts. Many of the reports produced by KMyMoney may now be displayed in chart form. Line, bar, stacked bar, pie and ring charts are supported where appropriate
  • +
  • Schedules. More flexible occurrence periods
  • +
  • Importer. A totally re-written Quicken (QIF) file importer and an improved GnuCash file importer. Also added OFX support for money market accounts
  • +
  • PGP encryption. Added support for more than one key
  • +
  • Database. The optional use of a database for data storage is supported (MySQL, PostgreSQL and SQLite version 3 have been extensively tested)
  • +
  • CMake. Added support for compilation and tests
  • +
  • Translations. Added translations for Swedish, Simplified Chinese, Turkish, Romanian, and Finnish
  • +
+ +

Many enhancements have been made to existing functionality, to improve your user experience. Among the foremost of these are the following:

+ +
    +
  • User interface. Several new options have been provided to enable you to configure KMyMoney to your personal requirements. Multiple user interface improvements
  • +
  • Accounts. New 'wizards' have been produced to simplify the setting up of new accounts, and complicated situations such as loans and mortgages. One wizard in particular will guide first time users through the setting up of their new file, and template lists of frequently-used accounts and categories are supplied, often tailored to nationality. Defunct accounts may now be marked as closed, so that they no longer clutter up your screens, though they are still available for viewing if required. Allow creation of additional Equity accounts and editing of Equity transactions. Added hierarchy management to New Account wizard. Warning messages can be displayed if the balance on an account exceeds, or falls below, a given value
  • +
  • Currencies. Added Euro support for Slovakia. Better support for multiple currencies
  • +
  • Ledgers. The views of the various ledgers have been revamped to provide better performance, and more facilities for sorting and searching transactions, including a 'quick search' option. A new multiple transaction selection function will allow you to do some 'bulk' changing of transactions. A new, more comprehensive, transaction autofill facility, based on payee name, has been introduced
  • +
  • Payees. Deletion of 'non-empty' payees and categories is now allowed, with the transactions being re-assigned as required
  • +
  • Schedules. Changes have been made to simplify the entry and maintenance of your regular scheduled transactions. Allow direct editing and entering of schedules from Home page. Allow viewing and entering schedules on the Ledger View
  • +
  • Reports. Improved text filter for transactions. Various fixes related to Loans, and Budget reports. Some new reports have been added, new levels of detail have been included, and many of them have also been made more configurable. There have also been a lot of fixes related to multi-currency reports. Improved calculation of returns and multiple currencies in investment reports
  • +
  • Online update. If you use OFX or HBCI for online banking, your setup has been made easier, and a manual transaction matching facility should simplify reconciliation of your downloaded statements. There is support for new versions of AqBanking and libofx, providing more flexibility and reliability. Improved QIF and OFX support, with significant improvements to the OFX import process. Improvements and enhancements to matching and error handling, among others. Improved investment transaction and online update dialog
  • +
  • Improved documentation and README files
  • +
  • Updated translations for Spanish, Argentinian Spanish, Brazilian Portuguese, simplified Chinese, Czech, Dutch, French, Galician, German, Italian and Portuguese
  • +
  • Lots of code cleanup
  • +
  • A lot of bug fixing and polishing rough edges to make this an outstanding release
  • +
+ +

Let us know what you think. We hope that you enjoy using this version of KMyMoney.

Please let us know about any abnormal behavior in the program by selecting "Report bug..." from the help menu or by sending an e-mail to the developers mailing list. kmymoney2-developer@lists.sourceforge.net

+

The KMyMoney Development Team

+ +
+
+
+
+
+
+ + diff --git a/kmymoney2/html/whats_new_de.html b/kmymoney2/html/whats_new_de.html new file mode 100644 index 0000000..c8bfc88 --- /dev/null +++ b/kmymoney2/html/whats_new_de.html @@ -0,0 +1,97 @@ + + + + + +Untitled Document + + + + + + + + +

Was ist neu in diesem Release

+ + + + +
+
+
+ + + + +

Das KMyMoney Entwicklerteam ist erfreut, einen Meilenstein in der Entwicklung des als "Bester persönlicher Finanzmanager für freie Benutzer" bezeichneten Programmes zu präsentieren. Nach 3 Jahren Entwicklungszeit hat diese Version viele neue Funktionen, eine überarbeitete Benutzerschnittstelle.

+ +

Was ist neu seit 0.9.3:

+
    +
  • Neue Benutzerschnittstelle und neue Icons
  • +
  • Neue Investmentberichte für Kurshistorie und investment moving average price
  • +
  • GUI option für Experten Modus
  • +
  • Überarbeitete Auswahl von Zahlungswiederholungen
  • +
  • Überarbeitete Unterstützung von CMake
  • +
  • Überarbeitete Buchungsfilter
  • +
  • Überarbeitete Berichtsgrafiken
  • +
  • Verbesserte und performantere Datenbank Unterstützung
  • +
  • Verbesserte Unterstützung für QIF und OFX Import
  • +
  • Aktualisierte Dokumentation
  • +
  • Aktualisierte Übersetzungen
  • +
  • Viele Fehlerkorrekturen und Verbesserungen um ein ultimatives Release zu präsentieren
  • +
+ +

Was ist neu seit 0.8.9:

+
    +
  • Startseite. Improved reports are available on the home page to give a quick glance on your financial situation
  • +
  • Appearance. A refreshed home page and a new set of icons have been exclusively designed to celebrate the 1.0 release
  • +
  • Budgets. A new budget feature allows you to specify your future expectations of income and expenditure, and then to compare your actual performance against these. You can use your historical data to have KMyMoney create a basic budget for you. Budget reports can be displayed as charts if desired. Monthly budget overruns can be displayed on your home page, but can be removed if you find it too depressing
  • +
  • Forecasts. A forecast can be produced of the future balances of your critical accounts, based either on regular scheduled transactions or your historical data
  • +
  • Reports. Forecast, Schedule Information, Account Information, Loan Information, Reconciliation, Cash Flow, Investment Price, and Investment Moving Average Price
  • +
  • Charts. Many of the reports produced by KMyMoney may now be displayed in chart form. Line, bar, stacked bar, pie and ring charts are supported where appropriate
  • +
  • Schedules. More flexible occurrence periods
  • +
  • Importer. A totally re-written Quicken (QIF) file importer and an improved GnuCash file importer. Also added OFX support for money market accounts
  • +
  • PGP encryption. Added support for more than one key
  • +
  • Database. The optional use of a database for data storage is supported (MySQL, PostgreSQL and SQLite version 3 have been extensively tested)
  • +
  • CMake. Added support for compilation and tests
  • +
  • Translations. Added translations for Swedish, Simplified Chinese, Turkish, Romanian, and Finnish
  • +
+ +

Many enhancements have been made to existing functionality, to improve your user experience. Among the foremost of these are the following:

+ +
    +
  • User interface. Several new options have been provided to enable you to configure KMyMoney to your personal requirements. Multiple user interface improvements
  • +
  • Accounts. New 'wizards' have been produced to simplify the setting up of new accounts, and complicated situations such as loans and mortgages. One wizard in particular will guide first time users through the setting up of their new file, and template lists of frequently-used accounts and categories are supplied, often tailored to nationality. Defunct accounts may now be marked as closed, so that they no longer clutter up your screens, though they are still available for viewing if required. Allow creation of additional Equity accounts and editing of Equity transactions. Added hierarchy management to New Account wizard. Warning messages can be displayed if the balance on an account exceeds, or falls below, a given value
  • +
  • Currencies. Added Euro support for Slovakia. Better support for multiple currencies
  • +
  • Ledgers. The views of the various ledgers have been revamped to provide better performance, and more facilities for sorting and searching transactions, including a 'quick search' option. A new multiple transaction selection function will allow you to do some 'bulk' changing of transactions. A new, more comprehensive, transaction autofill facility, based on payee name, has been introduced
  • +
  • Payees. Deletion of 'non-empty' payees and categories is now allowed, with the transactions being re-assigned as required
  • +
  • Schedules. Changes have been made to simplify the entry and maintenance of your regular scheduled transactions. Allow direct editing and entering of schedules from Home page. Allow viewing and entering schedules on the Ledger View
  • +
  • Reports. Improved text filter for transactions. Various fixes related to Loans, and Budget reports. Some new reports have been added, new levels of detail have been included, and many of them have also been made more configurable. There have also been a lot of fixes related to multi-currency reports. Improved calculation of returns and multiple currencies in investment reports
  • +
  • Online update. If you use OFX or HBCI for online banking, your setup has been made easier, and a manual transaction matching facility should simplify reconciliation of your downloaded statements. There is support for new versions of AqBanking and libofx, providing more flexibility and reliability. Improved QIF and OFX support, with significant improvements to the OFX import process. Improvements and enhancements to matching and error handling, among others. Improved investment transaction and online update dialog
  • +
  • Improved documentation and README files
  • +
  • Updated translations for Spanish, Argentinian Spanish, Brazilian Portuguese, simplified Chinese, Czech, Dutch, French, Galician, German, Italian and Portuguese
  • +
  • Lots of code cleanup
  • +
  • A lot of bug fixing and polishing rough edges to make this an outstanding release
  • +
+ +

Let us know what you think. We hope that you enjoy using this version of KMyMoney.

Please let us know about any abnormal behavior in the program by selecting "Report bug..." from the help menu or by sending an e-mail to the developers mailing list. kmymoney2-developer@lists.sourceforge.net

+

Das KMyMoney Entwickler Team

+ +
+
+
+
+
+
+ + diff --git a/kmymoney2/html/whats_new_es.html b/kmymoney2/html/whats_new_es.html new file mode 100644 index 0000000..0472fa9 --- /dev/null +++ b/kmymoney2/html/whats_new_es.html @@ -0,0 +1,99 @@ + + + + + +Untitled Document + + + + + + + + + +

Novedades en la versión 1.0

+ + + + +
+
+
+ + + +

El equipo de desarrollo de KMyMoney está encantado de anunciar un gran avance para lo que ha sido descripto como "el MEJOR gestor de finanzas personales para usuarios LIBRES". Con más de 3 años de desarrollo, esta nueva versión estable tiene gran cantidad de nuevas características y una interfaz de usuario renovada.

+ +

Novedades desde la versión 0.9.3:

+
    +
  • Una nueva apariencia y un nuevo conjunto de iconos
  • +
  • Nuevos reportes de precio y precio móvil de inversiones
  • +
  • Nueva opción gráfica para configurar el modo experto
  • +
  • Mejoras en las ocurrencias de los asientos planificados
  • +
  • Mejoras en el soporte de CMake
  • +
  • Mejoras en el filtro de texto de asientos
  • +
  • Mejoras en la apariencia de los gráficos
  • +
  • Mejor soporte y desempeño de la base de datos
  • +
  • Mejor soporte de QIF y OFX
  • +
  • Documentación actualizada
  • +
  • Traducciones actualizadas
  • +
  • Gran cantidad de arreglos y pulido general, para que esta sea una excelente versión
  • +
+ +

Novedades desde la versión 0.8.9:

+
    +
  • Página de inicio. Mejores reportes disponibles al inicio para brindarle una mirada rapida de su situación financiera
  • +
  • Apariencia. Una página de inicio renovada y un nuevo conjunto de iconos han sido diseñados exclusivamente para la versión 1.0
  • +
  • Presupuestos. Una nueva opción de presupuesto permite especificar sus expectativas de ingresos y gastos y luego comparar su desempeño real contra éstas. Puede utilizar sus datos históricos para que KMyMoney cree un presupuesto básico para usted. Los reportes de presupuesto incluyen gráficos. Los excedentes del presupuesto mensual pueden mostrarse en la página de inicio, pero pueden ocultarse si no son de su agrado
  • +
  • Pronóstico. Se puede realizar un pronóstico de los saldos de sus cuentas críticas, basado en sus planificaciones o en sus datos históricos
  • +
  • Reportes. Pronóstico, Información de Planificaciones, Información de Cuentas, Reconciliación, Flujo de Caja, Precio de Inversiones y Precio Promedio Móvil de Inversiones
  • +
  • Gráficos. Muchos de los reportes producidos por KMyMoney ahora pueden ser mostrados en forma gráfica. Se pueden utilizar barras, barras apiladas, tortas gráficos de anillo.
  • +
  • Planificaciones. Periodos de ocurrencia más flexibles
  • +
  • Importador. Se reescribió totalmente el importador de archivos de Quicken (QIF) y se mejoroacute; el importador de archivos de GNUCash. Se agregó soporte de OFX para cuentas del mercado de divisas.
  • +
  • Codificación PGP. Se agregó soporte para más de una clave
  • +
  • Base de datos. Se soporta el uso opcional de una base de datos para almacenamiento (se han probado MySQL, PostgreSQL y SQLite)
  • +
  • CMake. Se agregó soporte para compilación y pruebas
  • +
  • Traducciones. Se agregaron traducciones para sueco, chino simplificado, rumano y finés
  • +
+ +

Se han hecho muchas mejoras a la funcionalidad existente, para mejorar la experiencia del usuario. De ellas, las más importante son las siguientes:

+ +
    +
  • Interfaz de usuario. Varias nuevas opciones para permitirle configurar KMyMoney según sus necesidades. Múltiples mejoras a la interaz de usuario
  • +
  • Cuentas. Nuevos asistentes para simplificar la configuración de nuevas cuentas y situaciones complejas como préstamos y prendas. Un asistente que guía a los nuevos usuarios a través de la configuración de un archivo nuevo y las plantillas de cuentas y categorías más usadas, a menudo adecuadas por nacionalidad. Las cuentas obsoletas ahora pueden ser marcadas como cerradas, para liberar espacio en las pantallas, aunque todavía se pueden ver si es requerido. Se pueden crear cuentas patrimoniales adicionales y editar asientos de patrimonio. El asistente de nueva cuenta ahora tiene configuración de jerarquía. Mensajes de advertencia avisan cuando el saldo de una cuenta está por fuera de los valores fijados
  • +
  • Divisas. Se agregó el Euro para Eslovaquia. Mejor soporte para múltiples divisas
  • +
  • Libros mayores. Vistas renovadas para brindar mejor desempeño y más facilidades para ordenar y buscar asientos, incluyendo opciones de búsqueda rápida. La selección múltiple de asientos permite la modificación masiva de asientos. Nueva facilidad de autocompletado de asientos a partir del nombre del beneficiario
  • +
  • Beneficiarios. Borrar beneficiarios y categorías ahora está soportado, reasignando los asientos
  • +
  • Planificaciones. Se simplificó el ingreso y mantenimiento de las planificaciones. Se pueden ingresar y editar las planificaciones desde la página de inicio y desde los libros mayores
  • +
  • Reportes. Filtro de texto de asientos mejorado. Varios arreglos relacionados a reportes de préstamo y presupuesto. Se agregaron nuevos reportes, nuevos niveles de detalle y mayores opciones de configuración de los reportes. Muchos arreglos en los reportes multidivisas. Mejor cálculo de retorno y divisas en los reportes de inversiones
  • +
  • Actualización online. Para aquellos que utilizan OFX ó HBCI para banca online, la configuración es más fácil y la funcionalidad de conciliación manual simplifica la reconciliación de los resumenes. Hay soporte para nuevas versiones de AqBanking y libofx, brindando más flexibilidad y confiabilidad. Soporte de OFX y QIF mejorado, con mejoras significativas al proceso de importación de OFX. Mejoras y agregados a la conciliación y el manejo de errores, entre otros. Mejores cuadros de diálogo para asientos de inversiones y actualización online
  • +
  • Mejores archivos de documentación y README
  • +
  • Traducciones actualizadas para español, español argentina, portugués brasileroo, chino simplificado, checo, holandés, francés, gallego, alemán, italiano y portugués
  • +
  • Mucha limpieza de código
  • +
  • Gran cantidad de arreglos y pulido general, para que esta sea una excelente versión
  • +
+ + +

Háganos saber lo que opina. Esperamos que disfrute esta versión de KMyMoney.

Por favor, háganos saber de cualquier comportamiento anormal en el programa, seleccionando "Reportar error..." del menú de Ayuda, o enviando un correo a la lista de distribución de los desarrolladores. kmymoney2-developer@lists.sourceforge.net

+

El Equipo de Desarrollo de KMyMoney

+ +
+
+
+
+
+
+ + + \ No newline at end of file diff --git a/kmymoney2/html/whats_new_fr.html b/kmymoney2/html/whats_new_fr.html new file mode 100644 index 0000000..bd0f99a --- /dev/null +++ b/kmymoney2/html/whats_new_fr.html @@ -0,0 +1,104 @@ + + + + + +Untitled Document + + + + + + + + +

Nouveauts de cette version

+

Logiciel de comptabilit personnelle

+ + + +
+
+
+ + +

Ceci est une version de dveloppement, du coup certaines nouvelles fonctionalits peuvent ne pas tre pleinement fonctionnelles. +De telles version sont aussi dcrites comme 'instables', il est du coup recommand de garder plusieurs sauvegardes de vos fichiers, y compris de celui en version 0.8.
Ceci tant dit, la plupart de dveloppeurs l'utilisent quotidiennement dj depuis bien longtemps!

+ + +

Notes pour la version 0.9.2 :

+
    +
  • Amliorations des importations OFX et HBCI, qui incluent une correspondance automatique des oprations avec une gestion des erreurs, entre autres,
  • +
  • Support de l'OFX pour les comptes boursiers,
  • +
  • Support de plus d'une cl de criptage PGP,
  • +
  • Nouveaux rapports : Prvisions, Oprations Futures, Information sur les Comptes, Factures et Rapprochement,
  • +
  • Gestion de la hirarchie dans l'assistant "Nouveau Compte",
  • +
  • Nouvelles traductions : sudois, chinois, turc et roumain,
  • +
  • Un premier support de la compilation par CMake,
  • + +
  • Permettre la cration de nouveaux comptes d'actions et l'dition + des oprations sur les actions,
  • +
  • Permettre directement l'dition et la saisie des chances partir + de la page d'Accueil,
  • + +
  • Permettre la saisie et l'dition des chances dans la vue Registre,
  • + +
  • Amlioration de la page d'Accueil et ajout d'informations + au Rsum Financier et aux Paiements,
  • + +
  • Amlioration du calcul des gains et sur les multiples monnaies dans + les rapports sur les investissements,
  • + +
  • Amlioration des fentres de dialogues pour les oprations d'investissements + et la mise jour en ligne,
  • + +
  • Amlioration de la mise en page de la vue Prvisions,
  • + +
  • Amlioration de l'interface DB, qui est encore en phase de test,
  • + +
  • Amlioration de la documentation et des fichiers README,
  • + +
  • De nombreuses simplifications de code,
  • + +
  • Mise jour des traductions : argentin, allemand, nerlandais, + portugais, brsilien, italien, franais, espagnol,
  • + +
  • De nombreux bugs corrigs dans plusieurs domaines : catgories, recherche, + registre, rapports, navigation l'aide du clavier, calculatrice, budgets, + importation, chances, comptes, prts,
  • + +
+ + +

+Essayez les nouvelles fonctionnalits et faites-nous savoir ce que vous en pensez. +Nous esprons que vous apprciez cette nouvelle version de KMyMoney. +Bien que nous ayons fait de notre mieux pour supprimer les erreurs dans cette version, il +se peut qu'il en reste. +S'il vous plat, avertissez-nous de tout comportement anormal du programme en +slectionnant "Rapporter un bug..." +dans le menu "Aide" ou en envoyant un mail la liste de diffusion des dveloppeurs : +kmymoney2-developer@lists.sourceforge.net

+ +

L'quipe de dveloppement de KMyMoney

+ +
+
+
+
+
+
+ + + + + diff --git a/kmymoney2/html/whats_new_gl.html b/kmymoney2/html/whats_new_gl.html new file mode 100644 index 0000000..e0d7e61 --- /dev/null +++ b/kmymoney2/html/whats_new_gl.html @@ -0,0 +1,65 @@ + + + + + +Untitled Document + + + + + + + + +

Novidades na versin 0.8

+

Software de Finanzas Persoais

+ + + +
+
+
+ + +

Estivo-se traballando moi duro para facer esta versin mellor e mais fcil de usar no dia a dia. +Foron engadidas multiples caractersticas novas e fixeron-se abundantes melloras. Confiamos en que goste +do resultado.

+ +

Estas son algunhas das novas caractersticas desta versin:

+ +
    +
  • Investimentos
  • +
  • Informes
  • +
  • Multiples divisas
  • +
  • Conversor de arquivos GnuCash
  • +
  • Importazn OFX
  • +
  • Web Connect
  • +
  • Aspeito mellorado -incluindo novas iconas.
  • +
  • Cifrado dos Arquivos de Dados
  • +
  • Calculadora para a introduzn de importes
  • +
  • Cotizazns online de Aczns e Divisas
  • +
  • Recursos para xestionar o IVE
  • +
  • Permite escreber plugins de importazn
  • +
  • Formato de Arquivo "Annimo" para facilitar a depurazn de erros
  • +
+

Prove as novas caractersticas e faga-nos chegar a sua opinin. Esperamos que desfrute usando esta nova versin de KMyMoney. Apesar de que fixemos o posbel para eliminar os erros que pudese haber nesta versin, seguramente quedan alguns. Por favor, faga-nos saber calquer comportamento anormal no programa mediante a opzn "Informar de erro..." do menu axuda ou enviando un e-mail lista de correo dos desenvolventes. kmymoney2-developer@lists.sourceforge.net

+

A Equipa de Desenvolvimento de KMyMoney

+ +
+
+
+
+
+
+ + diff --git a/kmymoney2/html/whats_new_it.html b/kmymoney2/html/whats_new_it.html new file mode 100644 index 0000000..5d03b11 --- /dev/null +++ b/kmymoney2/html/whats_new_it.html @@ -0,0 +1,97 @@ + + + + + +Documento senza titolo + + + + + + + + +

Novit di KMyMoney 1.0

+ + + + +
+
+
+ + + + +

Gli sviluppatori di KMyMoney ha il piacere di annunciare un passo importante verso ci che stato descritto come "il MIGLIORE gestore delle finanze personali per gli utenti LIBERI". Con oltre 3 anni di sviluppo, questa nuova versione ha numerose nuove funzionalit e un'interfaccia utente aggiornata.

+ +

Novit rispetto alla versione 0.9.3:

+
    +
  • Un nuovo aspetto, con nuove icone
  • +
  • Aggiunti i report dei prezzi d'investimento e della media mobile del prezzo d'investimento
  • +
  • Aggiunta un'opzione all'interfaccia grafica per la modalit esperta
  • +
  • Migliorato il supporto alle ricorrenze pianificate
  • +
  • Migliorato il supporto a CMake
  • +
  • Migliorato il filtro di testo per le transazioni
  • +
  • Migliorato l'aspetto dei grafici
  • +
  • Migliorato il supporto di database e prestazioni
  • +
  • Migliorato il supporto QIF e OFX
  • +
  • Documentazione aggiornata
  • +
  • Traduzioni aggiornate
  • +
  • Numerosi bug corretti ed eliminate alcune imprecisioni per regalarvi una versione eccezionale
  • +
+ +

Novit rispetto alla versione 0.8.9:

+
    +
  • Pagina principale. Report migliorati sono disponibili nella pagina principale per fornire una rapida panoramica della situazione finanziaria
  • +
  • Aspetto. Una pagina principale aggiornata e nuove icone disegnate esclusivamente per celebrare il rilascio della 1.0
  • +
  • Budget. Una nuova funzionalit di budget consente di specificare le aspettative future di entrate e uscite, per poi confrontare i risultati attuali con tali previsioni. KMyMoney pu utilizzare i dati storici per generare un budget base al posto vostro. I report di budget possono essere visualizzati come grafici se lo si desidera. Gli sforamenti mensili di budget possono essere visualizzati nella pagina principale, ma possono essere rimossi se ritenuti deprimenti
  • +
  • Previsioni. Pu essere prodotta una previsione dei bilanci futuri dei conti critici, basata su transazioni regolarmente pianificate o su dati storici
  • +
  • Report. Previsione, Informazioni sulla pianificazione, Informazioni sul conto, Informazioni sul prestito, Riconciliazione, Contante, Prezzo d'investimento e Media mobile del prezzo d'investimento
  • +
  • Grafici. Molti dei report prodotti da KMyMoney ora possono essere rappresentati sotto forma di grafico. Linee, barre, barre sovrapposte, torte e grafici ad anelli sono supportati nei casi appropriati
  • +
  • Pianificazioni. Periodi di ricorrenza pi flessibili
  • +
  • Importatore. Un importatore di file Quicken (QIF) completamente riscritto e un importatore migliorato di file GnuCash. Aggiunto anche il supporto OFX per i conti di mercato monetario
  • +
  • Cifratura PGP. Aggiunto il supporto per pi di una chiave
  • +
  • Database. L'impiego facoltativo di un database per conservare i dati supportato (MySQL, PostgreSQL e SQLite versione 3 sono stati ampiamente testati)
  • +
  • CMake. Aggiunto il supporto per compilazione e test
  • +
  • Traduzioni. Aggiunte traduzioni per Svedese, Cinese semplificato, Turco, Rumeno e Finlandese
  • +
+ +

Molte modifiche sono state apportate alle funzionalit esistenti, per accrescere il livello di esperienza dell'utente. Tra le principali sono le seguenti:

+ +
    +
  • Interfaccia utente. Sono state fornite numerose nuove opzioni per consentire una configurazione di KMyMoney a seconda delle proprie necessit. Diversi miglioramenti dell'interfaccia utente
  • +
  • Conti. Sono state create nuove 'procedure guidate' per semplificare la configurazione di nuovi conti, e operazioni complesse quali prestiti e mutui. Una procedura guidata in particolare assister i novizi nell'impostazione del nuovo file, e sono forniti elenchi di modelli di conto utilizzati di frequente e categorie, spesso adattati alla nazionalit. I conti cessati ora possono essere marcati come chiusi, per mantenere uno schermo pi ordinato, anche se saranno ancora visualizzabili su richiesta. Consente la creazione di conti di capitale aggiuntivi e la modifica delle transazioni di capitale. Aggiunta una gestione gerarchica alla procedura di creazione di un nuovo conto. Messaggi di avviso possono essere visualizzati se il bilancio di un conto eccede, o scende al di sotto, di un determinato valore
  • +
  • Valute. Aggiunto il supporto all'Euro per la Slovacchia. Supporto migliorato in caso di valute multiple
  • +
  • Libri mastro. Le viste dei diversi libri mastro sono state ridisegnate per fornire prestazioni migliori, e altri strumenti di ordinamento e ricerca delle transazioni, inclusa un'opzione di 'ricerca rapida'. Una nuova funzione di selezione di transazioni multiple consentir di effettuare alcune modifiche 'in massa' delle transazioni. Un nuovo strumento, pi completo, di completamento automatico delle transazioni, basato sul nome del creditore, stato introdotto
  • +
  • Creditori. L'eliminazione di creditori 'non-vuoti' e di categorie ora permessa, con il conseguente riassegnamento delle transazioni
  • +
  • Pianificazioni. Modifiche sono state apportate per semplificare l'inserimento e la gestione delle transazioni regolarmente pianificate. Consente la modifica diretta e l'inserimento di pianificazioni dalla pagina principale. Consente la visualizzazione e l'inserimento di pianificazioni nella vista Libro mastro
  • +
  • Report. Filtro di testo migliorato per le transazioni. Diverse correzioni relative ai report Prestiti e Budget. Sono stati aggiunti alcuni nuovi report, nuovi livelli di dettaglio sono stati inclusi, e molti di essi sono stati resi maggiormente configurabili. Molte correzioni sono state apportate ai report a valuta multipla. Migliorato il calcolo di rendimento e valute multiple nei report d'investimento
  • +
  • Aggiornamento in linea. Se utilizzate OFX o HBCI per l'online banking, la configurazione stata semplificata, e uno strumento di verifica manuale delle transazioni dovrebbe semplificare la riconciliazione degli estratti conto scaricati. Introdotto il supporto per le nuove versioni di AqBanking e libofx, che forniscono maggiore flessibilit e affidabilit. Migliorato il supporto QIF e OFX, con aggiornamenti significativi del processo di importazione OFX. Tra gli altri miglioramenti, il rilevamento e la gestione degli errori. Transazioni d'investimento migliorare e finestra di dialogo per l'aggiornamento in linea
  • +
  • Migliorata la documentazione e i file README
  • +
  • Traduzioni aggiornate per Spagnolo, Spagnolo argentino, Portoghese brasiliano, Cinese semplificato, Ceco, Olandese, Francese, Galiziano, Tedesco, Italiano e Portoghese
  • +
  • Pulizia del codice
  • +
  • Numerosi bug corretti ed eliminate alcune imprecisioni per regalarvi una versione eccezionale
  • +
+ +

Fateci sapere cosa ne pensate. Speriamo che questa nuova versione di KMyMoney sia di vostro gradimento.

Vi preghiamo di segnalarci qualsiasi comportamento anomalo del programma selezionando "Segnala un bug..." dal menu Aiuto o inviando un'email alla lista di distribuzione degli sviluppatori. kmymoney2-developer@lists.sourceforge.net

+

Gli sviluppatori di KMyMoney

+ +
+
+
+
+
+
+ + diff --git a/kmymoney2/html/whats_new_nl.html b/kmymoney2/html/whats_new_nl.html new file mode 100644 index 0000000..8701cba --- /dev/null +++ b/kmymoney2/html/whats_new_nl.html @@ -0,0 +1,63 @@ + + + + + +Untitled Document + + + + + + + + +

Wat is nieuwe in deze versie

+

Persoonlijke Financiële Software

+ + + +
+
+
+ + +

Er is hard gewerkt om deze versie nog beter en makkelijker in het gebruik te maken. Er zijn vele nieuwe mogelijkheden en verbeteringen toegevoegd. +Wij zijn er zeker van dat u blij zult zijn met deze nieuwe versie van KMyMoney.

+ +

Een korte samenvatting van de nieuwe mogelijkheden in deze versie:

+ +
    +
  • Investeringen
  • +
  • Rapporten
  • +
  • Gebruik van meerdere valuta
  • +
  • GnuCash Bestands Converter
  • +
  • OFX Importeer functie
  • +
  • Internet Connectie
  • +
  • Verbeterde look and feel -inclusief nieuwe iconen.
  • +
  • Versleuteling van bestanden
  • +
  • Rekenmachine widget bij het invoeren van getallen
  • +
  • Online Koersen voor aandelen & Valuta
  • +
  • Ondersteuning voor BTW
  • +
  • Mogelijkheid zelf importeer plugins te maken
  • +
+

Probeer de nieuwe mogelijkheden en laat ons weten wat u er van vindt. We hopen dat u veel plezier beleeft aan het gebruik van deze nieuwe versie van KMyMoney. Uiteraard hebben wij ons uiterste best gedaan alle fouten te vermijden in deze versie, het blijft echter mogelijk dat er toch iets niet goed gaat. Laat ons a.u.b. weten als er iets abnormaals gebeurt via "Bug rapporteren..." in het help menu of door het zenden van een e-mail naar de ontwikkelaars via mailadres kmymoney2-developer@lists.sourceforge.net

+

Het KMyMoney Ontwikkel Team

+ +
+
+
+
+
+
+ + diff --git a/kmymoney2/html/whats_new_pt_BR.html b/kmymoney2/html/whats_new_pt_BR.html new file mode 100644 index 0000000..0ad86a4 --- /dev/null +++ b/kmymoney2/html/whats_new_pt_BR.html @@ -0,0 +1,98 @@ + + + + + +O que h de novo + + + + + + + + +

O que h de novo no KMyMoney 1.0

+ + + + +
+
+
+ + + + +

A equipe de desenvolvimento do KMyMoney tem o prazor de anunciar um passo importante frente para o que tem sido descrito como "o MELHOR gerenciador de finanas pessoais para usurios LIVRES". Com mais de 3 anos de desenvolvimento, esta nova verso estvel possui diversos recursos novos e uma interface com o usurio renovada.

+ +

O que h de novo desde a verso 0.9.3:

+
    +
  • Uma nova aparncia e um novo conjunto de cones
  • +
  • Adicionado relatrios de cotao de investimentos e cotao mdia de investimentos
  • +
  • Adicionado uma opo na interface para um modo avanado
  • +
  • Melhorado o suporte a agendamentos
  • +
  • Melhorado o suporte ao CMake
  • +
  • Melhorado o filtro de texto para transaes
  • +
  • Melhorada a aparncia dos grficos
  • +
  • Melhorado o suporte e o desempenho ao acesso ao banco de dados
  • +
  • Melhorado o suporte ao QIF e OFX
  • +
  • Documentao atualizada
  • +
  • Traduo atualizada
  • +
  • Diversas correes de erros e polimento de arestas para tornar esta verso excelente
  • +
+ +

O que h de novo desde a verso 0.8.9:

+ +
    +
  • Pgina Inicial. Relatrios melhorados esto disponveis na pgina inicial para fornecer uma rpida viso de sua situao financeira
  • +
  • Aparncia. Uma pgina inicial renovada e um novo conjunto de cones foi exclusivamente desenhado para celebrar a verso 1.0
  • +
  • Oramentos. Um novo recuro de oramento permite que voc especifique suas expectativas para rendimentos e gastos, e ento comparar seu desempenho atual em relao a estas expectativas. Voc pode usar seus dados de histrico para fazer com que o KMyMoney crie um oramento bsico para voc. Os relatrios de oramentos podem ser exibidos em sua pgina inicial, mas podem ser removidos se voc ach-los muito deprimentes
  • +
  • Estimativas. Uma estimativa pode ser produzida para balanos futuros de suas contas crticas, baseadas seja nas transaes normais agendadas, seja nos dados do seu histrico
  • +
  • Relatrios, Estimativas, Informaes de Agendamento, Informaes de Conta, Informaes de Emprstimos, Reconciliao, Fluxo de Caixa, Cotao de Investimento, e Tendncia de Cotao Mdia de Investimento
  • +
  • Grficos. Muitos dos relatrios produzidos pelo KMyMoney podem agora ser exibidos na forma de grficos. Grficos tipo linha, barra, barra empilhada, pizza e anis so suportados quando apropriados
  • +
  • Agendamentos. Perodos de ocorrncia mais flexveis
  • +
  • Importao. Um filtro de importao totalmente re-escrito para o Quicken (QIF) e um filtro de importao melhorado para o GnuCash. Foi tambm adicionado suporte ao OFX para contas do mercado de aes
  • +
  • Criptografia PGP. Adicionado suporte para mais de uma chave
  • +
  • Banco de dados. O uso otimizado de um banco de dados para armazenamento de daods suportado (MySQL, PostgreSQL e SQLite na verso 3 foram extensivamente testados)
  • +
  • CMake. Adicionado suporte para compilao e testes
  • +
  • Tradues. Adicionado tradues para o Sueco, Chins Simplificado, Turco, Romeno e Finlands
  • +
+ +

Muitas melhorias foram feitas nas funcionalidades existentes, de modo a melhorar a experincia do usurio. Dentre elas, as mais destacadas so as seguintes:

+ +
    +
  • Interface com o usurio. Diversas novas opes foram fornecidas para possibilitar que voc configure o KMyMoney para as suas preferncias pessoais. Melhorias na interface para mltiplos usurios
  • +
  • Contas. Novos 'assistentes' foram produzidos para simplificar a configurao de contas novas, e situaes complicadas como emprstimos e hipotecas. Um assistente em particular guiar os usurios iniciantes atravs do processo de configurao de um novo arquivo, com uma lista de modelos das contas mais frequentemente usadas juntamente com categorias, frequentemente adequadas ao pas do usurio. Contas mortas podem agora serem marcadas como fechadas, de modo que elas no poluam mais sua tela, apesar de permanecerem disponveis para consulta caso necessrio. Permite a criao de contas de Participao nos Lucros adicionais e editar as transaes nesta conta. Adicionado o gerenciamento da hierarquia para o assistente de Nova Conta. Mensagens de alerta podem ser exibidas se o balano de uma conta exceder, ou ficar abaixo de um determinado valor
  • +
  • Moedas. Adicionado o suporte ao Euro para a Eslovquia. Melhor suporte para mltiplas moedas
  • +
  • Livros de registro. As vises dos diversos livros foram reformadas para fornecer melhor desempenho e mais facilidades para ordenao e busca de transaes, incluindo uma opo de 'busca rpida'. Uma nova funo de seleo mltipla de transaes permitir que voc realize algumas mudanas em 'lote' das transaes. Um novo e mais abrangente recurso de autocompletamento de transaes, baseado no nome do beneficirio, foi introduzido
  • +
  • Beneficirios. Excluso de beneficirios e categorias 'no-vazias' no permitida, com as transaes sendo re-atribudas quando necessrio
  • +
  • Agendamentos. Mudanas foram feitas para simplificar a entrada e manuteno de suas transaes agendadas regulares. Permite a edio direta e insero de agendamentos a partir da Pgina Inicial. Permite a visualizao e insero de agendamentos a partir da Viso do Livro de Registro
  • +
  • Relatrios. Filtro de texto para transaes melhorado. Vrias correes relacionadas a Emprstimos e relatrios de Oramento. Alguns novos relatrios foram adicionados, novos nveis de detalhes foram includos e muitos deles tambm se tornaram mais personalizveis. Existem tambm diversas correes relacionadas com relatrios em mltiplas moedas. Melhorado o clculo do retorno em mltiplas moedas nos relatrios de investimentos
  • +
  • Atualizao Online. Se voc usa o OFX ou o HBCI para banco online, sua configura~ao foi facilitada, e o recurso de correspondncia manual de transao deve simplificar a reconciliao dos extratos baixados. Melhoria do suporte ao QIF e OFX support, com melhorias significativas do processo de importao do OFX. Melhorias e novos recursos para correspondncia e manipulao de erros, dentre outros. Melhoria na janela de atualizao online de transaes de investimento
  • +
  • Melhoria na documentao e no arquivo README
  • +
  • Atualizao das tradues para o Espanhol, Espanhol da Argentina, Portugus do Brasil, Chins Simplificado, Tcheco, Holands, Francs, Galego, Alemo, Italiano e Portugus
  • +
  • Limpeza do cdigo
  • +
  • Diversas correes de erros e polimento de arestas para tornar esta verso excelente
  • +
+ +

Diga-no o que voc acha. Ns esperamos que voc aprecie esta verso do KMyMoney.

Por favor, informe-nos sobre qualquer comportamento anormal no programa selecionando a opo "Relatar falha..." do menu de ajuda ou enviando um e-mail para a lista de correio dos desenvolvedores. kmymoney2-developer@lists.sourceforge.net

+

A Equipe de Desenvolvimento do KMyMoney

+ +
+
+
+
+
+
+ + \ No newline at end of file diff --git a/kmymoney2/html/whats_new_ro.html b/kmymoney2/html/whats_new_ro.html new file mode 100644 index 0000000..61ecb0b --- /dev/null +++ b/kmymoney2/html/whats_new_ro.html @@ -0,0 +1,97 @@ + + + + + +Ce este nou în această versiune + + + + + + + + +

Ce este nou în KMyMoney 1.0

+ + + + +
+
+
+ + + + +

Echipa de dezvoltare KMyMoney are plăcerea să anunţe un pas înainte important spre ceea ce a fost descris ca "CEA MAI BUNĂ aplicaţie de finanţe personale pentru utilizatorii de SOFTWARE LIBER". Cu peste 3 ani de dezvoltare, această nouă versiune stabilă are o mulţime de caracteristici noi, precum şi o interfaţă de utilizator reîmprospãtatã.

+ +

Noutăţi faţă de versiunea 0.9.3:

+
    +
  • Un aspect şi un set de pictograme nou
  • +
  • S-a adăugat un raport pentru cotaţiile investiţiilor cu posibilitatea vizualizării mediei mobile a cotaţiilor
  • +
  • S-a adăugat o opţiune în interfaţă pentru a activa modul expert
  • +
  • S-au îmbunătăţit variantele de perioade de recurenţă a plăţilor programate
  • +
  • S-a îmbunătăţit compilarea cu CMake
  • +
  • S-a îmbunătăţit filtrarea după text a tranzacţiilor
  • +
  • S-a îmbunătăţit aspectul graficelor
  • +
  • S-a îmbunătăţit performanţa în cazul folosirii unei baze de date
  • +
  • S-a îmbunătăţit procesarea fişierelor în formatele de date QIF şi OFX
  • +
  • S-a actualizat documentaţia (în engleză)
  • +
  • S-au actualizat traducerile
  • +
  • Au fost corectate multe probleme ceea ce face din această versiune una remarcabilă
  • +
+ +

Noutăţi faţă de versiunea 0.8.9:

+
    +
  • Pagina de start: Sunt disponibile rapoarte îmbunătăţite pentru a vă oferi o prezentare rapidă a situaţiei financiare
  • +
  • Aspectul: O nouă înfăţişare a paginii de start şi un nou set de pictograme au fost concepute exclusiv pentru a celebra versiunea 1.0
  • +
  • Bugete. A fost adăugată o nouă funcţionalitate care vă permite să specificaţi aşteptările dumneavoastră viitoare de venituri şi cheltuieli, şi apoi să comparaţi performanţa reală a dumneavoastră faţă de acestea. Puteţi utiliza datele istorice din KMyMoney pentru a vă crea un buget de bază. Rapoartele despre buget pot fi afişate ca grafice, dacă doriţi. Depăşirile lunare de buget pot fi afişate pe pagina de start, dar pot fi eliminate dacă vi se par prea deprimante
  • +
  • Estimări. O estimare poate fi produsă pentru soldurile conturilor dumneavoastră critice, aceasta poate fi bazată fie pe tranzacţiile programate fie pe date istorice
  • +
  • Rapoarte. Bugete, Programări, Conturi, Împrumuturi, Reconciliere, Flux financiar, Cotaţii investiţii şi Media mobilă a cotaţiilor investiţiilor
  • +
  • Grafice. Multe din rapoartele prezentate de către KMyMoney pot fi acum afişate în formă grafică. Grafice de tip linie, bară, bare aranjate, circular şi inel sunt acceptate, dacă este cazul
  • +
  • Tranzacţii programate. S-au introdus perioade de recurenţă a plăţilor programate mai flexibile
  • +
  • Import de date. Un modul de import Quicken (QIF) total rescris şi o mai bună tratare a importului de date din GnuCash. De asemenea, s-a adăugat suport OFX pentru conturile de pe piaţa monetară
  • +
  • Cripatre PGP. Posibilitatea criptării cu mai multe chei
  • +
  • Baza de date. Utilizarea opţională a unei baze de date pentru stocarea datelor (MySQL, PostgreSQL şi SQLite versiunea 3 au fost testate pe scară largă)
  • +
  • CMake. Compilarea şi rularea testelor
  • +
  • Tranduceri. S-au adăugat tracuceri în suedeză, chineză simplificată, turcă, română şi finlandeză
  • +
+ +

S-au făcut multe îmbunătăţiri la funcţionalitatea existentă, pentru a îmbunătăţi satisfacţia utilizatorului. Printre cele mai semnificative dintre acestea sunt următoarele:

+ +
    +
  • Interfaţa cu utilizatorul. Au fost adăugate mai multe opţiuni noi pentru a vă permite să configuraţi KMyMoney conform cerinţelor dumneavoastră. S-au adus îmbunătăţiri multiple la interfaţa cu utilizatorul
  • +
  • Conturi. Au fost adăugate "Experţi" pentru a simplifica crearea de conturi noi, şi situaţii complicate, cum ar fi împrumuturi şi credite ipotecare. Un expert de prima pornire va îndruma utilizatorii pentru prima dată prin creearea unui fişier nou, precum şi a conturilor şi categoriilor utilizate frecvent pentru care sunt furnizate şabloane, de multe ori adaptate la cetăţenie. Conturi nefolosite pot fi acum marcate ca fiind închise, astfel încât acestea să nu mai apară în ecrane, totuşi acestea vor fi disponibile pentru vizualizare, dacă este necesar. Se permite crearea de conturi de capital şi editarea tranzacţiilor de capital . S-a adăugat gestionarea ierarhiei din expertul de creeare a unui cont nou. Pot fi afişate mesaje de avertizare în cazul în care soldul unui cont este sub, depăşeşte sau are o anumită valoare
  • +
  • Monede. S-a adăgat moneda Euro pentru Slovacia. S-a îmbunătăţit modul de lucru cu mai multe monede
  • +
  • Registre. Modurile de vizualizare ale diferitelor registre au fost renovate pentru a oferi o performanţă mai bună, şi mai multe facilităţi pentru sortarea şi căutarea tranzacţiilor, inclusiv o funcţionalitate de "căutare rapidă". Un nouă functionalitate ce permite alegerea a mai multe tranzactii vă va permite efectuarea unor operaţii de modificare a tranzacţiilor în grup. O nouă, mai cuprinzătoare, funcţionalitate de completare automată a tranzacţiei, bazat pe numele beneficiarului, a fost introdusă
  • +
  • Beneficiari/Plătitori. Ştergerea beneficiarilor şi categoriilor care mai sunt referite în tranzacţii acum este permisă, iar tranzacţiile afectate sunt reasignate corespunzător
  • +
  • Tranzacţii programate. Au fost făcute modificări pentru a simplifica introducerea şi întreţinerea a tranzacţiilor programate. Se permite modificarea directă şi introducerea tranzacţiilor programate din prima pagină. Se permite vizualizarea şi introducerea a tranzacţiilor programate din registre
  • +
  • Rapoarte. S-a îmbunătăţit filtrul text a tranzacţiilor. Diverse erori legate de rapoarte de împrumuturi şi bugete au fost corectate. S-au adăugat rapoarte noi, au fost incluse niveluri noi de detaliu şi multe rapoarte s-au făcut mai configurabile. Au fost, de asemenea, o mulţime de remedieri legate de rapoartele multi-valută. S-a îmbunătăţit calcularea câştigurilor în rapoartele de investiţii
  • +
  • Actualizare on-line. Dacă utilizaţi OFX sau HBCI pentru online banking, configurarea a fost făcută mai uşoară, şi o funcţionalitate de potrivire manuală a tranzacţiei ar trebui să simplifice reconcilierea extraselor de cont descărcate. Aplicaţia este compatibilă cu noile versiuni ale AqBanking şi libofx, oferind o mai mare flexibilitate şi fiabilitate. S-a îmbunătăţit importul datelor în format QIF şi OFX, cu îmbunătăţiri semnificative în procesul de import OFX. Îmbunătăţirile ale operaţiei de portivire a tranzacţiilor şi tratarea erorilor, printre altele. A fost îmbunătăţit dialogul de investiţii şi de actualizare a tranzacţiilor online
  • +
  • S-a îmbunătăţit documentaţia (în engleză) şi fişierele README
  • +
  • S-au actualizat traducerile în spaniolă, spaniola argentiniană, portugheza braziliană, chineza simplificată, cehă, olandeză, franceză, galiţiană, germană, italiană şi portugheză
  • +
  • S-a îmbunătăţit codul sursă
  • +
  • Au fost corectate multe probleme ceea ce face din această versiune una remarcabilă
  • +
+ +

Spuneţi-ne părerea dumneavoastră. Sperăm că vă va face plăcere folosirea acestei versiuni a aplicaţiei KMyMoney.

Vă rugăm să ne aduceţi la cunoştintă orice comportament anormal folosind "Raportează o eroare..." din meniul de ajutor sau trimiţând o scrisoare electronică la lista dezvoltatorilor aplicaţiei. kmymoney2-developer@lists.sourceforge.net

+

Echipa de dezvoltare KMyMoney

+ +
+
+
+
+
+
+ + diff --git a/kmymoney2/html/whats_new_ru.html b/kmymoney2/html/whats_new_ru.html new file mode 100644 index 0000000..c5afafb --- /dev/null +++ b/kmymoney2/html/whats_new_ru.html @@ -0,0 +1,76 @@ + + + + + +Untitled Document + + + + + + + + +

Что нового в KMyMoney 1.0

+

Программа учёта финансов

+ + + +
+
+
+ + +

Команда разработчиков KMyMoney делает большой шаг навстречу пользователям к своей цели — созданию лучшей программы управления персональными финансами для свободных людей. После трёх лет разработки новая стабильная версия имеет множество новых возможностей и новый интерфейс пользователя.

+ +

Новые возможности с версии 0.9.3

+
    +
  • Новый интерфейс и новые значки
  • +
  • Отчёты о стоимости ценных бумаг и динамике изменения этой стоимости
  • +
  • Экспертный режим интерфейса
  • +
  • Улучшенная поддержка периодических платежей
  • +
  • Улучшенный фильтр по операциям
  • +
  • Более приятный внешний вид диаграмм
  • +
  • Улучшенная поддержка и производительность работы с базой данных
  • +
  • Улучшенная поддержка QIF и OFX
  • +
  • Обновления документации
  • +
  • Обновление переводов
  • +
  • Исправление множества ошибок
  • +
+ +

Новые возможности с версии 0.8.9

+
    +
  • Множество новых отчётов в сводке
  • +
  • Эксклюзивный набор значков и оформление к версии 1.0
  • +
  • Поддержка бюджетов для планирования будущих доходов и затрат и сравнения с реальными данными. Бюджет может быть создан автоматически на основании данных прошлых периодов.
  • +
  • Прогноз будущих остатков на счетах
  • +
  • Новые отчёты: прогнозы, платежи, информация о счёте или кредите, сверка, денежный поток, стоимость ценных бумаг и график её изменения
  • +
  • Диаграммы. Теперь множество отчётов могут быть показаны не только в табличной форме, но и в виде диаграммы.
  • +
  • Полностью переделанный модуль импорта из файлов Quicken (QIF) и GnuCash. Добавлена поддержка формата OFX.
  • +
  • Шифрование одним или несколькими ключами PGP
  • +
  • Использование для хранения данных сервера баз данных (проверялось на MySQL, PostgreSQL и SQLite версии 3)
  • +
  • Добавлены переводы интерфейса программы на шведский, упрощённый китайский, турецкий, румынский и финский языки
  • +
+ +

Опробуйте новые возможности и дайте нам знать о вашем мнении по их поводу. Мы надеемся, что вы получите удовольствие от новой версии KMyMoney. Если же вы обнаружите ошибки при работе программы, используйте пункт «Сообщить об ошибке...» в меню «Справка», или направьте письмо в наш список рассылки: kmymoney2-developer@lists.sourceforge.net

+

Перевод на русский: Николай Шафоростов и Андрей Черепанов. Замечания по переводу направляйте по адресу: kde-russian@lists.kde.ru

+

Команда разработчиков KMyMoney

+ + +
+
+
+
+
+
+ + diff --git a/kmymoney2/html/whats_new_tr.html b/kmymoney2/html/whats_new_tr.html new file mode 100644 index 0000000..0ad00a0 --- /dev/null +++ b/kmymoney2/html/whats_new_tr.html @@ -0,0 +1,63 @@ + + + + + +Untitled Document + + + + + + + + +

Srm 0.8 Yenilikleri

+

Kiisel Finans Uygulamas

+ + + +
+
+
+ + +

Bu srm daha iyi ve daha kolay kullanlabilir olmas iin ok sk alyoruz. Bu srme bir ok yeni zellik ve gelitirimeler ekledik. Kendimize gveniyoruz, grdnz bu yeni srmden holanacaksnz.

+ +

Bu srmde bulabileceiniz yeni zellikler:

+ +
    +
  • Yatrmlar
  • +
  • Raporlar
  • +
  • oklu Para Birimi
  • +
  • GnuCash Dosya Dntrcs
  • +
  • OFX eri Aktarcs
  • +
  • Web Balants
  • +
  • Gelitirilmi yeni grnm ve yeni simge seti
  • +
  • Veri Dosyalar ifrelemesi
  • +
  • Deerleri girerken alan hesap makinesi
  • +
  • Stok & Para Birimleri iin evrimii aktarm zellii
  • +
  • VAT Destei
  • +
  • eri aktarm eklentileri yazabilme zellii.
  • +
  • Hata ayklamaya yardmc olan "Anonim" Dosya biemi
  • +
+

Ltfen yeni zellikleri deneyin ve ne dndnz bize bildirin. KMyMoney uygulamasnn bu yeni srmn kullanmaktan holanacanz umuyoruz. Bu srmde hatalar dzeltmek iin elimizden gelenin en iyisini yaptk ancak tabii ki tm hatalar yakalayamam olabiliriz. Ltfen "Hata raporlayn..." balantsn kullanarak ya da gelitirici e-posta listesine kmymoney2-developer@lists.sourceforge.net bir e-posta gndererek programn gstermi olduu anormal davranlar bildirin.

+

KMyMoney Gelitirme Ekibi

+ +
+
+
+
+
+
+ + -- cgit v1.2.1