Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
0% found this document useful (0 votes)
206 views

Coding - Hostel Management System

The document describes the structure of a hostel management system form with multiple sections and fields to manage various aspects of a hostel. It includes sections to manage course details, room details, student details, stock details, total student strength, vacating details, user login and generate various reports. Each section has predefined fields and validation rules to manage the relevant data.

Uploaded by

Karthick Kumar
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
206 views

Coding - Hostel Management System

The document describes the structure of a hostel management system form with multiple sections and fields to manage various aspects of a hostel. It includes sections to manage course details, room details, student details, stock details, total student strength, vacating details, user login and generate various reports. Each section has predefined fields and validation rules to manage the relevant data.

Uploaded by

Karthick Kumar
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 15

Hostel Management System

form
{

course_details
displayname = "Course Details"
success message = ""
field alignment = left
BA_Tamil
(
displayname = "BA (Tamil)"
type = text
width = 300px
)
BA_English
(
displayname = "BA (English)"
type = text
width = 300px
)
Bsc_Maths
(
displayname = "Bsc (Maths)"
type = text
width = 300px
)
Bsc_chem
(
displayname = "Bsc (chem)"
type = text
width = 300px
)
BCA
(
)

type = text
width = 300px

Bsc__cs
(
displayname = "Bsc
type = text
width = 300px
)

(cs)"

Bsc_IT
(
displayname = "Bsc (IT)"
type = text
width = 300px
)

BscBio_Chem
(
displayname = "Bsc(Bio Chem)"
type = text
initial value = "Yes"
width = 300px
)
Bsc_Micro
(
displayname = "Bsc (Micro)"
type = text
width = 300px
)
BBA
(
type = text
width = 300px
)
MCA
(
type = text
width = 300px
)
MBA
(
type = text
width = 300px
)
MscCSIT
(
displayname = "Msc(CS IT)"
type = text
width = 300px
)
MscBio__Micro
(
displayname = "Msc(Bio
type = text
width = 300px
)

Micro)"

MAEnglish
(
displayname = "MA(English)"
type = text
width = 300px
)
actions
{

on add
{
Submit
(
type = submit
displayname =
)
Reset
(
type = reset
displayname =
)
}
on edit
{
Update
(
type = submit
displayname =
)
Cancel
(
type = cancel
displayname =
)
}
}
form
{

"Submit"

"Reset"

"Update"

"Cancel"

}
log_in_user

displayname = "Log in User"


success message = ""
field alignment = left
unique Username
(
type = text
width = 300px
)
Password
(
type = text
width = 300px
)
actions
{
on add
{
Submit
(
type = submit
displayname = "Submit"
)

Reset
(
type = reset
displayname =
)

"Reset"

}
on edit
{
Update
(
type = submit
displayname = "Update"
)
Cancel
(
type = cancel
displayname = "Cancel"
)
}
}

