guys i need ure idea sa enrollment system.
naglibog ko sa unsaon nako pagcode kanang di ma duplicate ang time ug ang subject. den sa sectionning sad. i really get confuse
guys i need ure idea sa enrollment system.
naglibog ko sa unsaon nako pagcode kanang di ma duplicate ang time ug ang subject. den sa sectionning sad. i really get confuse
Dako mana nga system ang enrollment system bro labi na kung college enrollment system.
1. Student table para sa complete student information
2. Curriculum table
3. Instructor Table para na sad ka subject loading for instructor
4. Course Table para naa features unsa choices of course.
5. Subject Table para naa features if naa subject offer ang school
6. and so on..........
goog luck nalang bro.
^ sir,pra sa highschool mn kuno ang ila gihimo n system..so, mas saun ra cya compared sa college...
pm m guyz ky naa q enrollment system sa high school....mao na amo gpili sa aq group na thesis pwjct...bka maka help q...dd2 lng q reps sa private messeg naq..
Bay,
On enrollment system, you only need student info, offerings info and enrollment transaction. Thats it. The offerings info includes na the subject, teacher, room, schedule. Tie the student info and offerings info and save them in enrollment transaction with keys on school year and semester.
You dont need an enrollment procedure for highschool and elementary, they dont change schedule. It will be just a basic school registration for the school year to come and provide the grading info, thats it.
Have fun.
Glenn
Innosoft Solutions
Last edited by innosoftcebu; 08-20-2010 at 01:09 PM.
Im trying to write and htacces that will change the url
This codeigniter implementation
http://example.com/projectname/controller/method/title
http://example.com/projectname/profile/views/how to become a good leader
and I want to convert that using htaccess into
http://example.com/projectname/how to become a good leader/id
How to remove the controller/method in the codeigniter using htaccess.
Please help me guys.
high school ra gyud amo.
were using db2 as our databse.
den i really get confuse on how to monitor da section kung pila ka student.
den sa subject sad confuse lang ko.kanang dili ma duplicate ang mga subject ug time sa teacher.
can i have your number email-add para masendan tka sa amo system.
lisod bya ang db2 kay mag create ka ug databse. dili pareha sa access nga ma transfer ra.
BELOW IS MY CODE IN CREATING MY DATABSE IN DB2.
CREATE DB DBENROLL
FOR STUDENT TABLE
CREATE TABLE STUDENT(STUD_ID CHAR(NOT NULL PRIMARY KEY,LAST_NAME VARCHAR(30),FIRST_NAME VARCHAR(30),MIDDLE_INITIALS CHAR(1),BIRTHDATE DATE,AGE CHAR(2),GENDER CHAR(1), RELIGION VARCHAR(30),STATUS VARCHAR(20),CITIZENSHIP VARCHAR(30),ADDRESS VARCHAR(50), CONTACT CHAR(11),GUARDIAN VARCHAR(30),R
NSHIP VARCHAR(20))
FOR SUBJECT TABLE
CREATE TABLE SUBJECT(SUBJECT_CODE VARCHAR(20)NOT NULL PRIMARY KEY,DESCRIPTION VARCHAR(50),UNITS CHAR(1),START_TIME CHAR(10),END_TIME CHAR(10),DAYS VARCHAR(50))
FOR TEACHER TABLE
CREATE TABLE TEACHER(TEACHER_ID CHAR(NOT NULL PRIMARY KEY,LAST_NAME VARCHAR(30),FIRST_NAME VARCHAR(30),MIDDLE_INITIALS CHAR(1),BIRTHDATE DATE, GENDER CHAR(1),STATUS VARCHAR(20),RELIGION VARCHAR(30),CITIZENSHIP VARCHAR(30),ADDRESS VARCHAR(50),CONTACT CHAR(11),SUBJECT_MAJOR VARCHAR(30),TEACHE
VARCHAR(30))
MAO PA NI AKO NABUHAT
NAGHUWAT PAKO SA AMO MENTOR MA KOREKSYONAN ANG AMO DATABASE
HOPE U CAN HELP ME
TY
sa amo thesis we are using mysql as db. ok ra baya if dali ka kakuha kung self study.. ^_^
for your problem:
1.)i really get confuse on how to monitor da section kung pila ka student. <-use counters and conditional statements?
2.)confuse lang ko.kanang dili ma duplicate ang mga subject ug time sa teacher. <- again, conditional statements
mas dali if before ka mag code and everything else, himo flowchart and program flow para makita nimo daan. usually conditional statements ra na and imo gikalibugan. pero if naa ka program flow, dali ra na makita unsa ang imo hatagan ug conditions.. ^_^
Similar Threads |
|