=====* 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:
		| @@ -28,7 +28,7 @@ | ||||
|         /// </summary> | ||||
|         private void InitializeComponent() | ||||
|         { | ||||
|             System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle(); | ||||
|             System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = 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,6 +39,23 @@ | ||||
|             this.tb_dlv = new System.Windows.Forms.TextBox(); | ||||
|             this.label3 = new System.Windows.Forms.Label(); | ||||
|             this.dataGridView1 = new System.Windows.Forms.DataGridView(); | ||||
|             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(); | ||||
|             this.label5 = new System.Windows.Forms.Label(); | ||||
|             this.combo_user = new System.Windows.Forms.ComboBox(); | ||||
|             this.btn_process = new System.Windows.Forms.Button(); | ||||
| @@ -89,23 +106,6 @@ | ||||
|             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(); | ||||
| @@ -188,14 +188,14 @@ | ||||
|             this.dataGridView1.AllowUserToAddRows = false; | ||||
|             this.dataGridView1.AllowUserToDeleteRows = false; | ||||
|             this.dataGridView1.BackgroundColor = System.Drawing.SystemColors.Control; | ||||
|             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; | ||||
|             dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; | ||||
|             dataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Control; | ||||
|             dataGridViewCellStyle2.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129))); | ||||
|             dataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.WindowText; | ||||
|             dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight; | ||||
|             dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText; | ||||
|             dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True; | ||||
|             this.dataGridView1.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2; | ||||
|             this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { | ||||
|             this.list_name, | ||||
|             this.list_date, | ||||
| @@ -219,12 +219,116 @@ | ||||
|             this.dataGridView1.Name = "dataGridView1"; | ||||
|             this.dataGridView1.RowHeadersWidth = 20; | ||||
|             this.dataGridView1.RowTemplate.Height = 23; | ||||
|             this.dataGridView1.Size = new System.Drawing.Size(984, 595); | ||||
|             this.dataGridView1.Size = new System.Drawing.Size(984, 618); | ||||
|             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); | ||||
|             //  | ||||
|             // 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; | ||||
|             //  | ||||
|             // label5 | ||||
|             //  | ||||
|             this.label5.AutoSize = true; | ||||
| @@ -276,6 +380,7 @@ | ||||
|             //  | ||||
|             // btn_checkup | ||||
|             //  | ||||
|             this.btn_checkup.Enabled = false; | ||||
|             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); | ||||
| @@ -728,110 +833,6 @@ | ||||
|             //  | ||||
|             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); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 SeungHo Yang
					SeungHo Yang