]> insang Git - newton-cn_pos.git/commitdiff
판매개수 추가
authornewton-cn <insang@kakao.com>
Tue, 28 Jan 2025 02:49:22 +0000 (11:49 +0900)
committernewton-cn <insang@kakao.com>
Tue, 28 Jan 2025 02:49:22 +0000 (11:49 +0900)
.vs/newton-cn/v16/.suo
newton-cn/Form6.cs
newton-cn/bin/Debug/newton-cn.exe
newton-cn/bin/Debug/newton-cn.pdb
newton-cn/bin/Release/newton-cn.exe
newton-cn/bin/Release/newton-cn.pdb
newton-cn/obj/Debug/DesignTimeResolveAssemblyReferences.cache
newton-cn/obj/Debug/newton-cn.exe
newton-cn/obj/Debug/newton-cn.pdb
newton-cn/obj/Release/newton-cn.exe
newton-cn/obj/Release/newton-cn.pdb

index 3ce2722255cea56683fd20269a22897baa342dce..6740bf68e9da35d6c09754a68c5ed6ea54af4af7 100644 (file)
Binary files a/.vs/newton-cn/v16/.suo and b/.vs/newton-cn/v16/.suo differ
index 3a1cfb01f20b2d7369a652cebf0597f471760913..65076ec40185ed424a9d21e3a6bc859a4074f76f 100644 (file)
@@ -41,7 +41,17 @@ namespace newton_cn
             DBConnector dbc = new DBConnector();
             dataGridView1.DefaultCellStyle.BackColor = System.Drawing.Color.FromArgb(240, 240, 240);
             dataGridView1.DataSource = dbc.getDisposableAnalysis(todayFormatted);
-            dataGridView1.Columns["상품명"].Width = 200;
+            try
+            {
+                dataGridView1.Columns["상품명"].Width = 200;
+                dataGridView1.Columns["비율"].Width = 55;
+                dataGridView1.Columns["개수"].Width = 55;
+                dataGridView1.Columns["매출"].Width = 80;
+            }
+            catch (Exception)
+            {
+
+            }
         }
 
         private void dataGridView1_CellContentClick(object sender, DataGridViewCellEventArgs e)
@@ -59,7 +69,18 @@ namespace newton_cn
             DBConnector dbc = new DBConnector();
             dataGridView1.DefaultCellStyle.BackColor = System.Drawing.Color.FromArgb(240, 240, 240);
             dataGridView1.DataSource = dbc.getDisposableAnalysis(result);
-            dataGridView1.Columns["상품명"].Width = 200;
+            try
+            {
+                dataGridView1.Columns["상품명"].Width = 200;
+                dataGridView1.Columns["비율"].Width = 55;
+                dataGridView1.Columns["개수"].Width = 55;
+                dataGridView1.Columns["매출"].Width = 80;
+            }
+            catch (Exception)
+            {
+
+            }
+
         }
 
         private void button4_Click(object sender, EventArgs e)
index a69d1f76511d0d031b7527f52ebc23d855d3dd37..3cabd7ded2584dc975cf0ed47b5d486973cc6c91 100644 (file)
Binary files a/newton-cn/bin/Debug/newton-cn.exe and b/newton-cn/bin/Debug/newton-cn.exe differ
index cc2f4126dbb5940a1c52f8eae8d53e05ee9aac8c..364ef462d77729d6ce1f4e1a1fc79d9ad9a603d3 100644 (file)
Binary files a/newton-cn/bin/Debug/newton-cn.pdb and b/newton-cn/bin/Debug/newton-cn.pdb differ
index 9dad505da478fc1cfc44984295d9e4ff7f56d1e3..1c46f40a9b87e11e00df9aefd4458c79991d4948 100644 (file)
Binary files a/newton-cn/bin/Release/newton-cn.exe and b/newton-cn/bin/Release/newton-cn.exe differ
index 9462d7c206cded471394c1954c6fa649797e56d4..2b9c7d8be2f6a2bcc339afccc9781d5c3d91c175 100644 (file)
Binary files a/newton-cn/bin/Release/newton-cn.pdb and b/newton-cn/bin/Release/newton-cn.pdb differ
index 16804eb4ef6cd2d14a363e2b5348b410032130df..20575104f3451f2c5f25dcd913946b91b7c61297 100644 (file)
Binary files a/newton-cn/obj/Debug/DesignTimeResolveAssemblyReferences.cache and b/newton-cn/obj/Debug/DesignTimeResolveAssemblyReferences.cache differ
index a69d1f76511d0d031b7527f52ebc23d855d3dd37..3cabd7ded2584dc975cf0ed47b5d486973cc6c91 100644 (file)
Binary files a/newton-cn/obj/Debug/newton-cn.exe and b/newton-cn/obj/Debug/newton-cn.exe differ
index cc2f4126dbb5940a1c52f8eae8d53e05ee9aac8c..364ef462d77729d6ce1f4e1a1fc79d9ad9a603d3 100644 (file)
Binary files a/newton-cn/obj/Debug/newton-cn.pdb and b/newton-cn/obj/Debug/newton-cn.pdb differ
index 9dad505da478fc1cfc44984295d9e4ff7f56d1e3..1c46f40a9b87e11e00df9aefd4458c79991d4948 100644 (file)
Binary files a/newton-cn/obj/Release/newton-cn.exe and b/newton-cn/obj/Release/newton-cn.exe differ
index 9462d7c206cded471394c1954c6fa649797e56d4..2b9c7d8be2f6a2bcc339afccc9781d5c3d91c175 100644 (file)
Binary files a/newton-cn/obj/Release/newton-cn.pdb and b/newton-cn/obj/Release/newton-cn.pdb differ