{% extends "layouts/base.html" %} {% load static %} {% block title %} Detail Pack {% endblock %} {% block stylesheets %} {% endblock stylesheets %} {% block content %} {% include 'includes/navigation.html' %} New Document Message Product Subscription Plan Reports Products Customers Orders Console All Reports Vue d'ensemble Transactions Historique Informations principales # {{pack.id}} Numero de pack {{pack.numero_pack}} Nom du pack {{pack.nom}} Prix pack {{pack.prix}} Statut {{pack.status}} Date de pack {{pack.date_de_pack}} Prix total {{pack.prix}} DZD Contenu du pack Article Cadeau Remise Référence lot Article Date d'expiration Quantité {% for produit_pack in produits_pack %} {{produit_pack.lot.numero_lot}} {{produit_pack.lot.article.medicament.nom_de_marque}} {{produit_pack.lot.date_d_expiration}} {{produit_pack.quantitee}} {% endfor %} Cadeau Prix Infos Cadeau {% for cadeau_pack in cadeaux_pack %} {{cadeau_pack.nom}} {{cadeau_pack.prix}} {{cadeau_pack.info_cadeau}} {% endfor %} ID Pack Remiste % {{pack.id}} {{pack.remise}} Emplacements de PACK Référence Entrepot Adresse Ville Tel {{pack.numero_pack}} {{entrepots.nom}} {{entrepots.address}} {{entrepots.ville}} {{entrepots.tel}} Toutes les transactions Factures N° de Facture Date Numéro du commande Status nom du client date d'échéance Montant solde du {% for facture in factures %} {{facture.id}} {{facture.date}} {{facture.commande.id}} {% if facture.status == "BROUILLON" and facture.date_echeance <= now %} en retard {% elif facture.status == "BROUILLON" %} {{facture.status}} {% else %} {{facture.status}} {% endif %} {{facture.client.nom}} {{facture.client.prenom}} {{facture.date_echeance}} {{facture.total}} {{facture.reste}} {% if facture.status == "BROUILLON" or facture.status == "Partiellement payee" %} {% csrf_token %} Enregister un paiement {% elif facture.status == "Paye" %} {% csrf_token %} voir plus {% else %} {% csrf_token %} Convertir en facture {% endif %} {% endfor %} Commandes Date N° Client Status Facturé Paiement Emballé Expédié Montant Action {% for commande in liste_commandes %} {{commande.date}} {{commande.id}} {{commande.client.nom}} {{commande.status}} {% if commande.facturee == 'Non facture' %} {% elif commande.facturee == 'Partiellement facturee' %} {% else %} {% endif %} {% if commande.paiement == 'Impaye' %} {% elif commande.paiement == 'Partiellement payee' %} {% else %} {% endif %} {% if commande.emballage == 'Non emballe' %} {% elif commande.emballage == 'Partiellement emballe' %} {% else %} {% endif %} {% if commande.expiditions == 'Non expedie' %} {% elif commande.expiditions == 'Partiellement expedie' %} {% else %} {% endif %} {{commande.total}} {% if commande.status == "BROUILLON" %} {% csrf_token %} Confirmé {% elif commande.status == "FERME" %} {% csrf_token %} voir plus {% else %} {% csrf_token %} Convertir en facture {% endif %} {% endfor %} # Détail Date {% for historique in historiques %} {{historique.id}} {{historique.details}} - {{historique.user}} {{historique.date}} {% endfor %} Image de produit Choisissez une image JPG, GIF or PNG. Max size of 800K Stock d'ouverture : {{pack.stock_d_ouverture}} Stock comptable Stock disponible : {{pack.stock_comptable_disponible}} Stock engagé : {{pack.stock_comptable_engage}} Disponible à la vente : {{pack.stock_comptable_disponible_a_la_vente}} Stock physique Stock disponible : {{pack.stock_physique_disponible}} Stock engagé : {{pack.stock_physique_engage}} Disponible à la vente : {{pack.stock_physique_disponible_a_la_vente}} Qté À expédier : {{qnt_expediee}} {% include 'includes/footer.html' %} {% endblock content %} {% block javascripts %} {% endblock javascripts %}