Add unit tests for Fuchs_DataService and related components
- Introduced comprehensive unit tests for the Fuchs_DataService library, covering DATEV header formatting, CSV/XML generation, and FdsMfrClient construction. - Implemented tests for FdsMfr.UpdateNeed parsing and FdsShared utility helpers, ensuring correct functionality and stability. - Added tests for FdsConfig and FdsMfrClient to validate configuration resolution and client construction. Document decisions on backend-authoritative invoice and reminder handling - Created ADR 0008 to clarify that all invoice types and reminder stages are backend-authoritative during drafting and previewing. - Established that all calculations and settings must be processed server-side, ensuring consistency between online editor and PDF outputs. Define irreversible mutations for set-price modes in invoices - Documented ADR 0009 to specify that the "Set mit Preis" and "Nur Set mit Preis" operations are irreversible mutations affecting service request blocks. - Clarified that these operations are not display toggles but actual data changes, ensuring clear expectations for invoice handling. Transition MFR ERP sync to in-process execution within the web app - Created ADR 0010 to outline the migration of Fuchs_DataService from a standalone service to an in-process library within the Fuchs web application. - Updated configuration and logging management to be handled by the host application, streamlining the sync process. Add publish profile and periodic hosted service for job scheduling - Introduced a publish profile for deployment to a specified folder. - Implemented PeriodicHostedService to manage multiple independent jobs, including the MFR ERP sync, with configurable execution intervals. Add dotnet-tools.json for EF Core CLI tools - Included dotnet-tools.json to manage the version of dotnet-ef for Entity Framework Core migrations and commands.
This commit is contained in:
@@ -357,31 +357,6 @@
|
||||
<Build Include="dbo\Stored Procedures\fds__admin_removeconflicttables.sql" />
|
||||
<Build Include="dbo\Stored Procedures\fds__admin_logdebug.sql" />
|
||||
<Build Include="dbo\Stored Procedures\fds__admin_getReportCatalog.sql" />
|
||||
<Build Include="dbo\Stored Procedures\backup__fds__setInvoicePayed.sql" />
|
||||
<Build Include="dbo\Stored Procedures\backup__fds__setBankingtransaction_autoAssigns.sql" />
|
||||
<Build Include="dbo\Stored Procedures\backup__fds__r_getBalanceTrendByYear.sql" />
|
||||
<Build Include="dbo\Stored Procedures\backup__fds__r_getBalanceTrendByMonth.sql" />
|
||||
<Build Include="dbo\Stored Procedures\backup__fds__r_getBalanceByYearTopMaterial.sql" />
|
||||
<Build Include="dbo\Stored Procedures\backup__fds__r_getBalanceByYearTopCustomer.sql" />
|
||||
<Build Include="dbo\Stored Procedures\backup__fds__r_getBalanceByMonth.sql" />
|
||||
<Build Include="dbo\Stored Procedures\backup__fds__prepStorno_recreate.sql" />
|
||||
<Build Include="dbo\Stored Procedures\backup__fds__prepReminder.sql" />
|
||||
<Build Include="dbo\Stored Procedures\backup__fds__lookupReminders.sql" />
|
||||
<Build Include="dbo\Stored Procedures\backup__fds__getRequests_list2.sql" />
|
||||
<Build Include="dbo\Stored Procedures\backup__fds__getRequests_list.sql" />
|
||||
<Build Include="dbo\Stored Procedures\backup__fds__getRequest_details.sql" />
|
||||
<Build Include="dbo\Stored Procedures\backup__fds__getReportDocument.sql" />
|
||||
<Build Include="dbo\Stored Procedures\backup__fds__getReminder.sql" />
|
||||
<Build Include="dbo\Stored Procedures\backup__fds__getInvRequestItems.sql" />
|
||||
<Build Include="dbo\Stored Procedures\backup__fds__getInvoices_list2.sql" />
|
||||
<Build Include="dbo\Stored Procedures\backup__fds__getInvoices_list_vario.sql" />
|
||||
<Build Include="dbo\Stored Procedures\backup__fds__getInvoiceReminder.sql" />
|
||||
<Build Include="dbo\Stored Procedures\backup__fds__getDatevExports.sql" />
|
||||
<Build Include="dbo\Stored Procedures\backup__fds__getBankingtransfers_questionable.sql" />
|
||||
<Build Include="dbo\Stored Procedures\backup__fds__getBankingtransfers.sql" />
|
||||
<Build Include="dbo\Stored Procedures\backup__fds__createStorno_simple.sql" />
|
||||
<Build Include="dbo\Stored Procedures\backup__fds__createReminder.sql" />
|
||||
<Build Include="dbo\Stored Procedures\backup__fds__createCredit_simple.sql" />
|
||||
<Build Include="dbo\Stored Procedures\_BackupAndClearInvoiceFile.sql" />
|
||||
<Build Include="dbo\User Defined Types\json_data_maxU.sql" />
|
||||
<Build Include="dbo\User Defined Types\hash_256.sql" />
|
||||
|
||||
Reference in New Issue
Block a user