MicahWW / Money-Tracking-Functions

The backend to a service to help track how one's money is being spent
0 stars 0 forks source link

Credit card values #6

Closed MicahWW closed 3 months ago

MicahWW commented 4 months ago

Right now when inserting credit card amounts they are all being put in as positive values, they should be made as negative.

This will impact the charts and should fixed as well.

MicahWW commented 3 months ago

Issue fixed in 48d5646 Spending has been corrected by multiplying the values by -1. Charts now only return spending data by only getting items that are less than 0.