1. 입고화면의 구매담당/승인 필터 추가 및 합계금액 추가

2. 구매목록의 담당/승인자 목록이 공용코드 기반에서 실데이터 기반으로 변경되었습니다.
This commit is contained in:
chi
2023-10-18 11:36:48 +09:00
parent bf4852d84b
commit 036244651b
15 changed files with 1510 additions and 471 deletions

View File

@@ -173,6 +173,26 @@
label3.TabIndex = 15;
label3.Text = "보관소";
//
// label4
//
label4.AutoSize = true;
label4.Location = new System.Drawing.Point(357, 268);
label4.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
label4.Name = "label4";
label4.Size = new System.Drawing.Size(55, 30);
label4.TabIndex = 23;
label4.Text = "분류";
//
// label5
//
label5.AutoSize = true;
label5.Location = new System.Drawing.Point(31, 358);
label5.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
label5.Name = "label5";
label5.Size = new System.Drawing.Size(76, 30);
label5.TabIndex = 25;
label5.Text = "바코드";
//
// ta
//
this.ta.ClearBeforeFill = true;
@@ -198,7 +218,6 @@
//
// tbModel
//
this.tbModel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(128)))));
this.tbModel.Location = new System.Drawing.Point(111, 94);
this.tbModel.Margin = new System.Windows.Forms.Padding(5, 8, 5, 8);
this.tbModel.Name = "tbModel";
@@ -306,16 +325,6 @@
this.checkBox1.UseVisualStyleBackColor = true;
this.checkBox1.CheckedChanged += new System.EventHandler(this.checkBox1_CheckedChanged);
//
// label4
//
label4.AutoSize = true;
label4.Location = new System.Drawing.Point(357, 268);
label4.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
label4.Name = "label4";
label4.Size = new System.Drawing.Size(55, 30);
label4.TabIndex = 23;
label4.Text = "분류";
//
// tbCate
//
this.tbCate.Location = new System.Drawing.Point(416, 266);
@@ -326,16 +335,6 @@
this.tbCate.Text = "--";
this.tbCate.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// label5
//
label5.AutoSize = true;
label5.Location = new System.Drawing.Point(31, 358);
label5.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
label5.Name = "label5";
label5.Size = new System.Drawing.Size(76, 30);
label5.TabIndex = 25;
label5.Text = "바코드";
//
// tbBarcode
//
this.tbBarcode.Location = new System.Drawing.Point(111, 355);
@@ -348,7 +347,7 @@
//
this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 30F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(669, 518);
this.ClientSize = new System.Drawing.Size(669, 526);
this.Controls.Add(label5);
this.Controls.Add(this.tbBarcode);
this.Controls.Add(label4);