You are on page 1of 4

SYSTEM DESIGN

 Output

 Input

 File design
OUTPUT
QUERIES: We put different queries on
our system to get timely information of
stock that how much stock we are
having. We also generate query for
calculating profit or loss. By this we can
get information whether the Medical
store is in profit or loss.

1. Query about total Purchase


2. Query about sale of medicines
INPUT
1. MEDICINES DETAILS-: In Medicines
detail we have the details about the
Medicines in the stock.

2. TRANSACTIONS-: There are two types


of transactions of Medicines that are
purchase and sales of it.
In purchase we maintain the record of
goods purchased by the Medical store.
In sales form we generate the bill of the
Medicines sold to the customer.
FILE DESIGN
Struct medical
Field name Data Type width
name char 20
nob long
tq long
pr long
rbt long
fp long
pd char 20
vname char 20

You might also like