업무일지 삭제 화면만 불러도 데이터가 삭제되는 현상 수정

사용자 목록이 실 데이터 입력자로 변경 함
업무일지  : 개인별/일자별 집계 추가
This commit is contained in:
chikyun.kim
2019-05-09 10:15:40 +09:00
parent 7adfebe609
commit 93b2cdb3ae
13 changed files with 1754 additions and 127 deletions

View File

@@ -205,6 +205,12 @@
<Compile Include="JobReport\fLovProject.Designer.cs">
<DependentUpon>fLovProject.cs</DependentUpon>
</Compile>
<Compile Include="JobReport\rJobReportDay.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="JobReport\rJobReportDay.Designer.cs">
<DependentUpon>rJobReportDay.cs</DependentUpon>
</Compile>
<Compile Include="JobReport\rJobReport.cs">
<SubType>Form</SubType>
</Compile>
@@ -262,6 +268,10 @@
<EmbeddedResource Include="JobReport\fLovProject.resx">
<DependentUpon>fLovProject.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="JobReport\rJobReportDay.rdlc" />
<EmbeddedResource Include="JobReport\rJobReportDay.resx">
<DependentUpon>rJobReportDay.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="JobReport\rJobReport.rdlc" />
<EmbeddedResource Include="JobReport\rJobReport.resx">
<DependentUpon>rJobReport.cs</DependentUpon>