SlideShare a Scribd company logo
1 of 52
TeleVOX
Sabin Popescu
B.Sc. Project
B.Sc. Project

 Objective: feedback-controlled employee performance
 measurement
B.Sc. Project

 Objective: feedback-controlled employee performance
 measurement
 Develop the software
B.Sc. Project

 Objective: feedback-controlled employee performance
 measurement
 Develop the software
 Write the paper
B.Sc. Project

 Objective: feedback-controlled employee performance
 measurement
 Develop the software
 Write the paper
 Do the PowerPoint presentation
SQL
SQL

Visual Studio
SQL

Visual Studio

Excel
SQL

Visual Studio

Excel

Word, Photoshop, Freehand, PowerPoint, Acrobat
namespace CallCenter
{
    public partial class Form1 : Form
    {
        public string _CodOperator = "";

        public Form1(string pCodOperator)
        {
            _CodOperator = pCodOperator;

             InitializeComponent();

             if (pCodOperator != "ADM")
             {
                 //dezactiveaza taburile de operatori si abonamente daca utilizatorul curent nu este administrator
                 m_tabControl.TabPages.Remove(m_tabPageAbonamenteServicii);
                 m_tabControl.TabPages.Remove(m_tabPageOperatori);
                 this.Text += pCodOperator; //adauga la titlul ferestrei si numele operatorului curent
             }

           else
                     this.Text += "ADMINISTRATOR";
             IncarcaDatele(); //din baza de date; functie definita mai jos
       }

       private void Form1_Load(object sender, EventArgs e)
       {
           //valori standard pentru data activarii si incheierii contractului in cazul intrarilor nou create
           m_dataSetAll.Clienti.DataIncheieriiContractColumn.DefaultValue = DateTime.Now.Date;
           m_dataSetAll.ClientiUtilizatori.DataActivariiColumn.DefaultValue = DateTime.Now.Date;
           m_dataSetAll.ClientiUtilizatori.ActivColumn.DefaultValue = true; //abonamentul este implicit activ
       }

