All Projects → gugoan → Economizzer

gugoan / Economizzer

Licence: mit
Open Source Personal Finance Manager

Projects that are alternatives of or similar to Economizzer

content
Content management system for Yii2
Stars: ✭ 54 (-84.48%)
Mutual labels:  yii2, management
Atspy
AtsPy: Automated Time Series Models in Python (by @firmai)
Stars: ✭ 340 (-2.3%)
Mutual labels:  finance
Klinechart
📈Lightweight k-line chart that can be highly customized. Zero dependencies. Support mobile.(可高度自定义的轻量级k线图,无第三方依赖,支持移动端)
Stars: ✭ 303 (-12.93%)
Mutual labels:  finance
Akshare
AKShare is an elegant and simple financial data interface library for Python, built for human beings! 开源财经数据接口库
Stars: ✭ 4,334 (+1145.4%)
Mutual labels:  finance
Finance
A self hosted app to help you get a better understanding of your personal finances.
Stars: ✭ 313 (-10.06%)
Mutual labels:  finance
Oanda Api V20
OANDA REST-V20 API wrapper. Easy access to OANDA's REST v20 API with oandapyV20 package. Checkout the Jupyter notebooks!
Stars: ✭ 325 (-6.61%)
Mutual labels:  finance
Docker Airflow
Docker Apache Airflow
Stars: ✭ 3,375 (+869.83%)
Mutual labels:  management
Deltapy
DeltaPy - Tabular Data Augmentation (by @firmai)
Stars: ✭ 344 (-1.15%)
Mutual labels:  finance
Jotai
👻 Primitive and flexible state management for React
Stars: ✭ 6,453 (+1754.31%)
Mutual labels:  management
Open Source Xamarin Apps
📱 Collaborative List of Open Source Xamarin Apps
Stars: ✭ 318 (-8.62%)
Mutual labels:  finance
Flutter Candlesticks
Elegant OHLC Candlestick and Trade Volume charts for @Flutter
Stars: ✭ 318 (-8.62%)
Mutual labels:  finance
Pyex
Python interface to IEX and IEX cloud APIs
Stars: ✭ 311 (-10.63%)
Mutual labels:  finance
Awesome Engineering Team Management
👔 How to transition from software development to engineering management
Stars: ✭ 319 (-8.33%)
Mutual labels:  management
Thstrader
量化交易。同花顺免费模拟炒股软件客户端的python API。(Python3)
Stars: ✭ 311 (-10.63%)
Mutual labels:  finance
Typings
*DEPRECATED* The TypeScript Definition Manager
Stars: ✭ 3,410 (+879.89%)
Mutual labels:  management
Riskfolio Lib
Portfolio Optimization and Quantitative Strategic Asset Allocation in Python
Stars: ✭ 305 (-12.36%)
Mutual labels:  finance
Alpha vantage
A python wrapper for Alpha Vantage API for financial data.
Stars: ✭ 3,553 (+920.98%)
Mutual labels:  finance
Machine Learning For Trading
Code for Machine Learning for Algorithmic Trading, 2nd edition.
Stars: ✭ 4,979 (+1330.75%)
Mutual labels:  finance
Cloud Custodian
Rules engine for cloud security, cost optimization, and governance, DSL in yaml for policies to query, filter, and take actions on resources
Stars: ✭ 3,926 (+1028.16%)
Mutual labels:  management
List
A curated list of awesome Yii Framework extensions, tutorials and other nice things
Stars: ✭ 344 (-1.15%)
Mutual labels:  yii2

Screen Economizzer

Economizzer is a simple and open source personal finance manager system made in PHP Yii Framework 2.

It is available in the following languages: English, Spanish, Portuguese, Russian, Korean, Hungarian and French.

Screen

Learn more the features on the official website: www.economizzer.org

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' => 'root',
    '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.

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.

Thanks to

Yii2

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].