{{ notificationMessage }}
Consultation d'Activité

Consultation d’Activité

N° Facture Client Date Serveur Montant Table Observation
{{ ligne.IDVente }} {{ ligne.NomClient }} {{ formatDate(ligne.DteDeVente) }} {{ ligne.Serveur }} {{ formatPrice(ligne.MontantBrut) }} {{ ligne.NomTable }} {{ ligne.Observation }}
Total : {{ rapportDetaille.reduce((sum, l) => sum + parseInt(l.MontantBrut || 0, 10), 0).toLocaleString('fr-FR') }} Ar
Date N° Facture Produit Qté PU Montant Marge Serveur Client
{{ formatDate(ligne.DteDeVente) }} {{ ligne.IDVente }} {{ ligne.NomProduit }} {{ ligne.SommeDeQteVendu }} {{ formatPrice(ligne.PrixUnitaire) }} {{ formatPrice(ligne.SommeDeMontantTotalVnt) }} {{ formatPrice(ligne.MargeBenefique) }} {{ ligne.Serveur }} {{ ligne.NomClient }}

Commandes en cours

Produit Quantité Table Commande Serveur
{{ ligne.NomProduit }} {{ ligne.SommeDeQteVendu }} {{ ligne.NomTable }} {{ ligne.Commande }} {{ ligne.Serveur }}

Dépense de Caisse

ID Vente Date Montant TTC Utilisateur Observation
{{ ligne.IDVente }} {{ formatDate(ligne.DteDeVente) }} {{ formatPrice(ligne.MontantTTC) }} {{ ligne.User }} {{ ligne.Observation }}

Offert

Date Heure ID Vente Produit Qté Utilisateur Observation
{{ formatDate(l.DteDeVente) }} {{ formatHeure(l.HeurDeVente) }} {{ l.IDVente }} {{ l.NomProduit }} {{ l.SommeDeQteVendu }} {{ l.User }} {{ l.Observation }}
Total ventes : {{ rapportVente.reduce((sum, l) => sum + parseFloat(l.SommeDeMontantTotalVnt || 0), 0).toLocaleString('fr-FR') }} Ar
Total marge : {{ rapportVente.reduce((sum, l) => sum + parseFloat(l.MargeBenefique || 0), 0).toLocaleString('fr-FR') }} Ar
État des Stocks et Liste des Prix

État des Stocks et Liste des Prix

Sélection de la Table

Déconnexion
{{ table.NomTable }}
Table libre
Commande en cours

{{ selectedTable.NomTable }} - Sélection Commande

×
{{ commande.NomChaise }}

{{ (selectedTable && selectedTable.NomTable) || '' }} - {{ selectedCommandeNum }}

×

Catégories

{{ categorie.nom }}

Sous-catégories

{{ sousCategorie.nom }}

Produits

{{ product.name }}
Mode : Commande OUVERTE (tout serveur peut ajouté)
Mode : Commande VERROUILLÉE (sécurité serveur)

Commande en cours

{{ item.name }}
{{ item.quantity }}
{{ formatPrice(item.price * item.quantity) }}
X
Total: {{ formatPrice(calculateTotal()) }}
Valider

{{ titreCommande || 'Commande Boutique' }}

×

Produits disponibles

{{ product.name }}
{{ formatPrice(product.price) }}
Stock: {{ formatStock(product.stock) }}

{{ titreCommande || 'Commande Boutique' }}

{{ item.name }}
{{ formatPrice(item.price * item.quantity) }}
X
Total: {{ formatPrice(calculateTotal()) }}
Valider
{{ ticketData.ste.NomSte }}
{{ ticketData.ste.Adresse }}
Tel: {{ ticketData.ste.Tel }}
Email: {{ ticketData.ste.Email }}
Ticket de Commande
N° Ticket : {{ ticketData.numTicket }}
{{ ticketData.cmd.NomTable || 'Table ' + getNumTable(ticketData.cmd.NumDetailTables) }} Commande {{ getNumCommande(ticketData.cmd.NumDetailTables) }}
Date : {{ formatDateHeure(ticketData.cmd.DteDeVente) }}
Désignation Qté
{{ item.name }}
{{ item.commentaire }}
{{ item.quantity }}
Couverts : {{ ticketData.cmd.NbrPrs }}
Obs : {{ ticketData.cmd.Observation }}