=====* unimarc *=====

------------------------

=====* ISBN 체크 프로그램  *===== ★작업완료★
 a. 현재 마크팀 배포완료. - 추후 수정사항발생시 수정할 것.

------------------------

===== 작업중 =====
목록집계 폼 재 수정작업 완료 - 확인 및 수정 필요.

===== 보류 =====
 b. 마크목록 폼 작성중
  1. 엑셀반출 기능 추가중 사용 작업대기중

 c. 마크 반입 폼 수정중
  1. 불러오기는 되나 저장 기능이 필요함.

===== 완료 =====
1. 주문관리 팩스연동 완료
2. 전송된 팩스 확인 작업개시, 이메일 전송모듈 수정완료.
3. 주문관리에서 주문처와 목록 검색하는 폼 검색 모듈도 재수정 완료함.
4. 데이터베이스 내 이미지URL을 가져오는작업 완료

ISBN 체크 프로그램 => 본프로그램에 이식중.
ㄴ> 코드는 다 옮겼으나 기존 사용하던 방식과 조금 달라서 버그발생 가능성 있음.
ㄴ> 버그 체크 계속 해볼것. 21-04-15
ㄴ> 21_04_20 버그 없음.

2. 마크편집 폼 수정 중 (마크 반출 test프로젝트 진행완료, 본 프로젝트에 적용중. / 저장기능활성화 작업완료)
 2-1. 기존의 칸채우기에서 예상되지 못한 버그가 발생하여 칸채우기 숨김.
 2-2. 008태크 재배치 => TextBox에 적용완료. 변경사항 메모장으로 넘기는 작업 완료.
 2-3. 저장기능 완료. (04.14 체크해볼것 - 완료)

주문관리 작업중 (DataGridView 주문처 엔터키 입력시 검색되게끔 하는 코드작성중) - 21.04.27 완료
This commit is contained in:
SeungHo Yang
2021-04-28 18:48:22 +09:00
parent 278c4bb5e2
commit 2596ff751a
20 changed files with 532 additions and 389 deletions

View File

