A firm is ready when Branch, Firm Admin, FY, selected services and users are available.
| Firm | Branch | Admin | FY | Services | Users | Branding | Billing | Status | Missing |
|---|---|---|---|---|---|---|---|---|---|
{{ firm.name }} {{ firm.code }} |
{% if firm.branch_ok %}Done{% else %}Missing{% endif %} {{ firm.branch_count }} |
{% if firm.admin_ok %}Done{% else %}Missing{% endif %} {{ firm.primary_admin }} |
{% if firm.fy_ok %}Done{% else %}Missing{% endif %} {{ firm.fy_count }} FY{% if firm.current_fy_ok %} / current set{% endif %} |
{% if firm.services_ok %}Done{% else %}Missing{% endif %} {{ firm.selected_service_count }} |
{% if firm.users_ok %}Done{% else %}Missing{% endif %} {{ firm.user_count }} |
{% if firm.branding_ok %}Started{% else %}Pending{% endif %} | {% if firm.billing_ok %}Ready{% else %}Pending{% endif %} | {{ firm.status }} {{ firm.score }}/{{ firm.score_total }} | {{ firm.missing_text }} |
| No firms found. | |||||||||