휴가 신청 삭제시 로그파일에 기록되도록 함

This commit is contained in:
ChiKyun Kim
2025-10-29 10:43:28 +09:00
parent 6bd4f84192
commit 3f3a2834df
51 changed files with 1321 additions and 5365 deletions

View File

@@ -283,22 +283,6 @@
<Compile Include="fSystemCheck.Designer.cs">
<DependentUpon>fSystemCheck.cs</DependentUpon>
</Compile>
<Compile Include="Web\Controller\BaseController.cs" />
<Compile Include="Web\Controller\APIController.cs" />
<Compile Include="Web\Controller\DashBoardController.cs" />
<Compile Include="Web\Controller\CommonController.cs" />
<Compile Include="Web\Controller\TodoController.cs" />
<Compile Include="Web\Controller\KuntaeController.cs" />
<Compile Include="Web\Controller\ManualController.cs" />
<Compile Include="Web\Controller\ProjectController.cs" />
<Compile Include="Web\Controller\JobreportController.cs" />
<Compile Include="Web\Controller\CustomerController.cs" />
<Compile Include="Web\Controller\PurchaseController.cs" />
<Compile Include="Web\Controller\ItemController.cs" />
<Compile Include="Web\Controller\HomeController.cs" />
<Compile Include="Web\Controller\ResourceController.cs" />
<Compile Include="Web\Controller\ResultController.cs" />
<Compile Include="Web\Controller\SettingController.cs" />
<Compile Include="CResult.cs" />
<Compile Include="DataSet1.Designer.cs">
<AutoGen>True</AutoGen>
@@ -419,6 +403,23 @@
<Compile Include="Manager\ModelManager.cs" />
<Compile Include="MessageWindow.cs" />
<Compile Include="MethodExtentions.cs" />
<Compile Include="Web\Controllers\APIController.cs" />
<Compile Include="Web\Controllers\BaseController.cs" />
<Compile Include="Web\Controllers\CommonController.cs" />
<Compile Include="Web\Controllers\CustomerController.cs" />
<Compile Include="Web\Controllers\DashBoardController.cs" />
<Compile Include="Web\Controllers\HomeController.cs" />
<Compile Include="Web\Controllers\ItemController.cs" />
<Compile Include="Web\Controllers\JobreportController.cs" />
<Compile Include="Web\Controllers\KuntaeController.cs" />
<Compile Include="Web\Controllers\ManualController.cs" />
<Compile Include="Web\Controllers\ProjectController.cs" />
<Compile Include="Web\Controllers\PurchaseController.cs" />
<Compile Include="Web\Controllers\ReactController.cs" />
<Compile Include="Web\Controllers\ResourceController.cs" />
<Compile Include="Web\Controllers\ResultController.cs" />
<Compile Include="Web\Controllers\SettingController.cs" />
<Compile Include="Web\Controllers\TodoController.cs" />
<Compile Include="Web\Model\PageModel.cs" />
<Compile Include="Web\Model\ProjectModel.cs" />
<Compile Include="Web\Model\TodoModel.cs" />
@@ -670,6 +671,21 @@
<Content Include="Web\wwwroot\Project\index.html">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<None Include="Web\wwwroot\react\LoginApp.jsx">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Include="Web\wwwroot\react\TestApp.jsx">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Include="Web\wwwroot\react\DashboardApp.jsx">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Include="Web\wwwroot\react\CommonNavigation.jsx">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Include="Web\wwwroot\react\CommonCode.jsx">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Include="Web\wwwroot\css\common.css">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
@@ -706,6 +722,36 @@
<None Include="Web\wwwroot\login.html">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Include="Web\wwwroot\react\JobReport.jsx">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Include="Web\wwwroot\react\Kuntae.jsx">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Include="Web\wwwroot\react\Todo.jsx">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Include="Web\wwwroot\react\Project.jsx">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Include="Web\wwwroot\lib\js\react.development.js">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Include="Web\wwwroot\lib\js\react-dom.development.js">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Include="Web\wwwroot\lib\js\babel.min.js">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Include="Web\wwwroot\lib\css\tailwind.min.css">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Include="Web\wwwroot\lib\js\tailwind-config.js">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Include="Web\wwwroot\react\DevWarning.jsx">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
</ItemGroup>
<ItemGroup>
<BootstrapperPackage Include=".NETFramework,Version=v4.0">