{% extends "kfet/base_col_2.html" %} {% load l10n %} {% load widget_tweaks %} {% block title %}Nouveau relevé - {{ checkout.name }}{% endblock %} {% block header-title %}Création d'un relevé pour la caisse {{ checkout.name }}{% endblock %} {% block fixed-content %} {% include "kfet/left_checkout.html" %} {% endblock %} {% block main-content %}
{% csrf_token %}

Général

{{ form.not_count }}
Ancienne balance {{ checkout.balance|unlocalize }}
Nouvelle balance 0
Pris 0
Erreur 0
{% if not perms.kfet.add_checkoutstatement %} {% include "kfet/form_authentication_snippet.html" %} {% endif %}

Pris

5€ 10€ 20€ 50€ 100€ 200€ 500€
2€ 1€ 0.50€ 0.20€ 0.10€ 0.05€ 0.02€ 0.01€
Chèques

En caisse

5€ 10€ 20€ 50€ 100€ 200€ 500€
2€ 1€ 0.50€ 0.20€ 0.10€ 0.05€ 0.02€ 0.01€
{% endblock %}