Add queries to handle returning usage for all services associated to a given organisation.

This commit is contained in:
Rebecca Law
2020-02-17 16:34:17 +00:00
parent 49533d7792
commit 18f272dc2b
4 changed files with 33 additions and 5 deletions

View File

@@ -12,6 +12,7 @@ from app.dao.date_util import (
get_financial_year,
get_financial_year_for_datetime
)
from app.dao.organisation_dao import dao_get_organisation_services
from app.models import (
FactBilling,