fpos icon indicating copy to clipboard operation
fpos copied to clipboard

Financial Position - Not EFTPOS

Results 12 fpos issues
Sort by recently updated
recently updated
newest added

I have Westpac CSV files. Format is - Bank Account | Date | Narrative | Debit Amount | Credit Amount | Categories | Serial -------------- | ----- | --------- |...

When categorising and you want to stop there, I want to press ctrl+c to stop here and save the current state. When you did this in your techtalk it backtraced.

Good work guys, this tool looks perfect for my needs. I can see myself using and contributing to this tool consistently for years to come... However, I've encountered an issue...

Some graphs display monthly data, some weekly and some daily. Different graphs are useful at different times and at different magnitudes (eg. outstanding mortgage value vs cash withdrawals). Make it...

enhancement

Some recurring bills have 3, 4, 6 or 12 month periods. Tracking such bills means calculating the amount needed to be saved on a monthly basis for when the bill...

enhancement

``` fpos show home /usr/lib/python3/dist-packages/numpy/lib/polynomial.py:587: RuntimeWarning: invalid value encountered in true_divide lhs /= scale /usr/lib/python3/dist-packages/numpy/lib/polynomial.py:589: RuntimeWarning: invalid value encountered in true_divide c = (c.T/scale).T # broadcast scale coefficients /usr/lib/python3/dist-packages/numpy/lib/polynomial.py:594: RankWarning:...

bug

The aim is to prevent issues like #14 terminating the application. Implement reasonable exception handing to prevent otherwise manageable exceptions bubbling out.

enhancement

The user should be able to select, either on the commandline or through the configuration file, which graphs are drawn. For instance some graphs might not be considered useful, or...

enhancement

At least `graph_xy_progressive_mean()` assumes that `--current-date` hasn't been passed. Given the fragility of the code and the dubious benefit of `--current-date`, drop it. This was discovered whilst investigating #14.

bug

In the bad old days the there was no porcelain and plumbing was all we had. Fix the help by documenting the porcelain as well, and make the categories easily...

bug