SlideShare a Scribd company logo
1 of 6
Login Botton:
Admin-you can see all and you can edit and insert
Teacher_ you can see only the student record and you subject
the one you handle it
Interface
When you enter your username and password from the
previous .userform .you may see this one (interface)
Student Reistration:
You must register the student before adding to the section
that they belong
..
If you are a teacher,,you may see your
subject the one you handle .if you handle
the math subject .only the math subject u
may see ..the other subject is freeze .you
may not see the other subject
This the student record if your name is
there automatically you are belong to the
section the one you assign..by the admin
or the register…
Programming language
We use VBA(Visual Basic for Application) because this is the only language that we know ..its easy to use
to make a program/system using VBA .because this is the only language that we have experience to do
so ,
Special purpose language tools.
We don’t use the special language tools …only VBA
Testing Stage
Our system our tested by the other I.T student , school before we bring it to the …
The I.T student was no comment about the flow of the system ..but they want to put some grading card
or a report card to know the student grade and also they want printable card to have a copy on it
Testing schedule
Our system is available anytime you may test this everytime you want ,,
Module/Specification
LOGIN
Private Sub ComboBox1_Change()
End Sub
Private Sub CommandButton1_Click()
If ComboBox1.Text = "Admin" Then
If TextBox2.Text = "stiadmin" Then
Unload Me
Interface.Show
Sheet1.Unprotect
Sheet3.Unprotect
Sheet4.Unprotect
Sheet5.Unprotect
Sheet6.Unprotect
Sheet8.Unprotect
Subjects.Computer.Enabled = True
Subjects.English.Enabled = True
Subjects.Science.Enabled = True
Subjects.Math.Enabled = True
Else
MsgBox "Username or Password Incorrect"
End If
ElseIf ComboBox1.Text = "Math" Then
If TextBox2.Text = "MathTeacher" Then
Subjects.Math.Enabled = True
Subjects.Science.Enabled = False
Subjects.English.Enabled = False
Subjects.Computer.Enabled = False
Interface.Registration.Enabled = False
Sheet1.Protect
Sheet2.Protect
Sheet3.Unprotect
Sheet4.Unprotect
Sheet5.Protect
Sheet6.Protect
Sheet8.Protect
Sheet4.Select
Unload Me
Interface.Show
Else
MsgBox "Username or Password Incorrect"
End If
ElseIf ComboBox1.Text = "Computer" Then
If TextBox2.Text = "ComputerTeacher" Then
Subjects.Computer.Enabled = True
Subjects.Science.Enabled = False
Subjects.English.Enabled = False
Subjects.Math.Enabled = False
Interface.Registration.Enabled = False
Sheet1.Protect
Sheet2.Protect
Sheet3.Protect
Sheet4.Protect
Sheet5.Protect
Sheet6.Unprotect
Sheet8.Protect
Sheet6.Select
Unload Me
Interface.Show
Else
MsgBox "Username or Password Incorrect"
End If
ElseIf ComboBox1.Text = "English" Then
If TextBox2.Text = "EnglishTeacher" Then
Subjects.English.Enabled = True
Subjects.Science.Enabled = False
Subjects.Math.Enabled = False
Subjects.Computer.Enabled = False
Interface.Registration.Enabled = False
Sheet1.Protect
Sheet2.Protect
Sheet3.Protect
Sheet4.Protect
Sheet5.Unprotect
Sheet6.Protect
Sheet8.Protect
Sheet5.Select
Unload Me
Interface.Show
Else
MsgBox "Username or Password Incorrect"
End If
ElseIf ComboBox1.Text = "Science" Then
If TextBox2.Text = "ScienceTeacher" Then
Subjects.Science.Enabled = True
Subjects.Math.Enabled = False
Subjects.English.Enabled = False
Subjects.Computer.Enabled = False
Interface.Registration.Enabled = False
Sheet1.Protect
Sheet2.Protect
Sheet3.Unprotect
Sheet4.Protect
Sheet5.Protect
Sheet6.Protect
Sheet8.Protect
Sheet3.Select
Unload Me
Interface.Show
Else
MsgBox "Username or Password Incorrect"
End If
End If
End Sub
Private Sub CommandButton2_Click()
Unload Me
End Sub
Private Sub CommandButton3_Click()
StudentReg.Show
End Sub
Interface
Private Sub CommadButton2_Click()
Unload Me
Subjects.Show
End Sub
Private Sub CommandButton3_Click()
Unload Me
End
End Sub
Private Sub CommandButton4_Click()
Confirmation.Show
Unload Me
Sheet8.Select
End Sub
Private Sub Registration_Click()
Unload Me
StudentReg.Show
Sheet1.Select
End Sub
Private Sub StudentInfo_Click()
Sheet1.Select
9 Unload Me
End Sub
Private Sub Subject_Click()
Interface.Hide
Subjects.Show
Sheet5.Select
End Sub
Private Sub UserForm_Click()
End Sub
Hardware requirement
Software requirement
Human resource requirement
Implementation plan
Site preparation
Personal training
The personal training .is a basically to try…our system our easliest to use with or without experience
,,just follow the instruction..
System conversion
Data conversion
Impletation schedule
System maintenance plan

