Files
notifications-admin/app/templates/views
Ben Thorner d798a0d60f Replace manual SMS monthly calculations with API
This starts using the sms_{cost, charged, free_allowance_used}
fields in the new API to replace the "get_free_paid_breakdown"
function we had before, which could not support multiple rates.

In order to use "get_free_paid_breakdown" the calling method had
to store a "cumulative" variable to calculate the free allowance
used so far, which is now done by the API.

To calculate the data for conftest.py, I had to start from the
bottom ("April") and manually calculate the free allowance used
to emulate the API - this is what "cumulative" used to do.
2022-05-03 16:01:06 +01:00
..
2022-01-14 11:04:36 +00:00
2022-01-14 11:24:20 +00:00
2022-01-14 11:18:58 +00:00
2022-01-14 11:22:24 +00:00
2022-04-27 08:38:51 +01:00
2022-01-14 11:07:25 +00:00
2022-01-14 11:08:33 +00:00