Coder Social home page Coder Social logo

sbine / bdgt Goto Github PK

View Code? Open in Web Editor NEW
186.0 20.0 57.0 6.91 MB

Big finance tools in a small package

Home Page: https://bdgt.it

License: MIT License

PHP 76.82% JavaScript 1.64% Shell 0.10% Vue 8.05% Blade 12.83% Makefile 0.55%
php laravel budgeting money finance hacktoberfest vue docker

bdgt's People

Contributors

armstrong1992 avatar ccmetz avatar cdterry87 avatar ctroms avatar g1dra avatar ifdattic avatar igusev avatar isautiereloise avatar iwader avatar jamesriady avatar juliano-nunes avatar mohsin avatar petro-ivvysoft avatar pfaffenrodt avatar ppastene avatar ryanwohara avatar saibamen avatar sbine avatar sonnymilton avatar symofdes avatar vclayton 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

bdgt's Issues

Datepicker in transaction modal should close when losing focus

The v-calendar datepicker used in the transaction modal remains on the screen until a date is clicked on, or the input field is clicked on again.

It should disappear if:

  1. the user tabs away from the input field
  2. the user clicks anywhere else on the page (outside the calendar/input)

image

Bill calendar is only accurate for the current month

The FullCalendar widget on the Bills page does not display correct event data for past or future events.

Possible solutions:

  • event function to create one event instance per occurrence, instead of the currently implemented eventDataTransform
  • JSON feed to create one event instance per occurrence server-side, and load events on-demand

Code can be found in resources/views/bill/index.blade.php

Add support for exporting transactions

It's important that users be able to export/own their bdgt data.

If anyone would like to attempt this, I think an Artisan command that generates a CSV of transactions would be the simplest start: something like php artisan export [user id or email] (though if you'd like to build the UI, you're certainly welcome to!)

Transaction sort by amount doesn't take inflow/outflow into account

When sorting by transaction amount, sign (positive/negative, which is represented in bdgt by the inflow boolean on each transaction) should be taken into account. Currently negative outflow numbers are mixed in with positive inflow numbers–see the screenshot below, where the correct order would be $1,000, $100, -$59.99, -$90.51, -$155.22, -$200.

image

Select nice-looking static colors for reports

bdgt's reports are currently generated using random colors that change every time you refresh the page. It was a fun gimmick, but long-term it would be preferable to have some complementary colors that look good and aren't constantly changing.

This issue covers:

  • Selecting a new set of colors that look nice together but are easy to differentiate
  • Updating both reports so categories generally keep appearing in the same color through page refreshes (but it's OK if they change when the list of categories changes)

As a starting point, I like the colors shown in the bar chart in the README (screenshot below)–but I'm not a designer, so here's a designer's advice on selecting colors for data visualization.

screenshot: reports

Please include a screenshot in your PR :)

Debt calculator doesn't calculate interest correctly

My half-implemented JavaScript on the Debt Calculator page does not calculate compound interest correctly.

To replicate:

  • Browse to /calculators/debt
  • Enter the following data -- Current Balance: 50000, Interest Rate: 4, Minimum Payment: 100

Code can be found in resources/views/calculator/debt.blade.php

Add support for date filtering in reports

bdgt's reports could be much improved by adding support for custom date filtering. The backend was written with date filtering in mind ({ startDate: '', endDate: '' }), I've just never hooked it up to the UI.

Ideally these would use V-Calendar's date range picker that's already bundled into the app; for now just sticking it in the upper right corner of each report is fine.

image

  • To work on this you'll need to know how to build the frontend assets
  • It would be awesome if the backend enforced a maximum filter range of 1 year, but this isn't required

License type?

I would like to thanks for this tool :) It saved my time for designing similar tool for friends.
As i would like to host it for them i need to know what License is in use?

Add support for OFX file imports

Supporting OFX file imports would be a great enhancement to bdgt. At one point I pulled in the library asgrim/ofxparser which is still in the repo (but now unmaintained).

If anyone would like to attempt this, I think an Artisan command that accepts two arguments would be the simplest start: something like php artisan import [user id or email] [path to OFX file]

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.