More Related Content

What's hot

Introduction to custodial care
Introduction to custodial careIntroduction to custodial care
Introduction to custodial caredfield
 
Introduction to custodial care
Introduction to custodial careIntroduction to custodial care
Introduction to custodial caredfield
 
Code smells quality of code
Code smells   quality of codeCode smells   quality of code
Code smells quality of codeHasan Al Mamun
 
Simulation rubric
Simulation rubricSimulation rubric
Simulation rubricshaila_A
 
Integrating smart response with study island
Integrating smart response with study islandIntegrating smart response with study island
Integrating smart response with study islandMatt Strine
 
LCRec: Learning Content Recommendation System
LCRec: Learning Content Recommendation SystemLCRec: Learning Content Recommendation System
LCRec: Learning Content Recommendation SystemWORAPOT SOMMOOL
 
Year 7 lesson 4 interactive and script mode
Year 7 lesson 4   interactive and script modeYear 7 lesson 4   interactive and script mode
Year 7 lesson 4 interactive and script modetmoncrieff
 

What's hot (10)

Introduction to custodial care
Introduction to custodial careIntroduction to custodial care
Introduction to custodial care
 
Hello English
Hello EnglishHello English
Hello English
 
Introduction to custodial care
Introduction to custodial careIntroduction to custodial care
Introduction to custodial care
 
Code smells quality of code
Code smells   quality of codeCode smells   quality of code
Code smells quality of code
 
Simulation rubric
Simulation rubricSimulation rubric
Simulation rubric
 
Integrating smart response with study island
Integrating smart response with study islandIntegrating smart response with study island
Integrating smart response with study island
 
LCRec: Learning Content Recommendation System
LCRec: Learning Content Recommendation SystemLCRec: Learning Content Recommendation System
LCRec: Learning Content Recommendation System
 
Cosmo Education Center
Cosmo Education CenterCosmo Education Center
Cosmo Education Center
 
How to crack toefl
How to crack toeflHow to crack toefl
How to crack toefl
 
Year 7 lesson 4 interactive and script mode
Year 7 lesson 4   interactive and script modeYear 7 lesson 4   interactive and script mode
Year 7 lesson 4 interactive and script mode
 

Viewers also liked

YOW! Connected 2014 - Developing Secure iOS Applications
YOW! Connected 2014 - Developing Secure iOS ApplicationsYOW! Connected 2014 - Developing Secure iOS Applications
YOW! Connected 2014 - Developing Secure iOS Applicationseightbit
 
Phan tich bop dh28kt03 nhom xuka
Phan tich bop dh28kt03 nhom xukaPhan tich bop dh28kt03 nhom xuka
Phan tich bop dh28kt03 nhom xukah160194
 
