mis
Registered User.
- Local time
- Today, 00:19
- Joined
- Dec 15, 2003
- Messages
- 55
New Member
Hi to all members,
I need to create a management information system for a local company. I have met up with the company owner to see how the current system works and what he would like from this new system, The company has currently five stores, each store has a basic electric till, the stores keep a record of items sold by taken down the codes on the clothes, bags etc and then fax though the information every week, then the information gets updated to their stock control system in there main store.
I have taken this into consideration and have come up with the following;
The suppliers will have there information stored into the database system, some of the information that will be a numeric code to be identified on the system, there business name, a contact name and telephone number, fax number, email address etc.
For the database system to be able to monitor the stock travelling though the business a business database will need to be held. This database will need to store product information, a product code, the product name, product description, the supplier, the quantity of stock, price of stock etc. With this information the database system will be able to monitor stock entering the business and stock exiting the business, it will also be able to monitor existing stock and know when stock levels are low and when stock will need to be re-ordered, also with five locations of the business the stock location will also need to be monitored.
The business will need to know what stock has been re-ordered so that, the business knows what stock they are expecting and the quantity on order. The information needed to be stored for this section will be a order number, the supplier number, the stock number and the quantity of the items ordered.
The database system will also need to record customer information if items are returned; the information held for this will be customer name, customer postcode, customer house address.
From this the following tables have been set could someone let me know if i have missed anything, or if i am doing something which is not possible etc thanks
TABLE
Primary key
Product_tbl
UPC
Product code
Colour code
Quantity
Re-order
StoreID
SupplierID
BoughtPrice
SalePrice
Supplier_tbl
Supplier ID
CompanyName
ConFName
ConSName
ConMob
ComTel
ComFax
ConEmail
BAddress
BAddress2
BTown
BPostCode
Store_tbl
Store ID
SName
SAddress
SAddress2
SPostCode
STelNo
There is what i have done so far be very greatful for any feedback, I am new to this
Hi to all members,
I need to create a management information system for a local company. I have met up with the company owner to see how the current system works and what he would like from this new system, The company has currently five stores, each store has a basic electric till, the stores keep a record of items sold by taken down the codes on the clothes, bags etc and then fax though the information every week, then the information gets updated to their stock control system in there main store.
I have taken this into consideration and have come up with the following;
The suppliers will have there information stored into the database system, some of the information that will be a numeric code to be identified on the system, there business name, a contact name and telephone number, fax number, email address etc.
For the database system to be able to monitor the stock travelling though the business a business database will need to be held. This database will need to store product information, a product code, the product name, product description, the supplier, the quantity of stock, price of stock etc. With this information the database system will be able to monitor stock entering the business and stock exiting the business, it will also be able to monitor existing stock and know when stock levels are low and when stock will need to be re-ordered, also with five locations of the business the stock location will also need to be monitored.
The business will need to know what stock has been re-ordered so that, the business knows what stock they are expecting and the quantity on order. The information needed to be stored for this section will be a order number, the supplier number, the stock number and the quantity of the items ordered.
The database system will also need to record customer information if items are returned; the information held for this will be customer name, customer postcode, customer house address.
From this the following tables have been set could someone let me know if i have missed anything, or if i am doing something which is not possible etc thanks
TABLE
Primary key
Product_tbl
UPC
Product code
Colour code
Quantity
Re-order
StoreID
SupplierID
BoughtPrice
SalePrice
Supplier_tbl
Supplier ID
CompanyName
ConFName
ConSName
ConMob
ComTel
ComFax
ConEmail
BAddress
BAddress2
BTown
BPostCode
Store_tbl
Store ID
SName
SAddress
SAddress2
SPostCode
STelNo
There is what i have done so far be very greatful for any feedback, I am new to this
Last edited: