업무일지 자료 편집시 - dev데이터로 기록되는 버그 수정
This commit is contained in:
		| @@ -311,7 +311,7 @@ namespace FPJ0000 | |||||||
|             { |             { | ||||||
|                 if (dr.RowState != DataRowState.Unchanged) |                 if (dr.RowState != DataRowState.Unchanged) | ||||||
|                 { |                 { | ||||||
|                     this.ta.Update(dr); |                    int cnt =  this.ta.Update(dr); | ||||||
|                     dr.AcceptChanges(); |                     dr.AcceptChanges(); | ||||||
|                 } |                 } | ||||||
|             } |             } | ||||||
|   | |||||||
| @@ -78,7 +78,7 @@ namespace FPJ0000.JobReport | |||||||
|  |  | ||||||
|            // tbWW.Text = dr.ww; |            // tbWW.Text = dr.ww; | ||||||
|             dtPdate.Value = DateTime.Parse(dr.pdate);   //일자선택 |             dtPdate.Value = DateTime.Parse(dr.pdate);   //일자선택 | ||||||
|             cmbUser.SelectedValue = dr.wuid; |             cmbUser.SelectedValue = dr.uid; | ||||||
|             tbProject.Text = dr.projectName; |             tbProject.Text = dr.projectName; | ||||||
|             cmbRequest.SelectedValue = dr.requestpart; |             cmbRequest.SelectedValue = dr.requestpart; | ||||||
|             cmbPackage.SelectedValue = dr.package; |             cmbPackage.SelectedValue = dr.package; | ||||||
|   | |||||||
							
								
								
									
										863
									
								
								SubProject/FPJ0000/JobReport/rJobReport.rdlc
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										863
									
								
								SubProject/FPJ0000/JobReport/rJobReport.rdlc
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,863 @@ | |||||||
|  | <?xml version="1.0" encoding="utf-8"?> | ||||||
|  | <Report xmlns="http://schemas.microsoft.com/sqlserver/reporting/2008/01/reportdefinition" xmlns:rd="http://schemas.microsoft.com/SQLServer/reporting/reportdesigner"> | ||||||
|  |   <Body> | ||||||
|  |     <ReportItems> | ||||||
|  |       <Tablix Name="Tablix1"> | ||||||
|  |         <TablixCorner> | ||||||
|  |           <TablixCornerRows> | ||||||
|  |             <TablixCornerRow> | ||||||
|  |               <TablixCornerCell> | ||||||
|  |                 <CellContents> | ||||||
|  |                   <Textbox Name="Textbox7"> | ||||||
|  |                     <CanGrow>true</CanGrow> | ||||||
|  |                     <KeepTogether>true</KeepTogether> | ||||||
|  |                     <Paragraphs> | ||||||
|  |                       <Paragraph> | ||||||
|  |                         <TextRuns> | ||||||
|  |                           <TextRun> | ||||||
|  |                             <Value>사원명</Value> | ||||||
|  |                             <Style /> | ||||||
|  |                           </TextRun> | ||||||
|  |                         </TextRuns> | ||||||
|  |                         <Style> | ||||||
|  |                           <TextAlign>Center</TextAlign> | ||||||
|  |                         </Style> | ||||||
|  |                       </Paragraph> | ||||||
|  |                     </Paragraphs> | ||||||
|  |                     <rd:DefaultName>Textbox7</rd:DefaultName> | ||||||
|  |                     <Style> | ||||||
|  |                       <Border> | ||||||
|  |                         <Color>LightGrey</Color> | ||||||
|  |                         <Style>Solid</Style> | ||||||
|  |                       </Border> | ||||||
|  |                       <VerticalAlign>Middle</VerticalAlign> | ||||||
|  |                       <PaddingLeft>2pt</PaddingLeft> | ||||||
|  |                       <PaddingRight>2pt</PaddingRight> | ||||||
|  |                       <PaddingTop>2pt</PaddingTop> | ||||||
|  |                       <PaddingBottom>2pt</PaddingBottom> | ||||||
|  |                     </Style> | ||||||
|  |                   </Textbox> | ||||||
|  |                   <RowSpan>2</RowSpan> | ||||||
|  |                 </CellContents> | ||||||
|  |               </TablixCornerCell> | ||||||
|  |             </TablixCornerRow> | ||||||
|  |             <TablixCornerRow> | ||||||
|  |               <TablixCornerCell /> | ||||||
|  |             </TablixCornerRow> | ||||||
|  |           </TablixCornerRows> | ||||||
|  |         </TablixCorner> | ||||||
|  |         <TablixBody> | ||||||
|  |           <TablixColumns> | ||||||
|  |             <TablixColumn> | ||||||
|  |               <Width>1.09771cm</Width> | ||||||
|  |             </TablixColumn> | ||||||
|  |             <TablixColumn> | ||||||
|  |               <Width>0.9125cm</Width> | ||||||
|  |             </TablixColumn> | ||||||
|  |             <TablixColumn> | ||||||
|  |               <Width>1.30938cm</Width> | ||||||
|  |             </TablixColumn> | ||||||
|  |             <TablixColumn> | ||||||
|  |               <Width>1.09771cm</Width> | ||||||
|  |             </TablixColumn> | ||||||
|  |           </TablixColumns> | ||||||
|  |           <TablixRows> | ||||||
|  |             <TablixRow> | ||||||
|  |               <Height>0.6cm</Height> | ||||||
|  |               <TablixCells> | ||||||
|  |                 <TablixCell> | ||||||
|  |                   <CellContents> | ||||||
|  |                     <Textbox Name="hrs"> | ||||||
|  |                       <CanGrow>true</CanGrow> | ||||||
|  |                       <KeepTogether>true</KeepTogether> | ||||||
|  |                       <Paragraphs> | ||||||
|  |                         <Paragraph> | ||||||
|  |                           <TextRuns> | ||||||
|  |                             <TextRun> | ||||||
|  |                               <Value>=Sum(Fields!hrs.Value)</Value> | ||||||
|  |                               <Style> | ||||||
|  |                                 <FontFamily>맑은 고딕</FontFamily> | ||||||
|  |                                 <FontSize>9pt</FontSize> | ||||||
|  |                                 <Format>N0</Format> | ||||||
|  |                                 <Color>=iif(Fields!hrs.Value > Fields!total.Value, | ||||||
|  | "Blue", | ||||||
|  | iif(Fields!hrs.Value < Fields!total.Value,"Red","Black") | ||||||
|  | )</Color> | ||||||
|  |                               </Style> | ||||||
|  |                             </TextRun> | ||||||
|  |                           </TextRuns> | ||||||
|  |                           <Style> | ||||||
|  |                             <TextAlign>Right</TextAlign> | ||||||
|  |                           </Style> | ||||||
|  |                         </Paragraph> | ||||||
|  |                       </Paragraphs> | ||||||
|  |                       <rd:DefaultName>hrs</rd:DefaultName> | ||||||
|  |                       <Style> | ||||||
|  |                         <Border> | ||||||
|  |                           <Color>LightGrey</Color> | ||||||
|  |                           <Style>Solid</Style> | ||||||
|  |                         </Border> | ||||||
|  |                         <VerticalAlign>Middle</VerticalAlign> | ||||||
|  |                         <PaddingLeft>2pt</PaddingLeft> | ||||||
|  |                         <PaddingRight>2pt</PaddingRight> | ||||||
|  |                         <PaddingTop>2pt</PaddingTop> | ||||||
|  |                         <PaddingBottom>2pt</PaddingBottom> | ||||||
|  |                       </Style> | ||||||
|  |                     </Textbox> | ||||||
|  |                     <rd:Selected>true</rd:Selected> | ||||||
|  |                   </CellContents> | ||||||
|  |                 </TablixCell> | ||||||
|  |                 <TablixCell> | ||||||
|  |                   <CellContents> | ||||||
|  |                     <Textbox Name="ot"> | ||||||
|  |                       <CanGrow>true</CanGrow> | ||||||
|  |                       <KeepTogether>true</KeepTogether> | ||||||
|  |                       <Paragraphs> | ||||||
|  |                         <Paragraph> | ||||||
|  |                           <TextRuns> | ||||||
|  |                             <TextRun> | ||||||
|  |                               <Value>=Sum(Fields!ot.Value)</Value> | ||||||
|  |                               <Style> | ||||||
|  |                                 <FontFamily>맑은 고딕</FontFamily> | ||||||
|  |                                 <FontSize>9pt</FontSize> | ||||||
|  |                                 <Format>N0</Format> | ||||||
|  |                                 <Color>=iif(Sum(Fields!ot.Value, "DataSet1")=0,"White","Black")</Color> | ||||||
|  |                               </Style> | ||||||
|  |                             </TextRun> | ||||||
|  |                           </TextRuns> | ||||||
|  |                           <Style> | ||||||
|  |                             <TextAlign>Right</TextAlign> | ||||||
|  |                           </Style> | ||||||
|  |                         </Paragraph> | ||||||
|  |                       </Paragraphs> | ||||||
|  |                       <rd:DefaultName>ot</rd:DefaultName> | ||||||
|  |                       <Style> | ||||||
|  |                         <Border> | ||||||
|  |                           <Color>LightGrey</Color> | ||||||
|  |                           <Style>Solid</Style> | ||||||
|  |                         </Border> | ||||||
|  |                         <VerticalAlign>Middle</VerticalAlign> | ||||||
|  |                         <PaddingLeft>2pt</PaddingLeft> | ||||||
|  |                         <PaddingRight>2pt</PaddingRight> | ||||||
|  |                         <PaddingTop>2pt</PaddingTop> | ||||||
|  |                         <PaddingBottom>2pt</PaddingBottom> | ||||||
|  |                       </Style> | ||||||
|  |                     </Textbox> | ||||||
|  |                     <rd:Selected>true</rd:Selected> | ||||||
|  |                   </CellContents> | ||||||
|  |                 </TablixCell> | ||||||
|  |                 <TablixCell> | ||||||
|  |                   <CellContents> | ||||||
|  |                     <Textbox Name="Textbox15"> | ||||||
|  |                       <CanGrow>true</CanGrow> | ||||||
|  |                       <KeepTogether>true</KeepTogether> | ||||||
|  |                       <Paragraphs> | ||||||
|  |                         <Paragraph> | ||||||
|  |                           <TextRuns> | ||||||
|  |                             <TextRun> | ||||||
|  |                               <Value>=Sum(Fields!hrs.Value)</Value> | ||||||
|  |                               <Style> | ||||||
|  |                                 <FontFamily>맑은 고딕</FontFamily> | ||||||
|  |                                 <FontSize>9pt</FontSize> | ||||||
|  |                                 <Format>N0</Format> | ||||||
|  |                               </Style> | ||||||
|  |                             </TextRun> | ||||||
|  |                           </TextRuns> | ||||||
|  |                           <Style> | ||||||
|  |                             <TextAlign>Right</TextAlign> | ||||||
|  |                           </Style> | ||||||
|  |                         </Paragraph> | ||||||
|  |                       </Paragraphs> | ||||||
|  |                       <rd:DefaultName>Textbox15</rd:DefaultName> | ||||||
|  |                       <Visibility> | ||||||
|  |                         <Hidden>true</Hidden> | ||||||
|  |                       </Visibility> | ||||||
|  |                       <Style> | ||||||
|  |                         <Border> | ||||||
|  |                           <Color>LightGrey</Color> | ||||||
|  |                           <Style>Solid</Style> | ||||||
|  |                         </Border> | ||||||
|  |                         <BackgroundColor>Silver</BackgroundColor> | ||||||
|  |                         <VerticalAlign>Middle</VerticalAlign> | ||||||
|  |                         <PaddingLeft>2pt</PaddingLeft> | ||||||
|  |                         <PaddingRight>2pt</PaddingRight> | ||||||
|  |                         <PaddingTop>2pt</PaddingTop> | ||||||
|  |                         <PaddingBottom>2pt</PaddingBottom> | ||||||
|  |                       </Style> | ||||||
|  |                     </Textbox> | ||||||
|  |                     <rd:Selected>true</rd:Selected> | ||||||
|  |                   </CellContents> | ||||||
|  |                 </TablixCell> | ||||||
|  |                 <TablixCell> | ||||||
|  |                   <CellContents> | ||||||
|  |                     <Textbox Name="Textbox19"> | ||||||
|  |                       <CanGrow>true</CanGrow> | ||||||
|  |                       <KeepTogether>true</KeepTogether> | ||||||
|  |                       <Paragraphs> | ||||||
|  |                         <Paragraph> | ||||||
|  |                           <TextRuns> | ||||||
|  |                             <TextRun> | ||||||
|  |                               <Value>=Sum(Fields!ot.Value)</Value> | ||||||
|  |                               <Style> | ||||||
|  |                                 <FontFamily>맑은 고딕</FontFamily> | ||||||
|  |                                 <FontSize>9pt</FontSize> | ||||||
|  |                                 <Format>N0</Format> | ||||||
|  |                                 <Color>=iif(Sum(Fields!ot.Value, "DataSet1")=0,"White","Black")</Color> | ||||||
|  |                               </Style> | ||||||
|  |                             </TextRun> | ||||||
|  |                           </TextRuns> | ||||||
|  |                           <Style> | ||||||
|  |                             <TextAlign>Right</TextAlign> | ||||||
|  |                           </Style> | ||||||
|  |                         </Paragraph> | ||||||
|  |                       </Paragraphs> | ||||||
|  |                       <rd:DefaultName>Textbox19</rd:DefaultName> | ||||||
|  |                       <Visibility> | ||||||
|  |                         <Hidden>true</Hidden> | ||||||
|  |                       </Visibility> | ||||||
|  |                       <Style> | ||||||
|  |                         <Border> | ||||||
|  |                           <Color>LightGrey</Color> | ||||||
|  |                           <Style>Solid</Style> | ||||||
|  |                         </Border> | ||||||
|  |                         <BackgroundColor>Silver</BackgroundColor> | ||||||
|  |                         <VerticalAlign>Middle</VerticalAlign> | ||||||
|  |                         <PaddingLeft>2pt</PaddingLeft> | ||||||
|  |                         <PaddingRight>2pt</PaddingRight> | ||||||
|  |                         <PaddingTop>2pt</PaddingTop> | ||||||
|  |                         <PaddingBottom>2pt</PaddingBottom> | ||||||
|  |                       </Style> | ||||||
|  |                     </Textbox> | ||||||
|  |                     <rd:Selected>true</rd:Selected> | ||||||
|  |                   </CellContents> | ||||||
|  |                 </TablixCell> | ||||||
|  |               </TablixCells> | ||||||
|  |             </TablixRow> | ||||||
|  |             <TablixRow> | ||||||
|  |               <Height>0.6cm</Height> | ||||||
|  |               <TablixCells> | ||||||
|  |                 <TablixCell> | ||||||
|  |                   <CellContents> | ||||||
|  |                     <Textbox Name="Textbox11"> | ||||||
|  |                       <CanGrow>true</CanGrow> | ||||||
|  |                       <KeepTogether>true</KeepTogether> | ||||||
|  |                       <Paragraphs> | ||||||
|  |                         <Paragraph> | ||||||
|  |                           <TextRuns> | ||||||
|  |                             <TextRun> | ||||||
|  |                               <Value>=Sum(Fields!hrs.Value)</Value> | ||||||
|  |                               <Style> | ||||||
|  |                                 <FontFamily>맑은 고딕</FontFamily> | ||||||
|  |                                 <FontSize>9pt</FontSize> | ||||||
|  |                                 <Format>N0</Format> | ||||||
|  |                               </Style> | ||||||
|  |                             </TextRun> | ||||||
|  |                           </TextRuns> | ||||||
|  |                           <Style> | ||||||
|  |                             <TextAlign>Right</TextAlign> | ||||||
|  |                           </Style> | ||||||
|  |                         </Paragraph> | ||||||
|  |                       </Paragraphs> | ||||||
|  |                       <rd:DefaultName>Textbox11</rd:DefaultName> | ||||||
|  |                       <Visibility> | ||||||
|  |                         <Hidden>true</Hidden> | ||||||
|  |                       </Visibility> | ||||||
|  |                       <Style> | ||||||
|  |                         <Border> | ||||||
|  |                           <Color>LightGrey</Color> | ||||||
|  |                           <Style>Solid</Style> | ||||||
|  |                         </Border> | ||||||
|  |                         <BackgroundColor>Silver</BackgroundColor> | ||||||
|  |                         <VerticalAlign>Middle</VerticalAlign> | ||||||
|  |                         <PaddingLeft>2pt</PaddingLeft> | ||||||
|  |                         <PaddingRight>2pt</PaddingRight> | ||||||
|  |                         <PaddingTop>2pt</PaddingTop> | ||||||
|  |                         <PaddingBottom>2pt</PaddingBottom> | ||||||
|  |                       </Style> | ||||||
|  |                     </Textbox> | ||||||
|  |                     <rd:Selected>true</rd:Selected> | ||||||
|  |                   </CellContents> | ||||||
|  |                 </TablixCell> | ||||||
|  |                 <TablixCell> | ||||||
|  |                   <CellContents> | ||||||
|  |                     <Textbox Name="Textbox12"> | ||||||
|  |                       <CanGrow>true</CanGrow> | ||||||
|  |                       <KeepTogether>true</KeepTogether> | ||||||
|  |                       <Paragraphs> | ||||||
|  |                         <Paragraph> | ||||||
|  |                           <TextRuns> | ||||||
|  |                             <TextRun> | ||||||
|  |                               <Value>=Sum(Fields!ot.Value)</Value> | ||||||
|  |                               <Style> | ||||||
|  |                                 <FontFamily>맑은 고딕</FontFamily> | ||||||
|  |                                 <FontSize>9pt</FontSize> | ||||||
|  |                                 <Format>N0</Format> | ||||||
|  |                                 <Color>=iif(Sum(Fields!ot.Value, "DataSet1")=0,"White","Black")</Color> | ||||||
|  |                               </Style> | ||||||
|  |                             </TextRun> | ||||||
|  |                           </TextRuns> | ||||||
|  |                           <Style> | ||||||
|  |                             <TextAlign>Right</TextAlign> | ||||||
|  |                           </Style> | ||||||
|  |                         </Paragraph> | ||||||
|  |                       </Paragraphs> | ||||||
|  |                       <rd:DefaultName>Textbox12</rd:DefaultName> | ||||||
|  |                       <Visibility> | ||||||
|  |                         <Hidden>true</Hidden> | ||||||
|  |                       </Visibility> | ||||||
|  |                       <Style> | ||||||
|  |                         <Border> | ||||||
|  |                           <Color>LightGrey</Color> | ||||||
|  |                           <Style>Solid</Style> | ||||||
|  |                         </Border> | ||||||
|  |                         <BackgroundColor>Silver</BackgroundColor> | ||||||
|  |                         <VerticalAlign>Middle</VerticalAlign> | ||||||
|  |                         <PaddingLeft>2pt</PaddingLeft> | ||||||
|  |                         <PaddingRight>2pt</PaddingRight> | ||||||
|  |                         <PaddingTop>2pt</PaddingTop> | ||||||
|  |                         <PaddingBottom>2pt</PaddingBottom> | ||||||
|  |                       </Style> | ||||||
|  |                     </Textbox> | ||||||
|  |                     <rd:Selected>true</rd:Selected> | ||||||
|  |                   </CellContents> | ||||||
|  |                 </TablixCell> | ||||||
|  |                 <TablixCell> | ||||||
|  |                   <CellContents> | ||||||
|  |                     <Textbox Name="Textbox16"> | ||||||
|  |                       <CanGrow>true</CanGrow> | ||||||
|  |                       <KeepTogether>true</KeepTogether> | ||||||
|  |                       <Paragraphs> | ||||||
|  |                         <Paragraph> | ||||||
|  |                           <TextRuns> | ||||||
|  |                             <TextRun> | ||||||
|  |                               <Value>=Sum(Fields!hrs.Value)</Value> | ||||||
|  |                               <Style> | ||||||
|  |                                 <FontFamily>맑은 고딕</FontFamily> | ||||||
|  |                                 <FontSize>9pt</FontSize> | ||||||
|  |                                 <Format>N0</Format> | ||||||
|  |                               </Style> | ||||||
|  |                             </TextRun> | ||||||
|  |                           </TextRuns> | ||||||
|  |                           <Style> | ||||||
|  |                             <TextAlign>Right</TextAlign> | ||||||
|  |                           </Style> | ||||||
|  |                         </Paragraph> | ||||||
|  |                       </Paragraphs> | ||||||
|  |                       <rd:DefaultName>Textbox16</rd:DefaultName> | ||||||
|  |                       <Visibility> | ||||||
|  |                         <Hidden>true</Hidden> | ||||||
|  |                       </Visibility> | ||||||
|  |                       <Style> | ||||||
|  |                         <Border> | ||||||
|  |                           <Color>LightGrey</Color> | ||||||
|  |                           <Style>Solid</Style> | ||||||
|  |                         </Border> | ||||||
|  |                         <BackgroundColor>Silver</BackgroundColor> | ||||||
|  |                         <VerticalAlign>Middle</VerticalAlign> | ||||||
|  |                         <PaddingLeft>2pt</PaddingLeft> | ||||||
|  |                         <PaddingRight>2pt</PaddingRight> | ||||||
|  |                         <PaddingTop>2pt</PaddingTop> | ||||||
|  |                         <PaddingBottom>2pt</PaddingBottom> | ||||||
|  |                       </Style> | ||||||
|  |                     </Textbox> | ||||||
|  |                     <rd:Selected>true</rd:Selected> | ||||||
|  |                   </CellContents> | ||||||
|  |                 </TablixCell> | ||||||
|  |                 <TablixCell> | ||||||
|  |                   <CellContents> | ||||||
|  |                     <Textbox Name="Textbox20"> | ||||||
|  |                       <CanGrow>true</CanGrow> | ||||||
|  |                       <KeepTogether>true</KeepTogether> | ||||||
|  |                       <Paragraphs> | ||||||
|  |                         <Paragraph> | ||||||
|  |                           <TextRuns> | ||||||
|  |                             <TextRun> | ||||||
|  |                               <Value>=Sum(Fields!ot.Value)</Value> | ||||||
|  |                               <Style> | ||||||
|  |                                 <FontFamily>맑은 고딕</FontFamily> | ||||||
|  |                                 <FontSize>9pt</FontSize> | ||||||
|  |                                 <Format>N0</Format> | ||||||
|  |                                 <Color>=iif(Sum(Fields!ot.Value, "DataSet1")=0,"White","Black")</Color> | ||||||
|  |                               </Style> | ||||||
|  |                             </TextRun> | ||||||
|  |                           </TextRuns> | ||||||
|  |                           <Style> | ||||||
|  |                             <TextAlign>Right</TextAlign> | ||||||
|  |                           </Style> | ||||||
|  |                         </Paragraph> | ||||||
|  |                       </Paragraphs> | ||||||
|  |                       <rd:DefaultName>Textbox20</rd:DefaultName> | ||||||
|  |                       <Visibility> | ||||||
|  |                         <Hidden>true</Hidden> | ||||||
|  |                       </Visibility> | ||||||
|  |                       <Style> | ||||||
|  |                         <Border> | ||||||
|  |                           <Color>LightGrey</Color> | ||||||
|  |                           <Style>Solid</Style> | ||||||
|  |                         </Border> | ||||||
|  |                         <BackgroundColor>Silver</BackgroundColor> | ||||||
|  |                         <VerticalAlign>Middle</VerticalAlign> | ||||||
|  |                         <PaddingLeft>2pt</PaddingLeft> | ||||||
|  |                         <PaddingRight>2pt</PaddingRight> | ||||||
|  |                         <PaddingTop>2pt</PaddingTop> | ||||||
|  |                         <PaddingBottom>2pt</PaddingBottom> | ||||||
|  |                       </Style> | ||||||
|  |                     </Textbox> | ||||||
|  |                     <rd:Selected>true</rd:Selected> | ||||||
|  |                   </CellContents> | ||||||
|  |                 </TablixCell> | ||||||
|  |               </TablixCells> | ||||||
|  |             </TablixRow> | ||||||
|  |           </TablixRows> | ||||||
|  |         </TablixBody> | ||||||
|  |         <TablixColumnHierarchy> | ||||||
|  |           <TablixMembers> | ||||||
|  |             <TablixMember> | ||||||
|  |               <Group Name="yymm"> | ||||||
|  |                 <GroupExpressions> | ||||||
|  |                   <GroupExpression>=Fields!yymm.Value</GroupExpression> | ||||||
|  |                 </GroupExpressions> | ||||||
|  |               </Group> | ||||||
|  |               <SortExpressions> | ||||||
|  |                 <SortExpression> | ||||||
|  |                   <Value>=Fields!yymm.Value</Value> | ||||||
|  |                 </SortExpression> | ||||||
|  |               </SortExpressions> | ||||||
|  |               <TablixHeader> | ||||||
|  |                 <Size>0.6cm</Size> | ||||||
|  |                 <CellContents> | ||||||
|  |                   <Textbox Name="yymm"> | ||||||
|  |                     <CanGrow>true</CanGrow> | ||||||
|  |                     <KeepTogether>true</KeepTogether> | ||||||
|  |                     <Paragraphs> | ||||||
|  |                       <Paragraph> | ||||||
|  |                         <TextRuns> | ||||||
|  |                           <TextRun> | ||||||
|  |                             <Value>=Fields!yymm.Value</Value> | ||||||
|  |                             <Style> | ||||||
|  |                               <FontFamily>맑은 고딕</FontFamily> | ||||||
|  |                               <FontSize>9pt</FontSize> | ||||||
|  |                               <FontWeight>Bold</FontWeight> | ||||||
|  |                             </Style> | ||||||
|  |                           </TextRun> | ||||||
|  |                         </TextRuns> | ||||||
|  |                         <Style> | ||||||
|  |                           <TextAlign>Center</TextAlign> | ||||||
|  |                         </Style> | ||||||
|  |                       </Paragraph> | ||||||
|  |                     </Paragraphs> | ||||||
|  |                     <rd:DefaultName>yymm</rd:DefaultName> | ||||||
|  |                     <Style> | ||||||
|  |                       <Border> | ||||||
|  |                         <Color>LightGrey</Color> | ||||||
|  |                         <Style>Solid</Style> | ||||||
|  |                       </Border> | ||||||
|  |                       <VerticalAlign>Middle</VerticalAlign> | ||||||
|  |                       <PaddingLeft>2pt</PaddingLeft> | ||||||
|  |                       <PaddingRight>2pt</PaddingRight> | ||||||
|  |                       <PaddingTop>2pt</PaddingTop> | ||||||
|  |                       <PaddingBottom>2pt</PaddingBottom> | ||||||
|  |                     </Style> | ||||||
|  |                   </Textbox> | ||||||
|  |                 </CellContents> | ||||||
|  |               </TablixHeader> | ||||||
|  |               <TablixMembers> | ||||||
|  |                 <TablixMember> | ||||||
|  |                   <TablixHeader> | ||||||
|  |                     <Size>0.6cm</Size> | ||||||
|  |                     <CellContents> | ||||||
|  |                       <Textbox Name="Textbox3"> | ||||||
|  |                         <CanGrow>true</CanGrow> | ||||||
|  |                         <KeepTogether>true</KeepTogether> | ||||||
|  |                         <Paragraphs> | ||||||
|  |                           <Paragraph> | ||||||
|  |                             <TextRuns> | ||||||
|  |                               <TextRun> | ||||||
|  |                                 <Value>시간</Value> | ||||||
|  |                                 <Style> | ||||||
|  |                                   <FontFamily>맑은 고딕</FontFamily> | ||||||
|  |                                   <FontSize>9pt</FontSize> | ||||||
|  |                                   <FontWeight>Bold</FontWeight> | ||||||
|  |                                 </Style> | ||||||
|  |                               </TextRun> | ||||||
|  |                             </TextRuns> | ||||||
|  |                             <Style> | ||||||
|  |                               <TextAlign>Center</TextAlign> | ||||||
|  |                             </Style> | ||||||
|  |                           </Paragraph> | ||||||
|  |                         </Paragraphs> | ||||||
|  |                         <rd:DefaultName>Textbox3</rd:DefaultName> | ||||||
|  |                         <Style> | ||||||
|  |                           <Border> | ||||||
|  |                             <Color>LightGrey</Color> | ||||||
|  |                             <Style>Solid</Style> | ||||||
|  |                           </Border> | ||||||
|  |                           <VerticalAlign>Middle</VerticalAlign> | ||||||
|  |                           <PaddingLeft>2pt</PaddingLeft> | ||||||
|  |                           <PaddingRight>2pt</PaddingRight> | ||||||
|  |                           <PaddingTop>2pt</PaddingTop> | ||||||
|  |                           <PaddingBottom>2pt</PaddingBottom> | ||||||
|  |                         </Style> | ||||||
|  |                       </Textbox> | ||||||
|  |                     </CellContents> | ||||||
|  |                   </TablixHeader> | ||||||
|  |                   <TablixMembers> | ||||||
|  |                     <TablixMember /> | ||||||
|  |                   </TablixMembers> | ||||||
|  |                 </TablixMember> | ||||||
|  |                 <TablixMember> | ||||||
|  |                   <TablixHeader> | ||||||
|  |                     <Size>0.6cm</Size> | ||||||
|  |                     <CellContents> | ||||||
|  |                       <Textbox Name="Textbox5"> | ||||||
|  |                         <CanGrow>true</CanGrow> | ||||||
|  |                         <KeepTogether>true</KeepTogether> | ||||||
|  |                         <Paragraphs> | ||||||
|  |                           <Paragraph> | ||||||
|  |                             <TextRuns> | ||||||
|  |                               <TextRun> | ||||||
|  |                                 <Value>초과</Value> | ||||||
|  |                                 <Style> | ||||||
|  |                                   <FontFamily>맑은 고딕</FontFamily> | ||||||
|  |                                   <FontSize>9pt</FontSize> | ||||||
|  |                                   <FontWeight>Bold</FontWeight> | ||||||
|  |                                 </Style> | ||||||
|  |                               </TextRun> | ||||||
|  |                             </TextRuns> | ||||||
|  |                             <Style> | ||||||
|  |                               <TextAlign>Center</TextAlign> | ||||||
|  |                             </Style> | ||||||
|  |                           </Paragraph> | ||||||
|  |                         </Paragraphs> | ||||||
|  |                         <rd:DefaultName>Textbox5</rd:DefaultName> | ||||||
|  |                         <Style> | ||||||
|  |                           <Border> | ||||||
|  |                             <Color>LightGrey</Color> | ||||||
|  |                             <Style>Solid</Style> | ||||||
|  |                           </Border> | ||||||
|  |                           <VerticalAlign>Middle</VerticalAlign> | ||||||
|  |                           <PaddingLeft>2pt</PaddingLeft> | ||||||
|  |                           <PaddingRight>2pt</PaddingRight> | ||||||
|  |                           <PaddingTop>2pt</PaddingTop> | ||||||
|  |                           <PaddingBottom>2pt</PaddingBottom> | ||||||
|  |                         </Style> | ||||||
|  |                       </Textbox> | ||||||
|  |                     </CellContents> | ||||||
|  |                   </TablixHeader> | ||||||
|  |                 </TablixMember> | ||||||
|  |               </TablixMembers> | ||||||
|  |             </TablixMember> | ||||||
|  |             <TablixMember> | ||||||
|  |               <TablixHeader> | ||||||
|  |                 <Size>0.6cm</Size> | ||||||
|  |                 <CellContents> | ||||||
|  |                   <Textbox Name="Textbox13"> | ||||||
|  |                     <CanGrow>true</CanGrow> | ||||||
|  |                     <KeepTogether>true</KeepTogether> | ||||||
|  |                     <Paragraphs> | ||||||
|  |                       <Paragraph> | ||||||
|  |                         <TextRuns> | ||||||
|  |                           <TextRun> | ||||||
|  |                             <Value>합계</Value> | ||||||
|  |                             <Style> | ||||||
|  |                               <FontFamily>맑은 고딕</FontFamily> | ||||||
|  |                               <FontSize>9pt</FontSize> | ||||||
|  |                               <FontWeight>Bold</FontWeight> | ||||||
|  |                             </Style> | ||||||
|  |                           </TextRun> | ||||||
|  |                         </TextRuns> | ||||||
|  |                         <Style> | ||||||
|  |                           <TextAlign>Center</TextAlign> | ||||||
|  |                         </Style> | ||||||
|  |                       </Paragraph> | ||||||
|  |                     </Paragraphs> | ||||||
|  |                     <rd:DefaultName>Textbox13</rd:DefaultName> | ||||||
|  |                     <Visibility> | ||||||
|  |                       <Hidden>true</Hidden> | ||||||
|  |                     </Visibility> | ||||||
|  |                     <Style> | ||||||
|  |                       <Border> | ||||||
|  |                         <Color>LightGrey</Color> | ||||||
|  |                         <Style>Solid</Style> | ||||||
|  |                       </Border> | ||||||
|  |                       <BackgroundColor>Silver</BackgroundColor> | ||||||
|  |                       <VerticalAlign>Middle</VerticalAlign> | ||||||
|  |                       <PaddingLeft>2pt</PaddingLeft> | ||||||
|  |                       <PaddingRight>2pt</PaddingRight> | ||||||
|  |                       <PaddingTop>2pt</PaddingTop> | ||||||
|  |                       <PaddingBottom>2pt</PaddingBottom> | ||||||
|  |                     </Style> | ||||||
|  |                   </Textbox> | ||||||
|  |                 </CellContents> | ||||||
|  |               </TablixHeader> | ||||||
|  |               <TablixMembers> | ||||||
|  |                 <TablixMember> | ||||||
|  |                   <TablixHeader> | ||||||
|  |                     <Size>0.6cm</Size> | ||||||
|  |                     <CellContents> | ||||||
|  |                       <Textbox Name="Textbox14"> | ||||||
|  |                         <CanGrow>true</CanGrow> | ||||||
|  |                         <KeepTogether>true</KeepTogether> | ||||||
|  |                         <Paragraphs> | ||||||
|  |                           <Paragraph> | ||||||
|  |                             <TextRuns> | ||||||
|  |                               <TextRun> | ||||||
|  |                                 <Value>시간</Value> | ||||||
|  |                                 <Style> | ||||||
|  |                                   <FontFamily>맑은 고딕</FontFamily> | ||||||
|  |                                   <FontSize>9pt</FontSize> | ||||||
|  |                                   <FontWeight>Bold</FontWeight> | ||||||
|  |                                 </Style> | ||||||
|  |                               </TextRun> | ||||||
|  |                             </TextRuns> | ||||||
|  |                             <Style> | ||||||
|  |                               <TextAlign>Center</TextAlign> | ||||||
|  |                             </Style> | ||||||
|  |                           </Paragraph> | ||||||
|  |                         </Paragraphs> | ||||||
|  |                         <rd:DefaultName>Textbox14</rd:DefaultName> | ||||||
|  |                         <Visibility> | ||||||
|  |                           <Hidden>true</Hidden> | ||||||
|  |                         </Visibility> | ||||||
|  |                         <Style> | ||||||
|  |                           <Border> | ||||||
|  |                             <Color>LightGrey</Color> | ||||||
|  |                             <Style>Solid</Style> | ||||||
|  |                           </Border> | ||||||
|  |                           <BackgroundColor>Silver</BackgroundColor> | ||||||
|  |                           <VerticalAlign>Middle</VerticalAlign> | ||||||
|  |                           <PaddingLeft>2pt</PaddingLeft> | ||||||
|  |                           <PaddingRight>2pt</PaddingRight> | ||||||
|  |                           <PaddingTop>2pt</PaddingTop> | ||||||
|  |                           <PaddingBottom>2pt</PaddingBottom> | ||||||
|  |                         </Style> | ||||||
|  |                       </Textbox> | ||||||
|  |                     </CellContents> | ||||||
|  |                   </TablixHeader> | ||||||
|  |                 </TablixMember> | ||||||
|  |                 <TablixMember> | ||||||
|  |                   <TablixHeader> | ||||||
|  |                     <Size>0.6cm</Size> | ||||||
|  |                     <CellContents> | ||||||
|  |                       <Textbox Name="Textbox18"> | ||||||
|  |                         <CanGrow>true</CanGrow> | ||||||
|  |                         <KeepTogether>true</KeepTogether> | ||||||
|  |                         <Paragraphs> | ||||||
|  |                           <Paragraph> | ||||||
|  |                             <TextRuns> | ||||||
|  |                               <TextRun> | ||||||
|  |                                 <Value>초과</Value> | ||||||
|  |                                 <Style> | ||||||
|  |                                   <FontFamily>맑은 고딕</FontFamily> | ||||||
|  |                                   <FontSize>9pt</FontSize> | ||||||
|  |                                   <FontWeight>Bold</FontWeight> | ||||||
|  |                                 </Style> | ||||||
|  |                               </TextRun> | ||||||
|  |                             </TextRuns> | ||||||
|  |                             <Style> | ||||||
|  |                               <TextAlign>Center</TextAlign> | ||||||
|  |                             </Style> | ||||||
|  |                           </Paragraph> | ||||||
|  |                         </Paragraphs> | ||||||
|  |                         <rd:DefaultName>Textbox18</rd:DefaultName> | ||||||
|  |                         <Visibility> | ||||||
|  |                           <Hidden>true</Hidden> | ||||||
|  |                         </Visibility> | ||||||
|  |                         <Style> | ||||||
|  |                           <Border> | ||||||
|  |                             <Color>LightGrey</Color> | ||||||
|  |                             <Style>Solid</Style> | ||||||
|  |                           </Border> | ||||||
|  |                           <BackgroundColor>Silver</BackgroundColor> | ||||||
|  |                           <VerticalAlign>Middle</VerticalAlign> | ||||||
|  |                           <PaddingLeft>2pt</PaddingLeft> | ||||||
|  |                           <PaddingRight>2pt</PaddingRight> | ||||||
|  |                           <PaddingTop>2pt</PaddingTop> | ||||||
|  |                           <PaddingBottom>2pt</PaddingBottom> | ||||||
|  |                         </Style> | ||||||
|  |                       </Textbox> | ||||||
|  |                     </CellContents> | ||||||
|  |                   </TablixHeader> | ||||||
|  |                 </TablixMember> | ||||||
|  |               </TablixMembers> | ||||||
|  |             </TablixMember> | ||||||
|  |           </TablixMembers> | ||||||
|  |         </TablixColumnHierarchy> | ||||||
|  |         <TablixRowHierarchy> | ||||||
|  |           <TablixMembers> | ||||||
|  |             <TablixMember> | ||||||
|  |               <Group Name="uname"> | ||||||
|  |                 <GroupExpressions> | ||||||
|  |                   <GroupExpression>=Fields!uname.Value</GroupExpression> | ||||||
|  |                 </GroupExpressions> | ||||||
|  |               </Group> | ||||||
|  |               <SortExpressions> | ||||||
|  |                 <SortExpression> | ||||||
|  |                   <Value>=Fields!uname.Value</Value> | ||||||
|  |                 </SortExpression> | ||||||
|  |               </SortExpressions> | ||||||
|  |               <TablixHeader> | ||||||
|  |                 <Size>1.91792cm</Size> | ||||||
|  |                 <CellContents> | ||||||
|  |                   <Textbox Name="uname"> | ||||||
|  |                     <CanGrow>true</CanGrow> | ||||||
|  |                     <KeepTogether>true</KeepTogether> | ||||||
|  |                     <Paragraphs> | ||||||
|  |                       <Paragraph> | ||||||
|  |                         <TextRuns> | ||||||
|  |                           <TextRun> | ||||||
|  |                             <Value>=Fields!uname.Value</Value> | ||||||
|  |                             <Style> | ||||||
|  |                               <FontFamily>맑은 고딕</FontFamily> | ||||||
|  |                             </Style> | ||||||
|  |                           </TextRun> | ||||||
|  |                         </TextRuns> | ||||||
|  |                         <Style> | ||||||
|  |                           <TextAlign>Center</TextAlign> | ||||||
|  |                         </Style> | ||||||
|  |                       </Paragraph> | ||||||
|  |                     </Paragraphs> | ||||||
|  |                     <rd:DefaultName>uname</rd:DefaultName> | ||||||
|  |                     <Style> | ||||||
|  |                       <Border> | ||||||
|  |                         <Color>LightGrey</Color> | ||||||
|  |                         <Style>Solid</Style> | ||||||
|  |                       </Border> | ||||||
|  |                       <VerticalAlign>Middle</VerticalAlign> | ||||||
|  |                       <PaddingLeft>2pt</PaddingLeft> | ||||||
|  |                       <PaddingRight>2pt</PaddingRight> | ||||||
|  |                       <PaddingTop>2pt</PaddingTop> | ||||||
|  |                       <PaddingBottom>2pt</PaddingBottom> | ||||||
|  |                     </Style> | ||||||
|  |                   </Textbox> | ||||||
|  |                 </CellContents> | ||||||
|  |               </TablixHeader> | ||||||
|  |               <TablixMembers> | ||||||
|  |                 <TablixMember /> | ||||||
|  |               </TablixMembers> | ||||||
|  |             </TablixMember> | ||||||
|  |             <TablixMember> | ||||||
|  |               <TablixHeader> | ||||||
|  |                 <Size>1.91792cm</Size> | ||||||
|  |                 <CellContents> | ||||||
|  |                   <Textbox Name="Textbox10"> | ||||||
|  |                     <CanGrow>true</CanGrow> | ||||||
|  |                     <KeepTogether>true</KeepTogether> | ||||||
|  |                     <Paragraphs> | ||||||
|  |                       <Paragraph> | ||||||
|  |                         <TextRuns> | ||||||
|  |                           <TextRun> | ||||||
|  |                             <Value>합계</Value> | ||||||
|  |                             <Style> | ||||||
|  |                               <FontFamily>맑은 고딕</FontFamily> | ||||||
|  |                               <FontWeight>Bold</FontWeight> | ||||||
|  |                             </Style> | ||||||
|  |                           </TextRun> | ||||||
|  |                         </TextRuns> | ||||||
|  |                         <Style> | ||||||
|  |                           <TextAlign>Center</TextAlign> | ||||||
|  |                         </Style> | ||||||
|  |                       </Paragraph> | ||||||
|  |                     </Paragraphs> | ||||||
|  |                     <rd:DefaultName>Textbox10</rd:DefaultName> | ||||||
|  |                     <Visibility> | ||||||
|  |                       <Hidden>true</Hidden> | ||||||
|  |                     </Visibility> | ||||||
|  |                     <Style> | ||||||
|  |                       <Border> | ||||||
|  |                         <Color>LightGrey</Color> | ||||||
|  |                         <Style>Solid</Style> | ||||||
|  |                       </Border> | ||||||
|  |                       <BackgroundColor>Silver</BackgroundColor> | ||||||
|  |                       <VerticalAlign>Middle</VerticalAlign> | ||||||
|  |                       <PaddingLeft>2pt</PaddingLeft> | ||||||
|  |                       <PaddingRight>2pt</PaddingRight> | ||||||
|  |                       <PaddingTop>2pt</PaddingTop> | ||||||
|  |                       <PaddingBottom>2pt</PaddingBottom> | ||||||
|  |                     </Style> | ||||||
|  |                   </Textbox> | ||||||
|  |                 </CellContents> | ||||||
|  |               </TablixHeader> | ||||||
|  |               <KeepWithGroup>Before</KeepWithGroup> | ||||||
|  |             </TablixMember> | ||||||
|  |           </TablixMembers> | ||||||
|  |         </TablixRowHierarchy> | ||||||
|  |         <DataSetName>DataSet1</DataSetName> | ||||||
|  |         <Height>2.4cm</Height> | ||||||
|  |         <Width>6.33521cm</Width> | ||||||
|  |         <Style> | ||||||
|  |           <Border> | ||||||
|  |             <Style>None</Style> | ||||||
|  |           </Border> | ||||||
|  |         </Style> | ||||||
|  |       </Tablix> | ||||||
|  |     </ReportItems> | ||||||
|  |     <Height>0.94488in</Height> | ||||||
|  |     <Style /> | ||||||
|  |   </Body> | ||||||
|  |   <Width>2.49418in</Width> | ||||||
|  |   <Page> | ||||||
|  |     <PageHeight>21cm</PageHeight> | ||||||
|  |     <PageWidth>29.7cm</PageWidth> | ||||||
|  |     <LeftMargin>2cm</LeftMargin> | ||||||
|  |     <RightMargin>2cm</RightMargin> | ||||||
|  |     <TopMargin>2cm</TopMargin> | ||||||
|  |     <BottomMargin>2cm</BottomMargin> | ||||||
|  |     <ColumnSpacing>0.13cm</ColumnSpacing> | ||||||
|  |     <Style /> | ||||||
|  |   </Page> | ||||||
|  |   <AutoRefresh>0</AutoRefresh> | ||||||
|  |   <DataSources> | ||||||
|  |     <DataSource Name="dsReport"> | ||||||
|  |       <ConnectionProperties> | ||||||
|  |         <DataProvider>System.Data.DataSet</DataProvider> | ||||||
|  |         <ConnectString>/* Local Connection */</ConnectString> | ||||||
|  |       </ConnectionProperties> | ||||||
|  |       <rd:DataSourceID>def3b4b9-e33c-4ebc-92a9-a60ef301b762</rd:DataSourceID> | ||||||
|  |     </DataSource> | ||||||
|  |   </DataSources> | ||||||
|  |   <DataSets> | ||||||
|  |     <DataSet Name="DataSet1"> | ||||||
|  |       <Query> | ||||||
|  |         <DataSourceName>dsReport</DataSourceName> | ||||||
|  |         <CommandText>/* Local Query */</CommandText> | ||||||
|  |       </Query> | ||||||
|  |       <Fields> | ||||||
|  |         <Field Name="yymm"> | ||||||
|  |           <DataField>yymm</DataField> | ||||||
|  |           <rd:TypeName>System.String</rd:TypeName> | ||||||
|  |         </Field> | ||||||
|  |         <Field Name="total"> | ||||||
|  |           <DataField>total</DataField> | ||||||
|  |           <rd:TypeName>System.Int32</rd:TypeName> | ||||||
|  |         </Field> | ||||||
|  |         <Field Name="uid"> | ||||||
|  |           <DataField>uid</DataField> | ||||||
|  |           <rd:TypeName>System.String</rd:TypeName> | ||||||
|  |         </Field> | ||||||
|  |         <Field Name="uname"> | ||||||
|  |           <DataField>uname</DataField> | ||||||
|  |           <rd:TypeName>System.String</rd:TypeName> | ||||||
|  |         </Field> | ||||||
|  |         <Field Name="hrs"> | ||||||
|  |           <DataField>hrs</DataField> | ||||||
|  |           <rd:TypeName>System.Double</rd:TypeName> | ||||||
|  |         </Field> | ||||||
|  |         <Field Name="ot"> | ||||||
|  |           <DataField>ot</DataField> | ||||||
|  |           <rd:TypeName>System.Double</rd:TypeName> | ||||||
|  |         </Field> | ||||||
|  |       </Fields> | ||||||
|  |       <rd:DataSetInfo> | ||||||
|  |         <rd:DataSetName>dsReport</rd:DataSetName> | ||||||
|  |         <rd:SchemaPath>D:\Source\(014) GroupWare\EET_GroupWare_190428_1800\SubProject\FPJ0000\dsReport.xsd</rd:SchemaPath> | ||||||
|  |         <rd:TableName>jobReport</rd:TableName> | ||||||
|  |         <rd:TableAdapterFillMethod>Fill</rd:TableAdapterFillMethod> | ||||||
|  |         <rd:TableAdapterGetDataMethod>GetData</rd:TableAdapterGetDataMethod> | ||||||
|  |         <rd:TableAdapterName>jobReportTableAdapter</rd:TableAdapterName> | ||||||
|  |       </rd:DataSetInfo> | ||||||
|  |     </DataSet> | ||||||
|  |   </DataSets> | ||||||
|  |   <rd:ReportUnitType>Cm</rd:ReportUnitType> | ||||||
|  |   <rd:ReportID>f122d35f-5d79-47e1-bb91-474800d268ee</rd:ReportID> | ||||||
|  | </Report> | ||||||
							
								
								
									
										259
									
								
								SubProject/FPJ0000/dsPRJ.Designer.cs
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										259
									
								
								SubProject/FPJ0000/dsPRJ.Designer.cs
									
									
									
										generated
									
									
									
								
							| @@ -10118,75 +10118,30 @@ SELECT idx, pidx, pdate, uid, requestpart, package, status, type, description, r | |||||||
|             this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@process", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "process", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); |             this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@process", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "process", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); | ||||||
|             this._adapter.UpdateCommand = new global::System.Data.SqlClient.SqlCommand(); |             this._adapter.UpdateCommand = new global::System.Data.SqlClient.SqlCommand(); | ||||||
|             this._adapter.UpdateCommand.Connection = this.Connection; |             this._adapter.UpdateCommand.Connection = this.Connection; | ||||||
|             this._adapter.UpdateCommand.CommandText = "UPDATE [JobReport] SET [pidx] = @pidx, [pdate] = @pdate, [uid] = @uid, [requestpa" + |             this._adapter.UpdateCommand.CommandText = @"UPDATE JobReport | ||||||
|                 "rt] = @requestpart, [package] = @package, [status] = @status, [type] = @type, [d" + | SET        pidx = @pidx, pdate = @pdate, uid = @uid, requestpart = @requestpart, package = @package, status = @status, type = @type, description = @description, remark = @remark, hrs = @hrs,  | ||||||
|                 "escription] = @description, [remark] = @remark, [hrs] = @hrs, [import] = @import" + |                import = @import, wuid = @wuid, wdate = @wdate, projectName = @projectName, ot = @ot, process = @process | ||||||
|                 ", [wuid] = @wuid, [wdate] = @wdate, [projectName] = @projectName, [ot] = @ot, [p" + | WHERE  (idx = @Original_idx);  | ||||||
|                 "rocess] = @process WHERE (([idx] = @Original_idx) AND ((@IsNull_pidx = 1 AND [pi" + | SELECT idx, pidx, pdate, uid, requestpart, package, status, type, description, remark, hrs, import, wuid, wdate, dbo.getUserName(uid) AS username, projectName, ot, dbo.getWorkWeek(pdate) AS ww, process FROM JobReport WHERE (idx = @idx) ORDER BY pdate DESC"; | ||||||
|                 "dx] IS NULL) OR ([pidx] = @Original_pidx)) AND ((@IsNull_pdate = 1 AND [pdate] I" + |  | ||||||
|                 "S NULL) OR ([pdate] = @Original_pdate)) AND ((@IsNull_uid = 1 AND [uid] IS NULL)" + |  | ||||||
|                 " OR ([uid] = @Original_uid)) AND ((@IsNull_requestpart = 1 AND [requestpart] IS " + |  | ||||||
|                 "NULL) OR ([requestpart] = @Original_requestpart)) AND ((@IsNull_package = 1 AND " + |  | ||||||
|                 "[package] IS NULL) OR ([package] = @Original_package)) AND ((@IsNull_status = 1 " + |  | ||||||
|                 "AND [status] IS NULL) OR ([status] = @Original_status)) AND ((@IsNull_type = 1 A" + |  | ||||||
|                 "ND [type] IS NULL) OR ([type] = @Original_type)) AND ((@IsNull_remark = 1 AND [r" + |  | ||||||
|                 "emark] IS NULL) OR ([remark] = @Original_remark)) AND ((@IsNull_hrs = 1 AND [hrs" + |  | ||||||
|                 "] IS NULL) OR ([hrs] = @Original_hrs)) AND ((@IsNull_import = 1 AND [import] IS " + |  | ||||||
|                 "NULL) OR ([import] = @Original_import)) AND ([wuid] = @Original_wuid) AND ([wdat" + |  | ||||||
|                 "e] = @Original_wdate) AND ((@IsNull_projectName = 1 AND [projectName] IS NULL) O" + |  | ||||||
|                 "R ([projectName] = @Original_projectName)) AND ((@IsNull_ot = 1 AND [ot] IS NULL" + |  | ||||||
|                 ") OR ([ot] = @Original_ot)) AND ((@IsNull_process = 1 AND [process] IS NULL) OR " + |  | ||||||
|                 "([process] = @Original_process)));\r\nSELECT idx, pidx, pdate, uid, requestpart, p" + |  | ||||||
|                 "ackage, status, type, description, remark, hrs, import, wuid, wdate, dbo.getUser" + |  | ||||||
|                 "Name(uid) AS username, projectName, ot, dbo.getWorkWeek(pdate) AS ww, process FR" + |  | ||||||
|                 "OM JobReport WHERE (idx = @idx) ORDER BY pdate DESC"; |  | ||||||
|             this._adapter.UpdateCommand.CommandType = global::System.Data.CommandType.Text; |             this._adapter.UpdateCommand.CommandType = global::System.Data.CommandType.Text; | ||||||
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@pidx", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "pidx", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); |             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@pidx", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 0, 0, "pidx", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); | ||||||
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@pdate", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "pdate", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); |             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@pdate", global::System.Data.SqlDbType.VarChar, 10, global::System.Data.ParameterDirection.Input, 0, 0, "pdate", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); | ||||||
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@uid", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "uid", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); |             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@uid", global::System.Data.SqlDbType.VarChar, 20, global::System.Data.ParameterDirection.Input, 0, 0, "uid", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); | ||||||
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@requestpart", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "requestpart", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); |             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@requestpart", global::System.Data.SqlDbType.VarChar, 50, global::System.Data.ParameterDirection.Input, 0, 0, "requestpart", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); | ||||||
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@package", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "package", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); |             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@package", global::System.Data.SqlDbType.VarChar, 50, global::System.Data.ParameterDirection.Input, 0, 0, "package", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); | ||||||
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@status", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "status", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); |             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@status", global::System.Data.SqlDbType.VarChar, 20, global::System.Data.ParameterDirection.Input, 0, 0, "status", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); | ||||||
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@type", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "type", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); |             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@type", global::System.Data.SqlDbType.VarChar, 50, global::System.Data.ParameterDirection.Input, 0, 0, "type", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); | ||||||
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@description", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "description", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); |             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@description", global::System.Data.SqlDbType.NVarChar, 2147483647, global::System.Data.ParameterDirection.Input, 0, 0, "description", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); | ||||||
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@remark", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "remark", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); |             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@remark", global::System.Data.SqlDbType.NVarChar, 255, global::System.Data.ParameterDirection.Input, 0, 0, "remark", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); | ||||||
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@hrs", global::System.Data.SqlDbType.Float, 0, global::System.Data.ParameterDirection.Input, 0, 0, "hrs", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); |             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@hrs", global::System.Data.SqlDbType.Float, 8, global::System.Data.ParameterDirection.Input, 0, 0, "hrs", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); | ||||||
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@import", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "import", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); |             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@import", global::System.Data.SqlDbType.Bit, 1, global::System.Data.ParameterDirection.Input, 0, 0, "import", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); | ||||||
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@wuid", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "wuid", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); |             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@wuid", global::System.Data.SqlDbType.VarChar, 20, global::System.Data.ParameterDirection.Input, 0, 0, "wuid", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); | ||||||
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@wdate", global::System.Data.SqlDbType.DateTime, 0, global::System.Data.ParameterDirection.Input, 0, 0, "wdate", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); |             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@wdate", global::System.Data.SqlDbType.DateTime, 8, global::System.Data.ParameterDirection.Input, 0, 0, "wdate", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); | ||||||
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@projectName", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "projectName", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); |             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@projectName", global::System.Data.SqlDbType.NVarChar, 255, global::System.Data.ParameterDirection.Input, 0, 0, "projectName", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); | ||||||
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@ot", global::System.Data.SqlDbType.Float, 0, global::System.Data.ParameterDirection.Input, 0, 0, "ot", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); |             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@ot", global::System.Data.SqlDbType.Float, 8, global::System.Data.ParameterDirection.Input, 0, 0, "ot", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); | ||||||
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@process", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "process", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); |             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@process", global::System.Data.SqlDbType.VarChar, 50, global::System.Data.ParameterDirection.Input, 0, 0, "process", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); | ||||||
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_idx", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "idx", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); |             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_idx", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 0, 0, "idx", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); | ||||||
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_pidx", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "pidx", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); |             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@idx", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 0, 0, "idx", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); | ||||||
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_pidx", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "pidx", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); |  | ||||||
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_pdate", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "pdate", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); |  | ||||||
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_pdate", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "pdate", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); |  | ||||||
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_uid", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "uid", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); |  | ||||||
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_uid", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "uid", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); |  | ||||||
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_requestpart", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "requestpart", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); |  | ||||||
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_requestpart", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "requestpart", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); |  | ||||||
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_package", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "package", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); |  | ||||||
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_package", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "package", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); |  | ||||||
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_status", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "status", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); |  | ||||||
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_status", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "status", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); |  | ||||||
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_type", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "type", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); |  | ||||||
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_type", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "type", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); |  | ||||||
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_remark", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "remark", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); |  | ||||||
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_remark", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "remark", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); |  | ||||||
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_hrs", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "hrs", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); |  | ||||||
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_hrs", global::System.Data.SqlDbType.Float, 0, global::System.Data.ParameterDirection.Input, 0, 0, "hrs", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); |  | ||||||
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_import", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "import", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); |  | ||||||
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_import", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "import", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); |  | ||||||
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_wuid", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "wuid", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); |  | ||||||
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_wdate", global::System.Data.SqlDbType.DateTime, 0, global::System.Data.ParameterDirection.Input, 0, 0, "wdate", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); |  | ||||||
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_projectName", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "projectName", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); |  | ||||||
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_projectName", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "projectName", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); |  | ||||||
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_ot", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "ot", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); |  | ||||||
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_ot", global::System.Data.SqlDbType.Float, 0, global::System.Data.ParameterDirection.Input, 0, 0, "ot", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); |  | ||||||
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_process", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "process", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); |  | ||||||
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_process", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "process", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); |  | ||||||
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@idx", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 0, 0, "idx", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); |  | ||||||
|         } |         } | ||||||
|          |          | ||||||
|         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] | ||||||
| @@ -10680,21 +10635,6 @@ ORDER BY pdate DESC"; | |||||||
|                     global::System.Nullable<double> ot,  |                     global::System.Nullable<double> ot,  | ||||||
|                     string process,  |                     string process,  | ||||||
|                     int Original_idx,  |                     int Original_idx,  | ||||||
|                     global::System.Nullable<int> Original_pidx,  |  | ||||||
|                     string Original_pdate,  |  | ||||||
|                     string Original_uid,  |  | ||||||
|                     string Original_requestpart,  |  | ||||||
|                     string Original_package,  |  | ||||||
|                     string Original_status,  |  | ||||||
|                     string Original_type,  |  | ||||||
|                     string Original_remark,  |  | ||||||
|                     global::System.Nullable<double> Original_hrs,  |  | ||||||
|                     global::System.Nullable<bool> Original_import,  |  | ||||||
|                     string Original_wuid,  |  | ||||||
|                     System.DateTime Original_wdate,  |  | ||||||
|                     string Original_projectName,  |  | ||||||
|                     global::System.Nullable<double> Original_ot,  |  | ||||||
|                     string Original_process,  |  | ||||||
|                     int idx) { |                     int idx) { | ||||||
|             if ((pidx.HasValue == true)) { |             if ((pidx.HasValue == true)) { | ||||||
|                 this.Adapter.UpdateCommand.Parameters[0].Value = ((int)(pidx.Value)); |                 this.Adapter.UpdateCommand.Parameters[0].Value = ((int)(pidx.Value)); | ||||||
| @@ -10788,118 +10728,7 @@ ORDER BY pdate DESC"; | |||||||
|                 this.Adapter.UpdateCommand.Parameters[15].Value = ((string)(process)); |                 this.Adapter.UpdateCommand.Parameters[15].Value = ((string)(process)); | ||||||
|             } |             } | ||||||
|             this.Adapter.UpdateCommand.Parameters[16].Value = ((int)(Original_idx)); |             this.Adapter.UpdateCommand.Parameters[16].Value = ((int)(Original_idx)); | ||||||
|             if ((Original_pidx.HasValue == true)) { |             this.Adapter.UpdateCommand.Parameters[17].Value = ((int)(idx)); | ||||||
|                 this.Adapter.UpdateCommand.Parameters[17].Value = ((object)(0)); |  | ||||||
|                 this.Adapter.UpdateCommand.Parameters[18].Value = ((int)(Original_pidx.Value)); |  | ||||||
|             } |  | ||||||
|             else { |  | ||||||
|                 this.Adapter.UpdateCommand.Parameters[17].Value = ((object)(1)); |  | ||||||
|                 this.Adapter.UpdateCommand.Parameters[18].Value = global::System.DBNull.Value; |  | ||||||
|             } |  | ||||||
|             if ((Original_pdate == null)) { |  | ||||||
|                 this.Adapter.UpdateCommand.Parameters[19].Value = ((object)(1)); |  | ||||||
|                 this.Adapter.UpdateCommand.Parameters[20].Value = global::System.DBNull.Value; |  | ||||||
|             } |  | ||||||
|             else { |  | ||||||
|                 this.Adapter.UpdateCommand.Parameters[19].Value = ((object)(0)); |  | ||||||
|                 this.Adapter.UpdateCommand.Parameters[20].Value = ((string)(Original_pdate)); |  | ||||||
|             } |  | ||||||
|             if ((Original_uid == null)) { |  | ||||||
|                 this.Adapter.UpdateCommand.Parameters[21].Value = ((object)(1)); |  | ||||||
|                 this.Adapter.UpdateCommand.Parameters[22].Value = global::System.DBNull.Value; |  | ||||||
|             } |  | ||||||
|             else { |  | ||||||
|                 this.Adapter.UpdateCommand.Parameters[21].Value = ((object)(0)); |  | ||||||
|                 this.Adapter.UpdateCommand.Parameters[22].Value = ((string)(Original_uid)); |  | ||||||
|             } |  | ||||||
|             if ((Original_requestpart == null)) { |  | ||||||
|                 this.Adapter.UpdateCommand.Parameters[23].Value = ((object)(1)); |  | ||||||
|                 this.Adapter.UpdateCommand.Parameters[24].Value = global::System.DBNull.Value; |  | ||||||
|             } |  | ||||||
|             else { |  | ||||||
|                 this.Adapter.UpdateCommand.Parameters[23].Value = ((object)(0)); |  | ||||||
|                 this.Adapter.UpdateCommand.Parameters[24].Value = ((string)(Original_requestpart)); |  | ||||||
|             } |  | ||||||
|             if ((Original_package == null)) { |  | ||||||
|                 this.Adapter.UpdateCommand.Parameters[25].Value = ((object)(1)); |  | ||||||
|                 this.Adapter.UpdateCommand.Parameters[26].Value = global::System.DBNull.Value; |  | ||||||
|             } |  | ||||||
|             else { |  | ||||||
|                 this.Adapter.UpdateCommand.Parameters[25].Value = ((object)(0)); |  | ||||||
|                 this.Adapter.UpdateCommand.Parameters[26].Value = ((string)(Original_package)); |  | ||||||
|             } |  | ||||||
|             if ((Original_status == null)) { |  | ||||||
|                 this.Adapter.UpdateCommand.Parameters[27].Value = ((object)(1)); |  | ||||||
|                 this.Adapter.UpdateCommand.Parameters[28].Value = global::System.DBNull.Value; |  | ||||||
|             } |  | ||||||
|             else { |  | ||||||
|                 this.Adapter.UpdateCommand.Parameters[27].Value = ((object)(0)); |  | ||||||
|                 this.Adapter.UpdateCommand.Parameters[28].Value = ((string)(Original_status)); |  | ||||||
|             } |  | ||||||
|             if ((Original_type == null)) { |  | ||||||
|                 this.Adapter.UpdateCommand.Parameters[29].Value = ((object)(1)); |  | ||||||
|                 this.Adapter.UpdateCommand.Parameters[30].Value = global::System.DBNull.Value; |  | ||||||
|             } |  | ||||||
|             else { |  | ||||||
|                 this.Adapter.UpdateCommand.Parameters[29].Value = ((object)(0)); |  | ||||||
|                 this.Adapter.UpdateCommand.Parameters[30].Value = ((string)(Original_type)); |  | ||||||
|             } |  | ||||||
|             if ((Original_remark == null)) { |  | ||||||
|                 this.Adapter.UpdateCommand.Parameters[31].Value = ((object)(1)); |  | ||||||
|                 this.Adapter.UpdateCommand.Parameters[32].Value = global::System.DBNull.Value; |  | ||||||
|             } |  | ||||||
|             else { |  | ||||||
|                 this.Adapter.UpdateCommand.Parameters[31].Value = ((object)(0)); |  | ||||||
|                 this.Adapter.UpdateCommand.Parameters[32].Value = ((string)(Original_remark)); |  | ||||||
|             } |  | ||||||
|             if ((Original_hrs.HasValue == true)) { |  | ||||||
|                 this.Adapter.UpdateCommand.Parameters[33].Value = ((object)(0)); |  | ||||||
|                 this.Adapter.UpdateCommand.Parameters[34].Value = ((double)(Original_hrs.Value)); |  | ||||||
|             } |  | ||||||
|             else { |  | ||||||
|                 this.Adapter.UpdateCommand.Parameters[33].Value = ((object)(1)); |  | ||||||
|                 this.Adapter.UpdateCommand.Parameters[34].Value = global::System.DBNull.Value; |  | ||||||
|             } |  | ||||||
|             if ((Original_import.HasValue == true)) { |  | ||||||
|                 this.Adapter.UpdateCommand.Parameters[35].Value = ((object)(0)); |  | ||||||
|                 this.Adapter.UpdateCommand.Parameters[36].Value = ((bool)(Original_import.Value)); |  | ||||||
|             } |  | ||||||
|             else { |  | ||||||
|                 this.Adapter.UpdateCommand.Parameters[35].Value = ((object)(1)); |  | ||||||
|                 this.Adapter.UpdateCommand.Parameters[36].Value = global::System.DBNull.Value; |  | ||||||
|             } |  | ||||||
|             if ((Original_wuid == null)) { |  | ||||||
|                 throw new global::System.ArgumentNullException("Original_wuid"); |  | ||||||
|             } |  | ||||||
|             else { |  | ||||||
|                 this.Adapter.UpdateCommand.Parameters[37].Value = ((string)(Original_wuid)); |  | ||||||
|             } |  | ||||||
|             this.Adapter.UpdateCommand.Parameters[38].Value = ((System.DateTime)(Original_wdate)); |  | ||||||
|             if ((Original_projectName == null)) { |  | ||||||
|                 this.Adapter.UpdateCommand.Parameters[39].Value = ((object)(1)); |  | ||||||
|                 this.Adapter.UpdateCommand.Parameters[40].Value = global::System.DBNull.Value; |  | ||||||
|             } |  | ||||||
|             else { |  | ||||||
|                 this.Adapter.UpdateCommand.Parameters[39].Value = ((object)(0)); |  | ||||||
|                 this.Adapter.UpdateCommand.Parameters[40].Value = ((string)(Original_projectName)); |  | ||||||
|             } |  | ||||||
|             if ((Original_ot.HasValue == true)) { |  | ||||||
|                 this.Adapter.UpdateCommand.Parameters[41].Value = ((object)(0)); |  | ||||||
|                 this.Adapter.UpdateCommand.Parameters[42].Value = ((double)(Original_ot.Value)); |  | ||||||
|             } |  | ||||||
|             else { |  | ||||||
|                 this.Adapter.UpdateCommand.Parameters[41].Value = ((object)(1)); |  | ||||||
|                 this.Adapter.UpdateCommand.Parameters[42].Value = global::System.DBNull.Value; |  | ||||||
|             } |  | ||||||
|             if ((Original_process == null)) { |  | ||||||
|                 this.Adapter.UpdateCommand.Parameters[43].Value = ((object)(1)); |  | ||||||
|                 this.Adapter.UpdateCommand.Parameters[44].Value = global::System.DBNull.Value; |  | ||||||
|             } |  | ||||||
|             else { |  | ||||||
|                 this.Adapter.UpdateCommand.Parameters[43].Value = ((object)(0)); |  | ||||||
|                 this.Adapter.UpdateCommand.Parameters[44].Value = ((string)(Original_process)); |  | ||||||
|             } |  | ||||||
|             this.Adapter.UpdateCommand.Parameters[45].Value = ((int)(idx)); |  | ||||||
|             global::System.Data.ConnectionState previousConnectionState = this.Adapter.UpdateCommand.Connection.State; |             global::System.Data.ConnectionState previousConnectionState = this.Adapter.UpdateCommand.Connection.State; | ||||||
|             if (((this.Adapter.UpdateCommand.Connection.State & global::System.Data.ConnectionState.Open)  |             if (((this.Adapter.UpdateCommand.Connection.State & global::System.Data.ConnectionState.Open)  | ||||||
|                         != global::System.Data.ConnectionState.Open)) { |                         != global::System.Data.ConnectionState.Open)) { | ||||||
| @@ -10916,46 +10745,6 @@ ORDER BY pdate DESC"; | |||||||
|             } |             } | ||||||
|         } |         } | ||||||
|          |          | ||||||
|         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |  | ||||||
|         [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] |  | ||||||
|         [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")] |  | ||||||
|         [global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Update, true)] |  | ||||||
|         public virtual int Update( |  | ||||||
|                     global::System.Nullable<int> pidx,  |  | ||||||
|                     string pdate,  |  | ||||||
|                     string uid,  |  | ||||||
|                     string requestpart,  |  | ||||||
|                     string package,  |  | ||||||
|                     string status,  |  | ||||||
|                     string type,  |  | ||||||
|                     string description,  |  | ||||||
|                     string remark,  |  | ||||||
|                     global::System.Nullable<double> hrs,  |  | ||||||
|                     global::System.Nullable<bool> import,  |  | ||||||
|                     string wuid,  |  | ||||||
|                     System.DateTime wdate,  |  | ||||||
|                     string projectName,  |  | ||||||
|                     global::System.Nullable<double> ot,  |  | ||||||
|                     string process,  |  | ||||||
|                     int Original_idx,  |  | ||||||
|                     global::System.Nullable<int> Original_pidx,  |  | ||||||
|                     string Original_pdate,  |  | ||||||
|                     string Original_uid,  |  | ||||||
|                     string Original_requestpart,  |  | ||||||
|                     string Original_package,  |  | ||||||
|                     string Original_status,  |  | ||||||
|                     string Original_type,  |  | ||||||
|                     string Original_remark,  |  | ||||||
|                     global::System.Nullable<double> Original_hrs,  |  | ||||||
|                     global::System.Nullable<bool> Original_import,  |  | ||||||
|                     string Original_wuid,  |  | ||||||
|                     System.DateTime Original_wdate,  |  | ||||||
|                     string Original_projectName,  |  | ||||||
|                     global::System.Nullable<double> Original_ot,  |  | ||||||
|                     string Original_process) { |  | ||||||
|             return this.Update(pidx, pdate, uid, requestpart, package, status, type, description, remark, hrs, import, wuid, wdate, projectName, ot, process, Original_idx, Original_pidx, Original_pdate, Original_uid, Original_requestpart, Original_package, Original_status, Original_type, Original_remark, Original_hrs, Original_import, Original_wuid, Original_wdate, Original_projectName, Original_ot, Original_process, Original_idx); |  | ||||||
|         } |  | ||||||
|          |  | ||||||
|         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] | ||||||
|         [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] |         [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] | ||||||
|         [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")] |         [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")] | ||||||
|   | |||||||
| @@ -668,56 +668,31 @@ ORDER BY pdate DESC</CommandText> | |||||||
|                   </DbCommand> |                   </DbCommand> | ||||||
|                 </SelectCommand> |                 </SelectCommand> | ||||||
|                 <UpdateCommand> |                 <UpdateCommand> | ||||||
|                   <DbCommand CommandType="Text" ModifiedByUser="false"> |                   <DbCommand CommandType="Text" ModifiedByUser="true"> | ||||||
|                     <CommandText>UPDATE [JobReport] SET [pidx] = @pidx, [pdate] = @pdate, [uid] = @uid, [requestpart] = @requestpart, [package] = @package, [status] = @status, [type] = @type, [description] = @description, [remark] = @remark, [hrs] = @hrs, [import] = @import, [wuid] = @wuid, [wdate] = @wdate, [projectName] = @projectName, [ot] = @ot, [process] = @process WHERE (([idx] = @Original_idx) AND ((@IsNull_pidx = 1 AND [pidx] IS NULL) OR ([pidx] = @Original_pidx)) AND ((@IsNull_pdate = 1 AND [pdate] IS NULL) OR ([pdate] = @Original_pdate)) AND ((@IsNull_uid = 1 AND [uid] IS NULL) OR ([uid] = @Original_uid)) AND ((@IsNull_requestpart = 1 AND [requestpart] IS NULL) OR ([requestpart] = @Original_requestpart)) AND ((@IsNull_package = 1 AND [package] IS NULL) OR ([package] = @Original_package)) AND ((@IsNull_status = 1 AND [status] IS NULL) OR ([status] = @Original_status)) AND ((@IsNull_type = 1 AND [type] IS NULL) OR ([type] = @Original_type)) AND ((@IsNull_remark = 1 AND [remark] IS NULL) OR ([remark] = @Original_remark)) AND ((@IsNull_hrs = 1 AND [hrs] IS NULL) OR ([hrs] = @Original_hrs)) AND ((@IsNull_import = 1 AND [import] IS NULL) OR ([import] = @Original_import)) AND ([wuid] = @Original_wuid) AND ([wdate] = @Original_wdate) AND ((@IsNull_projectName = 1 AND [projectName] IS NULL) OR ([projectName] = @Original_projectName)) AND ((@IsNull_ot = 1 AND [ot] IS NULL) OR ([ot] = @Original_ot)) AND ((@IsNull_process = 1 AND [process] IS NULL) OR ([process] = @Original_process))); |                     <CommandText>UPDATE JobReport | ||||||
|  | SET        pidx = @pidx, pdate = @pdate, uid = @uid, requestpart = @requestpart, package = @package, status = @status, type = @type, description = @description, remark = @remark, hrs = @hrs,  | ||||||
|  |                import = @import, wuid = @wuid, wdate = @wdate, projectName = @projectName, ot = @ot, process = @process | ||||||
|  | WHERE  (idx = @Original_idx);  | ||||||
| SELECT idx, pidx, pdate, uid, requestpart, package, status, type, description, remark, hrs, import, wuid, wdate, dbo.getUserName(uid) AS username, projectName, ot, dbo.getWorkWeek(pdate) AS ww, process FROM JobReport WHERE (idx = @idx) ORDER BY pdate DESC</CommandText> | SELECT idx, pidx, pdate, uid, requestpart, package, status, type, description, remark, hrs, import, wuid, wdate, dbo.getUserName(uid) AS username, projectName, ot, dbo.getWorkWeek(pdate) AS ww, process FROM JobReport WHERE (idx = @idx) ORDER BY pdate DESC</CommandText> | ||||||
|                     <Parameters> |                     <Parameters> | ||||||
|                       <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@pidx" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="pidx" SourceColumnNullMapping="false" SourceVersion="Current" /> |                       <Parameter AllowDbNull="true" AutogeneratedName="pidx" ColumnName="pidx" DataSourceName="GroupWare.dbo.JobReport" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@pidx" Precision="0" ProviderType="Int" Scale="0" Size="4" SourceColumn="pidx" SourceColumnNullMapping="false" SourceVersion="Current" /> | ||||||
|                       <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@pdate" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="pdate" SourceColumnNullMapping="false" SourceVersion="Current" /> |                       <Parameter AllowDbNull="true" AutogeneratedName="pdate" ColumnName="pdate" DataSourceName="GroupWare.dbo.JobReport" DataTypeServer="varchar(10)" DbType="AnsiString" Direction="Input" ParameterName="@pdate" Precision="0" ProviderType="VarChar" Scale="0" Size="10" SourceColumn="pdate" SourceColumnNullMapping="false" SourceVersion="Current" /> | ||||||
|                       <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@uid" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="uid" SourceColumnNullMapping="false" SourceVersion="Current" /> |                       <Parameter AllowDbNull="true" AutogeneratedName="uid" ColumnName="uid" DataSourceName="GroupWare.dbo.JobReport" DataTypeServer="varchar(20)" DbType="AnsiString" Direction="Input" ParameterName="@uid" Precision="0" ProviderType="VarChar" Scale="0" Size="20" SourceColumn="uid" SourceColumnNullMapping="false" SourceVersion="Current" /> | ||||||
|                       <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@requestpart" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="requestpart" SourceColumnNullMapping="false" SourceVersion="Current" /> |                       <Parameter AllowDbNull="true" AutogeneratedName="requestpart" ColumnName="requestpart" DataSourceName="GroupWare.dbo.JobReport" DataTypeServer="varchar(50)" DbType="AnsiString" Direction="Input" ParameterName="@requestpart" Precision="0" ProviderType="VarChar" Scale="0" Size="50" SourceColumn="requestpart" SourceColumnNullMapping="false" SourceVersion="Current" /> | ||||||
|                       <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@package" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="package" SourceColumnNullMapping="false" SourceVersion="Current" /> |                       <Parameter AllowDbNull="true" AutogeneratedName="package" ColumnName="package" DataSourceName="GroupWare.dbo.JobReport" DataTypeServer="varchar(50)" DbType="AnsiString" Direction="Input" ParameterName="@package" Precision="0" ProviderType="VarChar" Scale="0" Size="50" SourceColumn="package" SourceColumnNullMapping="false" SourceVersion="Current" /> | ||||||
|                       <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@status" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="status" SourceColumnNullMapping="false" SourceVersion="Current" /> |                       <Parameter AllowDbNull="true" AutogeneratedName="status" ColumnName="status" DataSourceName="GroupWare.dbo.JobReport" DataTypeServer="varchar(20)" DbType="AnsiString" Direction="Input" ParameterName="@status" Precision="0" ProviderType="VarChar" Scale="0" Size="20" SourceColumn="status" SourceColumnNullMapping="false" SourceVersion="Current" /> | ||||||
|                       <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@type" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="type" SourceColumnNullMapping="false" SourceVersion="Current" /> |                       <Parameter AllowDbNull="true" AutogeneratedName="type" ColumnName="type" DataSourceName="GroupWare.dbo.JobReport" DataTypeServer="varchar(50)" DbType="AnsiString" Direction="Input" ParameterName="@type" Precision="0" ProviderType="VarChar" Scale="0" Size="50" SourceColumn="type" SourceColumnNullMapping="false" SourceVersion="Current" /> | ||||||
|                       <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@description" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="description" SourceColumnNullMapping="false" SourceVersion="Current" /> |                       <Parameter AllowDbNull="true" AutogeneratedName="description" ColumnName="description" DataSourceName="GroupWare.dbo.JobReport" DataTypeServer="nvarchar(MAX)" DbType="String" Direction="Input" ParameterName="@description" Precision="0" ProviderType="NVarChar" Scale="0" Size="2147483647" SourceColumn="description" SourceColumnNullMapping="false" SourceVersion="Current" /> | ||||||
|                       <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@remark" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="remark" SourceColumnNullMapping="false" SourceVersion="Current" /> |                       <Parameter AllowDbNull="true" AutogeneratedName="remark" ColumnName="remark" DataSourceName="GroupWare.dbo.JobReport" DataTypeServer="nvarchar(255)" DbType="String" Direction="Input" ParameterName="@remark" Precision="0" ProviderType="NVarChar" Scale="0" Size="255" SourceColumn="remark" SourceColumnNullMapping="false" SourceVersion="Current" /> | ||||||
|                       <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Double" Direction="Input" ParameterName="@hrs" Precision="0" ProviderType="Float" Scale="0" Size="0" SourceColumn="hrs" SourceColumnNullMapping="false" SourceVersion="Current" /> |                       <Parameter AllowDbNull="true" AutogeneratedName="hrs" ColumnName="hrs" DataSourceName="GroupWare.dbo.JobReport" DataTypeServer="float" DbType="Double" Direction="Input" ParameterName="@hrs" Precision="0" ProviderType="Float" Scale="0" Size="8" SourceColumn="hrs" SourceColumnNullMapping="false" SourceVersion="Current" /> | ||||||
|                       <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Boolean" Direction="Input" ParameterName="@import" Precision="0" ProviderType="Bit" Scale="0" Size="0" SourceColumn="import" SourceColumnNullMapping="false" SourceVersion="Current" /> |                       <Parameter AllowDbNull="true" AutogeneratedName="import" ColumnName="import" DataSourceName="GroupWare.dbo.JobReport" DataTypeServer="bit" DbType="Boolean" Direction="Input" ParameterName="@import" Precision="0" ProviderType="Bit" Scale="0" Size="1" SourceColumn="import" SourceColumnNullMapping="false" SourceVersion="Current" /> | ||||||
|                       <Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@wuid" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="wuid" SourceColumnNullMapping="false" SourceVersion="Current" /> |                       <Parameter AllowDbNull="false" AutogeneratedName="wuid" ColumnName="wuid" DataSourceName="GroupWare.dbo.JobReport" DataTypeServer="varchar(20)" DbType="AnsiString" Direction="Input" ParameterName="@wuid" Precision="0" ProviderType="VarChar" Scale="0" Size="20" SourceColumn="wuid" SourceColumnNullMapping="false" SourceVersion="Current" /> | ||||||
|                       <Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@wdate" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="wdate" SourceColumnNullMapping="false" SourceVersion="Current" /> |                       <Parameter AllowDbNull="false" AutogeneratedName="wdate" ColumnName="wdate" DataSourceName="GroupWare.dbo.JobReport" DataTypeServer="datetime" DbType="DateTime" Direction="Input" ParameterName="@wdate" Precision="0" ProviderType="DateTime" Scale="0" Size="8" SourceColumn="wdate" SourceColumnNullMapping="false" SourceVersion="Current" /> | ||||||
|                       <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@projectName" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="projectName" SourceColumnNullMapping="false" SourceVersion="Current" /> |                       <Parameter AllowDbNull="true" AutogeneratedName="projectName" ColumnName="projectName" DataSourceName="GroupWare.dbo.JobReport" DataTypeServer="nvarchar(255)" DbType="String" Direction="Input" ParameterName="@projectName" Precision="0" ProviderType="NVarChar" Scale="0" Size="255" SourceColumn="projectName" SourceColumnNullMapping="false" SourceVersion="Current" /> | ||||||
|                       <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Double" Direction="Input" ParameterName="@ot" Precision="0" ProviderType="Float" Scale="0" Size="0" SourceColumn="ot" SourceColumnNullMapping="false" SourceVersion="Current" /> |                       <Parameter AllowDbNull="true" AutogeneratedName="ot" ColumnName="ot" DataSourceName="GroupWare.dbo.JobReport" DataTypeServer="float" DbType="Double" Direction="Input" ParameterName="@ot" Precision="0" ProviderType="Float" Scale="0" Size="8" SourceColumn="ot" SourceColumnNullMapping="false" SourceVersion="Current" /> | ||||||
|                       <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@process" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="process" SourceColumnNullMapping="false" SourceVersion="Current" /> |                       <Parameter AllowDbNull="true" AutogeneratedName="process" ColumnName="process" DataSourceName="GroupWare.dbo.JobReport" DataTypeServer="varchar(50)" DbType="AnsiString" Direction="Input" ParameterName="@process" Precision="0" ProviderType="VarChar" Scale="0" Size="50" SourceColumn="process" SourceColumnNullMapping="false" SourceVersion="Current" /> | ||||||
|                       <Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_idx" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="idx" SourceColumnNullMapping="false" SourceVersion="Original" /> |                       <Parameter AllowDbNull="false" AutogeneratedName="Original_idx" ColumnName="idx" DataSourceName="GroupWare.dbo.JobReport" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@Original_idx" Precision="0" ProviderType="Int" Scale="0" Size="4" SourceColumn="idx" SourceColumnNullMapping="false" SourceVersion="Original" /> | ||||||
|                       <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_pidx" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="pidx" SourceColumnNullMapping="true" SourceVersion="Original" /> |                       <Parameter AllowDbNull="false" AutogeneratedName="idx" ColumnName="idx" DataSourceName="GroupWare.dbo.JobReport" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@idx" Precision="0" ProviderType="Int" Scale="0" Size="4" SourceColumn="idx" SourceColumnNullMapping="false" SourceVersion="Original" /> | ||||||
|                       <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_pidx" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="pidx" SourceColumnNullMapping="false" SourceVersion="Original" /> |  | ||||||
|                       <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_pdate" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="pdate" SourceColumnNullMapping="true" SourceVersion="Original" /> |  | ||||||
|                       <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_pdate" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="pdate" SourceColumnNullMapping="false" SourceVersion="Original" /> |  | ||||||
|                       <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_uid" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="uid" SourceColumnNullMapping="true" SourceVersion="Original" /> |  | ||||||
|                       <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_uid" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="uid" SourceColumnNullMapping="false" SourceVersion="Original" /> |  | ||||||
|                       <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_requestpart" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="requestpart" SourceColumnNullMapping="true" SourceVersion="Original" /> |  | ||||||
|                       <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_requestpart" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="requestpart" SourceColumnNullMapping="false" SourceVersion="Original" /> |  | ||||||
|                       <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_package" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="package" SourceColumnNullMapping="true" SourceVersion="Original" /> |  | ||||||
|                       <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_package" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="package" SourceColumnNullMapping="false" SourceVersion="Original" /> |  | ||||||
|                       <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_status" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="status" SourceColumnNullMapping="true" SourceVersion="Original" /> |  | ||||||
|                       <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_status" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="status" SourceColumnNullMapping="false" SourceVersion="Original" /> |  | ||||||
|                       <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_type" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="type" SourceColumnNullMapping="true" SourceVersion="Original" /> |  | ||||||
|                       <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_type" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="type" SourceColumnNullMapping="false" SourceVersion="Original" /> |  | ||||||
|                       <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_remark" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="remark" SourceColumnNullMapping="true" SourceVersion="Original" /> |  | ||||||
|                       <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_remark" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="remark" SourceColumnNullMapping="false" SourceVersion="Original" /> |  | ||||||
|                       <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_hrs" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="hrs" SourceColumnNullMapping="true" SourceVersion="Original" /> |  | ||||||
|                       <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Double" Direction="Input" ParameterName="@Original_hrs" Precision="0" ProviderType="Float" Scale="0" Size="0" SourceColumn="hrs" SourceColumnNullMapping="false" SourceVersion="Original" /> |  | ||||||
|                       <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_import" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="import" SourceColumnNullMapping="true" SourceVersion="Original" /> |  | ||||||
|                       <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Boolean" Direction="Input" ParameterName="@Original_import" Precision="0" ProviderType="Bit" Scale="0" Size="0" SourceColumn="import" SourceColumnNullMapping="false" SourceVersion="Original" /> |  | ||||||
|                       <Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_wuid" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="wuid" SourceColumnNullMapping="false" SourceVersion="Original" /> |  | ||||||
|                       <Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_wdate" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="wdate" SourceColumnNullMapping="false" SourceVersion="Original" /> |  | ||||||
|                       <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_projectName" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="projectName" SourceColumnNullMapping="true" SourceVersion="Original" /> |  | ||||||
|                       <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_projectName" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="projectName" SourceColumnNullMapping="false" SourceVersion="Original" /> |  | ||||||
|                       <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_ot" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="ot" SourceColumnNullMapping="true" SourceVersion="Original" /> |  | ||||||
|                       <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Double" Direction="Input" ParameterName="@Original_ot" Precision="0" ProviderType="Float" Scale="0" Size="0" SourceColumn="ot" SourceColumnNullMapping="false" SourceVersion="Original" /> |  | ||||||
|                       <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_process" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="process" SourceColumnNullMapping="true" SourceVersion="Original" /> |  | ||||||
|                       <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_process" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="process" SourceColumnNullMapping="false" SourceVersion="Original" /> |  | ||||||
|                       <Parameter AllowDbNull="false" AutogeneratedName="idx" ColumnName="idx" DataSourceName="GroupWare.dbo.JobReport" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@idx" Precision="0" ProviderType="Int" Scale="0" Size="4" SourceColumn="idx" SourceColumnNullMapping="false" SourceVersion="Current" /> |  | ||||||
|                     </Parameters> |                     </Parameters> | ||||||
|                   </DbCommand> |                   </DbCommand> | ||||||
|                 </UpdateCommand> |                 </UpdateCommand> | ||||||
| @@ -1018,7 +993,7 @@ WHERE (pidx = @pidx)</CommandText> | |||||||
|   <xs:element name="dsPRJ" msdata:IsDataSet="true" msdata:UseCurrentLocale="true" msprop:EnableTableAdapterManager="true" msprop:Generator_DataSetName="dsPRJ" msprop:Generator_UserDSName="dsPRJ"> |   <xs:element name="dsPRJ" msdata:IsDataSet="true" msdata:UseCurrentLocale="true" msprop:EnableTableAdapterManager="true" msprop:Generator_DataSetName="dsPRJ" msprop:Generator_UserDSName="dsPRJ"> | ||||||
|     <xs:complexType> |     <xs:complexType> | ||||||
|       <xs:choice minOccurs="0" maxOccurs="unbounded"> |       <xs:choice minOccurs="0" maxOccurs="unbounded"> | ||||||
|         <xs:element name="Projects" msprop:Generator_TableClassName="ProjectsDataTable" msprop:Generator_TableVarName="tableProjects" msprop:Generator_RowChangedName="ProjectsRowChanged" msprop:Generator_TablePropName="Projects" msprop:Generator_RowDeletingName="ProjectsRowDeleting" msprop:Generator_RowChangingName="ProjectsRowChanging" msprop:Generator_RowEvHandlerName="ProjectsRowChangeEventHandler" msprop:Generator_RowDeletedName="ProjectsRowDeleted" msprop:Generator_RowClassName="ProjectsRow" msprop:Generator_UserTableName="Projects" msprop:Generator_RowEvArgName="ProjectsRowChangeEvent"> |         <xs:element name="Projects" msprop:Generator_TableClassName="ProjectsDataTable" msprop:Generator_TableVarName="tableProjects" msprop:Generator_TablePropName="Projects" msprop:Generator_RowDeletingName="ProjectsRowDeleting" msprop:Generator_RowChangingName="ProjectsRowChanging" msprop:Generator_RowEvHandlerName="ProjectsRowChangeEventHandler" msprop:Generator_RowDeletedName="ProjectsRowDeleted" msprop:Generator_UserTableName="Projects" msprop:Generator_RowChangedName="ProjectsRowChanged" msprop:Generator_RowEvArgName="ProjectsRowChangeEvent" msprop:Generator_RowClassName="ProjectsRow"> | ||||||
|           <xs:complexType> |           <xs:complexType> | ||||||
|             <xs:sequence> |             <xs:sequence> | ||||||
|               <xs:element name="idx" msdata:ReadOnly="true" msdata:AutoIncrement="true" msdata:AutoIncrementSeed="-1" msdata:AutoIncrementStep="-1" msprop:Generator_ColumnVarNameInTable="columnidx" msprop:Generator_ColumnPropNameInRow="idx" msprop:Generator_ColumnPropNameInTable="idxColumn" msprop:Generator_UserColumnName="idx" type="xs:int" /> |               <xs:element name="idx" msdata:ReadOnly="true" msdata:AutoIncrement="true" msdata:AutoIncrementSeed="-1" msdata:AutoIncrementStep="-1" msprop:Generator_ColumnVarNameInTable="columnidx" msprop:Generator_ColumnPropNameInRow="idx" msprop:Generator_ColumnPropNameInTable="idxColumn" msprop:Generator_UserColumnName="idx" type="xs:int" /> | ||||||
| @@ -1183,7 +1158,7 @@ WHERE (pidx = @pidx)</CommandText> | |||||||
|             </xs:sequence> |             </xs:sequence> | ||||||
|           </xs:complexType> |           </xs:complexType> | ||||||
|         </xs:element> |         </xs:element> | ||||||
|         <xs:element name="ProjectsIOMap" msprop:Generator_TableClassName="ProjectsIOMapDataTable" msprop:Generator_TableVarName="tableProjectsIOMap" msprop:Generator_RowChangedName="ProjectsIOMapRowChanged" msprop:Generator_TablePropName="ProjectsIOMap" msprop:Generator_RowDeletingName="ProjectsIOMapRowDeleting" msprop:Generator_RowChangingName="ProjectsIOMapRowChanging" msprop:Generator_RowEvHandlerName="ProjectsIOMapRowChangeEventHandler" msprop:Generator_RowDeletedName="ProjectsIOMapRowDeleted" msprop:Generator_RowClassName="ProjectsIOMapRow" msprop:Generator_UserTableName="ProjectsIOMap" msprop:Generator_RowEvArgName="ProjectsIOMapRowChangeEvent"> |         <xs:element name="ProjectsIOMap" msprop:Generator_TableClassName="ProjectsIOMapDataTable" msprop:Generator_TableVarName="tableProjectsIOMap" msprop:Generator_TablePropName="ProjectsIOMap" msprop:Generator_RowDeletingName="ProjectsIOMapRowDeleting" msprop:Generator_RowChangingName="ProjectsIOMapRowChanging" msprop:Generator_RowEvHandlerName="ProjectsIOMapRowChangeEventHandler" msprop:Generator_RowDeletedName="ProjectsIOMapRowDeleted" msprop:Generator_UserTableName="ProjectsIOMap" msprop:Generator_RowChangedName="ProjectsIOMapRowChanged" msprop:Generator_RowEvArgName="ProjectsIOMapRowChangeEvent" msprop:Generator_RowClassName="ProjectsIOMapRow"> | ||||||
|           <xs:complexType> |           <xs:complexType> | ||||||
|             <xs:sequence> |             <xs:sequence> | ||||||
|               <xs:element name="idx" msdata:AutoIncrement="true" msdata:AutoIncrementSeed="1" msprop:Generator_ColumnVarNameInTable="columnidx" msprop:Generator_ColumnPropNameInRow="idx" msprop:Generator_ColumnPropNameInTable="idxColumn" msprop:Generator_UserColumnName="idx" type="xs:int" /> |               <xs:element name="idx" msdata:AutoIncrement="true" msdata:AutoIncrementSeed="1" msprop:Generator_ColumnVarNameInTable="columnidx" msprop:Generator_ColumnPropNameInRow="idx" msprop:Generator_ColumnPropNameInTable="idxColumn" msprop:Generator_UserColumnName="idx" type="xs:int" /> | ||||||
| @@ -1227,7 +1202,7 @@ WHERE (pidx = @pidx)</CommandText> | |||||||
|             </xs:sequence> |             </xs:sequence> | ||||||
|           </xs:complexType> |           </xs:complexType> | ||||||
|         </xs:element> |         </xs:element> | ||||||
|         <xs:element name="ProjectsMailList" msprop:Generator_TableClassName="ProjectsMailListDataTable" msprop:Generator_TableVarName="tableProjectsMailList" msprop:Generator_RowChangedName="ProjectsMailListRowChanged" msprop:Generator_TablePropName="ProjectsMailList" msprop:Generator_RowDeletingName="ProjectsMailListRowDeleting" msprop:Generator_RowChangingName="ProjectsMailListRowChanging" msprop:Generator_RowEvHandlerName="ProjectsMailListRowChangeEventHandler" msprop:Generator_RowDeletedName="ProjectsMailListRowDeleted" msprop:Generator_RowClassName="ProjectsMailListRow" msprop:Generator_UserTableName="ProjectsMailList" msprop:Generator_RowEvArgName="ProjectsMailListRowChangeEvent"> |         <xs:element name="ProjectsMailList" msprop:Generator_TableClassName="ProjectsMailListDataTable" msprop:Generator_TableVarName="tableProjectsMailList" msprop:Generator_TablePropName="ProjectsMailList" msprop:Generator_RowDeletingName="ProjectsMailListRowDeleting" msprop:Generator_RowChangingName="ProjectsMailListRowChanging" msprop:Generator_RowEvHandlerName="ProjectsMailListRowChangeEventHandler" msprop:Generator_RowDeletedName="ProjectsMailListRowDeleted" msprop:Generator_UserTableName="ProjectsMailList" msprop:Generator_RowChangedName="ProjectsMailListRowChanged" msprop:Generator_RowEvArgName="ProjectsMailListRowChangeEvent" msprop:Generator_RowClassName="ProjectsMailListRow"> | ||||||
|           <xs:complexType> |           <xs:complexType> | ||||||
|             <xs:sequence> |             <xs:sequence> | ||||||
|               <xs:element name="idx" msdata:ReadOnly="true" msdata:AutoIncrement="true" msdata:AutoIncrementSeed="-1" msdata:AutoIncrementStep="-1" msprop:Generator_ColumnVarNameInTable="columnidx" msprop:Generator_ColumnPropNameInRow="idx" msprop:Generator_ColumnPropNameInTable="idxColumn" msprop:Generator_UserColumnName="idx" type="xs:int" /> |               <xs:element name="idx" msdata:ReadOnly="true" msdata:AutoIncrement="true" msdata:AutoIncrementSeed="-1" msdata:AutoIncrementStep="-1" msprop:Generator_ColumnVarNameInTable="columnidx" msprop:Generator_ColumnPropNameInRow="idx" msprop:Generator_ColumnPropNameInTable="idxColumn" msprop:Generator_UserColumnName="idx" type="xs:int" /> | ||||||
| @@ -1272,7 +1247,7 @@ WHERE (pidx = @pidx)</CommandText> | |||||||
|             </xs:sequence> |             </xs:sequence> | ||||||
|           </xs:complexType> |           </xs:complexType> | ||||||
|         </xs:element> |         </xs:element> | ||||||
|         <xs:element name="ProjectsPart" msprop:Generator_TableClassName="ProjectsPartDataTable" msprop:Generator_TableVarName="tableProjectsPart" msprop:Generator_RowChangedName="ProjectsPartRowChanged" msprop:Generator_TablePropName="ProjectsPart" msprop:Generator_RowDeletingName="ProjectsPartRowDeleting" msprop:Generator_RowChangingName="ProjectsPartRowChanging" msprop:Generator_RowEvHandlerName="ProjectsPartRowChangeEventHandler" msprop:Generator_RowDeletedName="ProjectsPartRowDeleted" msprop:Generator_RowClassName="ProjectsPartRow" msprop:Generator_UserTableName="ProjectsPart" msprop:Generator_RowEvArgName="ProjectsPartRowChangeEvent"> |         <xs:element name="ProjectsPart" msprop:Generator_TableClassName="ProjectsPartDataTable" msprop:Generator_TableVarName="tableProjectsPart" msprop:Generator_TablePropName="ProjectsPart" msprop:Generator_RowDeletingName="ProjectsPartRowDeleting" msprop:Generator_RowChangingName="ProjectsPartRowChanging" msprop:Generator_RowEvHandlerName="ProjectsPartRowChangeEventHandler" msprop:Generator_RowDeletedName="ProjectsPartRowDeleted" msprop:Generator_UserTableName="ProjectsPart" msprop:Generator_RowChangedName="ProjectsPartRowChanged" msprop:Generator_RowEvArgName="ProjectsPartRowChangeEvent" msprop:Generator_RowClassName="ProjectsPartRow"> | ||||||
|           <xs:complexType> |           <xs:complexType> | ||||||
|             <xs:sequence> |             <xs:sequence> | ||||||
|               <xs:element name="idx" msdata:ReadOnly="true" msdata:AutoIncrement="true" msdata:AutoIncrementSeed="-1" msdata:AutoIncrementStep="-1" msprop:Generator_ColumnVarNameInTable="columnidx" msprop:Generator_ColumnPropNameInRow="idx" msprop:Generator_ColumnPropNameInTable="idxColumn" msprop:Generator_UserColumnName="idx" type="xs:int" /> |               <xs:element name="idx" msdata:ReadOnly="true" msdata:AutoIncrement="true" msdata:AutoIncrementSeed="-1" msdata:AutoIncrementStep="-1" msprop:Generator_ColumnVarNameInTable="columnidx" msprop:Generator_ColumnPropNameInRow="idx" msprop:Generator_ColumnPropNameInTable="idxColumn" msprop:Generator_UserColumnName="idx" type="xs:int" /> | ||||||
| @@ -1336,7 +1311,7 @@ WHERE (pidx = @pidx)</CommandText> | |||||||
|             </xs:sequence> |             </xs:sequence> | ||||||
|           </xs:complexType> |           </xs:complexType> | ||||||
|         </xs:element> |         </xs:element> | ||||||
|         <xs:element name="JobReport" msprop:Generator_TableClassName="JobReportDataTable" msprop:Generator_TableVarName="tableJobReport" msprop:Generator_RowChangedName="JobReportRowChanged" msprop:Generator_TablePropName="JobReport" msprop:Generator_RowDeletingName="JobReportRowDeleting" msprop:Generator_RowChangingName="JobReportRowChanging" msprop:Generator_RowEvHandlerName="JobReportRowChangeEventHandler" msprop:Generator_RowDeletedName="JobReportRowDeleted" msprop:Generator_RowClassName="JobReportRow" msprop:Generator_UserTableName="JobReport" msprop:Generator_RowEvArgName="JobReportRowChangeEvent"> |         <xs:element name="JobReport" msprop:Generator_TableClassName="JobReportDataTable" msprop:Generator_TableVarName="tableJobReport" msprop:Generator_TablePropName="JobReport" msprop:Generator_RowDeletingName="JobReportRowDeleting" msprop:Generator_RowChangingName="JobReportRowChanging" msprop:Generator_RowEvHandlerName="JobReportRowChangeEventHandler" msprop:Generator_RowDeletedName="JobReportRowDeleted" msprop:Generator_UserTableName="JobReport" msprop:Generator_RowChangedName="JobReportRowChanged" msprop:Generator_RowEvArgName="JobReportRowChangeEvent" msprop:Generator_RowClassName="JobReportRow"> | ||||||
|           <xs:complexType> |           <xs:complexType> | ||||||
|             <xs:sequence> |             <xs:sequence> | ||||||
|               <xs:element name="idx" msdata:ReadOnly="true" msdata:AutoIncrement="true" msdata:AutoIncrementSeed="-1" msdata:AutoIncrementStep="-1" msprop:Generator_ColumnVarNameInTable="columnidx" msprop:Generator_ColumnPropNameInRow="idx" msprop:Generator_ColumnPropNameInTable="idxColumn" msprop:Generator_UserColumnName="idx" type="xs:int" /> |               <xs:element name="idx" msdata:ReadOnly="true" msdata:AutoIncrement="true" msdata:AutoIncrementSeed="-1" msdata:AutoIncrementStep="-1" msprop:Generator_ColumnVarNameInTable="columnidx" msprop:Generator_ColumnPropNameInRow="idx" msprop:Generator_ColumnPropNameInTable="idxColumn" msprop:Generator_UserColumnName="idx" type="xs:int" /> | ||||||
| @@ -1440,7 +1415,7 @@ WHERE (pidx = @pidx)</CommandText> | |||||||
|             </xs:sequence> |             </xs:sequence> | ||||||
|           </xs:complexType> |           </xs:complexType> | ||||||
|         </xs:element> |         </xs:element> | ||||||
|         <xs:element name="ProjectsSchedule" msprop:Generator_TableClassName="ProjectsScheduleDataTable" msprop:Generator_TableVarName="tableProjectsSchedule" msprop:Generator_RowChangedName="ProjectsScheduleRowChanged" msprop:Generator_TablePropName="ProjectsSchedule" msprop:Generator_RowDeletingName="ProjectsScheduleRowDeleting" msprop:Generator_RowChangingName="ProjectsScheduleRowChanging" msprop:Generator_RowEvHandlerName="ProjectsScheduleRowChangeEventHandler" msprop:Generator_RowDeletedName="ProjectsScheduleRowDeleted" msprop:Generator_RowClassName="ProjectsScheduleRow" msprop:Generator_UserTableName="ProjectsSchedule" msprop:Generator_RowEvArgName="ProjectsScheduleRowChangeEvent"> |         <xs:element name="ProjectsSchedule" msprop:Generator_TableClassName="ProjectsScheduleDataTable" msprop:Generator_TableVarName="tableProjectsSchedule" msprop:Generator_TablePropName="ProjectsSchedule" msprop:Generator_RowDeletingName="ProjectsScheduleRowDeleting" msprop:Generator_RowChangingName="ProjectsScheduleRowChanging" msprop:Generator_RowEvHandlerName="ProjectsScheduleRowChangeEventHandler" msprop:Generator_RowDeletedName="ProjectsScheduleRowDeleted" msprop:Generator_UserTableName="ProjectsSchedule" msprop:Generator_RowChangedName="ProjectsScheduleRowChanged" msprop:Generator_RowEvArgName="ProjectsScheduleRowChangeEvent" msprop:Generator_RowClassName="ProjectsScheduleRow"> | ||||||
|           <xs:complexType> |           <xs:complexType> | ||||||
|             <xs:sequence> |             <xs:sequence> | ||||||
|               <xs:element name="idx" msdata:ReadOnly="true" msdata:AutoIncrement="true" msdata:AutoIncrementSeed="-1" msdata:AutoIncrementStep="-1" msprop:Generator_ColumnVarNameInTable="columnidx" msprop:Generator_ColumnPropNameInRow="idx" msprop:Generator_ColumnPropNameInTable="idxColumn" msprop:Generator_UserColumnName="idx" type="xs:int" /> |               <xs:element name="idx" msdata:ReadOnly="true" msdata:AutoIncrement="true" msdata:AutoIncrementSeed="-1" msdata:AutoIncrementStep="-1" msprop:Generator_ColumnVarNameInTable="columnidx" msprop:Generator_ColumnPropNameInRow="idx" msprop:Generator_ColumnPropNameInTable="idxColumn" msprop:Generator_UserColumnName="idx" type="xs:int" /> | ||||||
| @@ -1474,7 +1449,7 @@ WHERE (pidx = @pidx)</CommandText> | |||||||
|             </xs:sequence> |             </xs:sequence> | ||||||
|           </xs:complexType> |           </xs:complexType> | ||||||
|         </xs:element> |         </xs:element> | ||||||
|         <xs:element name="ProjectsHistory" msprop:Generator_TableClassName="ProjectsHistoryDataTable" msprop:Generator_TableVarName="tableProjectsHistory" msprop:Generator_RowChangedName="ProjectsHistoryRowChanged" msprop:Generator_TablePropName="ProjectsHistory" msprop:Generator_RowDeletingName="ProjectsHistoryRowDeleting" msprop:Generator_RowChangingName="ProjectsHistoryRowChanging" msprop:Generator_RowEvHandlerName="ProjectsHistoryRowChangeEventHandler" msprop:Generator_RowDeletedName="ProjectsHistoryRowDeleted" msprop:Generator_RowClassName="ProjectsHistoryRow" msprop:Generator_UserTableName="ProjectsHistory" msprop:Generator_RowEvArgName="ProjectsHistoryRowChangeEvent"> |         <xs:element name="ProjectsHistory" msprop:Generator_TableClassName="ProjectsHistoryDataTable" msprop:Generator_TableVarName="tableProjectsHistory" msprop:Generator_TablePropName="ProjectsHistory" msprop:Generator_RowDeletingName="ProjectsHistoryRowDeleting" msprop:Generator_RowChangingName="ProjectsHistoryRowChanging" msprop:Generator_RowEvHandlerName="ProjectsHistoryRowChangeEventHandler" msprop:Generator_RowDeletedName="ProjectsHistoryRowDeleted" msprop:Generator_UserTableName="ProjectsHistory" msprop:Generator_RowChangedName="ProjectsHistoryRowChanged" msprop:Generator_RowEvArgName="ProjectsHistoryRowChangeEvent" msprop:Generator_RowClassName="ProjectsHistoryRow"> | ||||||
|           <xs:complexType> |           <xs:complexType> | ||||||
|             <xs:sequence> |             <xs:sequence> | ||||||
|               <xs:element name="idx" msdata:ReadOnly="true" msdata:AutoIncrement="true" msdata:AutoIncrementSeed="-1" msdata:AutoIncrementStep="-1" msprop:Generator_ColumnVarNameInTable="columnidx" msprop:Generator_ColumnPropNameInRow="idx" msprop:Generator_ColumnPropNameInTable="idxColumn" msprop:Generator_UserColumnName="idx" type="xs:int" /> |               <xs:element name="idx" msdata:ReadOnly="true" msdata:AutoIncrement="true" msdata:AutoIncrementSeed="-1" msdata:AutoIncrementStep="-1" msprop:Generator_ColumnVarNameInTable="columnidx" msprop:Generator_ColumnPropNameInRow="idx" msprop:Generator_ColumnPropNameInTable="idxColumn" msprop:Generator_UserColumnName="idx" type="xs:int" /> | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 chikyun.kim
					chikyun.kim