hardigunawan
01-20-02, 07:36
| Hello, I'm hoping that someone can help me with this problem. :p I've created a database, consisting of inventory,supplier,branch,sales,allocation. Inventory: This table is for any goods that the company bought (note that the inventory is not fixed. Every week there would be new type of stocks) supplier: Is the table of supplier which the company bought from branch: Consist of all the branches of the company (so that any sales can be tracked where it is from) allocation: Basically consist of which inventory, how many of it, to which branch sales: point-of-sale data, such as invoice number, what is bought, how many of it, from which branch, total price etc. At the end of the year, how do I move out (backup and then delete) the database? Should any inventory that has been sold out be moved out? What about the sales? What if one of the branch is closed down? If it is removed from the database, then from the sales, I won't be able to know from which branch the customer bought from. And for the sales data, should I move out everything for that year? What if the customer came back and stated that the goods is faulty and decided not to buy?:confused: Since I'm not a database-educated :( I'm confused by all these....:mad: If there's some other loopholes that I've not seen (lack of experience), can anyone give me some advice ;) Thank you:D |