       private void Form1_FormClosing(object sender, FormClosingEventArgs e) //la inchiderea ferestrei
       {
           if (m_dataSetAll.HasChanges() == true)
           {
           //daca s-au detectat schimbari in baza de date, se afiseaza o fereastra de dialog in care utilizatorul este
           intrebat daca vrea sa salveze
           DialogResult dr = MessageBox.Show("Doriti sa salvati modificarile?", this.Text, MessageBoxButtons.YesNo,
           MessageBoxIcon.Question, MessageBoxDefaultButton.Button1);
               if (dr == DialogResult.Yes)
                   if (SalveazaDatele() == false)
                       e.Cancel = true; //daca a aparut o eroare, nu mai inchide fereastra
           }

             if (e.Cancel == false) ...
Demo
TeleVox
TeleVox

More Related Content

Viewers also liked

โปรแกรมการเรียน
โปรแกรมการเรียนโปรแกรมการเรียน
โปรแกรมการเรียน
kanittha21380
 
Maria 59 60 61 pdf
Maria 59 60 61 pdfMaria 59 60 61 pdf
Maria 59 60 61 pdf
masque4patas
 
Curso manipulacion de imagenes con gimp
Curso manipulacion de imagenes con gimpCurso manipulacion de imagenes con gimp
Curso manipulacion de imagenes con gimp
rosalacarlota
 
Ika Entree
Ika EntreeIka Entree
Ika Entree
koningjd
 
Motorokr s305 presentation01
Motorokr s305 presentation01Motorokr s305 presentation01
Motorokr s305 presentation01
itan613
 
Fall 2010 introduction presentation
Fall 2010 introduction presentationFall 2010 introduction presentation
Fall 2010 introduction presentation
Oak Grove School
 

Viewers also liked (20)

Pix digital
Pix digitalPix digital
Pix digital
 
โปรแกรมการเรียน
โปรแกรมการเรียนโปรแกรมการเรียน
โปรแกรมการเรียน
 
Maria 59 60 61 pdf
Maria 59 60 61 pdfMaria 59 60 61 pdf
Maria 59 60 61 pdf
 
Mandrake
MandrakeMandrake
Mandrake
 
Curso manipulacion de imagenes con gimp
Curso manipulacion de imagenes con gimpCurso manipulacion de imagenes con gimp
Curso manipulacion de imagenes con gimp
 
Seminario
SeminarioSeminario
Seminario
 
Ika Entree
Ika EntreeIka Entree
Ika Entree
 
Motorokr s305 presentation01
Motorokr s305 presentation01Motorokr s305 presentation01
Motorokr s305 presentation01
 
shock dr vela
 shock dr vela shock dr vela
shock dr vela
 
Integrated Business Solutions
Integrated Business SolutionsIntegrated Business Solutions
Integrated Business Solutions
 
PDF Sec
PDF SecPDF Sec
PDF Sec
 
Fall 2010 introduction presentation
Fall 2010 introduction presentationFall 2010 introduction presentation
Fall 2010 introduction presentation
 
Carta liga takraw pendalaman
Carta liga takraw pendalamanCarta liga takraw pendalaman
Carta liga takraw pendalaman
 
Printworld Global 2012 (Master With Beatles Music) 1
Printworld Global 2012 (Master With Beatles Music) 1Printworld Global 2012 (Master With Beatles Music) 1
Printworld Global 2012 (Master With Beatles Music) 1
 
Presentation
PresentationPresentation
Presentation
 
Lo que los clientes esperan de sus seguros online
Lo que los clientes esperan de sus seguros onlineLo que los clientes esperan de sus seguros online
Lo que los clientes esperan de sus seguros online
 
Hiding Malicious Content in PDF Documents
Hiding Malicious Content in PDF DocumentsHiding Malicious Content in PDF Documents
Hiding Malicious Content in PDF Documents
 
Commandalot Ugm Pmac 2010 Act
Commandalot Ugm Pmac 2010 ActCommandalot Ugm Pmac 2010 Act
Commandalot Ugm Pmac 2010 Act
 
Resolução
ResoluçãoResolução
Resolução
 
No.29
No.29No.29
No.29
 

Similar to TeleVox

Previous weeks work has been uploaded as well as any other pieces ne.docx
Previous weeks work has been uploaded as well as any other pieces ne.docxPrevious weeks work has been uploaded as well as any other pieces ne.docx
Previous weeks work has been uploaded as well as any other pieces ne.docx
keilenettie
 
10 ap week 7 vbnet statements-genesis eugenio
10 ap week 7 vbnet statements-genesis eugenio10 ap week 7 vbnet statements-genesis eugenio
10 ap week 7 vbnet statements-genesis eugenio
DaniloAggabao
 
Exercícios Netbeans - Vera Cymbron
Exercícios Netbeans - Vera CymbronExercícios Netbeans - Vera Cymbron
Exercícios Netbeans - Vera Cymbron
cymbron
 
This is a C# project . I am expected to create as this image shows. .pdf
This is a C# project . I am expected to create as this image shows. .pdfThis is a C# project . I am expected to create as this image shows. .pdf
This is a C# project . I am expected to create as this image shows. .pdf
indiaartz
 

Similar to TeleVox (20)

Previous weeks work has been uploaded as well as any other pieces ne.docx
Previous weeks work has been uploaded as well as any other pieces ne.docxPrevious weeks work has been uploaded as well as any other pieces ne.docx
Previous weeks work has been uploaded as well as any other pieces ne.docx
 
How to build to do app using vue composition api and vuex 4 with typescript
How to build to do app using vue composition api and vuex 4 with typescriptHow to build to do app using vue composition api and vuex 4 with typescript
How to build to do app using vue composition api and vuex 4 with typescript
 
10 ap week 7 vbnet statements-genesis eugenio
10 ap week 7 vbnet statements-genesis eugenio10 ap week 7 vbnet statements-genesis eugenio
10 ap week 7 vbnet statements-genesis eugenio
 
JavaScript Refactoring
JavaScript RefactoringJavaScript Refactoring
JavaScript Refactoring
 
A full introductory guide to React
A full introductory guide to ReactA full introductory guide to React
A full introductory guide to React
 
Exercícios Netbeans - Vera Cymbron
Exercícios Netbeans - Vera CymbronExercícios Netbeans - Vera Cymbron
Exercícios Netbeans - Vera Cymbron
 
Diving in the Flex Data Binding Waters
Diving in the Flex Data Binding WatersDiving in the Flex Data Binding Waters
Diving in the Flex Data Binding Waters
 
Final report mobile shop
Final report   mobile shopFinal report   mobile shop
Final report mobile shop
 
Java Svet - Communication Between Android App Components
Java Svet - Communication Between Android App ComponentsJava Svet - Communication Between Android App Components
Java Svet - Communication Between Android App Components
 
Java Svet - Communication Between Android App Components
Java Svet - Communication Between Android App ComponentsJava Svet - Communication Between Android App Components
Java Svet - Communication Between Android App Components
 
Popup view on Mortar
Popup view on MortarPopup view on Mortar
Popup view on Mortar
 
Pragmatic functional refactoring with java 8 (1)
Pragmatic functional refactoring with java 8 (1)Pragmatic functional refactoring with java 8 (1)
Pragmatic functional refactoring with java 8 (1)
 
Open microsoft visual studio/tutorialoutlet
Open microsoft visual studio/tutorialoutletOpen microsoft visual studio/tutorialoutlet
Open microsoft visual studio/tutorialoutlet
 
Struts 2 + Spring
Struts 2 + SpringStruts 2 + Spring
Struts 2 + Spring
 
This is a C# project . I am expected to create as this image shows. .pdf
This is a C# project . I am expected to create as this image shows. .pdfThis is a C# project . I am expected to create as this image shows. .pdf
This is a C# project . I am expected to create as this image shows. .pdf
 
Android best practices
Android best practicesAndroid best practices
Android best practices
 
L2 Web App Development Guest Lecture At University of Surrey 20/11/09
L2 Web App Development Guest Lecture At University of Surrey 20/11/09L2 Web App Development Guest Lecture At University of Surrey 20/11/09
L2 Web App Development Guest Lecture At University of Surrey 20/11/09
 
Test
TestTest
Test
 
A comprehensive guide on developing responsive and common react filter component
A comprehensive guide on developing responsive and common react filter componentA comprehensive guide on developing responsive and common react filter component
A comprehensive guide on developing responsive and common react filter component
 
Flutter State Management Using GetX.pdf
Flutter State Management Using GetX.pdfFlutter State Management Using GetX.pdf
Flutter State Management Using GetX.pdf
 

Recently uploaded

Easier, Faster, and More Powerful – Alles Neu macht der Mai -Wir durchleuchte...
Easier, Faster, and More Powerful – Alles Neu macht der Mai -Wir durchleuchte...Easier, Faster, and More Powerful – Alles Neu macht der Mai -Wir durchleuchte...
Easier, Faster, and More Powerful – Alles Neu macht der Mai -Wir durchleuchte...
panagenda
 
Hyatt driving innovation and exceptional customer experiences with FIDO passw...
Hyatt driving innovation and exceptional customer experiences with FIDO passw...Hyatt driving innovation and exceptional customer experiences with FIDO passw...
Hyatt driving innovation and exceptional customer experiences with FIDO passw...
FIDO Alliance
 

Recently uploaded (20)

Event-Driven Architecture Masterclass: Challenges in Stream Processing
Event-Driven Architecture Masterclass: Challenges in Stream ProcessingEvent-Driven Architecture Masterclass: Challenges in Stream Processing
Event-Driven Architecture Masterclass: Challenges in Stream Processing
 
Linux Foundation Edge _ Overview of FDO Software Components _ Randy at Intel.pdf
Linux Foundation Edge _ Overview of FDO Software Components _ Randy at Intel.pdfLinux Foundation Edge _ Overview of FDO Software Components _ Randy at Intel.pdf
Linux Foundation Edge _ Overview of FDO Software Components _ Randy at Intel.pdf
 
Easier, Faster, and More Powerful – Alles Neu macht der Mai -Wir durchleuchte...
Easier, Faster, and More Powerful – Alles Neu macht der Mai -Wir durchleuchte...Easier, Faster, and More Powerful – Alles Neu macht der Mai -Wir durchleuchte...
Easier, Faster, and More Powerful – Alles Neu macht der Mai -Wir durchleuchte...
 
Observability Concepts EVERY Developer Should Know (DevOpsDays Seattle)
Observability Concepts EVERY Developer Should Know (DevOpsDays Seattle)Observability Concepts EVERY Developer Should Know (DevOpsDays Seattle)
Observability Concepts EVERY Developer Should Know (DevOpsDays Seattle)
 
Hyatt driving innovation and exceptional customer experiences with FIDO passw...
Hyatt driving innovation and exceptional customer experiences with FIDO passw...Hyatt driving innovation and exceptional customer experiences with FIDO passw...
Hyatt driving innovation and exceptional customer experiences with FIDO passw...
 
The Value of Certifying Products for FDO _ Paul at FIDO Alliance.pdf
The Value of Certifying Products for FDO _ Paul at FIDO Alliance.pdfThe Value of Certifying Products for FDO _ Paul at FIDO Alliance.pdf
The Value of Certifying Products for FDO _ Paul at FIDO Alliance.pdf
 
Introduction to FIDO Authentication and Passkeys.pptx
Introduction to FIDO Authentication and Passkeys.pptxIntroduction to FIDO Authentication and Passkeys.pptx
Introduction to FIDO Authentication and Passkeys.pptx
 
ASRock Industrial FDO Solutions in Action for Industrial Edge AI _ Kenny at A...
ASRock Industrial FDO Solutions in Action for Industrial Edge AI _ Kenny at A...ASRock Industrial FDO Solutions in Action for Industrial Edge AI _ Kenny at A...
ASRock Industrial FDO Solutions in Action for Industrial Edge AI _ Kenny at A...
 
Extensible Python: Robustness through Addition - PyCon 2024
Extensible Python: Robustness through Addition - PyCon 2024Extensible Python: Robustness through Addition - PyCon 2024
Extensible Python: Robustness through Addition - PyCon 2024
 
Intro in Product Management - Коротко про професію продакт менеджера
Intro in Product Management - Коротко про професію продакт менеджераIntro in Product Management - Коротко про професію продакт менеджера
Intro in Product Management - Коротко про професію продакт менеджера
 
2024 May Patch Tuesday
2024 May Patch Tuesday2024 May Patch Tuesday
2024 May Patch Tuesday
 
Simplified FDO Manufacturing Flow with TPMs _ Liam at Infineon.pdf
Simplified FDO Manufacturing Flow with TPMs _ Liam at Infineon.pdfSimplified FDO Manufacturing Flow with TPMs _ Liam at Infineon.pdf
Simplified FDO Manufacturing Flow with TPMs _ Liam at Infineon.pdf
 
Choosing the Right FDO Deployment Model for Your Application _ Geoffrey at In...
Choosing the Right FDO Deployment Model for Your Application _ Geoffrey at In...Choosing the Right FDO Deployment Model for Your Application _ Geoffrey at In...
Choosing the Right FDO Deployment Model for Your Application _ Geoffrey at In...
 
Generative AI Use Cases and Applications.pdf
Generative AI Use Cases and Applications.pdfGenerative AI Use Cases and Applications.pdf
Generative AI Use Cases and Applications.pdf
 
Secure Zero Touch enabled Edge compute with Dell NativeEdge via FDO _ Brad at...
Secure Zero Touch enabled Edge compute with Dell NativeEdge via FDO _ Brad at...Secure Zero Touch enabled Edge compute with Dell NativeEdge via FDO _ Brad at...
Secure Zero Touch enabled Edge compute with Dell NativeEdge via FDO _ Brad at...
 
AI mind or machine power point presentation
AI mind or machine power point presentationAI mind or machine power point presentation
AI mind or machine power point presentation
 
WebRTC and SIP not just audio and video @ OpenSIPS 2024
WebRTC and SIP not just audio and video @ OpenSIPS 2024WebRTC and SIP not just audio and video @ OpenSIPS 2024
WebRTC and SIP not just audio and video @ OpenSIPS 2024
 
Overview of Hyperledger Foundation
Overview of Hyperledger FoundationOverview of Hyperledger Foundation
Overview of Hyperledger Foundation
 
JavaScript Usage Statistics 2024 - The Ultimate Guide
JavaScript Usage Statistics 2024 - The Ultimate GuideJavaScript Usage Statistics 2024 - The Ultimate Guide
JavaScript Usage Statistics 2024 - The Ultimate Guide
 
UiPath manufacturing technology benefits and AI overview
UiPath manufacturing technology benefits and AI overviewUiPath manufacturing technology benefits and AI overview
UiPath manufacturing technology benefits and AI overview
 

TeleVox

  • 3. B.Sc. Project Objective: feedback-controlled employee performance measurement
  • 4. B.Sc. Project Objective: feedback-controlled employee performance measurement Develop the software
  • 5. B.Sc. Project Objective: feedback-controlled employee performance measurement Develop the software Write the paper
  • 6. B.Sc. Project Objective: feedback-controlled employee performance measurement Develop the software Write the paper Do the PowerPoint presentation
  • 7.
  • 8. SQL
  • 11. SQL Visual Studio Excel Word, Photoshop, Freehand, PowerPoint, Acrobat
  • 12.
  • 13.
  • 14.
  • 15.
  • 16.
  • 17.
  • 18.
  • 19.
  • 20.
  • 21.
  • 22.
  • 23.
  • 24.
  • 25.
  • 26.
  • 27.
  • 28.
  • 29.
  • 30.
  • 31.
  • 32.
  • 33.
  • 34.
  • 35.
  • 36.
  • 37.
  • 38.
  • 39.
  • 40.
  • 41.
  • 42.
  • 43.
  • 44.
  • 45.
  • 46.
  • 47. namespace CallCenter { public partial class Form1 : Form { public string _CodOperator = ""; public Form1(string pCodOperator) { _CodOperator = pCodOperator; InitializeComponent(); if (pCodOperator != "ADM") { //dezactiveaza taburile de operatori si abonamente daca utilizatorul curent nu este administrator m_tabControl.TabPages.Remove(m_tabPageAbonamenteServicii); m_tabControl.TabPages.Remove(m_tabPageOperatori); this.Text += pCodOperator; //adauga la titlul ferestrei si numele operatorului curent } else this.Text += "ADMINISTRATOR"; IncarcaDatele(); //din baza de date; functie definita mai jos } private void Form1_Load(object sender, EventArgs e) { //valori standard pentru data activarii si incheierii contractului in cazul intrarilor nou create m_dataSetAll.Clienti.DataIncheieriiContractColumn.DefaultValue = DateTime.Now.Date; m_dataSetAll.ClientiUtilizatori.DataActivariiColumn.DefaultValue = DateTime.Now.Date; m_dataSetAll.ClientiUtilizatori.ActivColumn.DefaultValue = true; //abonamentul este implicit activ } private void Form1_FormClosing(object sender, FormClosingEventArgs e) //la inchiderea ferestrei { if (m_dataSetAll.HasChanges() == true) { //daca s-au detectat schimbari in baza de date, se afiseaza o fereastra de dialog in care utilizatorul este intrebat daca vrea sa salveze DialogResult dr = MessageBox.Show("Doriti sa salvati modificarile?", this.Text, MessageBoxButtons.YesNo, MessageBoxIcon.Question, MessageBoxDefaultButton.Button1); if (dr == DialogResult.Yes) if (SalveazaDatele() == false) e.Cancel = true; //daca a aparut o eroare, nu mai inchide fereastra } if (e.Cancel == false) ...
  • 48.
  • 49.
  • 50. Demo

Editor's Notes