Projects tagged ‘budget’, ‘finance’, and ‘personal’


Jump to tag:

Projects tagged ‘budget’, ‘finance’, and ‘personal’

Filtered by Project Tags budget finance personal

Refine results Project Tags cashflow (1) django (1) transactions (1) mefi_pl (1) balancesheet (1) moolah (1) account (1) polish (1) delphi (1) money (1) advantage (1)

[5 total ]

0 Users

A personal finance management software to keep track of personal finances and manage cash flows. Follows double entry book keeping principles.
Created 12 months ago.

0 Users

For young people to use it conveniently everywhere.
Created 11 months ago.

0 Users

Sweet Moolah is an open source personal finance application. It will focus on ease of use and typical personal finance functionality such as account management, budget creation and tracking.
Created 12 months ago.

0 Users

Menedzer Finansow is a Personal Finance Management application. It targets Polish market and simplicity of creating budget plans as well as registering actual payments. Application features: Welcome ... [More] interface with monthly budget planning and payment reminders. Budget planning and spending register. Multiple accounts with support of credit/debit cards. Multiple currency support with instant currency conversions. Multi-level payment categories with instant category comparisons. Stock exchange (GPW) live listings, investment funds listings, currency exchange listings. Evaluations of assets on investment accounts. Payee and contact management. Visual calendar with drag and drop payment planning. Spending limits for individual categories and accounts. Meter readings and analysis. Several statistical views with various export options. Import options include: live synchronisation with Inteligo accounts, live synchronisation with mBank accounts. Support for downloading payments from PocketPC device running payments register application. Support for statement import for Pekao Bank, BPH Bank. Archiving options targeting local filesystem or Internet backup. [Less]
Created 10 months ago.

0 Users

django-budgetdjango-budget is a simple budgeting application for use with Django. It is designed to manage personal finances. We used it to replace a complicated Excel spreadsheet that didn't retain ... [More] all the details we wanted. It was implemented in Django based on familiarity, quick time to implement and the premise that it could be accessible everywhere. In practice, we run this locally (NOT on a publicly accessible website). A Note About SecurityIt is recommended that anyone using this application add further security by either protecting the whole app with HTTP Auth, wrap the views with the login-required decorator, run it on a local machine or implement similar protections. This application is for your use and makes no assumptions about how viewable the data is to other people. Requirementsdjango-budget requires Python 2.3 or better and Django 1.0 or better. InstallationEither copy/symlink the budget app into your project or place it somewhere on your PYTHONPATH. Add the budget.categories, budget.transactions and budget apps to your INSTALLED_APPS. Run ./manage.py syncdb. Add (r'^budget/', include('budgetproject.budget.urls')), to your urls.py. About The Templates/MediaThe templates provided are for reference only and ARE NOT SUPPORTED! Please do not submit bugs or feature requests for them. You will likely have to create your own templates or at least heavily modify these templates to adapt them to your own uses. Everything within the templates is either original or MIT licensed. [Less]
Created 12 months ago.