studybuffalo / django-flexible-subscriptions

A subscription and recurrent billing application for Django.
GNU General Public License v3.0
249 stars 57 forks source link

Determine consistent handling for signs & zero values #186

Open studybuffalo opened 4 years ago

studybuffalo commented 4 years ago

Depending on currency conventions, positive or negative signs may be added to zero values (dependent on how the value rounds). Will need to determine how to best handle these situations to provide consistency. Will likely want to review what other systems utilizing POSIX locales do and try to align with what the majority do.