From d526d6f35a8ca4c92910f2f53de60d57986c2c65 Mon Sep 17 00:00:00 2001 From: Frede Hundewadt Date: Tue, 7 Mar 2023 12:40:02 +0100 Subject: [PATCH] recheck headers - fix inconsistent headers --- Wonky.Client/App.razor | 5 ++--- Wonky.Client/Components/ActivityButton.razor | 4 +--- .../AdvisorActivityKmStartComponent.razor | 4 +--- .../AdvisorActivityListComponent.razor | 4 +--- .../AdvisorCustomerListComponent.razor | 4 +--- .../AdvisorCustomerListComponent.razor.cs | 1 - .../Components/AdvisorLandingComponent.razor | 4 +--- .../Components/AdvisorLandingComponent.razor.cs | 1 - .../Components/AdvisorLandingComponent.razor.css | 14 ++++++++++++++ .../AdvisorReportActivityLedgerComponent.razor | 5 +---- Wonky.Client/Components/AppVersion.razor | 4 +--- .../Components/CatalogGroupComponent.razor | 4 +--- .../Components/CatalogPrintComponent.razor | 4 +--- .../Components/CatalogSearchComponent.razor | 4 +--- .../CatalogSearchPhraseComponent.razor | 4 +--- .../Components/CatalogSortComponent.razor | 4 +--- .../CustomerActivityListComponent.razor | 4 +--- .../CustomerInventoryListComponent.razor | 5 +---- .../CustomerInvoiceListComponent.razor | 5 +---- .../CustomerInvoiceListComponent.razor.cs | 1 - .../CustomerProductCheckListComponent.razor | 5 +---- .../CustomerProductLineListComponent.razor | 1 - .../CustomerSearchColumnComponent.razor | 4 +--- .../CustomerSearchColumnComponent.razor.cs | 1 - .../CustomerSearchPhraseComponent.razor | 5 ++--- .../Components/CustomerSortComponent.razor | 5 ++--- .../Components/CustomerSortComponent.razor.cs | 1 - .../Components/DisplayStateComponent.razor | 5 ++--- .../Components/InfoAdvisorComponent.razor | 5 ++--- .../Components/InfoBrowserComponent.razor | 5 ++--- .../Components/InfoColorCustomerComponent.razor | 5 ++--- .../InfoColorCustomerComponent.razor.css | 14 ++++++++++++++ .../Components/InfoColorPackageComponent.razor | 5 ++--- .../InfoColorPackageComponent.razor.css | 14 ++++++++++++++ .../Components/InfoCommonComponent.razor | 5 ++--- .../Components/InfoOfficeComponent.razor | 5 ++--- .../Components/InfoOpenSourceComponent.razor | 5 ++--- .../Components/InfoProcessStateComponent.razor | 5 ++--- .../Components/InfoQuoteToolbarComponent.razor | 5 ++--- .../Components/InfoWarehouseComponent.razor | 5 ++--- .../Components/OfficeActivityListComponent.razor | 5 ++--- .../OfficeCountryAdvisorListComponent.razor | 4 +--- .../OfficeCountryCustomerListComponent.razor | 5 ++--- .../OfficeCustomerActivityListComponent.razor | 5 ++--- .../OfficeInventoryListComponent.razor | 6 ++---- .../Components/OfficeLandingComponent.razor | 5 ++--- .../OfficeReportActivityListComponent.razor | 7 +++---- .../Components/OfficeReportListComponent.razor | 5 ++--- Wonky.Client/Components/PageSizeComponent.razor | 5 ++--- .../Components/PageSizeComponent.razor.cs | 1 - .../Components/PageSizeComponent.razor.css | 15 +++++++++++++++ .../Components/PaginationComponent.razor | 5 ++--- .../Components/ProcessStateComponent.razor | 5 ++--- .../Components/ProductPriceListComponent.razor | 5 ++--- Wonky.Client/Components/QuoteListComponent.razor | 6 +++--- .../ReportActivityLedgerComponent.razor | 8 ++++---- .../ReportDistanceLedgerComponent.razor | 5 ++--- .../Components/ReportItemComponent.razor | 5 ++--- .../Components/ReportItemComponent.razor.css | 14 ++++++++++++++ .../Components/ReportListComponent.razor | 5 ++--- .../Components/ReportListItemComponent.razor | 4 +--- .../Components/ReportListItemComponent.razor.cs | 15 +++++++++++++++ .../Components/ReportSummaryComponent.razor | 4 +--- .../Components/TaskItemTableComponent.razor | 4 +--- .../Components/TaskItemTableComponent.razor.cs | 1 - Wonky.Client/Components/TopbarDisplayUser.razor | 5 ++--- Wonky.Client/Components/TopbarNavigation.razor | 5 ++--- .../Components/VatAddressInputComponent.razor | 5 ++--- .../VatCompanyNameInputComponent.razor | 5 ++--- .../Components/VatNumberInputComponent.razor | 5 ++--- .../Components/WarehouseListComponent.razor | 8 ++++---- Wonky.Client/Components/WorkDateComponent.razor | 5 ++--- .../Components/WorkDateComponent.razor.css | 14 ++++++++++++++ Wonky.Client/Components/WorkingThreeDots.razor | 4 +--- .../Components/WorkplaceListComponent.razor | 5 ++--- Wonky.Client/Helpers/CustomerValidator.cs | 15 +++++++++++++++ Wonky.Client/Helpers/Squid.cs | 13 +------------ Wonky.Client/Helpers/StringExtensions.cs | 1 - Wonky.Client/Helpers/VatUtils.cs | 1 - .../HttpInterceptors/HttpInterceptorService.cs | 1 - .../HttpInterceptors/HttpResponseException.cs | 1 - .../HttpRepository/AdvisorActivityRepository.cs | 1 - .../HttpRepository/AdvisorContactRepository.cs | 1 - .../AdvisorCustomerHistoryRepository.cs | 1 - .../HttpRepository/AdvisorReportRepository.cs | 1 - .../HttpRepository/AdvisorTaskItemRepository.cs | 1 - .../HttpRepository/AdvisorWorkplaceRepository.cs | 1 - .../HttpRepository/CountryActivityRepository.cs | 1 - .../HttpRepository/CountryCatalogRepository.cs | 1 - .../CountryCustomerHistoryRepository.cs | 1 - .../HttpRepository/CountryCustomerRepository.cs | 1 - .../HttpRepository/IAdvisorActivityRepository.cs | 1 - .../HttpRepository/IAdvisorContactRepository.cs | 14 ++++++++++++++ .../IAdvisorCustomerHistoryRepository.cs | 1 - .../HttpRepository/IAdvisorCustomerRepository.cs | 1 - .../HttpRepository/IAdvisorReportRepository.cs | 1 - .../HttpRepository/IAdvisorTaskItemRepository.cs | 1 - .../IAdvisorWorkplaceRepository.cs | 1 - .../HttpRepository/ICountryActivityRepository.cs | 1 - .../HttpRepository/IOfficeCatalogRepository.cs | 1 - .../IOfficeCustomerHistoryRepository.cs | 1 - .../HttpRepository/IOfficeCustomerRepository.cs | 1 - .../HttpRepository/IOfficeReportRepository.cs | 1 - .../HttpRepository/IOrderProcessRepository.cs | 1 - .../HttpRepository/ISystemSendMailService.cs | 1 - .../HttpRepository/ISystemUserRepository.cs | 1 - .../HttpRepository/OfficeReportRepository.cs | 1 - .../HttpRepository/OrderProcessRepository.cs | 1 - .../HttpRepository/SystemSendMailService.cs | 1 - .../HttpRepository/SystemUserRepository.cs | 2 -- Wonky.Client/Models/AssignedRoles.cs | 15 +++++++++++++++ Wonky.Client/Models/Draft.cs | 1 - Wonky.Client/Models/DraftItem.cs | 1 - Wonky.Client/Models/PasswordInput.cs | 15 +++++++++++++++ Wonky.Client/Models/PrintTarget.cs | 1 - Wonky.Client/Models/ProcessStatus.cs | 2 +- Wonky.Client/Models/ProductSort.cs | 2 +- Wonky.Client/Models/QuoteCallbackArgs.cs | 2 +- Wonky.Client/Models/QuoteStatus.cs | 2 +- Wonky.Client/Models/SelectedSku.cs | 2 +- Wonky.Client/Models/ValidateType.cs | 15 +++++++++++++++ Wonky.Client/Models/VatAddress.cs | 2 +- .../CustomerActivityListOverlay.razor | 4 +--- .../CustomerActivityListOverlay.razor.cs | 2 +- .../CustomerActivityViewOverlay.razor | 4 +--- .../CustomerActivityViewOverlay.razor.cs | 2 +- .../CustomerInventoryListOverlay.razor | 5 ++--- .../CustomerInventoryListOverlay.razor.cs | 1 - .../CustomerInventoryReorderOverlay.razor | 5 ++--- .../CustomerInventoryReorderOverlay.razor.cs | 2 +- .../CustomerInvoiceListOverlay.razor | 5 ++--- .../CustomerInvoiceListOverlay.razor.cs | 2 +- .../CustomerInvoiceViewOverlay.razor | 5 ++--- .../CustomerInvoiceViewOverlay.razor.cs | 2 +- .../OfficeCustomerActivityListOverlay.razor | 5 ++--- .../OfficeCustomerActivityListOverlay.razor.cs | 2 +- .../OfficeCustomerActivityViewOverlay.razor | 5 ++--- .../OfficeCustomerActivityViewOverlay.razor.cs | 2 +- .../OfficeCustomerInventoryReorderOverlay.razor | 5 ++--- ...fficeCustomerInventoryReorderOverlay.razor.cs | 2 +- .../OfficeCustomerInvoiceListOverlay.razor | 5 ++--- .../OfficeCustomerInvoiceListOverlay.razor.cs | 2 +- .../OfficeCustomerInvoiceViewOverlay.razor | 5 ++--- .../OfficeCustomerInvoiceViewOverlay.razor.cs | 2 +- .../OfficeCustomerProductListOverlay.razor | 5 ++--- .../OfficeCustomerProductListOverlay.razor.cs | 1 + .../OfficeOrderInventoryListOverlay.razor | 5 ++--- .../OfficeOrderInventoryListOverlay.razor.cs | 2 +- .../OfficeOrderInventoryReorderOverlay.razor | 5 ++--- .../OfficeOrderInventoryReorderOverlay.razor.cs | 2 +- .../OverlayOrderCreate/PriceCatalogOverlay.razor | 5 ++--- .../PriceCatalogOverlay.razor.cs | 1 + .../ProductCheckConfirmationOverlay.razor | 5 ++--- .../ProductCheckConfirmationOverlay.razor.cs | 2 +- .../ProductHistoryOverlay.razor | 5 ++--- .../ProductHistoryOverlay.razor.cs | 2 +- .../ProductPriceHistoryOverlay.razor | 5 ++--- .../ProductPriceHistoryOverlay.razor.cs | 2 +- .../Pages/AdvisorActivityCreatePage.razor | 5 ++--- .../Pages/AdvisorActivityCreatePage.razor.cs | 1 + .../Pages/AdvisorActivityTodayListPage.razor | 5 ++--- .../Pages/AdvisorActivityTodayListPage.razor.cs | 1 + .../Pages/AdvisorActivityViewEditPage.razor | 5 ++--- .../Pages/AdvisorCustomerActivityListPage.razor | 5 ++--- .../Pages/AdvisorCustomerCreatePage.razor | 5 ++--- .../Pages/AdvisorCustomerCreatePage.razor.cs | 1 + .../Pages/AdvisorCustomerInventoryListPage.razor | 5 ++--- .../AdvisorCustomerInventoryListPage.razor.cs | 2 +- .../Pages/AdvisorCustomerInvoiceListPage.razor | 5 ++--- .../AdvisorCustomerInvoiceListPage.razor.cs | 1 - Wonky.Client/Pages/AdvisorCustomerListPage.razor | 5 ++--- .../Pages/AdvisorCustomerViewEditPage.razor | 4 +--- Wonky.Client/Pages/AdvisorQuoteListPage.razor | 5 ++--- Wonky.Client/Pages/AdvisorQuoteListPage.razor.cs | 2 +- Wonky.Client/Pages/AdvisorReportCreatePage.razor | 5 ++--- .../Pages/AdvisorReportCreatePage.razor.cs | 2 +- Wonky.Client/Pages/AdvisorReportListPage.razor | 5 ++--- .../Pages/AdvisorReportListPage.razor.cs | 2 +- Wonky.Client/Pages/AdvisorReportViewPage.razor | 5 ++--- .../Pages/AdvisorReportViewPage.razor.cs | 2 +- .../Pages/AdvisorTaskItemListCrmPage.razor | 5 ++--- .../Pages/AdvisorTaskItemListCrmPage.razor.cs | 2 +- .../Pages/AdvisorTaskItemViewCrmPage.razor | 4 +--- .../Pages/AdvisorTaskItemViewCrmPage.razor.cs | 2 +- .../Pages/AdvisorWorkplaceDocumentListPage.razor | 5 ++--- .../AdvisorWorkplaceDocumentListPage.razor.cs | 1 - .../Pages/AdvisorWorkplaceListPage.razor | 5 ++--- .../Pages/AdvisorWorkplaceListPage.razor.cs | 2 +- .../Pages/AdvisorWorkplaceViewPage.razor | 4 +--- .../Pages/AdvisorWorkplaceViewPage.razor.cs | 2 +- Wonky.Client/Pages/CatalogCountryPage.razor | 5 ++--- Wonky.Client/Pages/CatalogCountryPage.razor.cs | 1 - Wonky.Client/Pages/CatalogCountryPrintPage.razor | 5 ++--- .../Pages/CatalogCountryPrintPage.razor.cs | 1 - Wonky.Client/Pages/CommonPreferencesPage.razor | 5 ++--- .../Pages/CommonReportPrintOrderPage.razor | 5 ++--- .../Pages/CommonReportPrintOrderPage.razor.cs | 2 +- .../Pages/CommonReportPrintSummaryPage.razor | 5 ++--- .../Pages/CommonReportPrintSummaryPage.razor.cs | 2 +- Wonky.Client/Pages/ErrorPage401.razor | 5 ++--- Wonky.Client/Pages/ErrorPage401.razor.css | 15 +++++++++++++++ Wonky.Client/Pages/ErrorPage404.razor | 5 ++--- Wonky.Client/Pages/ErrorPage404.razor.cs | 2 +- Wonky.Client/Pages/ErrorPage404.razor.css | 15 +++++++++++++++ Wonky.Client/Pages/ErrorPage500.razor | 5 ++--- Wonky.Client/Pages/ErrorPage500.razor.css | 15 +++++++++++++++ Wonky.Client/Pages/ErrorReportPage.razor | 5 ++--- Wonky.Client/Pages/ErrorReportPage.razor.cs | 2 +- Wonky.Client/Pages/Index.razor | 5 ++--- Wonky.Client/Pages/InfoPage.razor | 4 +--- Wonky.Client/Pages/InfoPage.razor.css | 15 +++++++++++++++ Wonky.Client/Pages/Login.razor | 5 ++--- Wonky.Client/Pages/Login.razor.cs | 2 +- Wonky.Client/Pages/Login.razor.css | 15 +++++++++++++++ Wonky.Client/Pages/Logout.razor | 4 +--- Wonky.Client/Pages/Logout.razor.cs | 2 +- .../Pages/OfficeAdvisorReportViewPage.razor | 4 +--- .../Pages/OfficeAdvisorReportViewPage.razor.cs | 2 +- .../Pages/OfficeCountryCustomerListPage.razor | 4 +--- .../Pages/OfficeCountryCustomerListPage.razor.cs | 2 +- Wonky.Client/Pages/OfficeLandingPage.razor | 5 ++--- Wonky.Client/Pages/OfficeLandingPage.razor.cs | 2 +- Wonky.Client/Pages/OfficeOrderCreatePage.razor | 4 +--- .../Pages/OfficeOrderCreatePage.razor.cs | 2 +- Wonky.Client/Pages/OfficeOrderViewPage.razor | 5 ++--- Wonky.Client/Pages/OfficeOrderViewPage.razor.cs | 2 +- Wonky.Client/Pages/OfficeOrderViewPage.razor.css | 15 +++++++++++++++ .../OfficeUserAdvisorCustomerListPage.razor | 5 ++--- .../OfficeUserAdvisorCustomerListPage.razor.cs | 2 +- .../Pages/OfficeUserAdvisorListPage.razor | 5 ++--- .../Pages/OfficeUserAdvisorListPage.razor.cs | 1 - .../Pages/OfficeUserAdvisorReportListPage.razor | 5 ++--- .../OfficeUserAdvisorReportListPage.razor.cs | 2 +- .../Pages/OfficeUserAdvisorViewEditPage.razor | 5 ++--- .../Pages/OfficeUserAdvisorViewEditPage.razor.cs | 2 +- .../Pages/SystemKrvProductsAdminPage.razor | 16 ++++++++++++++++ .../Pages/SystemKrvProtectionsAdminPage.razor | 16 ++++++++++++++++ Wonky.Client/Pages/SystemKrvTextsAdminPage.razor | 16 ++++++++++++++++ .../Pages/SystemManagerLandingPage.razor | 5 ++--- ...azor.cs => SystemManagerLandingPage.razor.cs} | 2 +- .../Pages/SystemSupervisorListPage.razor | 5 ++--- Wonky.Client/Pages/SystemUserCreatePage.razor | 5 ++--- Wonky.Client/Pages/SystemUserCreatePage.razor.cs | 2 +- Wonky.Client/Pages/SystemUserListPage.razor | 5 ++--- Wonky.Client/Pages/SystemUserListPage.razor.cs | 16 ++++++++++++++++ Wonky.Client/Pages/SystemUserViewEditPage.razor | 5 ++--- .../Pages/SystemUserViewEditPage.razor.cs | 2 +- Wonky.Client/Pages/WarehouseOrderListPage.razor | 5 ++--- .../Pages/WarehouseOrderListPage.razor.cs | 2 +- Wonky.Client/Pages/WarehouseOrderViewPage.razor | 5 ++--- .../Pages/WarehouseOrderViewPage.razor.cs | 2 +- Wonky.Client/Program.cs | 2 +- Wonky.Client/Services/AuthenticationService.cs | 1 - Wonky.Client/Services/IAuthenticationService.cs | 2 +- Wonky.Client/Services/IUserInfoService.cs | 16 ++++++++++++++++ Wonky.Client/Services/OrderDraftService.cs | 2 +- Wonky.Client/Services/RefreshTokenService.cs | 2 +- Wonky.Client/Services/UserInfoService.cs | 16 ++++++++++++++++ Wonky.Client/Services/UserProfileService.cs | 2 +- Wonky.Client/Services/VatInfoLookupService.cs | 2 +- Wonky.Client/Shared/AuthStateProvider.cs | 1 - Wonky.Client/Shared/ConfirmWorkDateModal.razor | 5 ++--- .../Shared/ConfirmWorkDateModal.razor.cs | 2 +- Wonky.Client/Shared/ConfirmationModal.razor | 5 ++--- Wonky.Client/Shared/ConfirmationModal.razor.cs | 2 +- Wonky.Client/Shared/ContactModal.razor | 5 ++--- Wonky.Client/Shared/ContactModal.razor.cs | 2 +- Wonky.Client/Shared/DraftStateProvider.razor | 5 ++--- Wonky.Client/Shared/DraftStateProvider.razor.cs | 4 ++-- Wonky.Client/Shared/InformationModal.razor | 4 +--- Wonky.Client/Shared/InformationModal.razor.cs | 2 +- Wonky.Client/Shared/MainLayout.razor | 5 ++--- Wonky.Client/Shared/MainLayout.razor.css | 14 ++++++++++++++ Wonky.Client/Shared/NavMenu.razor | 5 ++--- Wonky.Client/Shared/NavMenu.razor.css | 14 ++++++++++++++ Wonky.Client/Shared/VatLookupDkModal.razor | 5 ++--- Wonky.Client/Shared/VatLookupDkModal.razor.cs | 2 +- Wonky.Client/_Imports.razor | 5 ++--- Wonky.Entity/Configuration/ApiConfig.cs | 1 + Wonky.Entity/Configuration/AppInfo.cs | 2 +- Wonky.Entity/DTO/ActivityDto.cs | 4 ++-- Wonky.Entity/DTO/ActivityLineDto.cs | 4 ++-- Wonky.Entity/DTO/ActivityOfficeNote.cs | 2 +- Wonky.Entity/DTO/CompanyDto.cs | 1 - Wonky.Entity/DTO/ContactDto.cs | 2 +- Wonky.Entity/DTO/CredentialDto.cs | 2 +- Wonky.Entity/DTO/EmailContact.cs | 2 +- Wonky.Entity/DTO/EmailMessage.cs | 2 +- Wonky.Entity/DTO/KrvProductDto.cs | 2 +- Wonky.Entity/DTO/KrvVariantDto.cs | 2 +- Wonky.Entity/DTO/OrderProcessState.cs | 2 +- Wonky.Entity/DTO/ReportDto.cs | 2 +- Wonky.Entity/DTO/ReportFiguresDto.cs | 2 +- Wonky.Entity/DTO/ReportInitDto.cs | 2 +- Wonky.Entity/DTO/ResetPasswordDto.cs | 2 +- Wonky.Entity/DTO/SubjectAssignment.cs | 2 +- Wonky.Entity/DTO/TaskItemDto.cs | 2 +- Wonky.Entity/DTO/UpdateCrmDto.cs | 2 +- Wonky.Entity/DTO/UpdateErpDto.cs | 2 +- Wonky.Entity/DTO/UserManagerCreate.cs | 2 +- Wonky.Entity/DTO/UserManagerEditView.cs | 1 - Wonky.Entity/DTO/UserManagerListView.cs | 2 +- Wonky.Entity/DTO/UserRoleAssignment.cs | 2 +- Wonky.Entity/DTO/WorkplaceDto.cs | 1 - Wonky.Entity/DTO/X_UserInfoDto.cs | 1 - Wonky.Entity/DTO/X_UserUpdateDto.cs | 1 - Wonky.Entity/Models/TimeFrame.cs | 1 - Wonky.Entity/Models/VatLifeCycle.cs | 2 +- Wonky.Entity/Models/VatRegState.cs | 2 +- Wonky.Entity/Models/VirkRegInfo.cs | 1 - Wonky.Entity/Requests/CatalogPager.cs | 2 +- Wonky.Entity/Requests/CustomerPaging.cs | 2 +- Wonky.Entity/Requests/MetaData.cs | 2 +- Wonky.Entity/Requests/VirkParams.cs | 2 +- Wonky.Entity/Views/ApiResponseView.cs | 2 +- Wonky.Entity/Views/AuthResponseView.cs | 1 - Wonky.Entity/Views/InvoiceCompanyView.cs | 2 +- Wonky.Entity/Views/InvoiceLineView.cs | 2 +- Wonky.Entity/Views/InvoiceListItemView.cs | 2 +- Wonky.Entity/Views/InvoiceListView.cs | 2 +- Wonky.Entity/Views/InvoiceView.cs | 2 +- Wonky.Entity/Views/ProductHistoryView.cs | 2 +- Wonky.Entity/Views/ProductInventoryView.cs | 1 - Wonky.Entity/Views/RefreshTokenView.cs | 2 +- Wonky.Entity/Views/ReportActivityInfoView.cs | 2 +- Wonky.Entity/Views/ReportClosedView.cs | 2 +- Wonky.Entity/Views/ReportData.cs | 2 +- Wonky.Entity/Views/ReportItemCustomer.cs | 2 +- Wonky.Entity/Views/ReportItemLine.cs | 2 +- Wonky.Entity/Views/ReportItemView.cs | 1 - Wonky.Entity/Views/ReportStatusView.cs | 1 - Wonky.Entity/Views/ReportView.cs | 1 - Wonky.Entity/Views/SalesItemView.cs | 1 - Wonky.Entity/Views/SalesRateView.cs | 2 +- Wonky.Entity/Views/SalesReportListView.cs | 1 - Wonky.Entity/Views/UploadResponseView.cs | 2 +- Wonky.Entity/Views/WarehouseOrderView.cs | 2 +- Wonky.Entity/Views/WorkplaceListView.cs | 2 +- 338 files changed, 745 insertions(+), 597 deletions(-) rename Wonky.Client/Pages/{SystemManagerManagerLandingPage.razor.cs => SystemManagerLandingPage.razor.cs} (100%) diff --git a/Wonky.Client/App.razor b/Wonky.Client/App.razor index 11ead806..59adcbee 100644 --- a/Wonky.Client/App.razor +++ b/Wonky.Client/App.razor @@ -1,5 +1,4 @@ -@* -// Copyright (C) 2022 FCS Frede's Computer Services. +@* Copyright (C) 2022 FCS Frede's Computer Services. // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as // published by the Free Software Foundation, either version 3 of the @@ -12,9 +11,9 @@ // // You should have received a copy of the GNU Affero General Public License // along with this program. If not, see [https://www.gnu.org/licenses/agpl-3.0.en.html] -// *@ + diff --git a/Wonky.Client/Components/ActivityButton.razor b/Wonky.Client/Components/ActivityButton.razor index 012c2c53..1a1e1d5f 100644 --- a/Wonky.Client/Components/ActivityButton.razor +++ b/Wonky.Client/Components/ActivityButton.razor @@ -1,5 +1,4 @@ -@* -// Copyright (C) 2022 FCS Frede's Computer Services. +@* Copyright (C) 2022 FCS Frede's Computer Services. // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as // published by the Free Software Foundation, either version 3 of the @@ -12,7 +11,6 @@ // // You should have received a copy of the GNU Affero General Public License // along with this program. If not, see [https://www.gnu.org/licenses/agpl-3.0.en.html] -// *@ @if (Enabled == 1) diff --git a/Wonky.Client/Components/AdvisorActivityKmStartComponent.razor b/Wonky.Client/Components/AdvisorActivityKmStartComponent.razor index 1a4c4103..a4d433af 100644 --- a/Wonky.Client/Components/AdvisorActivityKmStartComponent.razor +++ b/Wonky.Client/Components/AdvisorActivityKmStartComponent.razor @@ -1,5 +1,4 @@ -@* -// Copyright (C) 2022 FCS Frede's Computer Services. +@* Copyright (C) 2022 FCS Frede's Computer Services. // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as // published by the Free Software Foundation, either version 3 of the @@ -12,7 +11,6 @@ // // You should have received a copy of the GNU Affero General Public License // along with this program. If not, see [https://www.gnu.org/licenses/agpl-3.0.en.html] -// *@ @using Wonky.Client.Services diff --git a/Wonky.Client/Components/AdvisorActivityListComponent.razor b/Wonky.Client/Components/AdvisorActivityListComponent.razor index 352bd2f8..aa0a8607 100644 --- a/Wonky.Client/Components/AdvisorActivityListComponent.razor +++ b/Wonky.Client/Components/AdvisorActivityListComponent.razor @@ -1,6 +1,5 @@ -@* -// Copyright (C) 2022 FCS Frede's Computer Services. +@* Copyright (C) 2022 FCS Frede's Computer Services. // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as // published by the Free Software Foundation, either version 3 of the @@ -13,7 +12,6 @@ // // You should have received a copy of the GNU Affero General Public License // along with this program. If not, see [https://www.gnu.org/licenses/agpl-3.0.en.html] -// *@ @using Wonky.Client.Helpers diff --git a/Wonky.Client/Components/AdvisorCustomerListComponent.razor b/Wonky.Client/Components/AdvisorCustomerListComponent.razor index 48bf0887..734b3eff 100644 --- a/Wonky.Client/Components/AdvisorCustomerListComponent.razor +++ b/Wonky.Client/Components/AdvisorCustomerListComponent.razor @@ -1,5 +1,4 @@ -@* -// Copyright (C) 2022 FCS Frede's Computer Services. +@* Copyright (C) 2022 FCS Frede's Computer Services. // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as // published by the Free Software Foundation, either version 3 of the @@ -12,7 +11,6 @@ // // You should have received a copy of the GNU Affero General Public License // along with this program. If not, see [https://www.gnu.org/licenses/agpl-3.0.en.html] -// *@ @using Wonky.Client.Components; diff --git a/Wonky.Client/Components/AdvisorCustomerListComponent.razor.cs b/Wonky.Client/Components/AdvisorCustomerListComponent.razor.cs index 052cced0..97025e6e 100644 --- a/Wonky.Client/Components/AdvisorCustomerListComponent.razor.cs +++ b/Wonky.Client/Components/AdvisorCustomerListComponent.razor.cs @@ -1,4 +1,3 @@ - // Copyright (C) 2022 FCS Frede's Computer Services. // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as diff --git a/Wonky.Client/Components/AdvisorLandingComponent.razor b/Wonky.Client/Components/AdvisorLandingComponent.razor index a97d1535..f3f1c824 100644 --- a/Wonky.Client/Components/AdvisorLandingComponent.razor +++ b/Wonky.Client/Components/AdvisorLandingComponent.razor @@ -1,5 +1,4 @@ -@* -// Copyright (C) 2022 FCS Frede's Computer Services. +@* Copyright (C) 2022 FCS Frede's Computer Services. // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as // published by the Free Software Foundation, either version 3 of the @@ -12,7 +11,6 @@ // // You should have received a copy of the GNU Affero General Public License // along with this program. If not, see [https://www.gnu.org/licenses/agpl-3.0.en.html] -// *@ @using Microsoft.AspNetCore.Authorization diff --git a/Wonky.Client/Components/AdvisorLandingComponent.razor.cs b/Wonky.Client/Components/AdvisorLandingComponent.razor.cs index 1c1dd3ed..a74d0256 100644 --- a/Wonky.Client/Components/AdvisorLandingComponent.razor.cs +++ b/Wonky.Client/Components/AdvisorLandingComponent.razor.cs @@ -1,4 +1,3 @@ - // Copyright (C) 2022 FCS Frede's Computer Services. // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as diff --git a/Wonky.Client/Components/AdvisorLandingComponent.razor.css b/Wonky.Client/Components/AdvisorLandingComponent.razor.css index 13f6848f..4daaf351 100644 --- a/Wonky.Client/Components/AdvisorLandingComponent.razor.css +++ b/Wonky.Client/Components/AdvisorLandingComponent.razor.css @@ -1,3 +1,17 @@ +/* Copyright (C) 2022 FCS Frede's Computer Services. +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU Affero General Public License as +// published by the Free Software Foundation, either version 3 of the +// License, or (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU Affero General Public License for more details. +// +// You should have received a copy of the GNU Affero General Public License +// along with this program. If not, see [https://www.gnu.org/licenses/agpl-3.0.en.html] +*/ .workDate { font-size: 1.2em; font-weight: bold; diff --git a/Wonky.Client/Components/AdvisorReportActivityLedgerComponent.razor b/Wonky.Client/Components/AdvisorReportActivityLedgerComponent.razor index 23a79202..b90c0f25 100644 --- a/Wonky.Client/Components/AdvisorReportActivityLedgerComponent.razor +++ b/Wonky.Client/Components/AdvisorReportActivityLedgerComponent.razor @@ -1,6 +1,4 @@ - -@* -// Copyright (C) 2022 FCS Frede's Computer Services. +@* Copyright (C) 2022 FCS Frede's Computer Services. // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as // published by the Free Software Foundation, either version 3 of the @@ -13,7 +11,6 @@ // // You should have received a copy of the GNU Affero General Public License // along with this program. If not, see [https://www.gnu.org/licenses/agpl-3.0.en.html] -// *@ @using Wonky.Entity.Views diff --git a/Wonky.Client/Components/AppVersion.razor b/Wonky.Client/Components/AppVersion.razor index 59a555c9..91c30f24 100644 --- a/Wonky.Client/Components/AppVersion.razor +++ b/Wonky.Client/Components/AppVersion.razor @@ -1,5 +1,4 @@ -@* -// Copyright (C) 2022 FCS Frede's Computer Services. +@* Copyright (C) 2022 FCS Frede's Computer Services. // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as // published by the Free Software Foundation, either version 3 of the @@ -12,7 +11,6 @@ // // You should have received a copy of the GNU Affero General Public License // along with this program. If not, see [https://www.gnu.org/licenses/agpl-3.0.en.html] -// *@ @using Wonky.Entity.Configuration diff --git a/Wonky.Client/Components/CatalogGroupComponent.razor b/Wonky.Client/Components/CatalogGroupComponent.razor index f125ab55..ce4b80d7 100644 --- a/Wonky.Client/Components/CatalogGroupComponent.razor +++ b/Wonky.Client/Components/CatalogGroupComponent.razor @@ -1,5 +1,4 @@ -@* -// Copyright (C) 2022 FCS Frede's Computer Services. +@* Copyright (C) 2022 FCS Frede's Computer Services. // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as // published by the Free Software Foundation, either version 3 of the @@ -12,7 +11,6 @@ // // You should have received a copy of the GNU Affero General Public License // along with this program. If not, see [https://www.gnu.org/licenses/agpl-3.0.en.html] -// *@ diff --git a/Wonky.Client/Components/CatalogSearchPhraseComponent.razor b/Wonky.Client/Components/CatalogSearchPhraseComponent.razor index e2d5c978..2a94fb35 100644 --- a/Wonky.Client/Components/CatalogSearchPhraseComponent.razor +++ b/Wonky.Client/Components/CatalogSearchPhraseComponent.razor @@ -1,5 +1,4 @@ -@* -// Copyright (C) 2022 FCS Frede's Computer Services. +@* Copyright (C) 2022 FCS Frede's Computer Services. // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as // published by the Free Software Foundation, either version 3 of the @@ -12,7 +11,6 @@ // // You should have received a copy of the GNU Affero General Public License // along with this program. If not, see [https://www.gnu.org/licenses/agpl-3.0.en.html] -// *@
diff --git a/Wonky.Client/Components/CatalogSortComponent.razor b/Wonky.Client/Components/CatalogSortComponent.razor index 6d92ab1e..f88d5b77 100644 --- a/Wonky.Client/Components/CatalogSortComponent.razor +++ b/Wonky.Client/Components/CatalogSortComponent.razor @@ -1,5 +1,4 @@ -@* -// Copyright (C) 2022 FCS Frede's Computer Services. +@* Copyright (C) 2022 FCS Frede's Computer Services. // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as // published by the Free Software Foundation, either version 3 of the @@ -12,7 +11,6 @@ // // You should have received a copy of the GNU Affero General Public License // along with this program. If not, see [https://www.gnu.org/licenses/agpl-3.0.en.html] -// *@ diff --git a/Wonky.Client/Components/CustomerSearchColumnComponent.razor.cs b/Wonky.Client/Components/CustomerSearchColumnComponent.razor.cs index 6799751f..f130a388 100644 --- a/Wonky.Client/Components/CustomerSearchColumnComponent.razor.cs +++ b/Wonky.Client/Components/CustomerSearchColumnComponent.razor.cs @@ -1,4 +1,3 @@ - // Copyright (C) 2022 FCS Frede's Computer Services. // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as diff --git a/Wonky.Client/Components/CustomerSearchPhraseComponent.razor b/Wonky.Client/Components/CustomerSearchPhraseComponent.razor index e2d5c978..d10a5c4e 100644 --- a/Wonky.Client/Components/CustomerSearchPhraseComponent.razor +++ b/Wonky.Client/Components/CustomerSearchPhraseComponent.razor @@ -1,5 +1,4 @@ -@* -// Copyright (C) 2022 FCS Frede's Computer Services. +@* Copyright (C) 2022 FCS Frede's Computer Services. // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as // published by the Free Software Foundation, either version 3 of the @@ -12,9 +11,9 @@ // // You should have received a copy of the GNU Affero General Public License // along with this program. If not, see [https://www.gnu.org/licenses/agpl-3.0.en.html] -// *@ +
diff --git a/Wonky.Client/Components/CustomerSortComponent.razor b/Wonky.Client/Components/CustomerSortComponent.razor index 0fe514a0..64ad40f5 100644 --- a/Wonky.Client/Components/CustomerSortComponent.razor +++ b/Wonky.Client/Components/CustomerSortComponent.razor @@ -1,5 +1,4 @@ -@* -// Copyright (C) 2022 FCS Frede's Computer Services. +@* Copyright (C) 2022 FCS Frede's Computer Services. // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as // published by the Free Software Foundation, either version 3 of the @@ -12,9 +11,9 @@ // // You should have received a copy of the GNU Affero General Public License // along with this program. If not, see [https://www.gnu.org/licenses/agpl-3.0.en.html] -// *@ + diff --git a/Wonky.Client/Components/PageSizeComponent.razor.cs b/Wonky.Client/Components/PageSizeComponent.razor.cs index b4816344..8bd24c84 100644 --- a/Wonky.Client/Components/PageSizeComponent.razor.cs +++ b/Wonky.Client/Components/PageSizeComponent.razor.cs @@ -1,4 +1,3 @@ - // Copyright (C) 2022 FCS Frede's Computer Services. // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as diff --git a/Wonky.Client/Components/PageSizeComponent.razor.css b/Wonky.Client/Components/PageSizeComponent.razor.css index afa708ab..118c8912 100644 --- a/Wonky.Client/Components/PageSizeComponent.razor.css +++ b/Wonky.Client/Components/PageSizeComponent.razor.css @@ -1,3 +1,18 @@ +/* Copyright (C) 2022 FCS Frede's Computer Services. +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU Affero General Public License as +// published by the Free Software Foundation, either version 3 of the +// License, or (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU Affero General Public License for more details. +// +// You should have received a copy of the GNU Affero General Public License +// along with this program. If not, see [https://www.gnu.org/licenses/agpl-3.0.en.html] +*/ + .form-control { width: auto; float: right; diff --git a/Wonky.Client/Components/PaginationComponent.razor b/Wonky.Client/Components/PaginationComponent.razor index 7b513bad..fedcf101 100644 --- a/Wonky.Client/Components/PaginationComponent.razor +++ b/Wonky.Client/Components/PaginationComponent.razor @@ -1,5 +1,4 @@ -@* -// Copyright (C) 2022 FCS Frede's Computer Services. +@* Copyright (C) 2022 FCS Frede's Computer Services. // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as // published by the Free Software Foundation, either version 3 of the @@ -12,9 +11,9 @@ // // You should have received a copy of the GNU Affero General Public License // along with this program. If not, see [https://www.gnu.org/licenses/agpl-3.0.en.html] -// *@ +
    @foreach (var link in Links) diff --git a/Wonky.Client/Components/ProcessStateComponent.razor b/Wonky.Client/Components/ProcessStateComponent.razor index c80788fd..1a1a5368 100644 --- a/Wonky.Client/Components/ProcessStateComponent.razor +++ b/Wonky.Client/Components/ProcessStateComponent.razor @@ -1,5 +1,4 @@ -@* -// Copyright (C) 2022 FCS Frede's Computer Services. +@* Copyright (C) 2022 FCS Frede's Computer Services. // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as // published by the Free Software Foundation, either version 3 of the @@ -12,9 +11,9 @@ // // You should have received a copy of the GNU Affero General Public License // along with this program. If not, see [https://www.gnu.org/licenses/agpl-3.0.en.html] -// *@ + @code{ diff --git a/Wonky.Client/Components/ProductPriceListComponent.razor b/Wonky.Client/Components/ProductPriceListComponent.razor index 0c1b6de1..80385d3c 100644 --- a/Wonky.Client/Components/ProductPriceListComponent.razor +++ b/Wonky.Client/Components/ProductPriceListComponent.razor @@ -1,5 +1,4 @@ -@* -// Copyright (C) 2022 FCS Frede's Computer Services. +@* Copyright (C) 2022 FCS Frede's Computer Services. // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as // published by the Free Software Foundation, either version 3 of the @@ -12,9 +11,9 @@ // // You should have received a copy of the GNU Affero General Public License // along with this program. If not, see [https://www.gnu.org/licenses/agpl-3.0.en.html] -// *@ + @if (ItemList.Any()) { diff --git a/Wonky.Client/Components/QuoteListComponent.razor b/Wonky.Client/Components/QuoteListComponent.razor index fd83728e..b13c0b31 100644 --- a/Wonky.Client/Components/QuoteListComponent.razor +++ b/Wonky.Client/Components/QuoteListComponent.razor @@ -1,5 +1,4 @@ -@* -// Copyright (C) 2022 FCS Frede's Computer Services. +@* Copyright (C) 2022 FCS Frede's Computer Services. // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as // published by the Free Software Foundation, either version 3 of the @@ -12,8 +11,9 @@ // // You should have received a copy of the GNU Affero General Public License // along with this program. If not, see [https://www.gnu.org/licenses/agpl-3.0.en.html] -// *@ + + @using Wonky.Entity.Views @using Wonky.Client.Models diff --git a/Wonky.Client/Components/ReportActivityLedgerComponent.razor b/Wonky.Client/Components/ReportActivityLedgerComponent.razor index 6e804234..980a2ff3 100644 --- a/Wonky.Client/Components/ReportActivityLedgerComponent.razor +++ b/Wonky.Client/Components/ReportActivityLedgerComponent.razor @@ -1,6 +1,4 @@ -@using Wonky.Entity.Views -@* -// Copyright (C) 2022 FCS Frede's Computer Services. +@* Copyright (C) 2022 FCS Frede's Computer Services. // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as // published by the Free Software Foundation, either version 3 of the @@ -13,9 +11,11 @@ // // You should have received a copy of the GNU Affero General Public License // along with this program. If not, see [https://www.gnu.org/licenses/agpl-3.0.en.html] -// *@ + +@using Wonky.Entity.Views +
    diff --git a/Wonky.Client/Components/ReportDistanceLedgerComponent.razor b/Wonky.Client/Components/ReportDistanceLedgerComponent.razor index 6d28b980..aa7f6b5a 100644 --- a/Wonky.Client/Components/ReportDistanceLedgerComponent.razor +++ b/Wonky.Client/Components/ReportDistanceLedgerComponent.razor @@ -1,5 +1,4 @@ -@* -// Copyright (C) 2022 FCS Frede's Computer Services. +@* Copyright (C) 2022 FCS Frede's Computer Services. // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as // published by the Free Software Foundation, either version 3 of the @@ -12,9 +11,9 @@ // // You should have received a copy of the GNU Affero General Public License // along with this program. If not, see [https://www.gnu.org/licenses/agpl-3.0.en.html] -// *@ +
    diff --git a/Wonky.Client/Components/ReportItemComponent.razor b/Wonky.Client/Components/ReportItemComponent.razor index d37c73e6..cb7e94d0 100644 --- a/Wonky.Client/Components/ReportItemComponent.razor +++ b/Wonky.Client/Components/ReportItemComponent.razor @@ -1,5 +1,4 @@ -@* -// Copyright (C) 2022 FCS Frede's Computer Services. +@* Copyright (C) 2022 FCS Frede's Computer Services. // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as // published by the Free Software Foundation, either version 3 of the @@ -12,9 +11,9 @@ // // You should have received a copy of the GNU Affero General Public License // along with this program. If not, see [https://www.gnu.org/licenses/agpl-3.0.en.html] -// *@ + @using Wonky.Entity.Views
    diff --git a/Wonky.Client/Components/ReportItemComponent.razor.css b/Wonky.Client/Components/ReportItemComponent.razor.css index 459ee105..6206cdb3 100644 --- a/Wonky.Client/Components/ReportItemComponent.razor.css +++ b/Wonky.Client/Components/ReportItemComponent.razor.css @@ -1,3 +1,17 @@ +/* Copyright (C) 2022 FCS Frede's Computer Services. +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU Affero General Public License as +// published by the Free Software Foundation, either version 3 of the +// License, or (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU Affero General Public License for more details. +// +// You should have received a copy of the GNU Affero General Public License +// along with this program. If not, see [https://www.gnu.org/licenses/agpl-3.0.en.html] +*/ .report-item-express { position: relative; z-index: 999; diff --git a/Wonky.Client/Components/ReportListComponent.razor b/Wonky.Client/Components/ReportListComponent.razor index 368dd090..f9ee8170 100644 --- a/Wonky.Client/Components/ReportListComponent.razor +++ b/Wonky.Client/Components/ReportListComponent.razor @@ -1,5 +1,4 @@ -@* -// Copyright (C) 2022 FCS Frede's Computer Services. +@* Copyright (C) 2022 FCS Frede's Computer Services. // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as // published by the Free Software Foundation, either version 3 of the @@ -12,9 +11,9 @@ // // You should have received a copy of the GNU Affero General Public License // along with this program. If not, see [https://www.gnu.org/licenses/agpl-3.0.en.html] -// *@ +
    diff --git a/Wonky.Client/Components/ReportListItemComponent.razor b/Wonky.Client/Components/ReportListItemComponent.razor index 09786fe7..57dd92d6 100644 --- a/Wonky.Client/Components/ReportListItemComponent.razor +++ b/Wonky.Client/Components/ReportListItemComponent.razor @@ -1,5 +1,4 @@ -@* -// Copyright (C) 2022 FCS Frede's Computer Services. +@* Copyright (C) 2022 FCS Frede's Computer Services. // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as // published by the Free Software Foundation, either version 3 of the @@ -12,7 +11,6 @@ // // You should have received a copy of the GNU Affero General Public License // along with this program. If not, see [https://www.gnu.org/licenses/agpl-3.0.en.html] -// *@ @using Wonky.Entity.Views diff --git a/Wonky.Client/Components/ReportListItemComponent.razor.cs b/Wonky.Client/Components/ReportListItemComponent.razor.cs index 27b53bc9..63c27d3b 100644 --- a/Wonky.Client/Components/ReportListItemComponent.razor.cs +++ b/Wonky.Client/Components/ReportListItemComponent.razor.cs @@ -1,3 +1,18 @@ +// Copyright (C) 2022 FCS Frede's Computer Services. +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU Affero General Public License as +// published by the Free Software Foundation, either version 3 of the +// License, or (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU Affero General Public License for more details. +// +// You should have received a copy of the GNU Affero General Public License +// along with this program. If not, see [https://www.gnu.org/licenses/agpl-3.0.en.html] +// + using Microsoft.AspNetCore.Components; using Wonky.Entity.Views; diff --git a/Wonky.Client/Components/ReportSummaryComponent.razor b/Wonky.Client/Components/ReportSummaryComponent.razor index df10d2ae..28cde7b2 100644 --- a/Wonky.Client/Components/ReportSummaryComponent.razor +++ b/Wonky.Client/Components/ReportSummaryComponent.razor @@ -1,5 +1,4 @@ -@* -// Copyright (C) 2022 FCS Frede's Computer Services. +@* Copyright (C) 2022 FCS Frede's Computer Services. // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as // published by the Free Software Foundation, either version 3 of the @@ -12,7 +11,6 @@ // // You should have received a copy of the GNU Affero General Public License // along with this program. If not, see [https://www.gnu.org/licenses/agpl-3.0.en.html] -// *@
    diff --git a/Wonky.Client/Components/TaskItemTableComponent.razor b/Wonky.Client/Components/TaskItemTableComponent.razor index 6281fa74..901cd264 100644 --- a/Wonky.Client/Components/TaskItemTableComponent.razor +++ b/Wonky.Client/Components/TaskItemTableComponent.razor @@ -1,5 +1,4 @@ -@* -// Copyright (C) 2022 FCS Frede's Computer Services. +@* Copyright (C) 2022 FCS Frede's Computer Services. // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as // published by the Free Software Foundation, either version 3 of the @@ -12,7 +11,6 @@ // // You should have received a copy of the GNU Affero General Public License // along with this program. If not, see [https://www.gnu.org/licenses/agpl-3.0.en.html] -// *@ @using Wonky.Client.Shared diff --git a/Wonky.Client/Components/TaskItemTableComponent.razor.cs b/Wonky.Client/Components/TaskItemTableComponent.razor.cs index 316dfd4e..51359c2b 100644 --- a/Wonky.Client/Components/TaskItemTableComponent.razor.cs +++ b/Wonky.Client/Components/TaskItemTableComponent.razor.cs @@ -1,4 +1,3 @@ - // Copyright (C) 2022 FCS Frede's Computer Services. // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as diff --git a/Wonky.Client/Components/TopbarDisplayUser.razor b/Wonky.Client/Components/TopbarDisplayUser.razor index ad416007..3006738a 100644 --- a/Wonky.Client/Components/TopbarDisplayUser.razor +++ b/Wonky.Client/Components/TopbarDisplayUser.razor @@ -1,5 +1,4 @@ -@* -// Copyright (C) 2022 FCS Frede's Computer Services. +@* Copyright (C) 2022 FCS Frede's Computer Services. // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as // published by the Free Software Foundation, either version 3 of the @@ -12,9 +11,9 @@ // // You should have received a copy of the GNU Affero General Public License // along with this program. If not, see [https://www.gnu.org/licenses/agpl-3.0.en.html] -// *@ + @using System.Security.Claims diff --git a/Wonky.Client/Components/TopbarNavigation.razor b/Wonky.Client/Components/TopbarNavigation.razor index d67b2685..acd881bd 100644 --- a/Wonky.Client/Components/TopbarNavigation.razor +++ b/Wonky.Client/Components/TopbarNavigation.razor @@ -1,5 +1,4 @@ -@* -// Copyright (C) 2022 FCS Frede's Computer Services. +@* Copyright (C) 2022 FCS Frede's Computer Services. // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as // published by the Free Software Foundation, either version 3 of the @@ -12,9 +11,9 @@ // // You should have received a copy of the GNU Affero General Public License // along with this program. If not, see [https://www.gnu.org/licenses/agpl-3.0.en.html] -// *@ + @using System.Security.Claims diff --git a/Wonky.Client/Components/VatAddressInputComponent.razor b/Wonky.Client/Components/VatAddressInputComponent.razor index 70d1c899..fc3c026e 100644 --- a/Wonky.Client/Components/VatAddressInputComponent.razor +++ b/Wonky.Client/Components/VatAddressInputComponent.razor @@ -1,5 +1,4 @@ -@* -// Copyright (C) 2022 FCS Frede's Computer Services. +@* Copyright (C) 2022 FCS Frede's Computer Services. // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as // published by the Free Software Foundation, either version 3 of the @@ -12,9 +11,9 @@ // // You should have received a copy of the GNU Affero General Public License // along with this program. If not, see [https://www.gnu.org/licenses/agpl-3.0.en.html] -// *@ +
    diff --git a/Wonky.Client/Components/VatCompanyNameInputComponent.razor b/Wonky.Client/Components/VatCompanyNameInputComponent.razor index 49c7426b..4673e0aa 100644 --- a/Wonky.Client/Components/VatCompanyNameInputComponent.razor +++ b/Wonky.Client/Components/VatCompanyNameInputComponent.razor @@ -1,5 +1,4 @@ -@* -// Copyright (C) 2022 FCS Frede's Computer Services. +@* Copyright (C) 2022 FCS Frede's Computer Services. // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as // published by the Free Software Foundation, either version 3 of the @@ -12,9 +11,9 @@ // // You should have received a copy of the GNU Affero General Public License // along with this program. If not, see [https://www.gnu.org/licenses/agpl-3.0.en.html] -// *@ +
    diff --git a/Wonky.Client/Components/VatNumberInputComponent.razor b/Wonky.Client/Components/VatNumberInputComponent.razor index 0bde2839..066e4597 100644 --- a/Wonky.Client/Components/VatNumberInputComponent.razor +++ b/Wonky.Client/Components/VatNumberInputComponent.razor @@ -1,5 +1,4 @@ -@* -// Copyright (C) 2022 FCS Frede's Computer Services. +@* Copyright (C) 2022 FCS Frede's Computer Services. // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as // published by the Free Software Foundation, either version 3 of the @@ -12,9 +11,9 @@ // // You should have received a copy of the GNU Affero General Public License // along with this program. If not, see [https://www.gnu.org/licenses/agpl-3.0.en.html] -// *@ +
    diff --git a/Wonky.Client/Components/WarehouseListComponent.razor b/Wonky.Client/Components/WarehouseListComponent.razor index 88a907e7..1929d2d0 100644 --- a/Wonky.Client/Components/WarehouseListComponent.razor +++ b/Wonky.Client/Components/WarehouseListComponent.razor @@ -1,6 +1,4 @@ -@using Wonky.Client.Models -@* -// Copyright (C) 2022 FCS Frede's Computer Services. +@* Copyright (C) 2022 FCS Frede's Computer Services. // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as // published by the Free Software Foundation, either version 3 of the @@ -13,9 +11,11 @@ // // You should have received a copy of the GNU Affero General Public License // along with this program. If not, see [https://www.gnu.org/licenses/agpl-3.0.en.html] -// *@ + +@using Wonky.Client.Models + @if (OrderList != null) {
    diff --git a/Wonky.Client/Components/WorkDateComponent.razor b/Wonky.Client/Components/WorkDateComponent.razor index 6a10e4f0..e43bba03 100644 --- a/Wonky.Client/Components/WorkDateComponent.razor +++ b/Wonky.Client/Components/WorkDateComponent.razor @@ -1,5 +1,4 @@ -@* -// Copyright (C) 2022 FCS Frede's Computer Services. +@* Copyright (C) 2022 FCS Frede's Computer Services. // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as // published by the Free Software Foundation, either version 3 of the @@ -12,9 +11,9 @@ // // You should have received a copy of the GNU Affero General Public License // along with this program. If not, see [https://www.gnu.org/licenses/agpl-3.0.en.html] -// *@ + @using Blazored.LocalStorage @using Wonky.Client.Services diff --git a/Wonky.Client/Components/WorkDateComponent.razor.css b/Wonky.Client/Components/WorkDateComponent.razor.css index 3a481224..abb4e768 100644 --- a/Wonky.Client/Components/WorkDateComponent.razor.css +++ b/Wonky.Client/Components/WorkDateComponent.razor.css @@ -1,3 +1,17 @@ +/* Copyright (C) 2022 FCS Frede's Computer Services. +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU Affero General Public License as +// published by the Free Software Foundation, either version 3 of the +// License, or (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU Affero General Public License for more details. +// +// You should have received a copy of the GNU Affero General Public License +// along with this program. If not, see [https://www.gnu.org/licenses/agpl-3.0.en.html] +*/ .work-date { font-size: 1.2rem; font-variant: all-small-caps; diff --git a/Wonky.Client/Components/WorkingThreeDots.razor b/Wonky.Client/Components/WorkingThreeDots.razor index c69446b4..43c858a4 100644 --- a/Wonky.Client/Components/WorkingThreeDots.razor +++ b/Wonky.Client/Components/WorkingThreeDots.razor @@ -1,5 +1,4 @@ -@* -// Copyright (C) 2022 FCS Frede's Computer Services. +@* Copyright (C) 2022 FCS Frede's Computer Services. // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as // published by the Free Software Foundation, either version 3 of the @@ -12,7 +11,6 @@ // // You should have received a copy of the GNU Affero General Public License // along with this program. If not, see [https://www.gnu.org/licenses/agpl-3.0.en.html] -// *@
    diff --git a/Wonky.Client/Components/WorkplaceListComponent.razor b/Wonky.Client/Components/WorkplaceListComponent.razor index 131c5978..c6668580 100644 --- a/Wonky.Client/Components/WorkplaceListComponent.razor +++ b/Wonky.Client/Components/WorkplaceListComponent.razor @@ -1,5 +1,4 @@ -@* -// Copyright (C) 2022 FCS Frede's Computer Services. +@* Copyright (C) 2022 FCS Frede's Computer Services. // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as // published by the Free Software Foundation, either version 3 of the @@ -12,8 +11,8 @@ // // You should have received a copy of the GNU Affero General Public License // along with this program. If not, see [https://www.gnu.org/licenses/agpl-3.0.en.html] -// *@ + @using Wonky.Entity.DTO @using Wonky.Entity.Views diff --git a/Wonky.Client/Helpers/CustomerValidator.cs b/Wonky.Client/Helpers/CustomerValidator.cs index fe4e6eee..4b43bf94 100644 --- a/Wonky.Client/Helpers/CustomerValidator.cs +++ b/Wonky.Client/Helpers/CustomerValidator.cs @@ -1,3 +1,18 @@ +// Copyright (C) 2022 FCS Frede's Computer Services. +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU Affero General Public License as +// published by the Free Software Foundation, either version 3 of the +// License, or (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU Affero General Public License for more details. +// +// You should have received a copy of the GNU Affero General Public License +// along with this program. If not, see [https://www.gnu.org/licenses/agpl-3.0.en.html] +// + using Wonky.Entity.DTO; namespace Wonky.Client.Helpers; diff --git a/Wonky.Client/Helpers/Squid.cs b/Wonky.Client/Helpers/Squid.cs index d819a318..d13ab5df 100644 --- a/Wonky.Client/Helpers/Squid.cs +++ b/Wonky.Client/Helpers/Squid.cs @@ -1,12 +1,3 @@ -// *********************************************************************** -// Assembly : FCS.Lib.Utility -// Author : FH -// Created : 2020-07-01 -// -// Last Modified By : FH -// Last Modified On : 02-24-2022 -// *********************************************************************** -// // Copyright (C) 2022 FCS Frede's Computer Services. // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as @@ -20,9 +11,7 @@ // // You should have received a copy of the GNU Affero General Public License // along with this program. If not, see [https://www.gnu.org/licenses/agpl-3.0.en.html] -// -// Derived from https:github.com/csharpvitamins/CSharpVitamins.ShortGuid -// *********************************************************************** +// using System.Diagnostics; diff --git a/Wonky.Client/Helpers/StringExtensions.cs b/Wonky.Client/Helpers/StringExtensions.cs index 66bdcdf2..51a5c3a4 100644 --- a/Wonky.Client/Helpers/StringExtensions.cs +++ b/Wonky.Client/Helpers/StringExtensions.cs @@ -1,4 +1,3 @@ - // Copyright (C) 2022 FCS Frede's Computer Services. // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as diff --git a/Wonky.Client/Helpers/VatUtils.cs b/Wonky.Client/Helpers/VatUtils.cs index 4bd3a242..c0678466 100644 --- a/Wonky.Client/Helpers/VatUtils.cs +++ b/Wonky.Client/Helpers/VatUtils.cs @@ -1,4 +1,3 @@ - // Copyright (C) 2022 FCS Frede's Computer Services. // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as diff --git a/Wonky.Client/HttpInterceptors/HttpInterceptorService.cs b/Wonky.Client/HttpInterceptors/HttpInterceptorService.cs index 299c990e..09fa805a 100644 --- a/Wonky.Client/HttpInterceptors/HttpInterceptorService.cs +++ b/Wonky.Client/HttpInterceptors/HttpInterceptorService.cs @@ -1,4 +1,3 @@ - // Copyright (C) 2022 FCS Frede's Computer Services. // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as diff --git a/Wonky.Client/HttpInterceptors/HttpResponseException.cs b/Wonky.Client/HttpInterceptors/HttpResponseException.cs index 74e78bfb..cb56a9f5 100644 --- a/Wonky.Client/HttpInterceptors/HttpResponseException.cs +++ b/Wonky.Client/HttpInterceptors/HttpResponseException.cs @@ -1,4 +1,3 @@ - // Copyright (C) 2022 FCS Frede's Computer Services. // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as diff --git a/Wonky.Client/HttpRepository/AdvisorActivityRepository.cs b/Wonky.Client/HttpRepository/AdvisorActivityRepository.cs index 7cdbe738..f5a652e3 100644 --- a/Wonky.Client/HttpRepository/AdvisorActivityRepository.cs +++ b/Wonky.Client/HttpRepository/AdvisorActivityRepository.cs @@ -1,4 +1,3 @@ - // Copyright (C) 2022 FCS Frede's Computer Services. // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as diff --git a/Wonky.Client/HttpRepository/AdvisorContactRepository.cs b/Wonky.Client/HttpRepository/AdvisorContactRepository.cs index a8647270..b848d335 100644 --- a/Wonky.Client/HttpRepository/AdvisorContactRepository.cs +++ b/Wonky.Client/HttpRepository/AdvisorContactRepository.cs @@ -1,4 +1,3 @@ - // Copyright (C) 2022 FCS Frede's Computer Services. // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as diff --git a/Wonky.Client/HttpRepository/AdvisorCustomerHistoryRepository.cs b/Wonky.Client/HttpRepository/AdvisorCustomerHistoryRepository.cs index 583ccb6d..aec2e5d5 100644 --- a/Wonky.Client/HttpRepository/AdvisorCustomerHistoryRepository.cs +++ b/Wonky.Client/HttpRepository/AdvisorCustomerHistoryRepository.cs @@ -1,4 +1,3 @@ - // Copyright (C) 2022 FCS Frede's Computer Services. // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as diff --git a/Wonky.Client/HttpRepository/AdvisorReportRepository.cs b/Wonky.Client/HttpRepository/AdvisorReportRepository.cs index 3b87d8fd..a844a93e 100644 --- a/Wonky.Client/HttpRepository/AdvisorReportRepository.cs +++ b/Wonky.Client/HttpRepository/AdvisorReportRepository.cs @@ -1,4 +1,3 @@ - // Copyright (C) 2022 FCS Frede's Computer Services. // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as diff --git a/Wonky.Client/HttpRepository/AdvisorTaskItemRepository.cs b/Wonky.Client/HttpRepository/AdvisorTaskItemRepository.cs index 18fda013..d7a6a615 100644 --- a/Wonky.Client/HttpRepository/AdvisorTaskItemRepository.cs +++ b/Wonky.Client/HttpRepository/AdvisorTaskItemRepository.cs @@ -1,4 +1,3 @@ - // Copyright (C) 2022 FCS Frede's Computer Services. // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as diff --git a/Wonky.Client/HttpRepository/AdvisorWorkplaceRepository.cs b/Wonky.Client/HttpRepository/AdvisorWorkplaceRepository.cs index 10e25267..863e2592 100644 --- a/Wonky.Client/HttpRepository/AdvisorWorkplaceRepository.cs +++ b/Wonky.Client/HttpRepository/AdvisorWorkplaceRepository.cs @@ -1,4 +1,3 @@ - // Copyright (C) 2022 FCS Frede's Computer Services. // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as diff --git a/Wonky.Client/HttpRepository/CountryActivityRepository.cs b/Wonky.Client/HttpRepository/CountryActivityRepository.cs index 933ffce9..9c896f17 100644 --- a/Wonky.Client/HttpRepository/CountryActivityRepository.cs +++ b/Wonky.Client/HttpRepository/CountryActivityRepository.cs @@ -1,4 +1,3 @@ - // Copyright (C) 2022 FCS Frede's Computer Services. // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as diff --git a/Wonky.Client/HttpRepository/CountryCatalogRepository.cs b/Wonky.Client/HttpRepository/CountryCatalogRepository.cs index 946786b0..7d27a2d1 100644 --- a/Wonky.Client/HttpRepository/CountryCatalogRepository.cs +++ b/Wonky.Client/HttpRepository/CountryCatalogRepository.cs @@ -1,4 +1,3 @@ - // Copyright (C) 2022 FCS Frede's Computer Services. // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as diff --git a/Wonky.Client/HttpRepository/CountryCustomerHistoryRepository.cs b/Wonky.Client/HttpRepository/CountryCustomerHistoryRepository.cs index a795462e..89891423 100644 --- a/Wonky.Client/HttpRepository/CountryCustomerHistoryRepository.cs +++ b/Wonky.Client/HttpRepository/CountryCustomerHistoryRepository.cs @@ -1,4 +1,3 @@ - // Copyright (C) 2022 FCS Frede's Computer Services. // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as diff --git a/Wonky.Client/HttpRepository/CountryCustomerRepository.cs b/Wonky.Client/HttpRepository/CountryCustomerRepository.cs index 5c0ebd23..61aa060d 100644 --- a/Wonky.Client/HttpRepository/CountryCustomerRepository.cs +++ b/Wonky.Client/HttpRepository/CountryCustomerRepository.cs @@ -1,4 +1,3 @@ - // Copyright (C) 2022 FCS Frede's Computer Services. // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as diff --git a/Wonky.Client/HttpRepository/IAdvisorActivityRepository.cs b/Wonky.Client/HttpRepository/IAdvisorActivityRepository.cs index 218ed56e..a5a8b6bd 100644 --- a/Wonky.Client/HttpRepository/IAdvisorActivityRepository.cs +++ b/Wonky.Client/HttpRepository/IAdvisorActivityRepository.cs @@ -1,4 +1,3 @@ - // Copyright (C) 2022 FCS Frede's Computer Services. // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as diff --git a/Wonky.Client/HttpRepository/IAdvisorContactRepository.cs b/Wonky.Client/HttpRepository/IAdvisorContactRepository.cs index c22fa40e..ccbe5822 100644 --- a/Wonky.Client/HttpRepository/IAdvisorContactRepository.cs +++ b/Wonky.Client/HttpRepository/IAdvisorContactRepository.cs @@ -1,3 +1,17 @@ +// Copyright (C) 2022 FCS Frede's Computer Services. +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU Affero General Public License as +// published by the Free Software Foundation, either version 3 of the +// License, or (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU Affero General Public License for more details. +// +// You should have received a copy of the GNU Affero General Public License +// along with this program. If not, see [https://www.gnu.org/licenses/agpl-3.0.en.html] +// using Wonky.Entity.DTO; diff --git a/Wonky.Client/HttpRepository/IAdvisorCustomerHistoryRepository.cs b/Wonky.Client/HttpRepository/IAdvisorCustomerHistoryRepository.cs index ce391a80..c537b544 100644 --- a/Wonky.Client/HttpRepository/IAdvisorCustomerHistoryRepository.cs +++ b/Wonky.Client/HttpRepository/IAdvisorCustomerHistoryRepository.cs @@ -1,4 +1,3 @@ - // Copyright (C) 2022 FCS Frede's Computer Services. // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as diff --git a/Wonky.Client/HttpRepository/IAdvisorCustomerRepository.cs b/Wonky.Client/HttpRepository/IAdvisorCustomerRepository.cs index ae973076..3a1f0908 100644 --- a/Wonky.Client/HttpRepository/IAdvisorCustomerRepository.cs +++ b/Wonky.Client/HttpRepository/IAdvisorCustomerRepository.cs @@ -1,4 +1,3 @@ - // Copyright (C) 2022 FCS Frede's Computer Services. // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as diff --git a/Wonky.Client/HttpRepository/IAdvisorReportRepository.cs b/Wonky.Client/HttpRepository/IAdvisorReportRepository.cs index 88a6f843..299d5ce1 100644 --- a/Wonky.Client/HttpRepository/IAdvisorReportRepository.cs +++ b/Wonky.Client/HttpRepository/IAdvisorReportRepository.cs @@ -1,4 +1,3 @@ - // Copyright (C) 2022 FCS Frede's Computer Services. // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as diff --git a/Wonky.Client/HttpRepository/IAdvisorTaskItemRepository.cs b/Wonky.Client/HttpRepository/IAdvisorTaskItemRepository.cs index 06bc97ee..d96d5f77 100644 --- a/Wonky.Client/HttpRepository/IAdvisorTaskItemRepository.cs +++ b/Wonky.Client/HttpRepository/IAdvisorTaskItemRepository.cs @@ -1,4 +1,3 @@ - // Copyright (C) 2022 FCS Frede's Computer Services. // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as diff --git a/Wonky.Client/HttpRepository/IAdvisorWorkplaceRepository.cs b/Wonky.Client/HttpRepository/IAdvisorWorkplaceRepository.cs index 104ec98e..56159e8c 100644 --- a/Wonky.Client/HttpRepository/IAdvisorWorkplaceRepository.cs +++ b/Wonky.Client/HttpRepository/IAdvisorWorkplaceRepository.cs @@ -1,4 +1,3 @@ - // Copyright (C) 2022 FCS Frede's Computer Services. // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as diff --git a/Wonky.Client/HttpRepository/ICountryActivityRepository.cs b/Wonky.Client/HttpRepository/ICountryActivityRepository.cs index 1f7401a2..b5101d28 100644 --- a/Wonky.Client/HttpRepository/ICountryActivityRepository.cs +++ b/Wonky.Client/HttpRepository/ICountryActivityRepository.cs @@ -1,4 +1,3 @@ - // Copyright (C) 2022 FCS Frede's Computer Services. // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as diff --git a/Wonky.Client/HttpRepository/IOfficeCatalogRepository.cs b/Wonky.Client/HttpRepository/IOfficeCatalogRepository.cs index ea52ed22..75478edb 100644 --- a/Wonky.Client/HttpRepository/IOfficeCatalogRepository.cs +++ b/Wonky.Client/HttpRepository/IOfficeCatalogRepository.cs @@ -1,4 +1,3 @@ - // Copyright (C) 2022 FCS Frede's Computer Services. // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as diff --git a/Wonky.Client/HttpRepository/IOfficeCustomerHistoryRepository.cs b/Wonky.Client/HttpRepository/IOfficeCustomerHistoryRepository.cs index 59b200c0..01e016f5 100644 --- a/Wonky.Client/HttpRepository/IOfficeCustomerHistoryRepository.cs +++ b/Wonky.Client/HttpRepository/IOfficeCustomerHistoryRepository.cs @@ -1,4 +1,3 @@ - // Copyright (C) 2022 FCS Frede's Computer Services. // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as diff --git a/Wonky.Client/HttpRepository/IOfficeCustomerRepository.cs b/Wonky.Client/HttpRepository/IOfficeCustomerRepository.cs index f324e95b..b10f21ba 100644 --- a/Wonky.Client/HttpRepository/IOfficeCustomerRepository.cs +++ b/Wonky.Client/HttpRepository/IOfficeCustomerRepository.cs @@ -1,4 +1,3 @@ - // Copyright (C) 2022 FCS Frede's Computer Services. // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as diff --git a/Wonky.Client/HttpRepository/IOfficeReportRepository.cs b/Wonky.Client/HttpRepository/IOfficeReportRepository.cs index 54e877f3..6da67ed6 100644 --- a/Wonky.Client/HttpRepository/IOfficeReportRepository.cs +++ b/Wonky.Client/HttpRepository/IOfficeReportRepository.cs @@ -1,4 +1,3 @@ - // Copyright (C) 2022 FCS Frede's Computer Services. // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as diff --git a/Wonky.Client/HttpRepository/IOrderProcessRepository.cs b/Wonky.Client/HttpRepository/IOrderProcessRepository.cs index 81c2366e..0b0e564e 100644 --- a/Wonky.Client/HttpRepository/IOrderProcessRepository.cs +++ b/Wonky.Client/HttpRepository/IOrderProcessRepository.cs @@ -1,4 +1,3 @@ - // Copyright (C) 2022 FCS Frede's Computer Services. // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as diff --git a/Wonky.Client/HttpRepository/ISystemSendMailService.cs b/Wonky.Client/HttpRepository/ISystemSendMailService.cs index e74af27e..ac27f85f 100644 --- a/Wonky.Client/HttpRepository/ISystemSendMailService.cs +++ b/Wonky.Client/HttpRepository/ISystemSendMailService.cs @@ -1,4 +1,3 @@ - // Copyright (C) 2022 FCS Frede's Computer Services. // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as diff --git a/Wonky.Client/HttpRepository/ISystemUserRepository.cs b/Wonky.Client/HttpRepository/ISystemUserRepository.cs index 26845ed4..ae98f89c 100644 --- a/Wonky.Client/HttpRepository/ISystemUserRepository.cs +++ b/Wonky.Client/HttpRepository/ISystemUserRepository.cs @@ -1,4 +1,3 @@ - // Copyright (C) 2022 FCS Frede's Computer Services. // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as diff --git a/Wonky.Client/HttpRepository/OfficeReportRepository.cs b/Wonky.Client/HttpRepository/OfficeReportRepository.cs index d8656275..55c5f56e 100644 --- a/Wonky.Client/HttpRepository/OfficeReportRepository.cs +++ b/Wonky.Client/HttpRepository/OfficeReportRepository.cs @@ -1,4 +1,3 @@ - // Copyright (C) 2022 FCS Frede's Computer Services. // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as diff --git a/Wonky.Client/HttpRepository/OrderProcessRepository.cs b/Wonky.Client/HttpRepository/OrderProcessRepository.cs index 32231c86..0929f509 100644 --- a/Wonky.Client/HttpRepository/OrderProcessRepository.cs +++ b/Wonky.Client/HttpRepository/OrderProcessRepository.cs @@ -1,4 +1,3 @@ - // Copyright (C) 2022 FCS Frede's Computer Services. // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as diff --git a/Wonky.Client/HttpRepository/SystemSendMailService.cs b/Wonky.Client/HttpRepository/SystemSendMailService.cs index a22b68b1..a58e355c 100644 --- a/Wonky.Client/HttpRepository/SystemSendMailService.cs +++ b/Wonky.Client/HttpRepository/SystemSendMailService.cs @@ -1,4 +1,3 @@ - // Copyright (C) 2022 FCS Frede's Computer Services. // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as diff --git a/Wonky.Client/HttpRepository/SystemUserRepository.cs b/Wonky.Client/HttpRepository/SystemUserRepository.cs index 17e97743..454347ff 100644 --- a/Wonky.Client/HttpRepository/SystemUserRepository.cs +++ b/Wonky.Client/HttpRepository/SystemUserRepository.cs @@ -1,4 +1,3 @@ - // Copyright (C) 2022 FCS Frede's Computer Services. // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as @@ -13,7 +12,6 @@ // You should have received a copy of the GNU Affero General Public License // along with this program. If not, see [https://www.gnu.org/licenses/agpl-3.0.en.html] // - using System.Net.Http.Json; using System.Text.Json; using Microsoft.AspNetCore.Components; diff --git a/Wonky.Client/Models/AssignedRoles.cs b/Wonky.Client/Models/AssignedRoles.cs index bf71f78f..ebbbd6f9 100644 --- a/Wonky.Client/Models/AssignedRoles.cs +++ b/Wonky.Client/Models/AssignedRoles.cs @@ -1,3 +1,18 @@ +// Copyright (C) 2022 FCS Frede's Computer Services. +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU Affero General Public License as +// published by the Free Software Foundation, either version 3 of the +// License, or (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU Affero General Public License for more details. +// +// You should have received a copy of the GNU Affero General Public License +// along with this program. If not, see [https://www.gnu.org/licenses/agpl-3.0.en.html] +// + namespace Wonky.Client.Models; public class AssignedRoles diff --git a/Wonky.Client/Models/Draft.cs b/Wonky.Client/Models/Draft.cs index b6778e14..843b1938 100644 --- a/Wonky.Client/Models/Draft.cs +++ b/Wonky.Client/Models/Draft.cs @@ -1,4 +1,3 @@ - // Copyright (C) 2022 FCS Frede's Computer Services. // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as diff --git a/Wonky.Client/Models/DraftItem.cs b/Wonky.Client/Models/DraftItem.cs index 90bd2581..bb7802ab 100644 --- a/Wonky.Client/Models/DraftItem.cs +++ b/Wonky.Client/Models/DraftItem.cs @@ -1,4 +1,3 @@ - // Copyright (C) 2022 FCS Frede's Computer Services. // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as diff --git a/Wonky.Client/Models/PasswordInput.cs b/Wonky.Client/Models/PasswordInput.cs index 2d793482..30f77ded 100644 --- a/Wonky.Client/Models/PasswordInput.cs +++ b/Wonky.Client/Models/PasswordInput.cs @@ -1,3 +1,18 @@ +// Copyright (C) 2022 FCS Frede's Computer Services. +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU Affero General Public License as +// published by the Free Software Foundation, either version 3 of the +// License, or (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU Affero General Public License for more details. +// +// You should have received a copy of the GNU Affero General Public License +// along with this program. If not, see [https://www.gnu.org/licenses/agpl-3.0.en.html] +// + using System.ComponentModel.DataAnnotations; namespace Wonky.Client.Models; diff --git a/Wonky.Client/Models/PrintTarget.cs b/Wonky.Client/Models/PrintTarget.cs index b4eab7c6..d52ca9d4 100644 --- a/Wonky.Client/Models/PrintTarget.cs +++ b/Wonky.Client/Models/PrintTarget.cs @@ -1,4 +1,3 @@ - // Copyright (C) 2022 FCS Frede's Computer Services. // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as diff --git a/Wonky.Client/Models/ProcessStatus.cs b/Wonky.Client/Models/ProcessStatus.cs index bce4b2f6..13ef7d3f 100644 --- a/Wonky.Client/Models/ProcessStatus.cs +++ b/Wonky.Client/Models/ProcessStatus.cs @@ -1,4 +1,3 @@ - // Copyright (C) 2022 FCS Frede's Computer Services. // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as @@ -14,6 +13,7 @@ // along with this program. If not, see [https://www.gnu.org/licenses/agpl-3.0.en.html] // + namespace Wonky.Client.Models; public enum ProcessStatus diff --git a/Wonky.Client/Models/ProductSort.cs b/Wonky.Client/Models/ProductSort.cs index 4fb3db31..5d658d88 100644 --- a/Wonky.Client/Models/ProductSort.cs +++ b/Wonky.Client/Models/ProductSort.cs @@ -1,4 +1,3 @@ - // Copyright (C) 2022 FCS Frede's Computer Services. // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as @@ -14,6 +13,7 @@ // along with this program. If not, see [https://www.gnu.org/licenses/agpl-3.0.en.html] // + namespace Wonky.Client.Models; public enum ProductSort diff --git a/Wonky.Client/Models/QuoteCallbackArgs.cs b/Wonky.Client/Models/QuoteCallbackArgs.cs index feffa581..19f501fd 100644 --- a/Wonky.Client/Models/QuoteCallbackArgs.cs +++ b/Wonky.Client/Models/QuoteCallbackArgs.cs @@ -1,4 +1,3 @@ - // Copyright (C) 2022 FCS Frede's Computer Services. // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as @@ -14,6 +13,7 @@ // along with this program. If not, see [https://www.gnu.org/licenses/agpl-3.0.en.html] // + namespace Wonky.Client.Models; public class QuoteCallbackArgs diff --git a/Wonky.Client/Models/QuoteStatus.cs b/Wonky.Client/Models/QuoteStatus.cs index 2e479c5b..892da094 100644 --- a/Wonky.Client/Models/QuoteStatus.cs +++ b/Wonky.Client/Models/QuoteStatus.cs @@ -1,4 +1,3 @@ - // Copyright (C) 2022 FCS Frede's Computer Services. // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as @@ -14,6 +13,7 @@ // along with this program. If not, see [https://www.gnu.org/licenses/agpl-3.0.en.html] // + namespace Wonky.Client.Models; public enum QuoteStatus diff --git a/Wonky.Client/Models/SelectedSku.cs b/Wonky.Client/Models/SelectedSku.cs index d18ac3dd..7846ceba 100644 --- a/Wonky.Client/Models/SelectedSku.cs +++ b/Wonky.Client/Models/SelectedSku.cs @@ -1,4 +1,3 @@ - // Copyright (C) 2022 FCS Frede's Computer Services. // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as @@ -14,6 +13,7 @@ // along with this program. If not, see [https://www.gnu.org/licenses/agpl-3.0.en.html] // + namespace Wonky.Client.Models; public class SelectedSku diff --git a/Wonky.Client/Models/ValidateType.cs b/Wonky.Client/Models/ValidateType.cs index d44b5ab9..d65376b4 100644 --- a/Wonky.Client/Models/ValidateType.cs +++ b/Wonky.Client/Models/ValidateType.cs @@ -1,3 +1,18 @@ +// Copyright (C) 2022 FCS Frede's Computer Services. +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU Affero General Public License as +// published by the Free Software Foundation, either version 3 of the +// License, or (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU Affero General Public License for more details. +// +// You should have received a copy of the GNU Affero General Public License +// along with this program. If not, see [https://www.gnu.org/licenses/agpl-3.0.en.html] +// + namespace Wonky.Client.Models; public enum ValidateType diff --git a/Wonky.Client/Models/VatAddress.cs b/Wonky.Client/Models/VatAddress.cs index f927ce8f..f5bf5049 100644 --- a/Wonky.Client/Models/VatAddress.cs +++ b/Wonky.Client/Models/VatAddress.cs @@ -1,4 +1,3 @@ - // Copyright (C) 2022 FCS Frede's Computer Services. // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as @@ -14,6 +13,7 @@ // along with this program. If not, see [https://www.gnu.org/licenses/agpl-3.0.en.html] // + using System.ComponentModel.DataAnnotations; namespace Wonky.Client.Models; diff --git a/Wonky.Client/OverlayCustomer/CustomerActivityListOverlay.razor b/Wonky.Client/OverlayCustomer/CustomerActivityListOverlay.razor index 372770b9..b09c8653 100644 --- a/Wonky.Client/OverlayCustomer/CustomerActivityListOverlay.razor +++ b/Wonky.Client/OverlayCustomer/CustomerActivityListOverlay.razor @@ -1,5 +1,4 @@ -@* -// Copyright (C) 2022 FCS Frede's Computer Services. +@* Copyright (C) 2022 FCS Frede's Computer Services. // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as // published by the Free Software Foundation, either version 3 of the @@ -12,7 +11,6 @@ // // You should have received a copy of the GNU Affero General Public License // along with this program. If not, see [https://www.gnu.org/licenses/agpl-3.0.en.html] -// *@ @using Wonky.Client.Components