=====* ISBN 조회 *=====
Yes24 - 바뀐 예스 양식에 따라 수정 =====* unimarc *===== - 목록등록 - 머리글에 맞춰 숫자 입력기능 추가 - 목록집계 - 거래처명 엔터시 검색 추가 추가정보 표출창에 거래처 정보가 출력됨 - 송금내역 - 엑셀 반출작업 완료 - 입고작업 - gird3 isbn찍으면 책검색이 되어 자동으로 해당 isbn 책이 출력됨
This commit is contained in:
		
										
											Binary file not shown.
										
									
								
							| @@ -120,10 +120,11 @@ namespace ISBN_Check_test | ||||
|                 else if (gridview.Rows[a].DefaultCellStyle.BackColor == Color.LightGray) | ||||
|                     gridview.Rows[a].DefaultCellStyle.BackColor = Color.Empty; | ||||
|  | ||||
|                 insert_By_Aladin(api.Aladin(query, "ISBN13", param), a); | ||||
|                 string aladin = api.Aladin(query, "ISBN13", param); | ||||
|                 insert_By_Aladin(aladin, a); | ||||
|                 try | ||||
|                 { | ||||
|                     richTextBox1.Text = api.Aladin(query, "ISBN13", param); | ||||
|                     richTextBox1.Text = aladin; | ||||
|                 } | ||||
|                 catch { } | ||||
|             } | ||||
|   | ||||
| @@ -10,6 +10,7 @@ using System.Windows.Forms; | ||||
| using Excel = Microsoft.Office.Interop.Excel; | ||||
| using WindowsFormsApp1; | ||||
| using System.Reflection; | ||||
| using System.Text.RegularExpressions; | ||||
|  | ||||
| namespace ISBN_Check_test | ||||
| { | ||||
| @@ -116,14 +117,16 @@ namespace ISBN_Check_test | ||||
|  | ||||
|         private void btn_change_Click(object sender, EventArgs e) | ||||
|         { | ||||
|             string[,] grid = new string[dataGridView1.Rows.Count, 5]; | ||||
|             string[,] grid = new string[dataGridView1.Rows.Count, 6]; | ||||
|             for (int a = 0; a < dataGridView1.Rows.Count; a++) | ||||
|             { | ||||
|                 string price = dataGridView1.Rows[a].Cells["price"].Value.ToString(); | ||||
|                 int count = a + 1; | ||||
|                 grid[a, 0] = count.ToString(); | ||||
|                 grid[a, 1] = dataGridView1.Rows[a].Cells["after_book_name"].Value.ToString(); | ||||
|                 grid[a, 3] = dataGridView1.Rows[a].Cells["after_book_comp"].Value.ToString(); | ||||
|                 grid[a, 4] = dataGridView1.Rows[a].Cells["price"].Value.ToString(); | ||||
|                 grid[a, 4] = Regex.Replace(price, @"[^0-9]", ""); | ||||
|                 grid[a, 5] = "1"; | ||||
|             } | ||||
|             Excel_change(grid); | ||||
|         } | ||||
| @@ -149,10 +152,10 @@ namespace ISBN_Check_test | ||||
|                 ws.Columns[5].ColumnWidth = 12.57;      // E | ||||
|                 #endregion | ||||
|  | ||||
|                 string[] title = { "번호", "도서명", "ISBN", "출판사", "정가" }; | ||||
|                 string[] title = { "번호", "도서명", "ISBN", "출판사", "정가", "수량" }; | ||||
|  | ||||
|                 #region 제목 셀 | ||||
|                 rng = ws.Range["A1", "E1"]; | ||||
|                 rng = ws.Range["A1", "F1"]; | ||||
|                 rng.Value2 = title; | ||||
|                 rng.HorizontalAlignment = Excel.XlHAlign.xlHAlignCenter; | ||||
|                 rng.Font.Bold = true; | ||||
| @@ -160,7 +163,7 @@ namespace ISBN_Check_test | ||||
|  | ||||
|                 // 기본 정보 입력칸 | ||||
|                 int count = dataGridView1.Rows.Count + 1; | ||||
|                 rng = ws.Range["A2", "E"+count.ToString()]; | ||||
|                 rng = ws.Range["A2", "F"+count.ToString()]; | ||||
|                 rng.Value2 = grid; | ||||
|                 rng.HorizontalAlignment = Excel.XlHAlign.xlHAlignCenter; | ||||
|  | ||||
|   | ||||
| @@ -21,7 +21,7 @@ | ||||
|           <dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" /> | ||||
|         </dsig:Transforms> | ||||
|         <dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" /> | ||||
|         <dsig:DigestValue>KfNy3DAiJLEh3tRQ2ZQcK5Keg1upaJsdza4YBq+Y4bs=</dsig:DigestValue> | ||||
|         <dsig:DigestValue>+MrCwwIqdW5a7byy/y9gxOk+aEXFqsgtK5j+CUByFTI=</dsig:DigestValue> | ||||
|       </hash> | ||||
|     </dependentAssembly> | ||||
|   </dependency> | ||||
|   | ||||
										
											Binary file not shown.
										
									
								
							| @@ -3,7 +3,7 @@ | ||||
|   <asmv1:assemblyIdentity name="ISBN_Check_test.exe" version="1.0.0.2" publicKeyToken="0000000000000000" language="neutral" processorArchitecture="msil" type="win32" /> | ||||
|   <application /> | ||||
|   <entryPoint> | ||||
|     <assemblyIdentity name="ISBN_Check_test" version="1.0.7853.23787" language="neutral" processorArchitecture="msil" /> | ||||
|     <assemblyIdentity name="ISBN_Check_test" version="1.0.7866.16966" language="neutral" processorArchitecture="msil" /> | ||||
|     <commandLine file="ISBN_Check_test.exe" parameters="" /> | ||||
|   </entryPoint> | ||||
|   <trustInfo> | ||||
| @@ -66,14 +66,14 @@ | ||||
|     </dependentAssembly> | ||||
|   </dependency> | ||||
|   <dependency> | ||||
|     <dependentAssembly dependencyType="install" allowDelayedBinding="true" codebase="ISBN_Check_test.exe" size="74240"> | ||||
|       <assemblyIdentity name="ISBN_Check_test" version="1.0.7853.23787" language="neutral" processorArchitecture="msil" /> | ||||
|     <dependentAssembly dependencyType="install" allowDelayedBinding="true" codebase="ISBN_Check_test.exe" size="74752"> | ||||
|       <assemblyIdentity name="ISBN_Check_test" version="1.0.7866.16966" language="neutral" processorArchitecture="msil" /> | ||||
|       <hash> | ||||
|         <dsig:Transforms> | ||||
|           <dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" /> | ||||
|         </dsig:Transforms> | ||||
|         <dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" /> | ||||
|         <dsig:DigestValue>1jQjMNp8jzDP+pP5SPnsAv651qNqU9GEpBC5IKMbD/Q=</dsig:DigestValue> | ||||
|         <dsig:DigestValue>++pv0LHaDa8ziJMfnyICIlKOnuotJHtIQcdR8OfA+uQ=</dsig:DigestValue> | ||||
|       </hash> | ||||
|     </dependentAssembly> | ||||
|   </dependency> | ||||
| @@ -236,7 +236,7 @@ | ||||
|         <dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" /> | ||||
|       </dsig:Transforms> | ||||
|       <dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" /> | ||||
|       <dsig:DigestValue>5wxJhVMbghywvrKT0y8SppZWKsk+i4zv+rv4zZRY8Gw=</dsig:DigestValue> | ||||
|       <dsig:DigestValue>LHCHPQZvhBXwS5g0pB0KViIDcPqgteLoLW03r6PxZSI=</dsig:DigestValue> | ||||
|     </hash> | ||||
|   </file> | ||||
| </asmv1:assembly> | ||||
										
											Binary file not shown.
										
									
								
							
										
											Binary file not shown.
										
									
								
							| @@ -21,7 +21,7 @@ | ||||
|           <dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" /> | ||||
|         </dsig:Transforms> | ||||
|         <dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" /> | ||||
|         <dsig:DigestValue>KfNy3DAiJLEh3tRQ2ZQcK5Keg1upaJsdza4YBq+Y4bs=</dsig:DigestValue> | ||||
|         <dsig:DigestValue>+MrCwwIqdW5a7byy/y9gxOk+aEXFqsgtK5j+CUByFTI=</dsig:DigestValue> | ||||
|       </hash> | ||||
|     </dependentAssembly> | ||||
|   </dependency> | ||||
|   | ||||
										
											Binary file not shown.
										
									
								
							| @@ -3,7 +3,7 @@ | ||||
|   <asmv1:assemblyIdentity name="ISBN_Check_test.exe" version="1.0.0.2" publicKeyToken="0000000000000000" language="neutral" processorArchitecture="msil" type="win32" /> | ||||
|   <application /> | ||||
|   <entryPoint> | ||||
|     <assemblyIdentity name="ISBN_Check_test" version="1.0.7853.23787" language="neutral" processorArchitecture="msil" /> | ||||
|     <assemblyIdentity name="ISBN_Check_test" version="1.0.7866.16966" language="neutral" processorArchitecture="msil" /> | ||||
|     <commandLine file="ISBN_Check_test.exe" parameters="" /> | ||||
|   </entryPoint> | ||||
|   <trustInfo> | ||||
| @@ -66,14 +66,14 @@ | ||||
|     </dependentAssembly> | ||||
|   </dependency> | ||||
|   <dependency> | ||||
|     <dependentAssembly dependencyType="install" allowDelayedBinding="true" codebase="ISBN_Check_test.exe" size="74240"> | ||||
|       <assemblyIdentity name="ISBN_Check_test" version="1.0.7853.23787" language="neutral" processorArchitecture="msil" /> | ||||
|     <dependentAssembly dependencyType="install" allowDelayedBinding="true" codebase="ISBN_Check_test.exe" size="74752"> | ||||
|       <assemblyIdentity name="ISBN_Check_test" version="1.0.7866.16966" language="neutral" processorArchitecture="msil" /> | ||||
|       <hash> | ||||
|         <dsig:Transforms> | ||||
|           <dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" /> | ||||
|         </dsig:Transforms> | ||||
|         <dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" /> | ||||
|         <dsig:DigestValue>1jQjMNp8jzDP+pP5SPnsAv651qNqU9GEpBC5IKMbD/Q=</dsig:DigestValue> | ||||
|         <dsig:DigestValue>++pv0LHaDa8ziJMfnyICIlKOnuotJHtIQcdR8OfA+uQ=</dsig:DigestValue> | ||||
|       </hash> | ||||
|     </dependentAssembly> | ||||
|   </dependency> | ||||
| @@ -236,7 +236,7 @@ | ||||
|         <dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" /> | ||||
|       </dsig:Transforms> | ||||
|       <dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" /> | ||||
|       <dsig:DigestValue>5wxJhVMbghywvrKT0y8SppZWKsk+i4zv+rv4zZRY8Gw=</dsig:DigestValue> | ||||
|       <dsig:DigestValue>LHCHPQZvhBXwS5g0pB0KViIDcPqgteLoLW03r6PxZSI=</dsig:DigestValue> | ||||
|     </hash> | ||||
|   </file> | ||||
| </asmv1:assembly> | ||||
										
											Binary file not shown.
										
									
								
							
		Reference in New Issue
	
	Block a user
	 SeungHo Yang
					SeungHo Yang