form
{

room_details
displayname = "Room Details"
success message = ""
field alignment = left
Room_Number
(
displayname = "Room Number"
type = number
width = 300px
)
unique Number_of_Students
(
displayname = "Number of Students"
type = number
width = 300px
)
unique Student_Name
(
displayname = "Student Name"
type = text
width = 300px
)
Roll_Number
(
displayname = "Roll Number"
type = number
width = 300px
)

Course
(
type = text
width = 300px
)
Year
(
type = number
width = 300px
)
actions
{
on add
{
Submit
(
type = submit
displayname =
)
Reset
(
type = reset
displayname =
)
}
on edit
{
Update
(
type = submit
displayname =
)
Cancel
(
type = cancel
displayname =
)
}
}
}
form
{

"Submit"

"Reset"

"Update"

"Cancel"

stock_dtails
displayname = "Stock Dtails"
success message = ""
field alignment = left
Tube_Lights
(
displayname = "Tube Lights"
type = number
width = 300px
)

Fans
(
type = number
width = 300px
)
Cots
(
type = number
width = 300px
)
Chairs
(
type = number
width = 300px
)
Tables
(
type = text
initial value =
width = 300px
)

"0"

Dim_Lights
(
displayname = "Dim Lights"
type = text
initial value = "0"
width = 300px
)
actions
{
on add
{
Submit
(
type = submit
displayname = "Submit"
)
Reset
(
type = reset
displayname = "Reset"
)
}
on edit
{
Update
(
type = submit
displayname = "Update"
)
Cancel
(

type = cancel
displayname = "Cancel"
}
}
form
{

)
}

student_dtails
displayname = "Student Dtails"
success message = ""
field alignment = left
Name
(
type = text
width = 300px
)
unique Roll_Number
(
displayname = "Roll Number"
type = text
width = 300px
)
LastName
(
type = text
width = 300px
)
Father_Name
(
displayname = "Father Name"
type = text
width = 300px
)
Acadamic_Year
(
displayname = "Acadamic Year"
type = number
width = 300px
)
Course
(
type = text
width = 300px
)
Date_of_Joining
(
displayname = "Date of Joining"
type = datetime

width = 300px
alloweddays = 0,1,2,3,4,5,6
)
Gender
(
type = text
width = 300px
)
Date_of_Birth
(
displayname = "Date of Birth"
type = datetime
width = 300px
alloweddays = 0,1,2,3,4,5,6
)
Address
(
type = text
width = 300px
)
Mobile_Number
(
displayname = "Mobile Number"
type = number
width = 300px
)
Email_id
(
displayname = "Email id"
type = text
width = 300px
)
Date_of_Leaving
(
displayname = "Date of Leaving"
type = datetime
width = 300px
alloweddays = 0,1,2,3,4,5,6
)
actions
{
on add
{
Submit
(
type = submit
displayname = "Submit"
)
Reset
(

type = reset
displayname =

"Reset"

}
on edit
{
Update
(
type = submit
displayname = "Update"
)
Cancel
(
type = cancel
displayname = "Cancel"
)
}
}

form
{

total_strength_details
displayname = "Total Strength Details"
success message = ""
field alignment = left
unique st__yr_UG
(
displayname = "1st
type = number
width = 300px
)

yr UG"

nd_yr__UG
(
displayname = "2nd yr
type = number
width = 300px
)
rd_yr__UG
(
displayname = "3rd yr
type = number
width = 300px
)
st_yr__PG
(
displayname = "1st yr
type = number
width = 300px
)
nd_yr__PG
(

UG"

UG"

PG"

displayname = "2nd yr
type = number
width = 300px

actions
{
on add
{
Submit
(
type = submit
displayname =
)
Reset
(
type = reset
displayname =
)
}
on edit
{
Update
(
type = submit
displayname =
)
Cancel
(
type = cancel
displayname =
)
}
}
}
form
{

PG"

"Submit"

"Reset"

"Update"

"Cancel"

vacate_details
displayname = "Vacate Details"
success message = ""
field alignment = left
Student_Name
(
displayname = "Student Name"
type = text
width = 300px
)
Roll_Number
(
displayname = "Roll Number"
type = text
width = 300px
)

Year
(
type = number
width = 300px
)
Course
(
type = text
width = 300px
)
Acadamic_Year
(
displayname = "Acadamic Year"
type = number
width = 300px
)
Date_Of_Joining
(
displayname = "Date Of Joining"
type = datetime
width = 300px
alloweddays = 0,1,2,3,4,5,6
)
Date_of_Leaving
(
displayname = "Date of Leaving"
type = datetime
width = 300px
alloweddays = 0,1,2,3,4,5,6
)
Reason
(
type = text
width = 300px
)
actions
{
on add
{
Submit
(
type = submit
displayname = "Submit"
)
Reset
(
type = reset
displayname = "Reset"
)
}
on edit

}
}

Update
(
type = submit
displayname = "Update"
)
Cancel
(
type = cancel
displayname = "Cancel"
)
}

}
section Reports
{
list course_details_Report
{
displayname = "Course Details Report"
show all rows from course_details
(
BA_Tamil
BA_English
Bsc_Maths
Bsc_chem
BCA
Bsc__cs
Bsc_IT
BscBio_Chem
Bsc_Micro
BBA
MCA
MBA
MscCSIT
MscBio__Micro
MAEnglish
)
}
list
{

log_in_user_Report
displayname = "Log in User Report"
show all rows from log_in_user
(
Username
Password
)

}
list
{

room_details_Report
displayname = "Room Details Report"
show all rows from room_details
(

Room_Number
Number_of_Students
Student_Name
Roll_Number
Course
Year
)

}
list
{

stock_dtails_Report

displayname = "Stock Dtails Report"


show all rows from stock_dtails
(
Tube_Lights
Fans
Cots
Chairs
Tables
Dim_Lights
)

list
{

student_dtails_Report
displayname = "Student Dtails Report"
show all rows from student_dtails
(
Name
Roll_Number
LastName
Father_Name
Acadamic_Year
Course
Date_of_Joining
Gender
Date_of_Birth
Address
Mobile_Number
Email_id
Date_of_Leaving
)

}
list
{

total_strength_details_Report
displayname = "Total Strength Details Report"
show all rows from total_strength_details
(
st__yr_UG
nd_yr__UG
rd_yr__UG
st_yr__PG
nd_yr__PG
)

list
{

vacate_details_Report
displayname = "Vacate Details Report"
show all rows from vacate_details
(
Student_Name
Roll_Number
Year
Course
Acadamic_Year
Date_Of_Joining
Date_of_Leaving
Reason
)

}
}
section MDI

form
{

MDI
success message = "Data Added Successfully!"
field alignment = left
column
{
must
(

have

Student1

displayname = "Student"
type = picklist
values = {"Course Details",
"Total Strength Details"}
width = 206px
)
}
column
{
must
(

have

Hostel1

displayname = "Hostel"
type = picklist
values = {"Room Details",

Details"}

width

"Student Details",

206px

)
}
actions
{
on add
{
submit
(
type = submit
displayname = "Submit"

"Vacate Details",

"Stock

)
reset
(
type = reset
displayname =
)

"Exit"

}
on edit
{
update
(
type = submit
displayname = "Update"
)
cancel
(
type = cancel
displayname = "Cancel"
)
}
}
list
{

}
MDI_Report

displayname = "MDI Report"


show all rows from MDI
(
Student1 as "Student"
Hostel1 as "Hostel"
)

customize
{
layout = "drop down menu"
base theme = "professional"
color = "black"
}

You might also like