requete :UPDATE produit SET qty = qty - 1 WHERE id = 235
erreur:1146=>Table 'scoobydomicharly.produit' doesn't exist
requete :UPDATE stock_in SET qty_dispo = qty_dispo - 1 WHERE produit_id = 235 and qty_dispo > 0 order by id asc limit 1
erreur:1146=>Table 'scoobydomicharly.stock_in' doesn't exist
requete :INSERT INTO stock_out (produit_id, qty, prix_achat, prix_vente) VALUES (235, 1, 8, 0)
erreur:1146=>Table 'scoobydomicharly.stock_out' doesn't exist
requete :SELECT * from produit ORDER BY type, type2, marque, nom
erreur:1146=>Table 'scoobydomicharly.produit' doesn't exist
requete :SELECT distinct type2 from produit
erreur:1146=>Table 'scoobydomicharly.produit' doesn't exist
Produits
Tous
| Nom |
type |
type2 |
marque |
Prix achat |
Prix vente |
Quantité |
Vente |
Vente Annuelle |
|