Josh-Voyles / affordable

Affordible is a simple financial calculator that helps you determine what you can afford.
GNU General Public License v3.0
0 stars 0 forks source link

Negative home affordability #123

Open randy-shreeves opened 2 months ago

randy-shreeves commented 2 months ago

Is your feature request related to a problem? Please describe. Certain calculations will result in a negative home affordability price.

Describe the solution you'd like If the calculations result in negative numbers, the result should just display 0. It doesn't make sense to me to have a negative home affordability price. This can be implemented on front end or back end, but I'm inclined to implement it into the back end.