{% set page_group = "cash" %} {% include 'components/head.html' %} {# ── Denomination row macro ── #} {% macro denominationRow(name, label, image, unit) %}
{{ label }} {{ label }}
Wanted ({{ unit }}s)
Low ({{ unit }}s)
Critical ({{ unit }}s)
Per {{ unit }}
{% endmacro %}
{% include 'components/nav-account.html' %}
{% include 'components/alerts.html' %}

Safe Configuration Settings

{# Configuration Guide #}
Configuration Guide

This form allows you to set up safe inventory alerts for each denomination:

  • Low Alert (Yellow): When inventory drops below this number of rolls/bundles, a warning will be included in the nightly email report
  • Critical Alert (Red): When inventory drops below this number of rolls/bundles, an immediate alert email will be sent
  • Per Roll/Bundle (Blue): Enter the number of coins per roll or bills per bundle as received from your bank
  • DRS Paid Out Password: The password used to authorize paid-out transactions at the register, enabling automated processing by our system.

Note: Enter the number of rolls or bundles, not the total count of individual coins or bills.

{# ── Coins Section ── #}

Coin Settings

{{ _self.denominationRow('Pennies', 'Pennies', 'penny.png', 'Roll') }} {{ _self.denominationRow('Nickels', 'Nickels', 'nickel.png', 'Roll') }} {{ _self.denominationRow('Dimes', 'Dimes', 'dime.png', 'Roll') }} {{ _self.denominationRow('Quarters', 'Quarters', 'quarter.png', 'Roll') }}
{# ── Bills Section ── #}

Bill Settings

{{ _self.denominationRow('Ones', '$1', 'one.png', 'Bundle') }} {{ _self.denominationRow('Fives', '$5', 'five.png', 'Bundle') }} {{ _self.denominationRow('Tens', '$10', 'ten.png', 'Bundle') }} {{ _self.denominationRow('Twenties', '$20', 'twenty.png', 'Bundle') }} {{ _self.denominationRow('Fifties', '$50', 'fifty.png', 'Bundle') }} {{ _self.denominationRow('Hundreds', '$100', 'hundred.png', 'Bundle') }}
{# ── DRS Password ── #}
This password is used to authorize paid out transactions at the register.
{# ── Total & Save ── #}
Total Value if at Wanted Levels: $0.00
{% include 'components/footer.html' %}