Mobile Theory
Mobile Theory
Mobile Theory
CHAPTER11
CHAPTER
INTRODUCTION
INTRODUCTION
CHAPTER22
CHAPTER
SYSTEMSTUDY
SYSTEM STUDY&
&
ANALYSIS
ANALYSIS
1. Computerized system process the data quickly and generate reports than manual
system.
2. Manual system generates voluminous amounts of redundant data which lead to many
errors and problems of updation arises.
3. More intangible benefits are present in the computerized Advertisement Agency
Management System.
4. Cumbersome processes had to be followed in order to explain various calculations
and relative benefits in the manual system is eliminated.
5. Computerized system generates the online report and calculations in the system.
6. The computerized system automatically generates the reports.
7. Computerized system also generates the requirement report which support the other
department also and also generate periodical reports.
CHAPTER33
CHAPTER
FEASIBILITYSTUDY
FEASIBILITY STUDY
While considering the feasibility of any system the system must meet its best performance
by three sides that is Technical, behavioral and economical feasibility should be consider in
any organization, since it helps us in selec6tion of best system for the job.
There are basic aspects of feasibility study for computation of system.
1) Economical Feasibility
2) Technical Feasibility
3) Behavioral Feasibility
CHAPTER44
CHAPTER
PRELIMINARYDESIGN
PRELIMINARY DESIGN
1. CUSTOMER
Column Null ? Data Type
CUSTNO NOT NULL NUMBER
CUSTNAME TEXT
ADDRESS TEXT
CITY TEXT
PHONE1 TEXT
PHONE2 TEXT
MOBNO TEXT
EMAIL TEXT
USERNAME TEXT
PASSWORD TEXT
USERLEVEL TEXT
Primary Key (CUSTNO)
2. SUPPLIER
Column Null ? Data Type
SUPPLIERNO NOT NULL NUMBER
SUPPLIERNAME TEXT
ADDRESS TEXT
CITY TEXT
PHONE1 TEXT
PHONE2 TEXT
MOBNO TEXT
EMAIL TEXT
Primary Key (SUPPLIERNO)
3. PRODUCT
Column Null ? Data Type
PRODUCTNO NOT NULL NUMBER
PRODNAME TEXT
RATE NUMBER
MODELDESC TEXT
STOCKQTY NUMBER
VAT NUMBER
Primary Key PRODUCTNO
4. ORDER
COLUMN NULL? Type
ORDERNO NUMBER
ORDERDATE DATE/TIME
CUSTNO NUMBER
TOTAMT NUMBER
Primary Key ORDERNO
Foreign Key CUSTNO REFERENCES CUSTOMER
5. ORDERDTL
COLUMN NULL? Type
ORDERNO NUMBER
PRODUCTCODE NUMBER
QTY NUMBER
RATE NUMBER
AMT NUMBER
Primary Key ORDERNO+PRODUCTNO
Foreign Key PRODUCTNO REFERENCES PRODUCT
6. PURCHASEMAST
Column Null ? Data Type
PURNO NOT NULL NUMBER
PURDATE DATE/TIME
SUPPLIERNO NUMBER
PONO DATE/TIME
DCNO TEXT
DCDATE DATE/TIME
FREIGHT NUMBER
VEHNO TEXT
TOTAMT NUMBER
Primary Key (PURNO)
Foreign key (SUPPLIERNO) References SUPPLIER
7. PURDTL
Column Null ? Data Type
PURNO NOT NULL NUMBER
PRODUCTNO DATE/TIME
QTY NUMBER
UNIT DATE/TIME
RATE TEXT
AMOUNT DATE/TIME
Primary Key (PURNO+PRODUCTNO)
Foreign key (PRODUCTNO) References PRODUCT
8. INVOICE
Column Null ? Data Type
INVOICENO NOT NULL NUMBER
INVOICEDATE DATE/TIME
CUSTNO NUMBER
RATE DATE/TIME
DCNO TEXT
DCDATE DATE/TIME
FREIGHT NUMBER
VEHNO TEXT
TOTAMT NUMBER
Primary Key (INVOICENO)
Foreign key (CUSTNO) References CUSTOMER
9. INVOICEDTL
Column Null ? Data Type
INVOICENO NOT NULL NUMBER
PRODUCTNO DATE/TIME
QTY NUMBER
UNIT DATE/TIME
RATE TEXT
AMOUNT DATE/TIME
Primary Key (INVOICENO+PRODUCTNO)
Foreign key (PRODUCTNO) References PRODUCT
CHAPTER55
CHAPTER
ABOUTASP
ABOUT ASP&&MS
MS
ACCESS
ACCESS
CHAPTER66
CHAPTER
TESTING
TESTING
The names are checked for proper input that is no special symbols are accidentally input
to the system that is only alphabets, numbers, underscore, blank space are the valid
symbol to constitute. Names.
CHAPTER77
CHAPTER
CONCLUSION
CONCLUSION
CHAPTER88
CHAPTER
REFERENCES
REFERENCES
In this section I am going to specify the list of books, which I followed at the time of
developing computerizing system. These books support me solving various problems related
to the programming.