Presentacion
PresentacionPresentacion
Presentacionflory2014
 
Tugas politik_transaksional_di_lembaga_legislatif
Tugas  politik_transaksional_di_lembaga_legislatifTugas  politik_transaksional_di_lembaga_legislatif
Tugas politik_transaksional_di_lembaga_legislatifDanny Ardiyansyah
 
Areas of housekeeping department responsbilities
Areas of housekeeping department responsbilitiesAreas of housekeeping department responsbilities
Areas of housekeeping department responsbilitiesShahira Karim
 
художница весна сало\
художница весна сало\художница весна сало\
художница весна сало\ozimovska
 
RiverWatch Weekly Newsletter 7-2016
RiverWatch Weekly Newsletter 7-2016RiverWatch Weekly Newsletter 7-2016
RiverWatch Weekly Newsletter 7-2016Shane Payne
 
презентация!\
презентация!\презентация!\
презентация!\ozimovska
 
Google 3rd party brand hotels
Google 3rd party brand hotelsGoogle 3rd party brand hotels
Google 3rd party brand hotelsEtienne Thomas
 
Cal Staggers Bible Verses
Cal Staggers Bible VersesCal Staggers Bible Verses
Cal Staggers Bible VersesCal Staggers
 
Technology
TechnologyTechnology
TechnologyEvai17
 
орхидея Убизский
орхидея  Убизскийорхидея  Убизский
орхидея Убизскийozimovska
 
hydraces
hydraceshydraces
hydraceshyd99
 

Viewers also liked (16)

YOW! Connected 2014 - Developing Secure iOS Applications
YOW! Connected 2014 - Developing Secure iOS ApplicationsYOW! Connected 2014 - Developing Secure iOS Applications
YOW! Connected 2014 - Developing Secure iOS Applications
 
Phan tich bop dh28kt03 nhom xuka
Phan tich bop dh28kt03 nhom xukaPhan tich bop dh28kt03 nhom xuka
Phan tich bop dh28kt03 nhom xuka
 
Presentacion
PresentacionPresentacion
Presentacion
 
Hk
HkHk
Hk
 
Non veg-choice-menu-standard a4
Non veg-choice-menu-standard a4Non veg-choice-menu-standard a4
Non veg-choice-menu-standard a4
 
Tugas politik_transaksional_di_lembaga_legislatif
Tugas  politik_transaksional_di_lembaga_legislatifTugas  politik_transaksional_di_lembaga_legislatif
Tugas politik_transaksional_di_lembaga_legislatif
 
Areas of housekeeping department responsbilities
Areas of housekeeping department responsbilitiesAreas of housekeeping department responsbilities
Areas of housekeeping department responsbilities
 
художница весна сало\
художница весна сало\художница весна сало\
художница весна сало\
 
RiverWatch Weekly Newsletter 7-2016
RiverWatch Weekly Newsletter 7-2016RiverWatch Weekly Newsletter 7-2016
RiverWatch Weekly Newsletter 7-2016
 
презентация!\
презентация!\презентация!\
презентация!\
 
Veg choice-menu-gold a4
Veg choice-menu-gold a4Veg choice-menu-gold a4
Veg choice-menu-gold a4
 
Google 3rd party brand hotels
Google 3rd party brand hotelsGoogle 3rd party brand hotels
Google 3rd party brand hotels
 
Cal Staggers Bible Verses
Cal Staggers Bible VersesCal Staggers Bible Verses
Cal Staggers Bible Verses
 
Technology
TechnologyTechnology
Technology
 
орхидея Убизский
орхидея  Убизскийорхидея  Убизский
орхидея Убизский
 
hydraces
hydraceshydraces
hydraces
 

Similar to Ggg

AVB201.2 Microsoft Access VBA Module 2
AVB201.2 Microsoft Access VBA Module 2AVB201.2 Microsoft Access VBA Module 2
AVB201.2 Microsoft Access VBA Module 2Dan D'Urso
 
