biweeklybudget
biweeklybudget copied to clipboard
Responsive Flask/SQLAlchemy personal finance app, specifically for biweekly budgeting.
Snyk has created this PR to fix one or more vulnerable packages in the `pip` dependencies of this project. #### Changes included in this PR - Changes to the following...
Consider replacing the charts (or maybe just setting options on them, if they support it) with ones that support zooming, panning, etc. (Bokeh?)
pie charts for spending by budget - current and prev PP, monthly, yearly
Many of the web UI fields that call for a float/Decimal value aren't accepting integer values. Anything that requires a Decimal/float should also accept an integer. An example of this...
Feature request - Add a table containing the per-account transaction totals for each payperiod, on the payperiod view.
The [combined balance is more than allocated funds](https://github.com/jantman/biweeklybudget/blob/c1a58f50b72586444342c970fc1e3d5c502f7176/biweeklybudget/flaskapp/notifications.py#L204-L221) notification doesn't take into account the remaining amount for the current pay period, so it's always present if the remaining amount for...
All transactions are counted against the income amount for the pay period they're made in. This becomes problematic with transactions made on credit cards (as opposed to budget-funding accounts): if...
Right now the fuel level selects on the fuel log input form are hard-coded to percentages/tenths, 1/10 through Full. Some (many?) cars don't have a fuel gauge that reads out...
## Feature Request ### Feature Description This looks like an excellent project and I'd love to get it running but am unclear about what configuration steps are essential for a...
Bumps [mako](https://github.com/sqlalchemy/mako) from 1.1.1 to 1.2.2. Release notes Sourced from mako's releases. 1.2.2 Released: Mon Aug 29 2022 bug [bug] [lexer] Fixed issue in lexer where the regexp used to...