Services & Fees

Every member publishes static fees. Browse the services our network covers.

{% set svcs = frappe.get_all("Service Type", filters={"is_active":1}, fields=["name","service_name","description"]) %}
{% for s in svcs %}

{{ s.service_name }}

{% set fees = frappe.db.sql("select min(amount) lo, max(amount) hi from `tabListing Service Fee` where service_type=%s", s.name, as_dict=True)[0] %} {% if fees.lo %}

Published fees from ${{ "%.0f"|format(fees.lo) }}{% if fees.hi and fees.hi != fees.lo %} – ${{ "%.0f"|format(fees.hi) }}{% endif %}

{% else %}

Fees published by member agencies.

{% endif %}
{% endfor %}
Fees are set and published by each member agency. No agency may quote a different price on the spot.