Mastering python lesson2
Mastering python lesson2Mastering python lesson2
Mastering python lesson2Ruth Marvin
 
Exception handling
Exception handlingException handling
Exception handlingRaja Sekhar
 
MICROSOFT WORD (ICTL)
MICROSOFT WORD (ICTL)MICROSOFT WORD (ICTL)
MICROSOFT WORD (ICTL)Nad0209
 
Mca pro1 online
Mca pro1 onlineMca pro1 online
Mca pro1 onlinerameshvvv
 
Lession 2 starting with mssqlserver
Lession 2 starting with mssqlserverLession 2 starting with mssqlserver
Lession 2 starting with mssqlserverĐỗ Đức Hùng
 
Quick start krohne academy online
Quick start krohne academy onlineQuick start krohne academy online
Quick start krohne academy onlineChoochart Thongnark
 
Getting started with the visual basic editor
Getting started with the visual basic editorGetting started with the visual basic editor
Getting started with the visual basic editorputiadetiara
 
Basic Functions - Excel 2013 Tutorial
Basic Functions - Excel 2013 TutorialBasic Functions - Excel 2013 Tutorial
Basic Functions - Excel 2013 TutorialSpreadsheetTrainer
 
XMetaL Dialog Odds & Ends
XMetaL Dialog Odds & EndsXMetaL Dialog Odds & Ends
XMetaL Dialog Odds & EndsXMetaL
 
Unit testing (workshop)
Unit testing (workshop)Unit testing (workshop)
Unit testing (workshop)Foyzul Karim
 
Practical unit testing tips
Practical unit testing tipsPractical unit testing tips
Practical unit testing tipsTypemock
 
Brightspace Business Student Guide v3
Brightspace Business Student Guide v3 Brightspace Business Student Guide v3
Brightspace Business Student Guide v3 Mark Kor
 
Small Basic Calculator Apps lesson
Small Basic Calculator Apps lessonSmall Basic Calculator Apps lesson
Small Basic Calculator Apps lessonEdujetage
 
Add or Remove Password Protection in Excel 2016
Add or Remove Password Protection in Excel 2016Add or Remove Password Protection in Excel 2016
Add or Remove Password Protection in Excel 2016Jaff Tiger
 
Protecting Documents
Protecting DocumentsProtecting Documents
Protecting DocumentsKaren Baker
 

Similar to Ggg (20)

AVB201.2 Microsoft Access VBA Module 2
AVB201.2 Microsoft Access VBA Module 2AVB201.2 Microsoft Access VBA Module 2
AVB201.2 Microsoft Access VBA Module 2
 
Mastering python lesson2
Mastering python lesson2Mastering python lesson2
Mastering python lesson2
 
Exception handling
Exception handlingException handling
Exception handling
 
MICROSOFT WORD (ICTL)
MICROSOFT WORD (ICTL)MICROSOFT WORD (ICTL)
MICROSOFT WORD (ICTL)
 
Mca pro1 online
Mca pro1 onlineMca pro1 online
Mca pro1 online
 
Lession 2 starting with mssqlserver
Lession 2 starting with mssqlserverLession 2 starting with mssqlserver
Lession 2 starting with mssqlserver
 
Quick start krohne academy online
Quick start krohne academy onlineQuick start krohne academy online
Quick start krohne academy online
 
VBA
VBAVBA
VBA
 
Getting started with the visual basic editor
Getting started with the visual basic editorGetting started with the visual basic editor
Getting started with the visual basic editor
 
Basic Functions - Excel 2013 Tutorial
Basic Functions - Excel 2013 TutorialBasic Functions - Excel 2013 Tutorial
Basic Functions - Excel 2013 Tutorial
 
VBA Tips
VBA TipsVBA Tips
VBA Tips
 
XMetaL Dialog Odds & Ends
XMetaL Dialog Odds & EndsXMetaL Dialog Odds & Ends
XMetaL Dialog Odds & Ends
 
