Participant Statement Detail
The {statement}
tag found on Maica NDIS Plan Participant Statement email template is the bread and butter of how Maica generates statements for your Participants. This single {statement}
tag essentially instructs or controls what information from the Plan
should be displayed in the Plan Summary, as well as what Invoice
+ Invoice Line Item
records should be retrieved and displayed in the Service Details table.
In this article, we will do a deep dive to explain the logic of how this all comes together.
The {statement}
tag is comprised of the following 4 sections which are described below:
Participant Details
NDIS Plan Management Summary
Service Summary
Service Details
Participant Details
The Participant Detail section displays data from the Contact
and the selected Plan
NDIS Plan Management Summary
The NDIS Plan Management summary section displays 4 distinct tiles, summarising the utilisation of the Plan
:
Service Summary
The Service Summary section groups the Service Booking Items
by Support Purpose
, displaying the Total Allocated
, Total Expenditure
and Total Remaining
at each of the following levels:
Booking Item
Support Purpose
Provider
Service Details
The Service Details section displays the Invoice Line Item
records created during the selected statement period.
Statement Query Summary
How does Maica determine what Invoice
and Invoice Line Item
details to include in the Participant Statement? Great question! The Service Summary and Service Details sections will be populated based on the following criteria:
The Participant on the
Invoice
record matches theContact
The
Invoice
Date
is within theStart Date
andEnd Date
you specified in the filtersApplies to the Participant Statement Quick Action on
Contact
and the Email Statements option underMaica Settings
The
Invoice
Status
equalsPartially Paid
ORFully Paid
The
Invoice Line Item
Status
equalsPartially Paid
ORFully Paid
The
Invoice
Funding Structure
equalsPlan Managed
Or, for a more technical user:
When the Statements are sent on an automated schedule - the Statement looks for Invoice
records where the Invoice Date
is in the previous month
Last updated