Connectez-vous pour accéder à votre espace
| N° Facture | Client | Date | Serveur | Montant | Table | Observation |
|---|---|---|---|---|---|---|
| {{ ligne.IDVente }} | {{ ligne.NomClient }} | {{ formatDate(ligne.DteDeVente) }} | {{ ligne.Serveur }} | {{ formatPrice(ligne.MontantBrut) }} | {{ ligne.NomTable }} | {{ ligne.Observation }} |
| 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 }} |
| Produit | Quantité | Table | Commande | Serveur |
|---|---|---|---|---|
| {{ ligne.NomProduit }} | {{ ligne.SommeDeQteVendu }} | {{ ligne.NomTable }} | {{ ligne.Commande }} | {{ ligne.Serveur }} |
| ID Vente | Date | Montant TTC | Utilisateur | Observation |
|---|---|---|---|---|
| {{ ligne.IDVente }} | {{ formatDate(ligne.DteDeVente) }} | {{ formatPrice(ligne.MontantTTC) }} | {{ ligne.User }} | {{ ligne.Observation }} |
| Date | Heure | ID Vente | Produit | Qté | Utilisateur | Observation |
|---|---|---|---|---|---|---|
| {{ formatDate(l.DteDeVente) }} | {{ formatHeure(l.HeurDeVente) }} | {{ l.IDVente }} | {{ l.NomProduit }} | {{ l.SommeDeQteVendu }} | {{ l.User }} | {{ l.Observation }} |
| Famille Fils | Code Barre | Désignation | Unité | Détail | Gros | VIP | Référence | Désignation | Unité | CMUP | Dernier Prix d'Achat | Prix de Vente | Marge CMUP | Famille Fils | Code Barre | Désignation | Stock | Unité | Stock Min | Famille Produit | Nom du Produit | Unité | Stock | Stock Minimum | Dernier Prix d'Achat |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| {{ r.NomFamilleFils }} | {{ r.CodeBarre }} | {{ r.NomProduit }} | {{ r.StockProduit }} | {{ r.Unite }} | {{ r.StockMin }} | ||||||||||||||||||||
| {{ r.NomFamilleFils }} | {{ r.CodeBarre }} | {{ r.NomProduit }} | {{ r.Unite }} | {{ formatPrice(r.PrixDetail) }} | {{ formatPrice(r.PrixGros) }} | {{ formatPrice(r.PrixVIP) }} | |||||||||||||||||||
| {{ r.CodeBarre }} | {{ r.NomProduit }} | {{ r.Unite }} | {{ formatPrice(r.CMUP) }} | {{ formatPrice(r.DernierPrixAchat) }} | {{ formatPrice(r.PrixVente) }} | {{ (r.MargeCMUP * 100).toFixed(2) }}% | |||||||||||||||||||
| {{ r.FamilleProduit }} | {{ r.NomProduit }} | {{ r.Unite }} | {{ r.Stock }} | {{ r.StockMinimum }} | {{ formatPrice(r.DernierPrixAchat) }} |
| Désignation | Qté |
|---|---|
|
{{ item.name }}
{{ item.commentaire }}
|
{{ item.quantity }} |