codeforgoodconf / sisters-of-the-road-admin

Administrative tool and POS front-end for the Sisters of the Road Cafe
GNU Affero General Public License v3.0
15 stars 24 forks source link

109 use dollars and cents #110

Closed mikelane closed 5 years ago

mikelane commented 5 years ago

Description:

The site was built to use cents for input of money and displayed values in dollars and cents. This update fixes that by implementing django-money. Be aware, there are migrations for this that will adjust the stored monetary value in the database from cents to dollars and cents, too. The migration has been tested in both the forward and reverse direction.

Closes: #109

Notes:

I have also upgraded django to version 1.11.18 to address the recent security vulnerability. Additionally, I added django_extensions.

jarrighi commented 5 years ago

Since the ipython dependency and missing line in settings are fixed in the next PR I'll leave it up to you when you want to add those comments. If you want to add them later, you can merge this and #111 now.

Thanks, @mikelane !