Git Product home page Git Product logo

economizzer's Introduction

Banner

ABOUT ME

I've been a technology professional for over 16 years, I work with Data Analysis seeking to optimize routines and operational processes, and generate metric information that helps decision making.

I currently have experience with:

  • Creation of reports and dashboards with IBM Cognos Analytics and Microsoft Power BI tools.
  • MySQL and PostgreSQL database modeling and management.
  • Creation of advanced queries in SQL.
  • Data Warehouse, OLAP/OLTP environments.
  • Automation of routine processes, data extraction and integration with Pentaho / Apache Hop.
  • Business Rule Mapping and requirements gathering..

I also have solid knowledge in PHP (Yii Framework) and data visualization libraries such as ChartsJS and Highcharts for creating interfaces and interactive dashboards.

💡 Stacks: SQL avançado, IBM Cognos Analytics, Microsoft Power BI / DAX, Excel, MySQL/Postgres, Git/Github, API’s, Pentaho/Apache Hop, PHP, ChartJS.

economizzer's People

Contributors

aronnovakinovae avatar asanoturna avatar da4id avatar dbomard avatar dependabot[bot] avatar dfiel avatar ercling avatar fenrir-tech avatar freeedthedolfin avatar fxcb avatar gugoan avatar harukama avatar infohoundru avatar mantasio avatar mbround18 avatar misteu avatar ndecaris avatar padicao2010 avatar phprocks avatar prihlop avatar samdark avatar squatteur avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

economizzer's Issues

Multiple Categories

Hello,

Would it be possible to allow multiple category selection. For e.g. I would like to see

  • How much I spent overall on Clothes
  • How much was spent on Clothes for my Wife, for my children, and for me

This would be very valuable to see where the money goes. Is such a thing possible?

Translate into korean

Hello.

I'm korean IT engineer and I want to use economizzer more easily.

As possible, do I translate this into korean?

Mini To-do

  • File upload
  • Initial dashboard
  • Totals on gridview
  • Some datepicker
  • Filter by date, range
  • Login | User autentication
  • Multiuser | indepent user data separation
  • Translation | Multi front-end language select for user
  • Open attachment (if exist)
  • Fix value with decimals
  • Subcat | Categories with sub-categories
  • Option after a release, add another
  • Goals | Insert goals and reports

new install fails to load login page

Fresh install on ubuntu trusty as root under apache leads to 404 on login page, apache access logs contains the following, while economizzer/runtime/logs/ is empty:

"GET /economizzer/web/user/login HTTP/1.1" 404 518 "http://46.101.209.38/economizzer/" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36"

What can I do to debug further?

Unable to make selection from drop down in new entry.

When creating a new entry. I'm unable to select a category from the drop down. The drop down appears but I'm unable to make any selections. I've tried in both Chrome and Firefox with the same results. I also tested the drop down while create category the "Parent Category" drop down works normally.

Thanks

Displays mixed language.

Hi i just installed economizzer and am trying it out.

Under Create Category. Instead of "Parent Category" It says "Categoria Pai"
Under New Entry. Instead of "Select" in the dropdown it says "Selecione"

I would prefer the language to be in english. I'm wondering if there is a cache somewhere I need to clear or something like that.

Thanks

[Request] Overview by (sub-)category

Personally, I only need such a tool to know where I spend my money either than knowing if I have more revenue than expense. Thus, I'd like to have the chart with expense per category. Are you planning to add it?
Thanks again.

Installing assets

Documentation should inlcude info about installing fxp/composer-asset-plugin and running composer install.

The ability to create multiple cash accounts

Please add the ability to create multiple money accounts.
For example "credit-card" account, "cash" account, "moneybox" account.
As well as the ability to transfer money between cash accounts.

New features

Hi, thanks for a first good looking selfhosted opensource money management software :)

I guess there is a long way to fully develop this software, but i have several alternatives...
..i hope you find some inspiration in this software (moneyflow, tricky money management, moneymanager - basically clones), because it looks like direct competitor to economizzer
Demo URL: http://demo.ibilling.io/moneyflow/
Username: admin
Password: 123456

On the other hand, if you aim high, there is buxfer ( https://demo.buxfer.com/dashboard ) which is very sophisticated software.

Thanks
keep it up :)

Default Language is Brazilian Portuguese

After installing on a new server, the default language is Brazilian Portuguese. I was able to figure out how to change the language (Portuguese Portuguese :) ), but other users may not be able to,

I recommend either adding a config option for language, or changing the default to English.

Class 'yii\authclient\clients\GoogleOAuth' not found

After installing Economizzer on a new Ubuntu server, with nginx as a web server, browsing to the site gives the following error:
image

My nginx config is:

server {
    listen 80;
    listen [::]:80;
        location ~ \.php$ {
                try_files $uri =404;
                fastcgi_pass unix:/var/run/php/php7.0-fpm.sock;
                fastcgi_index index.php;
                fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
                include fastcgi_params;

        }

    root /var/www/html/economizzer/web;

    client_max_body_size 300M;
    index index.php index.html index.htm;

    server_name econ.mydomain.com;

    location / {
        try_files $uri $uri/ /index.php?$query_string;
        autoindex on;
        sendfile off;
    }

}

show only current month!

show only lines of the current month on gridview initial page (no filters), for more fast visualization info

(Still) Cannot not run it

Hello Gustavo,

I'm still not able to run economizzer. I updated my repository and ran composer again. First, I got the following issue during the installation:

Problem 1
    - Can only install one of: amnah/yii2-user[3.0.0, dev-master].
    - Can only install one of: amnah/yii2-user[dev-master, 3.0.0].
    - Can only install one of: amnah/yii2-user[3.0.0, dev-master].
    - Installation request for amnah/yii2-user 3.0.0 -> satisfiable by amnah/yii2-user[3.0.0].
    - Installation request for amnah/yii2-user == 9999999-dev -> satisfiable by amnah/yii2-user[dev-master].

I removed amnah/yii2-user and ran composer again without any issue.
Now, when trying to access the web page I have:

ReflectionException

Class amnah\yii2\user\components\User does not exist

More details are available here: http://pastebin.com/7vjNvw2G
Tested on OSX and synology with same behavior.

Add Social Auth

Why not implement a authentication by Social networks feature ?

Install instructions are not enough clear

Hi,

I'm trying to install economizzer but I'm facing the following (noobie?) issues:

  • Importing the economizzer.sql file. How should one achieve that? I created a database named economizzer like you require. Then, I try to import the file by running mysqlimport -u root -pmypassword --local economizzer.sql and I have the following error mysqlimport: Error: 1146, Table 'economizzer.economizzer' doesn't exist, when using table: economizzer
  • Also, the last line of your Install instructions is Access **http://economizzer/web** with user and password.... But, how to start it? Where one could configure the port etc?
    Anyway, thanks a lot for that great and nice software.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.