Диплом: Автоматизация учета интервьюеров контактного центра в филиале ООО "Капитал-мс" в г. Санкт-Петербурге и Ленинградской области

Внимание! Если размещение файла нарушает Ваши авторские права, то обязательно сообщите нам
133
{
if (FormDialog.Education != null)
{
txtEducation.Text = FormDialog.Education;
}
else
{
txtEducation.Text = "<Образование>";
}
}
private void fmAddWorker_Load(object sender, EventArgs e)
{
}
private void txtEducation_TextChanged(object sender, EventArgs e)
{
}
private void checkBox1_CheckedChanged(object sender, EventArgs e)
{
}
private void btAddPhoto_Click(object sender, EventArgs e)
{
ofdPicture.Filter = "JPEG(*.jpg)|*.jpg|PNG (*.png)|*.png";
if (ofdPicture.ShowDialog() == DialogResult.OK)
{
//MessageBox.Show(ofdWorkerData.FileName.Remove(ofdWorkerData.FileName.IndexOf(ofdWor
kerData.SafeFileName)));
//System.IO.File.Copy(ofdWorkerData.FileName, "D:\\" +
ofdWorkerData.SafeFileName);
FormDialog.PathPhoto = ofdPicture.FileName;
//MessageBox.Show(FormDialog.PathPhoto);
FormDialog.FilePhoto = ofdPicture.SafeFileName;
chPhoto.Checked = true;
pbPhoto.Image = Image.FromFile(@""+FormDialog.PathPhoto);
}
}
private void checkBox1_Click(object sender, EventArgs e)
{
if (sender is CheckBox)
((CheckBox)sender).Checked = !((CheckBox)sender).Checked;
}
}
}
namespace CONTACTCENTR
{
partial class fmAddCoWorker
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
134
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed;
otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
this.label1 = new System.Windows.Forms.Label();
this.panel1 = new System.Windows.Forms.Panel();
this.txtSurname = new System.Windows.Forms.TextBox();
this.txtSecondName = new System.Windows.Forms.TextBox();
this.txtName = new System.Windows.Forms.TextBox();
this.panel3 = new System.Windows.Forms.Panel();
this.label11 = new System.Windows.Forms.Label();
this.chStatement = new System.Windows.Forms.CheckBox();
this.btStatement = new System.Windows.Forms.Button();
this.dtpWork = new System.Windows.Forms.DateTimePicker();
this.label10 = new System.Windows.Forms.Label();
this.txtPost = new System.Windows.Forms.TextBox();
this.cbGender = new System.Windows.Forms.ComboBox();
this.label2 = new System.Windows.Forms.Label();
this.dtpBirtday = new System.Windows.Forms.DateTimePicker();
this.label3 = new System.Windows.Forms.Label();
this.txtEducation = new System.Windows.Forms.TextBox();
this.txtExperience = new System.Windows.Forms.TextBox();
this.btAdd = new System.Windows.Forms.Button();
this.panel2 = new System.Windows.Forms.Panel();
this.label9 = new System.Windows.Forms.Label();
this.label8 = new System.Windows.Forms.Label();
this.txtRub = new System.Windows.Forms.TextBox();
this.txtKop = new System.Windows.Forms.TextBox();
this.label7 = new System.Windows.Forms.Label();
this.ofdDialog = new System.Windows.Forms.OpenFileDialog();
this.dateTimePicker1 = new System.Windows.Forms.DateTimePicker();
this.panel4 = new System.Windows.Forms.Panel();
this.chPhoto = new System.Windows.Forms.CheckBox();
this.btAddPhoto = new System.Windows.Forms.Button();
this.pbPhoto = new System.Windows.Forms.PictureBox();
this.label12 = new System.Windows.Forms.Label();
this.ofdPicture = new System.Windows.Forms.OpenFileDialog();
this.panel1.SuspendLayout();
this.panel3.SuspendLayout();
this.panel2.SuspendLayout();
this.panel4.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.pbPhoto)).BeginInit();
135
this.SuspendLayout();
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(21, 9);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(37, 13);
this.label1.TabIndex = 3;
this.label1.Text = "ФИО:";
//
// panel1
//
this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.panel1.Controls.Add(this.txtSurname);
this.panel1.Controls.Add(this.txtSecondName);
this.panel1.Controls.Add(this.txtName);
this.panel1.Location = new System.Drawing.Point(24, 25);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(244, 101);
this.panel1.TabIndex = 2;
//
// txtSurname
//
this.txtSurname.Location = new System.Drawing.Point(21, 66);
this.txtSurname.Name = "txtSurname";
this.txtSurname.Size = new System.Drawing.Size(194, 20);
this.txtSurname.TabIndex = 4;
this.txtSurname.Text = "<Фамилия>";
this.txtSurname.Click += new System.EventHandler(this.txtSurname_Click);
this.txtSurname.KeyPress += new
System.Windows.Forms.KeyPressEventHandler(this.txtSurname_KeyPress);
//
// txtSecondName
//
this.txtSecondName.Location = new System.Drawing.Point(21, 40);
this.txtSecondName.Name = "txtSecondName";
this.txtSecondName.Size = new System.Drawing.Size(194, 20);
this.txtSecondName.TabIndex = 3;
this.txtSecondName.Text = "<Отчество>";
this.txtSecondName.Click += new System.EventHandler(this.txtSecondName_Click);
this.txtSecondName.KeyPress += new
System.Windows.Forms.KeyPressEventHandler(this.txtSecondName_KeyPress);
//
// txtName
//
this.txtName.Location = new System.Drawing.Point(21, 14);
this.txtName.Name = "txtName";
this.txtName.Size = new System.Drawing.Size(194, 20);
this.txtName.TabIndex = 2;
this.txtName.Text = "<Имя>";
this.txtName.Click += new System.EventHandler(this.txtName_Click);
this.txtName.KeyPress += new
System.Windows.Forms.KeyPressEventHandler(this.txtName_KeyPress);
//
// panel3
//
this.panel3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.panel3.Controls.Add(this.label11);
this.panel3.Controls.Add(this.chStatement);
this.panel3.Controls.Add(this.btStatement);
136
this.panel3.Controls.Add(this.dtpWork);
this.panel3.Controls.Add(this.label10);
this.panel3.Controls.Add(this.txtPost);
this.panel3.Controls.Add(this.cbGender);
this.panel3.Controls.Add(this.label2);
this.panel3.Controls.Add(this.dtpBirtday);
this.panel3.Controls.Add(this.label3);
this.panel3.Controls.Add(this.txtEducation);
this.panel3.Controls.Add(this.txtExperience);
this.panel3.Location = new System.Drawing.Point(24, 215);
this.panel3.Name = "panel3";
this.panel3.Size = new System.Drawing.Size(244, 238);
this.panel3.TabIndex = 20;
//
// label11
//
this.label11.AutoSize = true;
this.label11.Location = new System.Drawing.Point(123, 110);
this.label11.Name = "label11";
this.label11.Size = new System.Drawing.Size(24, 13);
this.label11.TabIndex = 19;
this.label11.Text = "лет";
//
// chStatement
//
this.chStatement.AutoSize = true;
this.chStatement.Location = new System.Drawing.Point(202, 202);
this.chStatement.Name = "chStatement";
this.chStatement.Size = new System.Drawing.Size(15, 14);
this.chStatement.TabIndex = 18;
this.chStatement.UseVisualStyleBackColor = true;
this.chStatement.Click += new System.EventHandler(this.chStatement_Click);
//
// btStatement
//
this.btStatement.Location = new System.Drawing.Point(23, 198);
this.btStatement.Name = "btStatement";
this.btStatement.Size = new System.Drawing.Size(161, 23);
this.btStatement.TabIndex = 17;
this.btStatement.Text = "Заявление";
this.btStatement.UseVisualStyleBackColor = true;
this.btStatement.Click += new System.EventHandler(this.btStatement_Click);
//
// dtpWork
//
this.dtpWork.Format = System.Windows.Forms.DateTimePickerFormat.Short;
this.dtpWork.Location = new System.Drawing.Point(23, 172);
this.dtpWork.Name = "dtpWork";
this.dtpWork.Size = new System.Drawing.Size(200, 20);
this.dtpWork.TabIndex = 15;
//
// label10
//
this.label10.AutoSize = true;
this.label10.Location = new System.Drawing.Point(20, 156);
this.label10.Name = "label10";
this.label10.Size = new System.Drawing.Size(138, 13);
this.label10.TabIndex = 16;
this.label10.Text = "Дата прянятия на работу:";
//
// txtPost
137
//
this.txtPost.Location = new System.Drawing.Point(22, 133);
this.txtPost.Name = "txtPost";
this.txtPost.Size = new System.Drawing.Size(200, 20);
this.txtPost.TabIndex = 14;
this.txtPost.Text = "<Должность>";
this.txtPost.Click += new System.EventHandler(this.txtPost_Click);
this.txtPost.KeyPress += new
System.Windows.Forms.KeyPressEventHandler(this.txtPost_KeyPress);
//
// cbGender
//
this.cbGender.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cbGender.FormattingEnabled = true;
this.cbGender.Items.AddRange(new object[] {
"Мужской",
"Женский"});
this.cbGender.Location = new System.Drawing.Point(55, 7);
this.cbGender.Name = "cbGender";
this.cbGender.Size = new System.Drawing.Size(96, 21);
this.cbGender.TabIndex = 2;
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(19, 10);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(30, 13);
this.label2.TabIndex = 3;
this.label2.Text = "Пол:";
//
// dtpBirtday
//
this.dtpBirtday.Format = System.Windows.Forms.DateTimePickerFormat.Short;
this.dtpBirtday.Location = new System.Drawing.Point(22, 55);
this.dtpBirtday.Name = "dtpBirtday";
this.dtpBirtday.Size = new System.Drawing.Size(200, 20);
this.dtpBirtday.TabIndex = 4;
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(19, 39);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(89, 13);
this.label3.TabIndex = 5;
this.label3.Text = "Дата рождения:";
//
// txtEducation
//
this.txtEducation.Location = new System.Drawing.Point(22, 81);
this.txtEducation.Name = "txtEducation";
this.txtEducation.Size = new System.Drawing.Size(200, 20);
this.txtEducation.TabIndex = 6;
this.txtEducation.Text = "<Образование>";
this.txtEducation.Click += new System.EventHandler(this.txtEducation_Click);
this.txtEducation.KeyPress += new
System.Windows.Forms.KeyPressEventHandler(this.txtEducation_KeyPress);
//
// txtExperience
//
138
this.txtExperience.Location = new System.Drawing.Point(22, 107);
this.txtExperience.MaxLength = 2;
this.txtExperience.Name = "txtExperience";
this.txtExperience.Size = new System.Drawing.Size(96, 20);
this.txtExperience.TabIndex = 7;
this.txtExperience.Text = "<Стаж>";
this.txtExperience.Click += new System.EventHandler(this.txtExperience_Click);
this.txtExperience.TextChanged += new
System.EventHandler(this.txtExperience_TextChanged);
this.txtExperience.KeyPress += new
System.Windows.Forms.KeyPressEventHandler(this.txtExperience_KeyPress);
//
// btAdd
//
this.btAdd.Location = new System.Drawing.Point(24, 502);
this.btAdd.Name = "btAdd";
this.btAdd.Size = new System.Drawing.Size(244, 22);
this.btAdd.TabIndex = 23;
this.btAdd.Text = "Добавить";
this.btAdd.UseVisualStyleBackColor = true;
this.btAdd.Click += new System.EventHandler(this.btAdd_Click);
//
// panel2
//
this.panel2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.panel2.Controls.Add(this.label9);
this.panel2.Controls.Add(this.label8);
this.panel2.Controls.Add(this.txtRub);
this.panel2.Controls.Add(this.txtKop);
this.panel2.Location = new System.Drawing.Point(24, 459);
this.panel2.Name = "panel2";
this.panel2.Size = new System.Drawing.Size(244, 37);
this.panel2.TabIndex = 22;
//
// label9
//
this.label9.AutoSize = true;
this.label9.Location = new System.Drawing.Point(123, 10);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(29, 13);
this.label9.TabIndex = 18;
this.label9.Text = "Коп.";
//
// label8
//
this.label8.AutoSize = true;
this.label8.Location = new System.Drawing.Point(3, 10);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(28, 13);
this.label8.TabIndex = 17;
this.label8.Text = "Руб.";
//
// txtRub
//
this.txtRub.Location = new System.Drawing.Point(37, 7);
this.txtRub.Name = "txtRub";
this.txtRub.Size = new System.Drawing.Size(71, 20);
this.txtRub.TabIndex = 15;
this.txtRub.Text = "0";
this.txtRub.Click += new System.EventHandler(this.txtRub_Click);
139
this.txtRub.KeyPress += new
System.Windows.Forms.KeyPressEventHandler(this.txtRub_KeyPress);
//
// txtKop
//
this.txtKop.Location = new System.Drawing.Point(155, 7);
this.txtKop.MaxLength = 2;
this.txtKop.Name = "txtKop";
this.txtKop.Size = new System.Drawing.Size(61, 20);
this.txtKop.TabIndex = 16;
this.txtKop.Text = "00";
this.txtKop.Click += new System.EventHandler(this.txtKop_Click);
this.txtKop.KeyPress += new
System.Windows.Forms.KeyPressEventHandler(this.txtKop_KeyPress);
//
// label7
//
this.label7.AutoSize = true;
this.label7.Location = new System.Drawing.Point(21, 372);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(42, 13);
this.label7.TabIndex = 21;
this.label7.Text = "Оклад:";
//
// dateTimePicker1
//
this.dateTimePicker1.Location = new System.Drawing.Point(402, 236);
this.dateTimePicker1.Name = "dateTimePicker1";
this.dateTimePicker1.Size = new System.Drawing.Size(200, 20);
this.dateTimePicker1.TabIndex = 24;
//
// panel4
//
this.panel4.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.panel4.Controls.Add(this.chPhoto);
this.panel4.Controls.Add(this.btAddPhoto);
this.panel4.Controls.Add(this.pbPhoto);
this.panel4.Controls.Add(this.label12);
this.panel4.Location = new System.Drawing.Point(24, 132);
this.panel4.Name = "panel4";
this.panel4.Size = new System.Drawing.Size(244, 77);
this.panel4.TabIndex = 22;
//
// chPhoto
//
this.chPhoto.AutoSize = true;
this.chPhoto.Location = new System.Drawing.Point(207, 32);
this.chPhoto.Name = "chPhoto";
this.chPhoto.Size = new System.Drawing.Size(15, 14);
this.chPhoto.TabIndex = 25;
this.chPhoto.UseVisualStyleBackColor = true;
this.chPhoto.Click += new System.EventHandler(this.chPhoto_Click);
//
// btAddPhoto
//
this.btAddPhoto.Location = new System.Drawing.Point(114, 27);
this.btAddPhoto.Name = "btAddPhoto";
this.btAddPhoto.Size = new System.Drawing.Size(87, 23);
this.btAddPhoto.TabIndex = 24;
this.btAddPhoto.Text = "Добавить";
this.btAddPhoto.UseVisualStyleBackColor = true;
140
this.btAddPhoto.Click += new System.EventHandler(this.btAddPhoto_Click);
//
// pbPhoto
//
this.pbPhoto.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.pbPhoto.Location = new System.Drawing.Point(47, 3);
this.pbPhoto.Name = "pbPhoto";
this.pbPhoto.Size = new System.Drawing.Size(61, 69);
this.pbPhoto.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
this.pbPhoto.TabIndex = 23;
this.pbPhoto.TabStop = false;
//
// label12
//
this.label12.AutoSize = true;
this.label12.Location = new System.Drawing.Point(3, 0);
this.label12.Name = "label12";
this.label12.Size = new System.Drawing.Size(38, 13);
this.label12.TabIndex = 22;
this.label12.Text = "Фото:";
//
// fmAddCoWorker
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(278, 541);
this.Controls.Add(this.panel4);
this.Controls.Add(this.dateTimePicker1);
this.Controls.Add(this.btAdd);
this.Controls.Add(this.panel3);
this.Controls.Add(this.panel2);
this.Controls.Add(this.label7);
this.Controls.Add(this.label1);
this.Controls.Add(this.panel1);
this.Name = "fmAddCoWorker";
this.Text = "Сотрудник";
this.Activated += new System.EventHandler(this.fmAddCoWorker_Activated);
this.panel1.ResumeLayout(false);
this.panel1.PerformLayout();
this.panel3.ResumeLayout(false);
this.panel3.PerformLayout();
this.panel2.ResumeLayout(false);
this.panel2.PerformLayout();
this.panel4.ResumeLayout(false);
this.panel4.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.pbPhoto)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.TextBox txtSurname;
private System.Windows.Forms.TextBox txtSecondName;
private System.Windows.Forms.TextBox txtName;
private System.Windows.Forms.Panel panel3;
private System.Windows.Forms.Label label11;
private System.Windows.Forms.CheckBox chStatement;
141
private System.Windows.Forms.Button btStatement;
private System.Windows.Forms.DateTimePicker dtpWork;
private System.Windows.Forms.Label label10;
private System.Windows.Forms.TextBox txtPost;
private System.Windows.Forms.ComboBox cbGender;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.DateTimePicker dtpBirtday;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.TextBox txtEducation;
private System.Windows.Forms.TextBox txtExperience;
private System.Windows.Forms.Button btAdd;
private System.Windows.Forms.Panel panel2;
private System.Windows.Forms.Label label9;
private System.Windows.Forms.Label label8;
private System.Windows.Forms.TextBox txtRub;
private System.Windows.Forms.TextBox txtKop;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.OpenFileDialog ofdDialog;
private System.Windows.Forms.DateTimePicker dateTimePicker1;
private System.Windows.Forms.Panel panel4;
private System.Windows.Forms.CheckBox chPhoto;
private System.Windows.Forms.Button btAddPhoto;
private System.Windows.Forms.PictureBox pbPhoto;
private System.Windows.Forms.Label label12;
private System.Windows.Forms.OpenFileDialog ofdPicture;
}
}
private void chStatement_Click(object sender, EventArgs e)
{
if (sender is CheckBox)
((CheckBox)sender).Checked = !((CheckBox)sender).Checked;
}
private void btAdd_Click(object sender, EventArgs e)
{
if (txtName.Text != "" && txtName.Text != "<Имя>" && txtSecondName.Text != "" &&
txtSecondName.Text != "<Отчество>" && txtSurname.Text != "<Фамилия>" &&
txtSurname.Text != "" &&
cbGender.Text != "" && txtEducation.Text != "" && txtEducation.Text !=
"<Образование>"
&& txtRub.Text != "" && txtKop.Text != "" &&
txtExperience.Text != "" && txtExperience.Text != "<Стаж>" && chStatement.Checked
&& txtPost.Text != "" && txtPost.Text != "<Должность>"&& chPhoto.Checked)
{
//try
//{
System.IO.File.Copy(FormDialog.Path, @"CoWorker_Statement_For_A_Job//" +
txtSurname.Text + "_" + dtpBirtday.Text + "_" +
Path.GetExtension(FormDialog.FileName));
string File = txtSurname.Text + "_" + dtpBirtday.Text + "_" +
Path.GetExtension(FormDialog.FileName);
System.IO.File.Copy(FormDialog.PathPhoto, @"Picture//CoWorkerPhoto//" +
txtSurname.Text + "_" + dtpBirtday.Text + "_" +
Path.GetExtension(FormDialog.FilePhoto));
string Photo = txtSurname.Text + "_" + dtpBirtday.Text + "_" +
Path.GetExtension(FormDialog.FilePhoto);
142
// GetTable.Get("INSERT INTO CoWorker ( Фамилия, Имя, Отчество, Пол, [Дата
рождения], Образование, Стаж , Оклад, Должность, [Дата принятия на работу],
Заявление) VALUES ( '" + txtSurname.Text + "', '" + txtName.Text + "', '" +
txtSecondName.Text + "','" + cbGender.Text + "', '" + dtpBirtday.Text.Replace('.',
'/') + "', '" + txtEducation.Text + "','" + txtExperience.Text + "', " + txtRub.Text
+ "," + txtKop.Text + ", '" + txtPost.Text + "', '" + dtpWork.Text.Replace('.', '/')
+ "', '" + File + "') ");
GetTable.Get("INSERT INTO CoWorker (Фамилия, Имя, Отчество, Пол, [Дата рождения],
Образование, Стаж, Оклад, Должность, [Дата принятия на работу], Заявление, Фото)
VALUES ('"+txtSurname.Text+"', '"+txtName.Text+"', '"+txtSecondName.Text+"'
,'"+cbGender.Text+"' ,
'"+dtpBirtday.Text.Replace('.','/')+"','"+txtEducation.Text+"',
'"+txtExperience.Text+"', '" + txtRub.Text + "," + txtKop.Text+"',
'"+txtPost.Text+"', '"+dtpWork.Text.Replace('.','/')+"', '"+File+"','"+Photo+"')");
GetTable.Get("INSERT INTO CoWorkerEducation ([Дата окончания], [Название учебного
заведения], [Полученое образование], Степень, [Номер диплома], [Дата выдачи диплома],
Специальность, Квалификация) VALUES ('" + FormDialog.EndType.Replace(".", "/") +
"','"
+ FormDialog.VUZ + "','" + FormDialog.Education + "','" + FormDialog.Degree +
"', '" + FormDialog.Diploma + "','" + FormDialog.Issuance.Replace(".", "/") + "', '"
+ FormDialog.Specialty + "', '" + FormDialog.Qualification + "')");
FormDialog.Education = null;
Close();
//// }
// catch (Exception ex)
// {
// if (ex.Source == "mscorlib")
// {
// MessageBox.Show("Файл заявления с таким именем существует, используйте
другой файл и повторите попытку. ");
// }
// }
}
else MessageBox.Show("Заполните все данные");
}
private void fmAddCoWorker_Activated(object sender, EventArgs e)
{
if (FormDialog.Education != null)
{
txtEducation.Text = FormDialog.Education;
}
else
{
txtEducation.Text = "<Образование>";
}
}
private void chPhoto_Click(object sender, EventArgs e)
{
if (sender is CheckBox)
((CheckBox)sender).Checked = !((CheckBox)sender).Checked;
}

Смотрите также:

"Автоматизация обработки заявок ООО "Проектно-Строительная Компания"
"Автоматизация процесса аттестации персонала для ООО "Нэт Бай Нэт Холдинг"
"Анализ интернет-активности конкурентов ( на примере конкурентов "Газпром нефть")
"Бухгалтерский учёт и аудит расчётов с подотчётними лицами в организации на примере ООО "ЛОЦ 10""
«Психологическое сопровождение персонала в организации на примере ООО «Крокус»
Cовершенствование деловой оценки персонала в организации (на примере ООО "Даймонд кейтеринг развитие")
IPO - инструмент финансирования деятельности организации. На примере ПАО «Нефтяная компания «Лукойл»
PR как средство продвижения организации (на примере ПАО "Тамбовский завод "Комсомолец им. Н.С. Артемова")
PR-коммуникации в сфере общественного питания (на примере кафе-кондитерской «Cream Cheese»)
SMM как средство повышения эффективности работы учреждений социокультурной сферы (на примере Малого театра)