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 }} |
| Code Barre | Désignation | Péremption | Qté | Unité | Prix d'Achat | Remise | Montant | Action |
|---|---|---|---|---|---|---|---|---|
| {{ item.codeBarre }} | {{ (produitsBoutique.find(p => p.id == item.idProduit) || {}).name || item.idProduit }} | {{ item.peremption }} | {{ item.unite }} | {{ formatPrice(item.prixAchat) }} | {{ item.remise }}% | {{ formatPrice((item.qte || 0) * (item.prixAchat || 0) * (1 - (item.remise || 0) / 100) * (appro.tauxDevise || 1)) }} |
|
|
| Aucune ligne. Utilisez la zone au-dessus pour ajouter des produits. | ||||||||
| Nom Produit | Unité | Prix Vente | Stock | Seuil | CMUP |
|---|---|---|---|---|---|
| {{ gp.NomProduit }} | {{ gp.UnitProduit }} | {{ formatPrice(gp.PrixDeVente) }} | {{ gp.StockProduit }} | {{ gp.SeuilProduit }} | {{ formatPrice(gp.CMUP) }} |
| Code Barre | Désignation | Unité | Qté | PU HT | Montant Commande | Action |
|---|---|---|---|---|---|---|
| {{ (produitsBoutique.find(p => p.id == item.idProduit) || {}).reference || item.idProduit }} | {{ (produitsBoutique.find(p => p.id == item.idProduit) || {}).name || "Produit " + item.idProduit }} | {{ item.unite }} | {{ formatPrice(item.prixUnitaire) }} | {{ formatPrice((item.qte || 0) * (item.prixUnitaire || 0)) }} | ||
| Liste vide. | ||||||