Unit testing (workshop)
Unit testing (workshop)Unit testing (workshop)
Unit testing (workshop)
 
Practical unit testing tips
Practical unit testing tipsPractical unit testing tips
Practical unit testing tips
 
Brightspace Business Student Guide v3
Brightspace Business Student Guide v3 Brightspace Business Student Guide v3
Brightspace Business Student Guide v3
 
Vb6.0 intro
Vb6.0 introVb6.0 intro
Vb6.0 intro
 
Small Basic Calculator Apps lesson
Small Basic Calculator Apps lessonSmall Basic Calculator Apps lesson
Small Basic Calculator Apps lesson
 
Add or Remove Password Protection in Excel 2016
Add or Remove Password Protection in Excel 2016Add or Remove Password Protection in Excel 2016
Add or Remove Password Protection in Excel 2016
 
Protecting Documents
Protecting DocumentsProtecting Documents
Protecting Documents
 
Logical Triggers.pdf
Logical Triggers.pdfLogical Triggers.pdf
Logical Triggers.pdf
 

More from Chriselle24

Computerized grading system chapter 4 5
Computerized grading system chapter 4 5Computerized grading system chapter 4 5
Computerized grading system chapter 4 5Chriselle24
 
Computerized grading system ( cgs )
Computerized grading system ( cgs )Computerized grading system ( cgs )
Computerized grading system ( cgs )Chriselle24
 
5.2.1 data flow diagram
5.2.1 data flow diagram5.2.1 data flow diagram
5.2.1 data flow diagramChriselle24
 
Computerized grading system chapter 1-3
Computerized grading system chapter 1-3Computerized grading system chapter 1-3
Computerized grading system chapter 1-3Chriselle24
 
Computerized grading system chapter 1-3 ( summarization )
Computerized grading system chapter 1-3 ( summarization )Computerized grading system chapter 1-3 ( summarization )
Computerized grading system chapter 1-3 ( summarization )Chriselle24
 

More from Chriselle24 (6)

4 (1)
4 (1)4 (1)
4 (1)
 
Computerized grading system chapter 4 5
Computerized grading system chapter 4 5Computerized grading system chapter 4 5
Computerized grading system chapter 4 5
 
Computerized grading system ( cgs )
Computerized grading system ( cgs )Computerized grading system ( cgs )
Computerized grading system ( cgs )
 
5.2.1 data flow diagram
5.2.1 data flow diagram5.2.1 data flow diagram
5.2.1 data flow diagram
 
Computerized grading system chapter 1-3
Computerized grading system chapter 1-3Computerized grading system chapter 1-3
Computerized grading system chapter 1-3
 
Computerized grading system chapter 1-3 ( summarization )
Computerized grading system chapter 1-3 ( summarization )Computerized grading system chapter 1-3 ( summarization )
Computerized grading system chapter 1-3 ( summarization )
 

Recently uploaded

ENGLISH6-Q4-W3.pptxqurter our high choom
ENGLISH6-Q4-W3.pptxqurter our high choomENGLISH6-Q4-W3.pptxqurter our high choom
ENGLISH6-Q4-W3.pptxqurter our high choomnelietumpap1
 
Judging the Relevance and worth of ideas part 2.pptx
Judging the Relevance  and worth of ideas part 2.pptxJudging the Relevance  and worth of ideas part 2.pptx
Judging the Relevance and worth of ideas part 2.pptxSherlyMaeNeri
 
Influencing policy (training slides from Fast Track Impact)
Influencing policy (training slides from Fast Track Impact)Influencing policy (training slides from Fast Track Impact)
Influencing policy (training slides from Fast Track Impact)Mark Reed
 
FILIPINO PSYCHology sikolohiyang pilipino
FILIPINO PSYCHology sikolohiyang pilipinoFILIPINO PSYCHology sikolohiyang pilipino
FILIPINO PSYCHology sikolohiyang pilipinojohnmickonozaleda
 
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptxMULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptxAnupkumar Sharma
 
