The branch "master" has been updated. The following is a summary of the commits.
from: 5ac1f804cea6279ea02cff11ad6b9e2e5f341be4 b7686a2... import Fima (by Thomas Trethan <[email protected]>) ----------------------------------------------------------------------- commit b7686a25c3fe138e80766d62ef8308549f1f9e5c Author: Chuck Hagenbuch <[email protected]> Date: Sat Apr 4 00:58:05 2009 -0400 import Fima (by Thomas Trethan <[email protected]>) fima/COPYING | 280 +++++ fima/README | 88 ++ fima/account.php | 240 ++++ fima/accounts.php | 101 ++ fima/config/.htaccess | 1 + fima/config/conf.xml | 27 + fima/config/menu.php.dist | 41 + fima/config/prefs.php.dist | 182 ++++ fima/config/report.php.dist | 15 + fima/data.php | 234 ++++ fima/docs/CHANGES | 12 + fima/docs/CREDITS | 26 + fima/docs/INSTALL | 231 ++++ fima/docs/RELEASE_NOTES | 37 + fima/docs/TODO | 12 + fima/index.php | 23 + fima/ledgers/create.php | 42 + fima/ledgers/delete.php | 59 + fima/ledgers/edit.php | 58 + fima/ledgers/index.php | 44 + fima/lib/Block/summary.php | 161 +++ fima/lib/Block/tree_menu.php | 36 + fima/lib/Driver.php | 421 +++++++ fima/lib/Driver/sql.php | 1112 +++++++++++++++++++ fima/lib/Fima.php | 785 +++++++++++++ fima/lib/Forms/CreateLedger.php | 53 + fima/lib/Forms/DeleteLedger.php | 93 ++ fima/lib/Forms/EditLedger.php | 59 + fima/lib/Forms/account.php | 188 ++++ fima/lib/Report.php | 189 ++++ fima/lib/Report/AccountOverview.php | 288 +++++ fima/lib/Report/Analysis.php | 386 +++++++ fima/lib/Report/AssetOverview.php | 327 ++++++ fima/lib/Report/GeneralOverview.php | 268 +++++ fima/lib/Report/PeriodOverview.php | 274 +++++ fima/lib/Report/Trend.php | 325 ++++++ fima/lib/ReportGraph.php | 194 ++++ fima/lib/ReportGraph/Bar.php | 90 ++ fima/lib/ReportGraph/Line.php | 88 ++ fima/lib/ReportGraph/Pie.php | 89 ++ fima/lib/UI/VarRenderer/fima.php | 75 ++ fima/lib/base.php | 66 ++ fima/lib/prefs.php | 43 + fima/lib/version.php | 1 + fima/locale/de_DE/LC_MESSAGES/fima.mo | Bin 0 -> 172740 bytes fima/locale/de_DE/help.xml | 404 +++++++ fima/locale/en_US/help.xml | 407 +++++++ fima/po/README | 1 + fima/po/de_DE.po | 1328 +++++++++++++++++++++++ fima/po/fima.pot | 1314 ++++++++++++++++++++++ fima/postings.php | 742 +++++++++++++ fima/report.php | 179 +++ fima/scripts/sql/fima.sql | 42 + fima/search.php | 79 ++ fima/templates/accounts/accounts.inc | 56 + fima/templates/common-header.inc | 29 + fima/templates/data/export.inc | 18 + fima/templates/data/import.inc | 35 + fima/templates/ledgers_list.php | 39 + fima/templates/menu.inc | 40 + fima/templates/postings/actions.inc | 23 + fima/templates/postings/edit.inc | 55 + fima/templates/postings/empty.inc | 5 + fima/templates/postings/footer.inc | 5 + fima/templates/postings/header.inc | 39 + fima/templates/postings/javascript_edit.inc | 357 ++++++ fima/templates/postings/javascript_list.inc | 165 +++ fima/templates/postings/javascript_shift.inc | 9 + fima/templates/postings/javascript_transfer.inc | 13 + fima/templates/postings/list.inc | 15 + fima/templates/postings/navbar.inc | 33 + fima/templates/postings/posting_footers.inc | 56 + fima/templates/postings/posting_headers.inc | 82 ++ fima/templates/postings/shift.inc | 34 + fima/templates/postings/transfer.inc | 64 ++ fima/templates/prefs/closedperiodselect.inc | 6 + fima/templates/prefs/ledgerselect.inc | 16 + fima/templates/reports/empty.inc | 2 + fima/templates/reports/graph.inc | 3 + fima/templates/reports/img.inc | 6 + fima/templates/reports/reports.inc | 107 ++ fima/templates/reports/table.inc | 44 + fima/templates/search/search.inc | 109 ++ fima/themes/bluewhite/screen.css | 4 + fima/themes/graphics/accounts.png | Bin 0 -> 3728 bytes fima/themes/graphics/accounts.psd | Bin 0 -> 23579 bytes fima/themes/graphics/add.png | Bin 0 -> 3843 bytes fima/themes/graphics/asset.png | Bin 0 -> 3801 bytes fima/themes/graphics/eoasset.png | Bin 0 -> 3801 bytes fima/themes/graphics/eoexpense.png | Bin 0 -> 3057 bytes fima/themes/graphics/eoincome.png | Bin 0 -> 3057 bytes fima/themes/graphics/expense.png | Bin 0 -> 3772 bytes fima/themes/graphics/fima.png | Bin 0 -> 3802 bytes fima/themes/graphics/income.png | Bin 0 -> 3767 bytes fima/themes/graphics/list.png | Bin 0 -> 3802 bytes fima/themes/graphics/new-small.png | Bin 0 -> 283 bytes fima/themes/graphics/posting.psd | Bin 0 -> 28838 bytes fima/themes/graphics/report.png | Bin 0 -> 3842 bytes fima/themes/graphics/reports.psd | Bin 0 -> 24676 bytes fima/themes/graphics/search-small.png | Bin 0 -> 3811 bytes fima/themes/report.inc | 69 ++ fima/themes/screen.css | 295 +++++ fima/themes/silver/graphics/accounts.png | Bin 0 -> 3229 bytes fima/themes/silver/graphics/accounts.psd | Bin 0 -> 24068 bytes fima/themes/silver/graphics/add.png | Bin 0 -> 3499 bytes fima/themes/silver/graphics/asset.png | Bin 0 -> 3393 bytes fima/themes/silver/graphics/eoasset.png | Bin 0 -> 3393 bytes fima/themes/silver/graphics/eoexpense.png | Bin 0 -> 3529 bytes fima/themes/silver/graphics/eoincome.png | Bin 0 -> 3555 bytes fima/themes/silver/graphics/expense.png | Bin 0 -> 3504 bytes fima/themes/silver/graphics/fima.png | Bin 0 -> 3406 bytes fima/themes/silver/graphics/income.png | Bin 0 -> 3509 bytes fima/themes/silver/graphics/list.png | Bin 0 -> 3406 bytes fima/themes/silver/graphics/new-small.png | Bin 0 -> 27028 bytes fima/themes/silver/graphics/posting.psd | Bin 0 -> 28490 bytes fima/themes/silver/graphics/report.png | Bin 0 -> 3104 bytes fima/themes/silver/graphics/report.psd | Bin 0 -> 22810 bytes fima/themes/silver/graphics/search-small.png | Bin 0 -> 3066 bytes fima/themes/silver/screen.css | 4 + 119 files changed, 13697 insertions(+), 0 deletions(-) create mode 100644 fima/COPYING create mode 100644 fima/README create mode 100644 fima/account.php create mode 100644 fima/accounts.php create mode 100644 fima/config/.htaccess create mode 100644 fima/config/conf.xml create mode 100644 fima/config/menu.php.dist create mode 100644 fima/config/prefs.php.dist create mode 100644 fima/config/report.php.dist create mode 100644 fima/data.php create mode 100644 fima/docs/CHANGES create mode 100644 fima/docs/CREDITS create mode 100644 fima/docs/INSTALL create mode 100644 fima/docs/RELEASE_NOTES create mode 100644 fima/docs/TODO create mode 100644 fima/index.php create mode 100644 fima/ledgers/create.php create mode 100644 fima/ledgers/delete.php create mode 100644 fima/ledgers/edit.php create mode 100644 fima/ledgers/index.php create mode 100644 fima/lib/Block/summary.php create mode 100644 fima/lib/Block/tree_menu.php create mode 100644 fima/lib/Driver.php create mode 100644 fima/lib/Driver/sql.php create mode 100644 fima/lib/Fima.php create mode 100644 fima/lib/Forms/CreateLedger.php create mode 100644 fima/lib/Forms/DeleteLedger.php create mode 100644 fima/lib/Forms/EditLedger.php create mode 100644 fima/lib/Forms/account.php create mode 100644 fima/lib/Report.php create mode 100644 fima/lib/Report/AccountOverview.php create mode 100644 fima/lib/Report/Analysis.php create mode 100644 fima/lib/Report/AssetOverview.php create mode 100644 fima/lib/Report/GeneralOverview.php create mode 100644 fima/lib/Report/PeriodOverview.php create mode 100644 fima/lib/Report/Trend.php create mode 100644 fima/lib/ReportGraph.php create mode 100644 fima/lib/ReportGraph/Bar.php create mode 100644 fima/lib/ReportGraph/Line.php create mode 100644 fima/lib/ReportGraph/Pie.php create mode 100644 fima/lib/UI/VarRenderer/fima.php create mode 100644 fima/lib/base.php create mode 100644 fima/lib/prefs.php create mode 100644 fima/lib/version.php create mode 100644 fima/locale/de_DE/LC_MESSAGES/fima.mo create mode 100644 fima/locale/de_DE/help.xml create mode 100644 fima/locale/en_US/help.xml create mode 100644 fima/po/README create mode 100644 fima/po/de_DE.po create mode 100644 fima/po/fima.pot create mode 100644 fima/postings.php create mode 100644 fima/report.php create mode 100644 fima/scripts/sql/fima.sql create mode 100644 fima/search.php create mode 100644 fima/templates/accounts/accounts.inc create mode 100644 fima/templates/common-header.inc create mode 100644 fima/templates/data/export.inc create mode 100644 fima/templates/data/import.inc create mode 100644 fima/templates/ledgers_list.php create mode 100644 fima/templates/menu.inc create mode 100644 fima/templates/postings/actions.inc create mode 100644 fima/templates/postings/edit.inc create mode 100644 fima/templates/postings/empty.inc create mode 100644 fima/templates/postings/footer.inc create mode 100644 fima/templates/postings/header.inc create mode 100644 fima/templates/postings/javascript_edit.inc create mode 100644 fima/templates/postings/javascript_list.inc create mode 100644 fima/templates/postings/javascript_shift.inc create mode 100644 fima/templates/postings/javascript_transfer.inc create mode 100644 fima/templates/postings/list.inc create mode 100644 fima/templates/postings/navbar.inc create mode 100644 fima/templates/postings/posting_footers.inc create mode 100644 fima/templates/postings/posting_headers.inc create mode 100644 fima/templates/postings/shift.inc create mode 100644 fima/templates/postings/transfer.inc create mode 100644 fima/templates/prefs/closedperiodselect.inc create mode 100644 fima/templates/prefs/ledgerselect.inc create mode 100644 fima/templates/reports/empty.inc create mode 100644 fima/templates/reports/graph.inc create mode 100644 fima/templates/reports/img.inc create mode 100644 fima/templates/reports/reports.inc create mode 100644 fima/templates/reports/table.inc create mode 100644 fima/templates/search/search.inc create mode 100644 fima/themes/bluewhite/screen.css create mode 100644 fima/themes/graphics/accounts.png create mode 100644 fima/themes/graphics/accounts.psd create mode 100644 fima/themes/graphics/add.png create mode 100644 fima/themes/graphics/asset.png create mode 100644 fima/themes/graphics/eoasset.png create mode 100644 fima/themes/graphics/eoexpense.png create mode 100644 fima/themes/graphics/eoincome.png create mode 100644 fima/themes/graphics/expense.png create mode 100644 fima/themes/graphics/fima.png create mode 100644 fima/themes/graphics/income.png create mode 100644 fima/themes/graphics/list.png create mode 100644 fima/themes/graphics/new-small.png create mode 100644 fima/themes/graphics/posting.psd create mode 100644 fima/themes/graphics/report.png create mode 100644 fima/themes/graphics/reports.psd create mode 100644 fima/themes/graphics/search-small.png create mode 100644 fima/themes/report.inc create mode 100644 fima/themes/screen.css create mode 100644 fima/themes/silver/graphics/accounts.png create mode 100644 fima/themes/silver/graphics/accounts.psd create mode 100644 fima/themes/silver/graphics/add.png create mode 100644 fima/themes/silver/graphics/asset.png create mode 100644 fima/themes/silver/graphics/eoasset.png create mode 100644 fima/themes/silver/graphics/eoexpense.png create mode 100644 fima/themes/silver/graphics/eoincome.png create mode 100644 fima/themes/silver/graphics/expense.png create mode 100644 fima/themes/silver/graphics/fima.png create mode 100644 fima/themes/silver/graphics/income.png create mode 100644 fima/themes/silver/graphics/list.png create mode 100644 fima/themes/silver/graphics/new-small.png create mode 100644 fima/themes/silver/graphics/posting.psd create mode 100644 fima/themes/silver/graphics/report.png create mode 100644 fima/themes/silver/graphics/report.psd create mode 100644 fima/themes/silver/graphics/search-small.png create mode 100644 fima/themes/silver/screen.css create mode 100644 fima/themes/silver/themed_graphics http://git.horde.org/co.php/fima/COPYING?rt=horde-hatchery&r=b7686a25c3fe138e80766d62ef8308549f1f9e5c http://git.horde.org/co.php/fima/README?rt=horde-hatchery&r=b7686a25c3fe138e80766d62ef8308549f1f9e5c http://git.horde.org/co.php/fima/account.php?rt=horde-hatchery&r=b7686a25c3fe138e80766d62ef8308549f1f9e5c http://git.horde.org/co.php/fima/accounts.php?rt=horde-hatchery&r=b7686a25c3fe138e80766d62ef8308549f1f9e5c http://git.horde.org/co.php/fima/config/.htaccess?rt=horde-hatchery&r=b7686a25c3fe138e80766d62ef8308549f1f9e5c http://git.horde.org/co.php/fima/config/conf.xml?rt=horde-hatchery&r=b7686a25c3fe138e80766d62ef8308549f1f9e5c http://git.horde.org/co.php/fima/config/menu.php.dist?rt=horde-hatchery&r=b7686a25c3fe138e80766d62ef8308549f1f9e5c http://git.horde.org/co.php/fima/config/prefs.php.dist?rt=horde-hatchery&r=b7686a25c3fe138e80766d62ef8308549f1f9e5c http://git.horde.org/co.php/fima/config/report.php.dist?rt=horde-hatchery&r=b7686a25c3fe138e80766d62ef8308549f1f9e5c http://git.horde.org/co.php/fima/data.php?rt=horde-hatchery&r=b7686a25c3fe138e80766d62ef8308549f1f9e5c http://git.horde.org/co.php/fima/docs/CHANGES?rt=horde-hatchery&r=b7686a25c3fe138e80766d62ef8308549f1f9e5c http://git.horde.org/co.php/fima/docs/CREDITS?rt=horde-hatchery&r=b7686a25c3fe138e80766d62ef8308549f1f9e5c http://git.horde.org/co.php/fima/docs/INSTALL?rt=horde-hatchery&r=b7686a25c3fe138e80766d62ef8308549f1f9e5c http://git.horde.org/co.php/fima/docs/RELEASE_NOTES?rt=horde-hatchery&r=b7686a25c3fe138e80766d62ef8308549f1f9e5c http://git.horde.org/co.php/fima/docs/TODO?rt=horde-hatchery&r=b7686a25c3fe138e80766d62ef8308549f1f9e5c http://git.horde.org/co.php/fima/index.php?rt=horde-hatchery&r=b7686a25c3fe138e80766d62ef8308549f1f9e5c http://git.horde.org/co.php/fima/ledgers/create.php?rt=horde-hatchery&r=b7686a25c3fe138e80766d62ef8308549f1f9e5c http://git.horde.org/co.php/fima/ledgers/delete.php?rt=horde-hatchery&r=b7686a25c3fe138e80766d62ef8308549f1f9e5c http://git.horde.org/co.php/fima/ledgers/edit.php?rt=horde-hatchery&r=b7686a25c3fe138e80766d62ef8308549f1f9e5c http://git.horde.org/co.php/fima/ledgers/index.php?rt=horde-hatchery&r=b7686a25c3fe138e80766d62ef8308549f1f9e5c http://git.horde.org/co.php/fima/lib/Block/summary.php?rt=horde-hatchery&r=b7686a25c3fe138e80766d62ef8308549f1f9e5c http://git.horde.org/co.php/fima/lib/Block/tree_menu.php?rt=horde-hatchery&r=b7686a25c3fe138e80766d62ef8308549f1f9e5c http://git.horde.org/co.php/fima/lib/Driver.php?rt=horde-hatchery&r=b7686a25c3fe138e80766d62ef8308549f1f9e5c http://git.horde.org/co.php/fima/lib/Driver/sql.php?rt=horde-hatchery&r=b7686a25c3fe138e80766d62ef8308549f1f9e5c http://git.horde.org/co.php/fima/lib/Fima.php?rt=horde-hatchery&r=b7686a25c3fe138e80766d62ef8308549f1f9e5c http://git.horde.org/co.php/fima/lib/Forms/CreateLedger.php?rt=horde-hatchery&r=b7686a25c3fe138e80766d62ef8308549f1f9e5c http://git.horde.org/co.php/fima/lib/Forms/DeleteLedger.php?rt=horde-hatchery&r=b7686a25c3fe138e80766d62ef8308549f1f9e5c http://git.horde.org/co.php/fima/lib/Forms/EditLedger.php?rt=horde-hatchery&r=b7686a25c3fe138e80766d62ef8308549f1f9e5c http://git.horde.org/co.php/fima/lib/Forms/account.php?rt=horde-hatchery&r=b7686a25c3fe138e80766d62ef8308549f1f9e5c http://git.horde.org/co.php/fima/lib/Report.php?rt=horde-hatchery&r=b7686a25c3fe138e80766d62ef8308549f1f9e5c http://git.horde.org/co.php/fima/lib/Report/AccountOverview.php?rt=horde-hatchery&r=b7686a25c3fe138e80766d62ef8308549f1f9e5c http://git.horde.org/co.php/fima/lib/Report/Analysis.php?rt=horde-hatchery&r=b7686a25c3fe138e80766d62ef8308549f1f9e5c http://git.horde.org/co.php/fima/lib/Report/AssetOverview.php?rt=horde-hatchery&r=b7686a25c3fe138e80766d62ef8308549f1f9e5c http://git.horde.org/co.php/fima/lib/Report/GeneralOverview.php?rt=horde-hatchery&r=b7686a25c3fe138e80766d62ef8308549f1f9e5c http://git.horde.org/co.php/fima/lib/Report/PeriodOverview.php?rt=horde-hatchery&r=b7686a25c3fe138e80766d62ef8308549f1f9e5c http://git.horde.org/co.php/fima/lib/Report/Trend.php?rt=horde-hatchery&r=b7686a25c3fe138e80766d62ef8308549f1f9e5c http://git.horde.org/co.php/fima/lib/ReportGraph.php?rt=horde-hatchery&r=b7686a25c3fe138e80766d62ef8308549f1f9e5c http://git.horde.org/co.php/fima/lib/ReportGraph/Bar.php?rt=horde-hatchery&r=b7686a25c3fe138e80766d62ef8308549f1f9e5c http://git.horde.org/co.php/fima/lib/ReportGraph/Line.php?rt=horde-hatchery&r=b7686a25c3fe138e80766d62ef8308549f1f9e5c http://git.horde.org/co.php/fima/lib/ReportGraph/Pie.php?rt=horde-hatchery&r=b7686a25c3fe138e80766d62ef8308549f1f9e5c http://git.horde.org/co.php/fima/lib/UI/VarRenderer/fima.php?rt=horde-hatchery&r=b7686a25c3fe138e80766d62ef8308549f1f9e5c http://git.horde.org/co.php/fima/lib/base.php?rt=horde-hatchery&r=b7686a25c3fe138e80766d62ef8308549f1f9e5c http://git.horde.org/co.php/fima/lib/prefs.php?rt=horde-hatchery&r=b7686a25c3fe138e80766d62ef8308549f1f9e5c http://git.horde.org/co.php/fima/lib/version.php?rt=horde-hatchery&r=b7686a25c3fe138e80766d62ef8308549f1f9e5c http://git.horde.org/co.php/fima/locale/de_DE/LC_MESSAGES/fima.mo?rt=horde-hatchery&r=b7686a25c3fe138e80766d62ef8308549f1f9e5c http://git.horde.org/co.php/fima/locale/de_DE/help.xml?rt=horde-hatchery&r=b7686a25c3fe138e80766d62ef8308549f1f9e5c http://git.horde.org/co.php/fima/locale/en_US/help.xml?rt=horde-hatchery&r=b7686a25c3fe138e80766d62ef8308549f1f9e5c http://git.horde.org/co.php/fima/po/README?rt=horde-hatchery&r=b7686a25c3fe138e80766d62ef8308549f1f9e5c http://git.horde.org/co.php/fima/po/de_DE.po?rt=horde-hatchery&r=b7686a25c3fe138e80766d62ef8308549f1f9e5c http://git.horde.org/co.php/fima/po/fima.pot?rt=horde-hatchery&r=b7686a25c3fe138e80766d62ef8308549f1f9e5c http://git.horde.org/co.php/fima/postings.php?rt=horde-hatchery&r=b7686a25c3fe138e80766d62ef8308549f1f9e5c http://git.horde.org/co.php/fima/report.php?rt=horde-hatchery&r=b7686a25c3fe138e80766d62ef8308549f1f9e5c http://git.horde.org/co.php/fima/scripts/sql/fima.sql?rt=horde-hatchery&r=b7686a25c3fe138e80766d62ef8308549f1f9e5c http://git.horde.org/co.php/fima/search.php?rt=horde-hatchery&r=b7686a25c3fe138e80766d62ef8308549f1f9e5c http://git.horde.org/co.php/fima/templates/accounts/accounts.inc?rt=horde-hatchery&r=b7686a25c3fe138e80766d62ef8308549f1f9e5c http://git.horde.org/co.php/fima/templates/common-header.inc?rt=horde-hatchery&r=b7686a25c3fe138e80766d62ef8308549f1f9e5c http://git.horde.org/co.php/fima/templates/data/export.inc?rt=horde-hatchery&r=b7686a25c3fe138e80766d62ef8308549f1f9e5c http://git.horde.org/co.php/fima/templates/data/import.inc?rt=horde-hatchery&r=b7686a25c3fe138e80766d62ef8308549f1f9e5c http://git.horde.org/co.php/fima/templates/ledgers_list.php?rt=horde-hatchery&r=b7686a25c3fe138e80766d62ef8308549f1f9e5c http://git.horde.org/co.php/fima/templates/menu.inc?rt=horde-hatchery&r=b7686a25c3fe138e80766d62ef8308549f1f9e5c http://git.horde.org/co.php/fima/templates/postings/actions.inc?rt=horde-hatchery&r=b7686a25c3fe138e80766d62ef8308549f1f9e5c http://git.horde.org/co.php/fima/templates/postings/edit.inc?rt=horde-hatchery&r=b7686a25c3fe138e80766d62ef8308549f1f9e5c http://git.horde.org/co.php/fima/templates/postings/empty.inc?rt=horde-hatchery&r=b7686a25c3fe138e80766d62ef8308549f1f9e5c http://git.horde.org/co.php/fima/templates/postings/footer.inc?rt=horde-hatchery&r=b7686a25c3fe138e80766d62ef8308549f1f9e5c http://git.horde.org/co.php/fima/templates/postings/header.inc?rt=horde-hatchery&r=b7686a25c3fe138e80766d62ef8308549f1f9e5c http://git.horde.org/co.php/fima/templates/postings/javascript_edit.inc?rt=horde-hatchery&r=b7686a25c3fe138e80766d62ef8308549f1f9e5c http://git.horde.org/co.php/fima/templates/postings/javascript_list.inc?rt=horde-hatchery&r=b7686a25c3fe138e80766d62ef8308549f1f9e5c http://git.horde.org/co.php/fima/templates/postings/javascript_shift.inc?rt=horde-hatchery&r=b7686a25c3fe138e80766d62ef8308549f1f9e5c http://git.horde.org/co.php/fima/templates/postings/javascript_transfer.inc?rt=horde-hatchery&r=b7686a25c3fe138e80766d62ef8308549f1f9e5c http://git.horde.org/co.php/fima/templates/postings/list.inc?rt=horde-hatchery&r=b7686a25c3fe138e80766d62ef8308549f1f9e5c http://git.horde.org/co.php/fima/templates/postings/navbar.inc?rt=horde-hatchery&r=b7686a25c3fe138e80766d62ef8308549f1f9e5c http://git.horde.org/co.php/fima/templates/postings/posting_footers.inc?rt=horde-hatchery&r=b7686a25c3fe138e80766d62ef8308549f1f9e5c http://git.horde.org/co.php/fima/templates/postings/posting_headers.inc?rt=horde-hatchery&r=b7686a25c3fe138e80766d62ef8308549f1f9e5c http://git.horde.org/co.php/fima/templates/postings/shift.inc?rt=horde-hatchery&r=b7686a25c3fe138e80766d62ef8308549f1f9e5c http://git.horde.org/co.php/fima/templates/postings/transfer.inc?rt=horde-hatchery&r=b7686a25c3fe138e80766d62ef8308549f1f9e5c http://git.horde.org/co.php/fima/templates/prefs/closedperiodselect.inc?rt=horde-hatchery&r=b7686a25c3fe138e80766d62ef8308549f1f9e5c http://git.horde.org/co.php/fima/templates/prefs/ledgerselect.inc?rt=horde-hatchery&r=b7686a25c3fe138e80766d62ef8308549f1f9e5c http://git.horde.org/co.php/fima/templates/reports/empty.inc?rt=horde-hatchery&r=b7686a25c3fe138e80766d62ef8308549f1f9e5c http://git.horde.org/co.php/fima/templates/reports/graph.inc?rt=horde-hatchery&r=b7686a25c3fe138e80766d62ef8308549f1f9e5c http://git.horde.org/co.php/fima/templates/reports/img.inc?rt=horde-hatchery&r=b7686a25c3fe138e80766d62ef8308549f1f9e5c http://git.horde.org/co.php/fima/templates/reports/reports.inc?rt=horde-hatchery&r=b7686a25c3fe138e80766d62ef8308549f1f9e5c http://git.horde.org/co.php/fima/templates/reports/table.inc?rt=horde-hatchery&r=b7686a25c3fe138e80766d62ef8308549f1f9e5c http://git.horde.org/co.php/fima/templates/search/search.inc?rt=horde-hatchery&r=b7686a25c3fe138e80766d62ef8308549f1f9e5c http://git.horde.org/co.php/fima/themes/bluewhite/screen.css?rt=horde-hatchery&r=b7686a25c3fe138e80766d62ef8308549f1f9e5c http://git.horde.org/co.php/fima/themes/graphics/accounts.png?rt=horde-hatchery&r=b7686a25c3fe138e80766d62ef8308549f1f9e5c http://git.horde.org/co.php/fima/themes/graphics/accounts.psd?rt=horde-hatchery&r=b7686a25c3fe138e80766d62ef8308549f1f9e5c http://git.horde.org/co.php/fima/themes/graphics/add.png?rt=horde-hatchery&r=b7686a25c3fe138e80766d62ef8308549f1f9e5c http://git.horde.org/co.php/fima/themes/graphics/asset.png?rt=horde-hatchery&r=b7686a25c3fe138e80766d62ef8308549f1f9e5c http://git.horde.org/co.php/fima/themes/graphics/eoasset.png?rt=horde-hatchery&r=b7686a25c3fe138e80766d62ef8308549f1f9e5c http://git.horde.org/co.php/fima/themes/graphics/eoexpense.png?rt=horde-hatchery&r=b7686a25c3fe138e80766d62ef8308549f1f9e5c http://git.horde.org/co.php/fima/themes/graphics/eoincome.png?rt=horde-hatchery&r=b7686a25c3fe138e80766d62ef8308549f1f9e5c http://git.horde.org/co.php/fima/themes/graphics/expense.png?rt=horde-hatchery&r=b7686a25c3fe138e80766d62ef8308549f1f9e5c http://git.horde.org/co.php/fima/themes/graphics/fima.png?rt=horde-hatchery&r=b7686a25c3fe138e80766d62ef8308549f1f9e5c http://git.horde.org/co.php/fima/themes/graphics/income.png?rt=horde-hatchery&r=b7686a25c3fe138e80766d62ef8308549f1f9e5c http://git.horde.org/co.php/fima/themes/graphics/list.png?rt=horde-hatchery&r=b7686a25c3fe138e80766d62ef8308549f1f9e5c http://git.horde.org/co.php/fima/themes/graphics/new-small.png?rt=horde-hatchery&r=b7686a25c3fe138e80766d62ef8308549f1f9e5c http://git.horde.org/co.php/fima/themes/graphics/posting.psd?rt=horde-hatchery&r=b7686a25c3fe138e80766d62ef8308549f1f9e5c http://git.horde.org/co.php/fima/themes/graphics/report.png?rt=horde-hatchery&r=b7686a25c3fe138e80766d62ef8308549f1f9e5c http://git.horde.org/co.php/fima/themes/graphics/reports.psd?rt=horde-hatchery&r=b7686a25c3fe138e80766d62ef8308549f1f9e5c http://git.horde.org/co.php/fima/themes/graphics/search-small.png?rt=horde-hatchery&r=b7686a25c3fe138e80766d62ef8308549f1f9e5c http://git.horde.org/co.php/fima/themes/report.inc?rt=horde-hatchery&r=b7686a25c3fe138e80766d62ef8308549f1f9e5c http://git.horde.org/co.php/fima/themes/screen.css?rt=horde-hatchery&r=b7686a25c3fe138e80766d62ef8308549f1f9e5c http://git.horde.org/co.php/fima/themes/silver/graphics/accounts.png?rt=horde-hatchery&r=b7686a25c3fe138e80766d62ef8308549f1f9e5c http://git.horde.org/co.php/fima/themes/silver/graphics/accounts.psd?rt=horde-hatchery&r=b7686a25c3fe138e80766d62ef8308549f1f9e5c http://git.horde.org/co.php/fima/themes/silver/graphics/add.png?rt=horde-hatchery&r=b7686a25c3fe138e80766d62ef8308549f1f9e5c http://git.horde.org/co.php/fima/themes/silver/graphics/asset.png?rt=horde-hatchery&r=b7686a25c3fe138e80766d62ef8308549f1f9e5c http://git.horde.org/co.php/fima/themes/silver/graphics/eoasset.png?rt=horde-hatchery&r=b7686a25c3fe138e80766d62ef8308549f1f9e5c http://git.horde.org/co.php/fima/themes/silver/graphics/eoexpense.png?rt=horde-hatchery&r=b7686a25c3fe138e80766d62ef8308549f1f9e5c http://git.horde.org/co.php/fima/themes/silver/graphics/eoincome.png?rt=horde-hatchery&r=b7686a25c3fe138e80766d62ef8308549f1f9e5c http://git.horde.org/co.php/fima/themes/silver/graphics/expense.png?rt=horde-hatchery&r=b7686a25c3fe138e80766d62ef8308549f1f9e5c http://git.horde.org/co.php/fima/themes/silver/graphics/fima.png?rt=horde-hatchery&r=b7686a25c3fe138e80766d62ef8308549f1f9e5c http://git.horde.org/co.php/fima/themes/silver/graphics/income.png?rt=horde-hatchery&r=b7686a25c3fe138e80766d62ef8308549f1f9e5c http://git.horde.org/co.php/fima/themes/silver/graphics/list.png?rt=horde-hatchery&r=b7686a25c3fe138e80766d62ef8308549f1f9e5c http://git.horde.org/co.php/fima/themes/silver/graphics/new-small.png?rt=horde-hatchery&r=b7686a25c3fe138e80766d62ef8308549f1f9e5c http://git.horde.org/co.php/fima/themes/silver/graphics/posting.psd?rt=horde-hatchery&r=b7686a25c3fe138e80766d62ef8308549f1f9e5c http://git.horde.org/co.php/fima/themes/silver/graphics/report.png?rt=horde-hatchery&r=b7686a25c3fe138e80766d62ef8308549f1f9e5c http://git.horde.org/co.php/fima/themes/silver/graphics/report.psd?rt=horde-hatchery&r=b7686a25c3fe138e80766d62ef8308549f1f9e5c http://git.horde.org/co.php/fima/themes/silver/graphics/search-small.png?rt=horde-hatchery&r=b7686a25c3fe138e80766d62ef8308549f1f9e5c http://git.horde.org/co.php/fima/themes/silver/screen.css?rt=horde-hatchery&r=b7686a25c3fe138e80766d62ef8308549f1f9e5c http://git.horde.org/co.php/fima/themes/silver/themed_graphics?rt=horde-hatchery&r=b7686a25c3fe138e80766d62ef8308549f1f9e5c __ commits mailing list Frequently Asked Questions: http://horde.org/faq/ To unsubscribe, mail: [email protected]
