{% extends "base.html" %} {% block contenido %}
{{ _("Define el tipo de matching (2-way / 3-way) y las tolerancias de precio y cantidad por compañía. Los parámetros se aplican al motor de conciliación sin alterar datos históricos.") }}
| {{ _("Compañía") }} | {{ _("Matching") }} | {{ _("Tol. Precio") }} | {{ _("Tol. Cant.") }} | {{ _("Opciones") }} |
|---|---|---|---|---|
| {{ cfg.company }} | {% if cfg.matching_type == "3-way" %} 3-way {% else %} 2-way {% endif %} | {{ cfg.price_tolerance_value }} {{ cfg.price_tolerance_type }} | {{ cfg.qty_tolerance_value }} {{ cfg.qty_tolerance_type }} | {% if cfg.require_purchase_order %}{% endif %} {% if cfg.bridge_account_required %}{% endif %} {% if cfg.auto_reconcile %}{% endif %} {% if cfg.allow_price_difference %}{% endif %} |