Refactor stored procedure and update project structure
Playwright Tests / test (push) Has been cancelled
Playwright Tests / test (push) Has been cancelled
- Modified the stored procedure `fds__admin_getReportCatalog.sql` to use the correct schema for `all_objects`. - Added new folders and projects for `eRechnungLib` in the solution file `Fuchs_Intranet.slnx`, including validation and test projects. - Updated submodule reference for `OCORE`. - Added new submodule `eRechnungLib` with initial commit.
This commit is contained in:
@@ -8,6 +8,23 @@
|
||||
<Platform Name="x64" />
|
||||
<Platform Name="x86" />
|
||||
</Configurations>
|
||||
<Folder Name="/eRechnungLib/" />
|
||||
<Folder Name="/eRechnungLib/src/">
|
||||
<Project Path="eRechnungLib/src/eRechnungLib.Validation.Saxon/eRechnungLib.Validation.Saxon.csproj">
|
||||
<BuildType Solution="db-dev.processweb.de|*" Project="Debug" />
|
||||
<BuildType Solution="server02.processweb.de|*" Project="Debug" />
|
||||
</Project>
|
||||
<Project Path="eRechnungLib/src/eRechnungLib/eRechnungLib.csproj">
|
||||
<BuildType Solution="db-dev.processweb.de|*" Project="Debug" />
|
||||
<BuildType Solution="server02.processweb.de|*" Project="Debug" />
|
||||
</Project>
|
||||
</Folder>
|
||||
<Folder Name="/eRechnungLib/tests/">
|
||||
<Project Path="eRechnungLib/tests/eRechnungLib.Tests/eRechnungLib.Tests.csproj">
|
||||
<BuildType Solution="db-dev.processweb.de|*" Project="Debug" />
|
||||
<BuildType Solution="server02.processweb.de|*" Project="Debug" />
|
||||
</Project>
|
||||
</Folder>
|
||||
<Project Path="../../WebProjectComponents/MT940Parser/MT940Parser/MT940Parser.csproj">
|
||||
<BuildType Solution="db-dev.processweb.de|Any CPU" Project="Debug" />
|
||||
<BuildType Solution="server02.processweb.de|Any CPU" Project="Debug" />
|
||||
|
||||
Reference in New Issue
Block a user