gugoan / economizzer
Open Source Personal Finance Manager
Installs: 1
Dependents: 0
Suggesters: 0
Security: 5
Stars: 461
Watchers: 46
Forks: 117
Open Issues: 9
Type:project
Requires
- php: >=5.4.0
- amnah/yii2-user: dev-master
- kartik-v/yii2-widgets: *
- miloschuman/yii2-highcharts-widget: dev-master
- yiisoft/yii2: >=2.0.4
- yiisoft/yii2-bootstrap: *
- yiisoft/yii2-codeception: *
- yiisoft/yii2-debug: *
- yiisoft/yii2-gii: *
- yiisoft/yii2-jui: *
- yiisoft/yii2-swiftmailer: *
Requires (Dev)
This package is auto-updated.
Last update: 2024-10-06 23:54:47 UTC
README
Economizzer
Economizzer is a simple and open source personal finance manager system made in PHP Yii Framework 2.
Yii uses the model-view-controller architecture, so all page information is organized in the models, views, and controllers folders.
It is available in the following languages: English, Spanish, Portuguese, Russian, Korean, Hungarian and French.
Table of Contents
- Features
- Pages
- Live Demo
- Requirements
- Installation
- Configuration
- Contributions
- Troubleshooting
- Licenses
- Donations
Features
- View monthly revenue and expenses
- Analyze annual performance via monthly trends
- Create expense categories freely
- Input entries into a digital ledger
- Upload billing documents to go alongside entries
Learn more about the features on the official website: www.economizzer.org
Pages
Live Demo
You can try: www.economizzer.org/web
Use the user "joe" and password "123456".
Requirements
The minimum requirement by this application that your Web server supports PHP 5.4.0 and either apache2 or nginx.
Required libraries: libapache2-mod-php, php-mbstring, php-xml, php-curl
Installation
git clone https://github.com/gugoan/economizzer.git
cd economizzer
composer install
Configuration
In folder economizzer/config/db.php set as follows:
return [ 'class' => 'yii\db\Connection', 'dsn' => 'mysql:host=127.0.0.1;dbname=economizzer', 'username' => 'USER', 'password' => 'PASSWORD', 'charset' => 'utf8', 'enableSchemaCache' => true, ];
And import the database sql file
economizzer.sql
To test, go to http://yourserver/economizzer/web with user and password below:
Use the user "joe" and password "123456".
Contribution
Please see CONTRIBUTING.
Troubleshooting
If there are any problems with the application, please open an issue on Github. For smaller issues, you can contact us on Twitter or by email.
License
Economizzer is Copyright © 2014 Gustavo G. Andrade. It is free software, and may be redistributed under the terms specified in the LICENSE file.
Donations
To encourage the developer with new enhancements, web hosting costs, or even to buy him a good beer, support the project by making a donation.