AUDIENCE THEORY -CULTIVATION THEORY - GERBNER.pptx
AUDIENCE THEORY -CULTIVATION THEORY -  GERBNER.pptxAUDIENCE THEORY -CULTIVATION THEORY -  GERBNER.pptx
AUDIENCE THEORY -CULTIVATION THEORY - GERBNER.pptxiammrhaywood
 
Science 7 Quarter 4 Module 2: Natural Resources.pptx
Science 7 Quarter 4 Module 2: Natural Resources.pptxScience 7 Quarter 4 Module 2: Natural Resources.pptx
Science 7 Quarter 4 Module 2: Natural Resources.pptxMaryGraceBautista27
 
What is Model Inheritance in Odoo 17 ERP
What is Model Inheritance in Odoo 17 ERPWhat is Model Inheritance in Odoo 17 ERP
What is Model Inheritance in Odoo 17 ERPCeline George
 
4.18.24 Movement Legacies, Reflection, and Review.pptx
4.18.24 Movement Legacies, Reflection, and Review.pptx4.18.24 Movement Legacies, Reflection, and Review.pptx
4.18.24 Movement Legacies, Reflection, and Review.pptxmary850239
 
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...JhezDiaz1
 
Proudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxProudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxthorishapillay1
 
Choosing the Right CBSE School A Comprehensive Guide for Parents
Choosing the Right CBSE School A Comprehensive Guide for ParentsChoosing the Right CBSE School A Comprehensive Guide for Parents
Choosing the Right CBSE School A Comprehensive Guide for Parentsnavabharathschool99
 
ACC 2024 Chronicles. Cardiology. Exam.pdf
ACC 2024 Chronicles. Cardiology. Exam.pdfACC 2024 Chronicles. Cardiology. Exam.pdf
ACC 2024 Chronicles. Cardiology. Exam.pdfSpandanaRallapalli
 
Inclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdf
Inclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdfInclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdf
Inclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdfTechSoup
 
Global Lehigh Strategic Initiatives (without descriptions)
Global Lehigh Strategic Initiatives (without descriptions)Global Lehigh Strategic Initiatives (without descriptions)
Global Lehigh Strategic Initiatives (without descriptions)cama23
 
Procuring digital preservation CAN be quick and painless with our new dynamic...
Procuring digital preservation CAN be quick and painless with our new dynamic...Procuring digital preservation CAN be quick and painless with our new dynamic...
Procuring digital preservation CAN be quick and painless with our new dynamic...Jisc
 
Transaction Management in Database Management System
Transaction Management in Database Management SystemTransaction Management in Database Management System
Transaction Management in Database Management SystemChristalin Nelson
 

Recently uploaded (20)

ENGLISH6-Q4-W3.pptxqurter our high choom
ENGLISH6-Q4-W3.pptxqurter our high choomENGLISH6-Q4-W3.pptxqurter our high choom
ENGLISH6-Q4-W3.pptxqurter our high choom
 
Judging the Relevance and worth of ideas part 2.pptx
Judging the Relevance  and worth of ideas part 2.pptxJudging the Relevance  and worth of ideas part 2.pptx
Judging the Relevance and worth of ideas part 2.pptx
 
Influencing policy (training slides from Fast Track Impact)
Influencing policy (training slides from Fast Track Impact)Influencing policy (training slides from Fast Track Impact)
Influencing policy (training slides from Fast Track Impact)
 
FILIPINO PSYCHology sikolohiyang pilipino
FILIPINO PSYCHology sikolohiyang pilipinoFILIPINO PSYCHology sikolohiyang pilipino
FILIPINO PSYCHology sikolohiyang pilipino
 
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptxMULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
 
AUDIENCE THEORY -CULTIVATION THEORY - GERBNER.pptx
AUDIENCE THEORY -CULTIVATION THEORY -  GERBNER.pptxAUDIENCE THEORY -CULTIVATION THEORY -  GERBNER.pptx
AUDIENCE THEORY -CULTIVATION THEORY - GERBNER.pptx
 