@@ -28,7 +28,7 @@
/// </summary>
private void InitializeComponent()
{
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(List_aggregation));
this.btn_lookup = new System.Windows.Forms.Button();
this.btn_save = new System.Windows.Forms.Button();
@@ -39,23 +39,6 @@
this.tb_dlv = new System.Windows.Forms.TextBox();
this.label3 = new System.Windows.Forms.Label();
this.dataGridView1 = new System.Windows.Forms.DataGridView();
this.Column1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Column2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Column5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Column3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Column4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Column6 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Column7 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Column8 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Column9 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Column10 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Column11 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Column12 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Column13 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Column18 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Column20 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.chk_label = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Chk_Column = new System.Windows.Forms.DataGridViewCheckBoxColumn();
this.label5 = new System.Windows.Forms.Label();
this.combo_user = new System.Windows.Forms.ComboBox();
this.btn_process = new System.Windows.Forms.Button();
@@ -106,6 +89,23 @@
this.printPreviewDialog1 = new System.Windows.Forms.PrintPreviewDialog();
this.pageSetupDialog1 = new System.Windows.Forms.PageSetupDialog();
this.printDocument1 = new System.Drawing.Printing.PrintDocument();
this.list_name = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.list_date = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.date_res = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.charge = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.work_name = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.work_way = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.send_way = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.total = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.stock_money = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.count = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Column11 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Column12 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Column13 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Column18 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Column20 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.chk_label = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Chk_Column = new System.Windows.Forms.DataGridViewCheckBoxColumn();
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
this.panel1.SuspendLayout();
this.SuspendLayout();
@@ -116,7 +116,7 @@
this.btn_lookup.Name = "btn_lookup";
this.btn_lookup.Size = new System.Drawing.Size(65, 23);
this.btn_lookup.TabIndex = 10;
this.btn_lookup.Text = "조 회";
this.btn_lookup.Text = "조 회";
this.btn_lookup.UseVisualStyleBackColor = true;
this.btn_lookup.Click += new System.EventHandler(this.btn_lookup_Click);
//
@@ -126,7 +126,7 @@
this.btn_save.Name = "btn_save";
this.btn_save.Size = new System.Drawing.Size(65, 23);
this.btn_save.TabIndex = 11;
this.btn_save.Text = "저 장";
this.btn_save.Text = "저 장";
this.btn_save.UseVisualStyleBackColor = true;
this.btn_save.Click += new System.EventHandler(this.btn_save_Click);
//
@@ -164,6 +164,7 @@
this.tb_clt.Name = "tb_clt";
this.tb_clt.Size = new System.Drawing.Size(126, 21);
this.tb_clt.TabIndex = 7;
this.tb_clt.KeyDown += new System.Windows.Forms.KeyEventHandler(this.tb_clt_KeyDown);
//
// tb_dlv
//
@@ -187,25 +188,25 @@
this.dataGridView1.AllowUserToAddRows = false;
this.dataGridView1.AllowUserToDeleteRows = false;
this.dataGridView1.BackgroundColor = System.Drawing.SystemColors.Control;
dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
dataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Control;
dataGridViewCellStyle3.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
dataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.WindowText;
dataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight;
dataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
this.dataGridView1.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle3;
dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
dataGridViewCellStyle4.BackColor = System.Drawing.SystemColors.Control;
dataGridViewCellStyle4.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
dataGridViewCellStyle4.ForeColor = System.Drawing.SystemColors.WindowText;
dataGridViewCellStyle4.SelectionBackColor = System.Drawing.SystemColors.Highlight;
dataGridViewCellStyle4.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
dataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
this.dataGridView1.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle4;
this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.Column1,
this.Column2,
this.Column5,
this.Column3,
this.Column4,
this.Column6,
this.Column7,
this.Column8,
this.Column9,
this.Column10,
this.list_name,
this.list_date,
this.date_res,
this.charge,
this.work_name,
this.work_way,
this.send_way,
this.total,
this.stock_money,
this.count,
this.Column11,
this.Column12,
this.Column13,
@@ -218,116 +219,12 @@
this.dataGridView1.Name = "dataGridView1";
this.dataGridView1.RowHeadersWidth = 20;
this.dataGridView1.RowTemplate.Height = 23;
this.dataGridView1.Size = new System.Drawing.Size(911, 447);
this.dataGridView1.Size = new System.Drawing.Size(984, 595);
this.dataGridView1.TabIndex = 0;
this.dataGridView1.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView1_CellClick);
this.dataGridView1.CellDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView1_CellDoubleClick);
this.dataGridView1.KeyDown += new System.Windows.Forms.KeyEventHandler(this.dataGridView1_KeyDown);
//
// Column1
//
this.Column1.HeaderText = "목록명";
this.Column1.Name = "Column1";
this.Column1.Width = 150;
//
// Column2
//
this.Column2.HeaderText = "목록일자";
this.Column2.Name = "Column2";
this.Column2.Width = 70;
//
// Column5
//
this.Column5.HeaderText = "완료일자";
this.Column5.Name = "Column5";
this.Column5.Width = 70;
//
// Column3
//
this.Column3.HeaderText = "담당자";
this.Column3.Name = "Column3";
this.Column3.Width = 50;
//
// Column4
//
this.Column4.HeaderText = "작업명";
this.Column4.Name = "Column4";
this.Column4.Visible = false;
this.Column4.Width = 150;
//
// Column6
//
this.Column6.HeaderText = "작업방법";
this.Column6.Name = "Column6";
this.Column6.Visible = false;
//
// Column7
//
this.Column7.HeaderText = "배송방법";
this.Column7.Name = "Column7";
this.Column7.Visible = false;
//
// Column8
//
this.Column8.HeaderText = "합계금액";
this.Column8.Name = "Column8";
this.Column8.Width = 90;
//
// Column9
//
this.Column9.HeaderText = "입고금액";
this.Column9.Name = "Column9";
this.Column9.Width = 90;
//
// Column10
//
this.Column10.HeaderText = "수량";
this.Column10.Name = "Column10";
this.Column10.Width = 40;
//
// Column11
//
this.Column11.HeaderText = "입고";
this.Column11.Name = "Column11";
this.Column11.Width = 50;
//
// Column12
//
this.Column12.HeaderText = "미입고";
this.Column12.Name = "Column12";
this.Column12.Width = 50;
//
// Column13
//
this.Column13.HeaderText = "입고율";
this.Column13.Name = "Column13";
this.Column13.Width = 50;
//
// Column18
//
this.Column18.HeaderText = "택배";
this.Column18.Name = "Column18";
this.Column18.Width = 50;
//
// Column20
//
this.Column20.HeaderText = "목록번호";
this.Column20.Name = "Column20";
this.Column20.Width = 70;
//
// chk_label
//
this.chk_label.HeaderText = "라벨";
this.chk_label.Name = "chk_label";
this.chk_label.Visible = false;
//
// Chk_Column
//
this.Chk_Column.HeaderText = "체크";
this.Chk_Column.Name = "Chk_Column";
this.Chk_Column.Visible = false;
this.Chk_Column.Width = 40;
//
// label5
//
this.label5.AutoSize = true;
@@ -348,7 +245,7 @@
//
// btn_process
//
this.btn_process.Location = new System.Drawing.Point(308, 6);
this.btn_process.Location = new System.Drawing.Point(308, 5);
this.btn_process.Name = "btn_process";
this.btn_process.Size = new System.Drawing.Size(65, 23);
this.btn_process.TabIndex = 4;
@@ -358,7 +255,7 @@
//
// btn_ISBN
//
this.btn_ISBN.Location = new System.Drawing.Point(166, 6);
this.btn_ISBN.Location = new System.Drawing.Point(166, 5);
this.btn_ISBN.Name = "btn_ISBN";
this.btn_ISBN.Size = new System.Drawing.Size(65, 23);
this.btn_ISBN.TabIndex = 2;
@@ -369,7 +266,7 @@
// btn_date
//
this.btn_date.Enabled = false;
this.btn_date.Location = new System.Drawing.Point(237, 6);
this.btn_date.Location = new System.Drawing.Point(237, 5);
this.btn_date.Name = "btn_date";
this.btn_date.Size = new System.Drawing.Size(65, 23);
this.btn_date.TabIndex = 3;
@@ -379,7 +276,7 @@
//
// btn_checkup
//
this.btn_checkup.Location = new System.Drawing.Point(95, 6);
this.btn_checkup.Location = new System.Drawing.Point(95, 5);
this.btn_checkup.Name = "btn_checkup";
this.btn_checkup.Size = new System.Drawing.Size(65, 23);
this.btn_checkup.TabIndex = 1;
@@ -393,7 +290,7 @@
this.btn_print.Name = "btn_print";
this.btn_print.Size = new System.Drawing.Size(65, 23);
this.btn_print.TabIndex = 12;
this.btn_print.Text = "인 쇄";
this.btn_print.Text = "인 쇄";
this.btn_print.UseVisualStyleBackColor = true;
this.btn_print.Click += new System.EventHandler(this.btn_print_Click);
//
@@ -412,7 +309,7 @@
this.btn_close.Name = "btn_close";
this.btn_close.Size = new System.Drawing.Size(65, 23);
this.btn_close.TabIndex = 13;
this.btn_close.Text = "닫 기";
this.btn_close.Text = "닫 기";
this.btn_close.UseVisualStyleBackColor = true;
this.btn_close.Click += new System.EventHandler(this.btn_close_Click);
//
@@ -462,7 +359,7 @@
this.panel1.Controls.Add(this.btn_process);
this.panel1.Location = new System.Drawing.Point(1002, 5);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(385, 478);
this.panel1.Size = new System.Drawing.Size(385, 366);
this.panel1.TabIndex = 14;
//
// label20
@@ -809,7 +706,7 @@
//
// btn_apply
//
this.btn_apply.Location = new System.Drawing.Point(24, 6);
this.btn_apply.Location = new System.Drawing.Point(24, 5);
this.btn_apply.Name = "btn_apply";
this.btn_apply.Size = new System.Drawing.Size(65, 23);
this.btn_apply.TabIndex = 0;
@@ -831,11 +728,115 @@
//
this.printDocument1.PrintPage += new System.Drawing.Printing.PrintPageEventHandler(this.printDocument1_PrintPage);
//
// list_name
//
this.list_name.HeaderText = "목록명";
this.list_name.Name = "list_name";
this.list_name.Width = 230;
//
// list_date
//
this.list_date.HeaderText = "목록일자";
this.list_date.Name = "list_date";
this.list_date.Width = 80;
//
// date_res
//
this.date_res.HeaderText = "완료일자";
this.date_res.Name = "date_res";
this.date_res.Width = 80;
//
// charge
//
this.charge.HeaderText = "담당자";
this.charge.Name = "charge";
this.charge.Width = 50;
//
// work_name
//
this.work_name.HeaderText = "작업명";
this.work_name.Name = "work_name";
this.work_name.Visible = false;
this.work_name.Width = 150;
//
// work_way
//
this.work_way.HeaderText = "작업방법";
this.work_way.Name = "work_way";
this.work_way.Visible = false;
//
// send_way
//
this.send_way.HeaderText = "배송방법";
this.send_way.Name = "send_way";
this.send_way.Visible = false;
//
// total
//
this.total.HeaderText = "합계금액";
this.total.Name = "total";
this.total.Width = 90;
//
// stock_money
//
this.stock_money.HeaderText = "입고금액";
this.stock_money.Name = "stock_money";
this.stock_money.Width = 90;
//
// count
//
this.count.HeaderText = "수량";
this.count.Name = "count";
this.count.Width = 50;
//
// Column11
//
this.Column11.HeaderText = "입고";
this.Column11.Name = "Column11";
this.Column11.Width = 50;
//
// Column12
//
this.Column12.HeaderText = "미입고";
this.Column12.Name = "Column12";
this.Column12.Width = 50;
//
// Column13
//
this.Column13.HeaderText = "입고율";
this.Column13.Name = "Column13";
this.Column13.Width = 50;
//
// Column18
//
this.Column18.HeaderText = "택배";
this.Column18.Name = "Column18";
this.Column18.Width = 50;
//
// Column20
//
this.Column20.HeaderText = "목록번호";
this.Column20.Name = "Column20";
this.Column20.Width = 70;
//
// chk_label
//
this.chk_label.HeaderText = "라벨";
this.chk_label.Name = "chk_label";
this.chk_label.Visible = false;
//
// Chk_Column
//
this.Chk_Column.HeaderText = "체크";
this.Chk_Column.Name = "Chk_Column";
this.Chk_Column.Visible = false;
this.Chk_Column.Width = 40;
//
// List_aggregation
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1395, 615);
this.ClientSize = new System.Drawing.Size(1395, 670);
this.Controls.Add(this.panel1);
this.Controls.Add(this.btn_close);
this.Controls.Add(this.dataGridView1);
@@ -869,7 +870,6 @@
private System.Windows.Forms.Label label1;
private System.Windows.Forms.ComboBox combo_state;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.TextBox tb_clt;
private System.Windows.Forms.TextBox tb_dlv;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.DataGridView dataGridView1;
@@ -923,16 +923,20 @@
private System.Windows.Forms.Label lbl_send_y;
private System.Windows.Forms.Label lbl_unstock_count;
private System.Windows.Forms.Button btn_apply;
private System.Windows.Forms.DataGridViewTextBoxColumn Column1;
private System.Windows.Forms.DataGridViewTextBoxColumn Column2;
private System.Windows.Forms.DataGridViewTextBoxColumn Column5;
private System.Windows.Forms.DataGridViewTextBoxColumn Column3;
private System.Windows.Forms.DataGridViewTextBoxColumn Column4;
private System.Windows.Forms.DataGridViewTextBoxColumn Column6;
private System.Windows.Forms.DataGridViewTextBoxColumn Column7;
private System.Windows.Forms.DataGridViewTextBoxColumn Column8;
private System.Windows.Forms.DataGridViewTextBoxColumn Column9;
private System.Windows.Forms.DataGridViewTextBoxColumn Column10;
private System.Windows.Forms.DataGridViewTextBoxColumn list_name;
private System.Windows.Forms.DataGridViewTextBoxColumn list_date;
private System.Windows.Forms.DataGridViewTextBoxColumn date_res;
private System.Windows.Forms.DataGridViewTextBoxColumn charge;
private System.Windows.Forms.DataGridViewTextBoxColumn work_name;
private System.Windows.Forms.DataGridViewTextBoxColumn work_way;
private System.Windows.Forms.DataGridViewTextBoxColumn send_way;
private System.Windows.Forms.DataGridViewTextBoxColumn total;
private System.Windows.Forms.DataGridViewTextBoxColumn stock_money;
private System.Windows.Forms.DataGridViewTextBoxColumn count;
private System.Windows.Forms.DataGridViewTextBoxColumn Column11;
private System.Windows.Forms.DataGridViewTextBoxColumn Column12;
private System.Windows.Forms.DataGridViewTextBoxColumn Column13;
@@ -940,5 +944,6 @@
private System.Windows.Forms.DataGridViewTextBoxColumn Column20;
private System.Windows.Forms.DataGridViewTextBoxColumn chk_label;
private System.Windows.Forms.DataGridViewCheckBoxColumn Chk_Column;
public System.Windows.Forms.TextBox tb_clt;
}
}