LamHoMing LaboratoryExcercise004
LamHoMing LaboratoryExcercise004
LamHoMing LaboratoryExcercise004
College / Department:
LabExer No. 04
Online Education
LABORATORY EXERCISE 04
Data Input Page 1 of 1
LABORATORY 4
Given the approved project proposal,
1. Create a data dictionary of the proposed system. Please see template below
Table Name: System_User
Field Description Linked Tables Data Type Length Required
(Y/N)
User_ID System generated primary varchar 20 Y
key for this table
Sys_username Username for system login varchar 12 Y
Sys_password Password for system login varchar 8 Y
First_Name First name of employee varchar 30 Y
Middle_Initial Middle Initial of Employee char 1 Y
Last_Name Last name of employee varchar 30 Y
User_Type Type of user int 1 Y
1 for admin access
2 for cashier access
3 for managers access
4 for IT superuser
Table Name: Stall_Account
Field Description Linked Tables Data Type Length Required
(Y/N)
Stall_Number Primary key for this table int 4 Y
Stall_Rate Rate of rent of stall int 5 Y
Stall_PenaltyRate % penalty rate for late int 1 Y
payment
Stall_Type Type of stall int 1 Y
1 for stall with fixed
utilities
Course Code IT 201
College / Department:
LabExer No. 04
Online Education
LABORATORY EXERCISE 04
Data Input Page 2 of 1
College / Department:
LabExer No. 04
Online Education
LABORATORY EXERCISE 04
Data Input Page 3 of 1
College / Department:
LabExer No. 04
Online Education
LABORATORY EXERCISE 04
Data Input Page 4 of 1
miscellaneous fee
MiscellaneousFee Rate of miscellaneous Stall_Account float 6 Y
fee
Bill_TotalAmount Total amount of the bill float 10 Y
Bill_Status Bill status Tenant_Payment char 1 Y
P - Paid
NP – Not Paid
D – Delayed
LP – Late Payment
Bill_PrintStatus Print Status int 1 Y
1 – Printed
2 – Not Printed
Table Name: Tenant_UtilAndMisc
Field Description Linked Tables Data Type Length Required
(Y/N)
UAM_MonthYear Primary key for this date 10 Y
table
UAM_DateofReading date 10 Y
StallNumber Tenant’s Stall Stall_Account int 8 Y
number
StallType Tenant’s stall type Stall_Account int 1 y
1 for fixed
2 for metered
UAM_StallElectrityMeterNumber Electricity Meter int 24 Y
number
UAM_StallWaterMeterNumber Water Meter int 24 Y
number
UAM_StallElectricityRate Rate of electricity int 3 Y
per meter
UAM_StallWaterRate Rate of water per int 3 Y
meter
UAM_StallElectrityMeterReading Electricity meter int 3 y
current reading
UAM_StallWaterMeterReading Water meter current int 3 y
reading
UAM_StallElectrityMeterConsumption Electricity int 3 y
consumption
UAM_StallWaterMeterConsumption Water consumption int 3 y
UAM_OtherMiscInfo Other billable varchar 256 N
charges info
Course Code IT 201
College / Department:
LabExer No. 04
Online Education
LABORATORY EXERCISE 04
Data Input Page 5 of 1
College / Department:
LabExer No. 04
Online Education
LABORATORY EXERCISE 04
Data Input Page 6 of 1
2 Document
3 Custom Message
College / Department:
LabExer No. 04
Online Education
LABORATORY EXERCISE 04
Data Input Page 7 of 1
College / Department:
LabExer No. 04
Online Education
LABORATORY EXERCISE 04
Data Input Page 8 of 1
College / Department:
LabExer No. 04
Online Education
LABORATORY EXERCISE 04
Data Input Page 9 of 1
College / Department:
LabExer No. 04
Online Education
LABORATORY EXERCISE 04
Data Input Page 10 of 1
College / Department:
LabExer No. 04
Online Education
LABORATORY EXERCISE 04
Data Input Page 11 of 1
Proposed tenant portal after logging in using account number and registered mobile number or registered
email