Science 7 Quarter 4 Module 2: Natural Resources.pptx
Science 7 Quarter 4 Module 2: Natural Resources.pptxScience 7 Quarter 4 Module 2: Natural Resources.pptx
Science 7 Quarter 4 Module 2: Natural Resources.pptx
 
Raw materials used in Herbal Cosmetics.pptx
Raw materials used in Herbal Cosmetics.pptxRaw materials used in Herbal Cosmetics.pptx
Raw materials used in Herbal Cosmetics.pptx
 
YOUVE_GOT_EMAIL_PRELIMS_EL_DORADO_2024.pptx
YOUVE_GOT_EMAIL_PRELIMS_EL_DORADO_2024.pptxYOUVE_GOT_EMAIL_PRELIMS_EL_DORADO_2024.pptx
YOUVE_GOT_EMAIL_PRELIMS_EL_DORADO_2024.pptx
 
What is Model Inheritance in Odoo 17 ERP
What is Model Inheritance in Odoo 17 ERPWhat is Model Inheritance in Odoo 17 ERP
What is Model Inheritance in Odoo 17 ERP
 
YOUVE GOT EMAIL_FINALS_EL_DORADO_2024.pptx
YOUVE GOT EMAIL_FINALS_EL_DORADO_2024.pptxYOUVE GOT EMAIL_FINALS_EL_DORADO_2024.pptx
YOUVE GOT EMAIL_FINALS_EL_DORADO_2024.pptx
 
4.18.24 Movement Legacies, Reflection, and Review.pptx
4.18.24 Movement Legacies, Reflection, and Review.pptx4.18.24 Movement Legacies, Reflection, and Review.pptx
4.18.24 Movement Legacies, Reflection, and Review.pptx
 
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
 
Proudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxProudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptx
 
Choosing the Right CBSE School A Comprehensive Guide for Parents
Choosing the Right CBSE School A Comprehensive Guide for ParentsChoosing the Right CBSE School A Comprehensive Guide for Parents
Choosing the Right CBSE School A Comprehensive Guide for Parents
 
ACC 2024 Chronicles. Cardiology. Exam.pdf
ACC 2024 Chronicles. Cardiology. Exam.pdfACC 2024 Chronicles. Cardiology. Exam.pdf
ACC 2024 Chronicles. Cardiology. Exam.pdf
 
Inclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdf
Inclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdfInclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdf
Inclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdf
 
Global Lehigh Strategic Initiatives (without descriptions)
Global Lehigh Strategic Initiatives (without descriptions)Global Lehigh Strategic Initiatives (without descriptions)
Global Lehigh Strategic Initiatives (without descriptions)
 
Procuring digital preservation CAN be quick and painless with our new dynamic...
Procuring digital preservation CAN be quick and painless with our new dynamic...Procuring digital preservation CAN be quick and painless with our new dynamic...
Procuring digital preservation CAN be quick and painless with our new dynamic...
 
Transaction Management in Database Management System
Transaction Management in Database Management SystemTransaction Management in Database Management System
Transaction Management in Database Management System
 

