Hi,
I wonder if anyone here have an short example but functional of a database that manages a mini-store? A database based on tables like :
1. Shop Entry ( invoice number, invoice date, supplier name , unit measurement , quantity , acquisition price );
2. Shop Output ( output , Output Document Number , Output Document Date , Client , Product , Quantity , Sale Price );
3. Products;
4. Stocks;
5. Unit Measurement;
6. Entry Documents;
7. Output Documents;
8. Companies.
And as a database view some reports with calculations of the profit made by selling products.
Thank you