{% load custom_tags_and_filters %}
{% csrf_token %}

Adjustment requests settings


At least one user with the facility manager role needs to exist for approval.
The title for the adjustment request tab of the user requests page.
The description/instructions to display on the adjustment requests page.





most recent charges
The number of most recent charges to show in the dropdown menu when creating an adjustment.
last
{% if errors.adjustment_requests_time_limit_interval %} {{ errors.adjustment_requests_time_limit_interval.error }} {% elif errors.adjustment_requests_time_limit_frequency %} {{ errors.adjustment_requests_time_limit_frequency.error }} {% else %} Users can request adjustments for charges made within this period {% endif %}
until the of next month
{% if errors.adjustment_requests_time_limit_monthly_cycle_day %} {{ errors.adjustment_requests_time_limit_monthly_cycle_day.error }} {% else %} Charges are only refundable until this monthly cutoff date {% endif %}
{% if date_limit %}
Currently, users can request adjustments for charges that ended after {{ date_limit }}.
{% endif %}


This does not apply to general charges.
{% button type="save" value="Save settings" %}