Ggg

  • 1. Login Botton: Admin-you can see all and you can edit and insert Teacher_ you can see only the student record and you subject the one you handle it Interface When you enter your username and password from the previous .userform .you may see this one (interface) Student Reistration: You must register the student before adding to the section that they belong .. If you are a teacher,,you may see your subject the one you handle .if you handle the math subject .only the math subject u may see ..the other subject is freeze .you may not see the other subject
  • 2. This the student record if your name is there automatically you are belong to the section the one you assign..by the admin or the register… Programming language We use VBA(Visual Basic for Application) because this is the only language that we know ..its easy to use to make a program/system using VBA .because this is the only language that we have experience to do so , Special purpose language tools. We don’t use the special language tools …only VBA Testing Stage Our system our tested by the other I.T student , school before we bring it to the … The I.T student was no comment about the flow of the system ..but they want to put some grading card or a report card to know the student grade and also they want printable card to have a copy on it Testing schedule Our system is available anytime you may test this everytime you want ,, Module/Specification LOGIN Private Sub ComboBox1_Change() End Sub Private Sub CommandButton1_Click() If ComboBox1.Text = "Admin" Then If TextBox2.Text = "stiadmin" Then Unload Me Interface.Show Sheet1.Unprotect Sheet3.Unprotect Sheet4.Unprotect
  • 3. Sheet5.Unprotect Sheet6.Unprotect Sheet8.Unprotect Subjects.Computer.Enabled = True Subjects.English.Enabled = True Subjects.Science.Enabled = True Subjects.Math.Enabled = True Else MsgBox "Username or Password Incorrect" End If ElseIf ComboBox1.Text = "Math" Then If TextBox2.Text = "MathTeacher" Then Subjects.Math.Enabled = True Subjects.Science.Enabled = False Subjects.English.Enabled = False Subjects.Computer.Enabled = False Interface.Registration.Enabled = False Sheet1.Protect Sheet2.Protect Sheet3.Unprotect Sheet4.Unprotect Sheet5.Protect Sheet6.Protect Sheet8.Protect Sheet4.Select Unload Me Interface.Show Else MsgBox "Username or Password Incorrect" End If ElseIf ComboBox1.Text = "Computer" Then If TextBox2.Text = "ComputerTeacher" Then Subjects.Computer.Enabled = True Subjects.Science.Enabled = False Subjects.English.Enabled = False Subjects.Math.Enabled = False Interface.Registration.Enabled = False Sheet1.Protect Sheet2.Protect Sheet3.Protect Sheet4.Protect Sheet5.Protect Sheet6.Unprotect Sheet8.Protect Sheet6.Select Unload Me
  • 4. Interface.Show Else MsgBox "Username or Password Incorrect" End If ElseIf ComboBox1.Text = "English" Then If TextBox2.Text = "EnglishTeacher" Then Subjects.English.Enabled = True Subjects.Science.Enabled = False Subjects.Math.Enabled = False Subjects.Computer.Enabled = False Interface.Registration.Enabled = False Sheet1.Protect Sheet2.Protect Sheet3.Protect Sheet4.Protect Sheet5.Unprotect Sheet6.Protect Sheet8.Protect Sheet5.Select Unload Me Interface.Show Else MsgBox "Username or Password Incorrect" End If ElseIf ComboBox1.Text = "Science" Then If TextBox2.Text = "ScienceTeacher" Then Subjects.Science.Enabled = True Subjects.Math.Enabled = False Subjects.English.Enabled = False Subjects.Computer.Enabled = False Interface.Registration.Enabled = False Sheet1.Protect Sheet2.Protect Sheet3.Unprotect Sheet4.Protect Sheet5.Protect Sheet6.Protect Sheet8.Protect Sheet3.Select Unload Me Interface.Show Else MsgBox "Username or Password Incorrect" End If End If
  • 5. End Sub Private Sub CommandButton2_Click() Unload Me End Sub Private Sub CommandButton3_Click() StudentReg.Show End Sub Interface Private Sub CommadButton2_Click() Unload Me Subjects.Show End Sub Private Sub CommandButton3_Click() Unload Me End End Sub Private Sub CommandButton4_Click() Confirmation.Show Unload Me Sheet8.Select End Sub Private Sub Registration_Click() Unload Me StudentReg.Show Sheet1.Select End Sub Private Sub StudentInfo_Click() Sheet1.Select 9 Unload Me End Sub Private Sub Subject_Click() Interface.Hide Subjects.Show Sheet5.Select
  • 6. End Sub Private Sub UserForm_Click() End Sub Hardware requirement Software requirement Human resource requirement Implementation plan Site preparation Personal training The personal training .is a basically to try…our system our easliest to use with or without experience ,,just follow the instruction.. System conversion Data conversion Impletation schedule System maintenance plan