Sei sulla pagina 1di 24

A

PROJECT REPORT
ON

DEVELOPED BY
DHIRAJ CHORDIYA
&
SHUBHANGI NETKE
MSC(Computer Science)-IInd year
INTRODUCTION
The proposed system is designed by taking into consideration all the
limitations of manual system. Existing manual system & as per the
requirement suggested by user. The user has to login in to the
application. Then he can see variety of the permission and roles.
After selecting one he must manage to buy that medicine. He also
manages stock and medical shop . It is designed in such a way that it
hold all the information that we need for data processing & to
generate various reports as per requisition. This proposed system is
also made so much user friendly. Any user without internet access
can also use it easily.

Major advantages of proposed system over manual system are:


1. Time Saving
2. Rapid information Processing
3. Accurate report generation
4. Fast and reliable information distribution
1. System Hardware and Software
Requirements
Software Requirements:
Operating System: Windows Any Version, Linux , iOS or android
Any Web Browser (Mozilla or Google Chrome Recommended)

Hardware Requirements:
Desktop/Laptop
512 Mega Byte or Higher RAM
HDD 20 gb or Above
Internet Connectivity
Er diagram
CONTEXT LEVEL DFD
CLASS DIAGRAM
usecase DIAGRAM
SEQUENSE DIAGRAM
Activity DIAGRAM
COMPONENT DIAGRAM
* Relationship
T a b l e 1 Relationship T a b l e 2
L O G I N 1 , M U S E R
U S E R 1 , M R O L E S
U S E R 1 , 1 P E R M I S S I O N
U S E R 1 , M S T O C K S
U S E R 1 , M M E D I C I N E
U S E R 1 , 1 S H O P
S H O P 1 , M M E D I C I N E
S H O P 1 , M S T O C K S
S H O P 1 , M C O M P A N Y

1. Table Name: LOGIN


Description: Contains Data About all the Registered user
Column Name D a t a T y p e M o d i f i e r s
L o g i n i d I n t e g e r Primary key
Login role_id v a r c h a r ( 1 5 )
P a s s w o r d v a r c h a r ( 1 5 )
Login_username v a r c h a r ( 2 0 )
2. Table name : USER
Description: Contains credentials of the USER of the application

Column Name D a t a T y p e M o d i f i e r s
U s e r _ i d I n t e g e r Primary key
U s e r n a m e v a r c h a r ( 1 5 )
U s e r _ n o i n t e g e r
U s e r _ m a i l Va rc h a r ( 1 5 )
U s e r _ a d d r Va rc h a r ( 1 5 )

3. Table Name: ROLES


Description: Contains all the rolls of user

Column name D a t a t y p e M o d i f i e r s

R o l e _ i d I n t e g e r Primary key

R o _ n a m e v a r c h a r ( 1 5 )
4. Table name: PERMISSION
Description: Contains all permission used by the user

Column name D a t a t y p e Modifiers

P e r _ i d I n t e g e r Primary key
P e r _ r o l e _ i d I n t e g e r
P e r _ n a m e V a r c h a r
P e r _ m o d u l e V a r c h a r

5. Table name : SHOP


Description: Contains information of the shop

Column name D a t a t y p e M o d i f i e r s
M s _ i d I n t e g e r Primary key
M s _ t y p e varchar(15)
M s _ d e s c T e x t
M s _ n a m e varchar(10)
M s _ a d d r Varchar(15)
6. Table name: STOCKS
Description: Contains the all the details about Products
.

Column name D a t a T y p e M o d i f i e r s
S t k _ i d I n t e g e r Primary key
S t k _ i t e m s varchar(20)
S t k _ n a m e varchar(15)
S t k _ d e s c I n t e g e r
S t k _ t y p e Varchar(15)

7. Table name: MEDICINE


Description: Contains the all the information of medicine and primary key of shop

Column name D a t a T y p e M o d i f i e r s
M d c n _ i d I n t e g e r Primary key
M s _ i d I n t e g e r F . K
M d c n _ n a m e Varchar(15)
M d c n _ c o m Varchar(15)
M d c n _ c o s t I n t e g e r
8. Table name: COMPANY
Description: Contains the primary keys of shop & medicine Table.

Column name D a t a T y p e M o d i f i e r s
M s _ i d I n t e g e r F . K
M d c n _ i d I n t e g e r F . K
C o m _ i d I n t e g e r Primary key
C o m _ t y p e Varchar(15)
C o m _ d e s c T e x t

Potrebbero piacerti anche