From 8a14a58f6fde0685e13c83addcb04174d0c53c0e Mon Sep 17 00:00:00 2001 From: Ben Snyder Date: Sun, 7 Apr 2024 18:50:39 -0400 Subject: [PATCH] feat(webapp): replace craco and webpack with vite --- biome.json | 2 +- package.json | 2 + packages/server/biome.json | 3 + packages/server/package.json | 2 - packages/webapp/craco.config.js | 17 - packages/webapp/{public => }/index.html | 12 +- packages/webapp/package.json | 104 +- packages/webapp/postcss.config.js | 10 + packages/webapp/setupProxy.tsx | 11 - .../Accounts/AccountsMultiSelect.tsx | 1 - .../components/Accounts/AccountsSelect.tsx | 1 - .../Accounts/AccountsSuggestField.tsx | 1 - .../Accounts/AccountsTypesSelect.tsx | 2 +- .../src/components/Accounts/_components.tsx | 2 +- .../AdvancedFilter/AdvancedFilter.schema.tsx | 2 +- .../AdvancedFilterCompatatorField.tsx | 1 - .../AdvancedFilter/AdvancedFilterDropdown.tsx | 1 - .../AdvancedFilterDropdownContext.tsx | 1 - .../AdvancedFilter/AdvancedFilterPopover.tsx | 1 - .../AdvancedFilterValueField.tsx | 1 - .../components/AdvancedFilter/components.tsx | 1 - .../components/AdvancedFilter/interfaces.ts | 2 +- .../src/components/AdvancedFilter/utils.tsx | 2 +- .../webapp/src/components/Alert/index.tsx | 1 - packages/webapp/src/components/App.tsx | 2 +- .../webapp/src/components/AppIntlLoader.tsx | 1 - .../webapp/src/components/AppIntlProvider.tsx | 1 - .../src/components/AppToaster/index.tsx | 2 +- packages/webapp/src/components/AvatarCell.tsx | 1 - .../src/components/BankAccounts/index.tsx | 1 - .../components/Branches/BranchMultiSelect.tsx | 1 - .../src/components/Branches/BranchSelect.tsx | 1 - .../Branches/BranchSuggestField.tsx | 1 - .../webapp/src/components/Branches/index.tsx | 2 +- .../src/components/Button/ButtonLink.tsx | 2 +- packages/webapp/src/components/Card/index.tsx | 1 - .../Contacts/ContactSelecetList.tsx | 1 - .../Contacts/ContactSelectField.tsx | 1 - .../Contacts/ContactsMultiSelect.tsx | 1 - .../Contacts/ContactsSuggestField.tsx | 1 - .../webapp/src/components/Contacts/index.tsx | 2 +- .../webapp/src/components/Contacts/utils.tsx | 1 - .../components/ContentTabs/ContentTabs.tsx | 1 - .../webapp/src/components/ContextMenu.tsx | 1 - .../components/Currencies/BaseCurrency.tsx | 1 - .../Currencies/CurrenciesSelectList.tsx | 1 - .../components/Currencies/CurrencySelect.tsx | 1 - .../Currencies/CurrencySelectList.tsx | 1 - .../src/components/Currencies/index.tsx | 2 +- .../Customers/CustomerDrawerLink.tsx | 1 - .../components/Customers/CustomersSelect.tsx | 1 - .../webapp/src/components/Customers/index.tsx | 2 +- .../webapp/src/components/Customers/utils.tsx | 1 - .../Dashboard/BigcapitalLoading.tsx | 3 +- .../src/components/Dashboard/Dashboard.tsx | 1 - .../Dashboard/DashboardAbilityProvider.tsx | 1 - .../Dashboard/DashboardActionViewsList.tsx | 1 - .../Dashboard/DashboardActionsBar.tsx | 1 - .../Dashboard/DashboardBackLink.tsx | 3 +- .../components/Dashboard/DashboardBoot.tsx | 1 - .../Dashboard/DashboardBreadcrumbs.tsx | 1 - .../components/Dashboard/DashboardCard.tsx | 1 - .../components/Dashboard/DashboardContent.tsx | 1 - .../Dashboard/DashboardContentRoute.tsx | 1 - .../Dashboard/DashboardContentTable.tsx | 1 - .../Dashboard/DashboardErrorBoundary.tsx | 3 +- .../Dashboard/DashboardFilterButton.tsx | 1 - .../components/Dashboard/DashboardFooter.tsx | 7 +- .../components/Dashboard/DashboardInsider.tsx | 1 - .../Dashboard/DashboardLoadingIndicator.tsx | 1 - .../components/Dashboard/DashboardPage.tsx | 3 +- .../Dashboard/DashboardPageContent.tsx | 3 +- .../Dashboard/DashboardProvider.tsx | 1 - .../DashboardRowsHeightButton/index.tsx | 1 - .../Dashboard/DashboardSplitePane.tsx | 1 - .../Dashboard/DashboardThemeProvider.tsx | 1 - .../DashboardTopbar/DashboardTopbar.tsx | 19 +- .../Dashboard/DashboardTopbar/_components.tsx | 3 +- .../Dashboard/DashboardViewsTabs.tsx | 3 +- .../components/Dashboard/GlobalHotkeys.tsx | 1 - .../src/components/Dashboard/PrivatePages.tsx | 1 - .../Dashboard/PrivatePagesProvider.tsx | 1 - .../src/components/Dashboard/SplashScreen.tsx | 2 +- .../src/components/Dashboard/TopbarUser.tsx | 5 +- .../webapp/src/components/Dashboard/index.tsx | 2 +- .../DataTableCells/AccountsListFieldCell.tsx | 1 - .../DataTableCells/BranchesListFieldCell.tsx | 1 - .../DataTableCells/CheckBoxFieldCell.tsx | 1 - .../DataTableCells/ContactsListFieldCell.tsx | 1 - .../DataTableCells/DivFieldCell.tsx | 1 - .../DataTableCells/InputGroupCell.tsx | 1 - .../DataTableCells/ItemsListCell.tsx | 1 - .../DataTableCells/MoneyFieldCell.tsx | 1 - .../DataTableCells/NumericInputCell.tsx | 1 - .../PaymentReceiveListFieldCell.tsx | 1 - .../DataTableCells/PercentFieldCell.tsx | 1 - .../ProjectBillableEntriesCell.tsx | 1 - .../DataTableCells/ProjectsListFieldCell.tsx | 1 - .../DataTableCells/SwitchFieldCell.tsx | 1 - .../DataTableCells/TextAreaCell.tsx | 1 - .../TextOverviewTooltipCell.tsx | 1 - .../src/components/DataTableCells/index.tsx | 2 +- .../components/Datatable/CellForceWidth.tsx | 1 - .../webapp/src/components/Datatable/Cells.tsx | 3 +- .../src/components/Datatable/DataTable.tsx | 1 - .../Datatable/DatatableEditable.tsx | 1 - .../src/components/Datatable/Pagination.tsx | 13 +- .../src/components/Datatable/TableBody.tsx | 4 +- .../src/components/Datatable/TableCell.tsx | 1 - .../src/components/Datatable/TableContext.tsx | 2 +- .../components/Datatable/TableFastCell.tsx | 1 - .../src/components/Datatable/TableFooter.tsx | 3 +- .../src/components/Datatable/TableHeader.tsx | 3 +- .../Datatable/TableHeaderSkeleton.tsx | 3 +- .../TableIndeterminateCheckboxHeader.tsx | 1 - .../TableIndeterminateCheckboxRow.tsx | 3 +- .../src/components/Datatable/TableLoading.tsx | 3 +- .../Datatable/TableNoResultsRow.tsx | 3 +- .../src/components/Datatable/TablePage.tsx | 1 - .../components/Datatable/TablePagination.tsx | 1 - .../src/components/Datatable/TableRow.tsx | 3 +- .../src/components/Datatable/TableRows.tsx | 1 - .../Datatable/TableSkeletonRows.tsx | 1 - .../src/components/Datatable/TableTBody.tsx | 3 +- .../Datatable/TableVirtualizedRows.tsx | 3 +- .../src/components/Datatable/TableWrapper.tsx | 1 - .../webapp/src/components/Datatable/index.tsx | 2 +- .../webapp/src/components/Datatable/utils.tsx | 1 - .../webapp/src/components/Details/index.tsx | 3 +- .../webapp/src/components/Dialog/Dialog.tsx | 1 - .../src/components/Dialog/DialogContent.tsx | 1 - .../src/components/Dialog/DialogFooter.tsx | 1 - .../components/Dialog/DialogFooterActions.tsx | 1 - .../src/components/Dialog/DialogSuspense.tsx | 1 - .../webapp/src/components/Dialog/index.tsx | 2 +- .../src/components/DialogReduxConnect.tsx | 2 +- .../webapp/src/components/Dragzone/index.tsx | 3 +- .../webapp/src/components/Drawer/Drawer.tsx | 1 - .../components/Drawer/DrawerActionsBar.tsx | 1 - .../src/components/Drawer/DrawerBody.tsx | 1 - .../components/Drawer/DrawerHeaderContent.tsx | 1 - .../src/components/Drawer/DrawerInsider.tsx | 1 - .../src/components/Drawer/DrawerMainTabs.tsx | 1 - .../src/components/Drawer/DrawerProvider.tsx | 1 - .../src/components/Drawer/DrawerSuspense.tsx | 1 - .../webapp/src/components/Drawer/index.ts | 2 +- .../src/components/Dropzone/Dropzone.tsx | 1 - .../components/EmptyStatus/EmptyStatus.tsx | 1 - .../src/components/EmptyStatus/index.ts | 2 +- .../src/components/ErrorBoundary/index.tsx | 1 - .../src/components/ErrorMessage/index.tsx | 1 - .../ExchangeRate/DetailExchangeRate.tsx | 1 - .../ExchangeRate/ExchangeRateInput.tsx | 2 +- .../ExchangeRate/ExchangeRateMutedField.tsx | 1 - .../src/components/ExchangeRate/index.tsx | 2 +- .../src/components/FallbackComponent.tsx | 21 + .../components/FeatureGuard/FeatureCan.tsx | 1 - .../src/components/FeatureGuard/index.tsx | 2 +- .../FeatureGuard/withFeatureCan.tsx | 2 +- .../src/components/FinancialReport/index.tsx | 1 - .../FinancialSheet/FinancialSheet.tsx | 1 - .../FinancialSheet/FinancialSheetSkeleton.tsx | 1 - .../FinancialSheet/ReportDataTable.tsx | 2 +- .../FinancialSheet/StyledFinancialSheet.tsx | 2 +- .../src/components/FinancialSheet/index.tsx | 2 +- .../components/FinancialStatement/index.tsx | 1 - .../src/components/FlexGrid/Flex.style.tsx | 2 +- .../webapp/src/components/FlexGrid/Flex.tsx | 2 +- .../components/FlexGrid/FlexItem.style.tsx | 2 +- .../src/components/FlexGrid/FlexItem.tsx | 2 +- .../webapp/src/components/FlexGrid/index.ts | 2 +- .../src/components/FlexGrid/interfaces.ts | 2 +- .../src/components/FormattedMessage/index.tsx | 2 +- .../src/components/Forms/BlueprintFormik.tsx | 1 - .../webapp/src/components/Forms/Checkbox.tsx | 1 - .../src/components/Forms/FMoneyInputGroup.tsx | 1 - .../src/components/Forms/FormObserver.tsx | 2 +- .../src/components/Forms/FormikObserver.tsx | 2 +- .../src/components/Forms/InputPrepend.tsx | 3 +- .../components/Forms/InputPrependButton.tsx | 3 +- .../src/components/Forms/InputPrependText.tsx | 5 +- .../MoneyInputGroup/CurrencyInputProps.ts | 2 +- .../Forms/MoneyInputGroup/index.tsx | 1 - .../utils/__tests__/addSeparators.spec.ts | 2 +- .../utils/__tests__/cleanValue.spec.ts | 2 +- .../utils/__tests__/fixedDecimalValue.spec.ts | 2 +- .../utils/__tests__/formatValue.spec.ts | 2 +- .../utils/__tests__/isNumber.spec.ts | 2 +- .../utils/__tests__/padTrimValue.spec.ts | 2 +- .../utils/__tests__/parseAbbrValue.spec.ts | 2 +- .../__tests__/removeInvalidChars.spec.ts | 2 +- .../utils/__tests__/removeSeparators.spec.ts | 2 +- .../MoneyInputGroup/utils/addSeparators.ts | 2 +- .../Forms/MoneyInputGroup/utils/cleanValue.ts | 2 +- .../MoneyInputGroup/utils/escapeRegExp.ts | 2 +- .../utils/fixedDecimalValue.ts | 2 +- .../MoneyInputGroup/utils/formatValue.ts | 2 +- .../Forms/MoneyInputGroup/utils/index.tsx | 2 +- .../Forms/MoneyInputGroup/utils/isNumber.ts | 2 +- .../MoneyInputGroup/utils/padTrimValue.ts | 2 +- .../MoneyInputGroup/utils/parseAbbrValue.ts | 2 +- .../utils/removeInvalidChars.ts | 2 +- .../MoneyInputGroup/utils/removeSeparators.ts | 2 +- .../webapp/src/components/Forms/Select.tsx | 1 - packages/webapp/src/components/Grid/Col.tsx | 2 +- packages/webapp/src/components/Grid/Row.tsx | 2 +- packages/webapp/src/components/Grid/index.ts | 2 +- .../Guards/EnsureOrganizationIsNotReady.tsx | 1 - .../Guards/EnsureOrganizationIsReady.tsx | 1 - .../Guards/EnsureSubscriptionIsActive.tsx | 1 - .../Guards/EnsureSubscriptionsIsActive.tsx | 1 - .../Guards/EnsureSubscriptionsIsInactive.tsx | 1 - .../src/components/Guards/PrivateRoute.tsx | 1 - .../webapp/src/components/Hint/FieldHint.tsx | 3 +- .../src/components/Hint/FieldRequiredHint.tsx | 3 +- .../src/components/Hint/RequiredHint.tsx | 3 +- packages/webapp/src/components/Hint/index.ts | 2 +- packages/webapp/src/components/Icon/index.tsx | 2 +- .../Indicator/CloudLoadingIndicator.tsx | 1 - .../components/Indicator/LoadingIndicator.tsx | 3 +- .../webapp/src/components/Indicator/index.ts | 2 +- .../components/IntersectionObserver/index.tsx | 1 - .../src/components/Items/ItemsListField.tsx | 1 - .../src/components/Items/ItemsMultiSelect.tsx | 1 - .../components/Items/ItemsSuggestField.tsx | 1 - .../webapp/src/components/Items/index.tsx | 2 +- .../ItemsCategories/CategoriesSelectList.tsx | 1 - .../src/components/ItemsCategories/index.tsx | 2 +- packages/webapp/src/components/LazyLoader.tsx | 83 +- .../components/MaterialProgressBar/index.tsx | 7 +- .../webapp/src/components/Menu/MenuItem.tsx | 2 +- .../src/components/Menu/MenuItemLabel.tsx | 3 +- .../components/Menu/MenuItemNestedText.tsx | 1 - packages/webapp/src/components/Menu/index.ts | 2 +- .../webapp/src/components/Money/Money.tsx | 1 - .../components/MultiSelectTaggable/index.tsx | 1 - .../src/components/NProgress/AppProgress.tsx | 1 - .../webapp/src/components/NProgress/Bar.tsx | 2 +- .../src/components/NProgress/Container.tsx | 2 +- .../src/components/NProgress/Progress.tsx | 1 - .../src/components/NProgress/Spinner.tsx | 2 +- .../NumberFormatFields.tsx | 1 - .../NumberFormatFooter.tsx | 1 - .../NumberFormats.schema.tsx | 2 +- .../components/NumberFormatDropdown/index.tsx | 1 - .../src/components/PageForm/FormTopbar.tsx | 1 - .../PageForm/FormTopbarSelectInputs.tsx | 1 - .../components/PageForm/PageFormBigNumber.tsx | 7 +- .../webapp/src/components/PageForm/index.ts | 2 +- .../webapp/src/components/Paper/Paper.tsx | 1 - .../webapp/src/components/Paper/index.tsx | 2 +- .../PaymentReceiveListField.tsx | 1 - .../src/components/PaymentReceive/index.ts | 2 +- .../src/components/PdfPreview/index.tsx | 1 - .../webapp/src/components/Postbox/index.tsx | 13 +- .../Preferences/PreferencesContentRoute.tsx | 1 - .../Preferences/PreferencesPage.tsx | 1 - .../Preferences/PreferencesSidebar.tsx | 3 +- .../PreferencesSidebarContainer.tsx | 5 +- .../Preferences/PreferencesSubContent.tsx | 1 - .../Preferences/PreferencesTopbar.tsx | 7 +- .../src/components/RichEditor/RichEditor.tsx | 2 +- .../src/components/SMSPreview/index.tsx | 1 - .../src/components/Select/DisplayNameList.tsx | 1 - .../src/components/Select/ListSelect.tsx | 1 - .../src/components/Select/SalutationList.tsx | 1 - .../webapp/src/components/Select/index.ts | 2 +- .../src/components/Skeleton/Skeleton.tsx | 1 - .../src/components/Skeleton/SkeletonText.tsx | 1 - .../webapp/src/components/Skeleton/index.ts | 2 +- .../webapp/src/components/Stepper/Stepper.tsx | 2 +- .../src/components/Stepper/StepperStep.tsx | 2 +- .../src/components/Subscriptions/index.tsx | 1 - .../webapp/src/components/Table/index.tsx | 2 +- .../src/components/Tags/CurrencyTag.tsx | 2 +- .../webapp/src/components/Tags/FlagIcon.tsx | 1 - packages/webapp/src/components/Tags/index.tsx | 2 +- .../components/TaxRates/TaxRatesSelect.tsx | 2 +- .../TaxRates/TaxRatesSuggestInputCell.tsx | 1 - .../src/components/TextStatus/index.tsx | 1 - .../src/components/TotalLines/index.tsx | 5 +- .../webapp/src/components/Typo/Paragraph.tsx | 1 - packages/webapp/src/components/Typo/index.tsx | 2 +- .../UniversalSearch/UniversalSearch.tsx | 7 +- .../UniversalSearchProvider.tsx | 1 - .../src/components/UniversalSearch/utils.tsx | 2 +- .../webapp/src/components/Utils/Choose.tsx | 1 - packages/webapp/src/components/Utils/For.tsx | 2 +- .../src/components/Utils/FormatDate.tsx | 1 - .../src/components/Utils/FormatNumber.tsx | 1 - packages/webapp/src/components/Utils/If.tsx | 1 - packages/webapp/src/components/Utils/Join.tsx | 1 - .../webapp/src/components/Utils/index.tsx | 2 +- .../components/Vendors/VendorDrawerLink.tsx | 1 - .../src/components/Vendors/VendorsSelect.tsx | 1 - .../webapp/src/components/Vendors/index.tsx | 2 +- .../webapp/src/components/Vendors/utils.tsx | 1 - .../Warehouses/WarehouseMultiSelect.tsx | 1 - .../components/Warehouses/WarehouseSelect.tsx | 1 - .../src/components/Warehouses/index.tsx | 2 +- packages/webapp/src/components/index.tsx | 2 +- packages/webapp/src/components/modifiers.tsx | 2 +- .../webapp/src/constants/abilityOption.tsx | 2 +- .../webapp/src/constants/accountTypes.tsx | 2 +- .../src/constants/allocateLandedCostType.tsx | 2 +- packages/webapp/src/constants/app.tsx | 2 +- .../webapp/src/constants/cashflowOptions.tsx | 2 +- packages/webapp/src/constants/cellTypes.tsx | 2 +- packages/webapp/src/constants/classes.tsx | 2 +- .../webapp/src/constants/contactsOptions.tsx | 1 - packages/webapp/src/constants/countries.tsx | 2 +- packages/webapp/src/constants/currencies.tsx | 2 +- packages/webapp/src/constants/dataTypes.tsx | 2 +- .../src/constants/dateFormatsOptions.tsx | 2 +- packages/webapp/src/constants/dialogs.ts | 2 +- packages/webapp/src/constants/drawers.ts | 2 +- packages/webapp/src/constants/errors.tsx | 2 +- packages/webapp/src/constants/features.tsx | 2 +- .../src/constants/financialReportsMenu.tsx | 1 - .../src/constants/fiscalYearOptions.tsx | 2 +- packages/webapp/src/constants/footerLinks.tsx | 2 +- .../webapp/src/constants/homepageOptions.tsx | 1 - packages/webapp/src/constants/index.tsx | 2 +- .../itemPaymentTranactionsOption.tsx | 2 +- .../constants/keyboardShortcutsOptions.tsx | 2 +- .../webapp/src/constants/languagesOptions.tsx | 2 +- .../src/constants/modalChargeOptions.tsx | 2 +- .../webapp/src/constants/moreVertOptions.tsx | 2 +- .../src/constants/numberFormatsOptions.tsx | 2 +- .../src/constants/permissionsSchema.tsx | 2 +- .../webapp/src/constants/preferencesMenu.tsx | 1 - .../webapp/src/constants/quickNewOptions.tsx | 2 +- .../webapp/src/constants/registerWizard.tsx | 2 +- .../webapp/src/constants/resourcesTypes.tsx | 2 +- packages/webapp/src/constants/sidebarMenu.tsx | 1 - .../src/constants/subscriptionModels.tsx | 2 +- packages/webapp/src/constants/tableStyle.tsx | 2 +- packages/webapp/src/constants/tables.tsx | 2 +- .../ManualJournalActionsBar.tsx | 1 - .../JournalsLanding/ManualJournalsAlerts.tsx | 1 - .../ManualJournalsDataTable.tsx | 1 - .../ManualJournalsEmptyStatus.tsx | 1 - .../JournalsLanding/ManualJournalsList.tsx | 1 - .../ManualJournalsListProvider.tsx | 1 - .../ManualJournalsViewTabs.tsx | 1 - .../Accounting/JournalsLanding/components.tsx | 1 - .../Accounting/JournalsLanding/utils.tsx | 1 - .../JournalsLanding/withManualJournals.tsx | 2 +- .../withManualJournalsActions.tsx | 2 +- .../MakeJournal/MakeJournalEntries.schema.tsx | 2 +- .../MakeJournal/MakeJournalEntriesField.tsx | 1 - .../MakeJournal/MakeJournalEntriesForm.tsx | 1 - .../MakeJournal/MakeJournalEntriesHeader.tsx | 1 - .../MakeJournalEntriesHeaderFields.tsx | 1 - .../MakeJournal/MakeJournalEntriesPage.tsx | 1 - .../MakeJournal/MakeJournalEntriesTable.tsx | 1 - .../MakeJournal/MakeJournalFormDialogs.tsx | 1 - .../MakeJournalFormFloatingActions.tsx | 1 - .../MakeJournal/MakeJournalFormFooter.tsx | 1 - .../MakeJournal/MakeJournalFormFooterLeft.tsx | 1 - .../MakeJournalFormFooterRight.tsx | 1 - .../MakeJournal/MakeJournalFormTopBar.tsx | 1 - .../MakeJournal/MakeJournalProvider.tsx | 1 - .../MakeJournalTransactionNoField.tsx | 1 - .../Accounting/MakeJournal/components.tsx | 1 - .../Accounting/MakeJournal/utils.tsx | 1 - .../ManualJournalUniversalSearch.tsx | 2 +- .../Accounts/AccountUniversalSearch.tsx | 2 +- .../Accounts/AccountsActionsBar.tsx | 1 - .../containers/Accounts/AccountsAlerts.tsx | 1 - .../src/containers/Accounts/AccountsChart.tsx | 1 - .../Accounts/AccountsChartProvider.tsx | 1 - .../containers/Accounts/AccountsDataTable.tsx | 1 - .../containers/Accounts/AccountsImport.tsx | 2 +- .../containers/Accounts/AccountsViewsTabs.tsx | 1 - .../src/containers/Accounts/components.tsx | 5 +- .../webapp/src/containers/Accounts/utils.tsx | 5 +- .../src/containers/Accounts/withAccounts.tsx | 2 +- .../Accounts/withAccountsTableActions.tsx | 2 +- .../src/containers/Alert/withAlertActions.tsx | 2 +- .../Alert/withAlertStoreConnect.tsx | 2 +- .../Alerts/Accounts/AccountActivateAlert.tsx | 1 - .../Accounts/AccountBulkActivateAlert.tsx | 1 - .../Accounts/AccountBulkDeleteAlert.tsx | 1 - .../Accounts/AccountBulkInactivateAlert.tsx | 1 - .../Alerts/Accounts/AccountDeleteAlert.tsx | 1 - .../Accounts/AccountInactivateAlert.tsx | 1 - .../src/containers/Alerts/Accounts/index.tsx | 2 +- .../Alerts/Bills/BillDeleteAlert.tsx | 1 - .../BillLocatedLandedCostDeleteAlert.tsx | 1 - .../containers/Alerts/Bills/BillOpenAlert.tsx | 1 - .../Alerts/Branches/BranchDeleteAlert.tsx | 1 - .../Branches/BranchMarkPrimaryAlert.tsx | 1 - .../AccountDeleteTransactionAlert.tsx | 1 - .../Alerts/Contacts/ContactActivateAlert.tsx | 1 - .../Contacts/ContactInactivateAlert.tsx | 1 - .../CreditNotes/CreditNoteDeleteAlert.tsx | 1 - .../CreditNotes/CreditNoteOpenedAlert.tsx | 1 - .../ReconcileCreditNoteDeleteAlert.tsx | 1 - .../RefundCreditNoteDeleteAlert.tsx | 1 - .../Alerts/Currencies/CurrencyDeleteAlert.tsx | 1 - .../Customers/CustomerActivateAlert.tsx | 1 - .../Customers/CustomerBulkDeleteAlert.tsx | 1 - .../Alerts/Customers/CustomerDeleteAlert.tsx | 1 - .../Customers/CustomerInactivateAlert.tsx | 1 - .../Alerts/Estimates/EstimateApproveAlert.tsx | 1 - .../Alerts/Estimates/EstimateDeleteAlert.tsx | 1 - .../Estimates/EstimateDeliveredAlert.tsx | 1 - .../Alerts/Estimates/EstimateRejectAlert.tsx | 1 - .../ExchangeRateBulkDeleteAlert.tsx | 1 - .../ExchangeRates/ExchangeRateDeleteAlert.tsx | 1 - .../Expenses/ExpenseBulkDeleteAlert.tsx | 1 - .../Alerts/Expenses/ExpenseDeleteAlert.tsx | 1 - .../Expenses/ExpenseDeleteEntriesAlert.tsx | 1 - .../Alerts/Expenses/ExpensePublishAlert.tsx | 1 - .../Alerts/Invoices/CancelBadDebtAlert.tsx | 1 - .../Alerts/Invoices/InvoiceDeleteAlert.tsx | 1 - .../Alerts/Invoices/InvoiceDeliverAlert.tsx | 1 - .../Items/InventoryAdjustmentDeleteAlert.tsx | 1 - .../Items/InventoryAdjustmentPublishAlert.tsx | 1 - .../Alerts/Items/ItemActivateAlert.tsx | 1 - .../Alerts/Items/ItemBulkDeleteAlert.tsx | 1 - .../Items/ItemCategoryBulkDeleteAlert.tsx | 1 - .../Alerts/Items/ItemCategoryDeleteAlert.tsx | 1 - .../Alerts/Items/ItemDeleteAlert.tsx | 1 - .../Alerts/Items/ItemInactivateAlert.tsx | 1 - .../ItemsEntries/ItemsEntriesDeleteAlert.tsx | 1 - .../ManualJournals/JournalBulkDeleteAlert.tsx | 2 +- .../ManualJournals/JournalDeleteAlert.tsx | 1 - .../JournalDeleteEntriesAlert.tsx | 1 - .../ManualJournals/JournalPublishAlert.tsx | 1 - .../PaymentMades/ChangingFullAmountAlert.tsx | 1 - .../PaymentMades/ClearTransactionAlert.tsx | 1 - .../PaymentMades/ClearningAllLinesAlert.tsx | 1 - .../PaymentMades/PaymentMadeDeleteAlert.tsx | 1 - .../PaymentReceives/ClearingAllLinesAlert.tsx | 1 - .../PaymentReceiveDeleteAlert.tsx | 1 - .../Alerts/Receipts/ReceiptCloseAlert.tsx | 1 - .../Alerts/Receipts/ReceiptDeleteAlert.tsx | 1 - .../Alerts/Roles/RoleDeleteAlert.tsx | 1 - .../cancelUnlockingPartialAlert.tsx | 1 - .../Alerts/Users/UserActivateAlert.tsx | 1 - .../Alerts/Users/UserDeleteAlert.tsx | 1 - .../Alerts/Users/UserInactivateAlert.tsx | 1 - .../ReconcileVendorCreditDeleteAlert.tsx | 1 - .../RefundVendorCreditDeleteAlert.tsx | 1 - .../VendorCreditDeleteAlert.tsx | 1 - .../VendorCreditOpenedAlert.tsx | 1 - .../Alerts/Vendors/VendorActivateAlert.tsx | 1 - .../Alerts/Vendors/VendorDeleteAlert.tsx | 1 - .../Alerts/Vendors/VendorInactivateAlert.tsx | 1 - .../Warehouses/WarehouseDeleteAlert.tsx | 1 - .../TransferredWarehouseTransferAlert.tsx | 1 - .../WarehouseMarkPrimaryAlert.tsx | 1 - .../WarehouseTransferDeleteAlert.tsx | 1 - .../WarehouseTransferInitiateAlert.tsx | 1 - .../containers/AlertsContainer/components.tsx | 1 - .../src/containers/AlertsContainer/index.tsx | 1 - .../containers/AlertsContainer/registered.tsx | 2 +- .../Authentication/AuthCopyright.tsx | 1 - .../containers/Authentication/AuthInsider.tsx | 2 - .../Authentication/AuthMetaBoot.tsx | 1 - .../Authentication/Authentication.tsx | 1 - .../Authentication/InviteAccept.tsx | 1 - .../Authentication/InviteAcceptForm.tsx | 1 - .../InviteAcceptFormContent.tsx | 1 - .../Authentication/InviteAcceptProvider.tsx | 1 - .../src/containers/Authentication/Login.tsx | 6 +- .../containers/Authentication/LoginForm.tsx | 1 - .../containers/Authentication/Register.tsx | 2 +- .../Authentication/RegisterForm.tsx | 1 - .../Authentication/ResetPassword.tsx | 1 - .../Authentication/ResetPasswordForm.tsx | 1 - .../Authentication/SendResetPassword.tsx | 1 - .../Authentication/SendResetPasswordForm.tsx | 1 - .../containers/Authentication/_components.tsx | 1 - .../containers/Authentication/components.tsx | 1 - .../src/containers/Authentication/utils.tsx | 2 +- .../Authentication/withAuthentication.tsx | 2 +- .../withAuthenticationActions.tsx | 2 +- .../Banking/Plaid/PlaidLanchLink.tsx | 1 - .../AccountTransactionsActionsBar.tsx | 1 - .../AccountTransactionsAlerts.tsx | 1 - .../AccountTransactionsAllBoot.tsx | 1 - .../AccountTransactionsDataTable.tsx | 1 - .../AccountTransactionsDetailsBar.tsx | 1 - .../AccountTransactionsFilterTabs.tsx | 2 +- .../AccountTransactionsList.tsx | 1 - .../AccountTransactionsProvider.tsx | 1 - .../AccountTransactionsUncategorizeFilter.tsx | 2 +- .../AccountTransactionsUncategorizedTable.tsx | 1 - .../AccountsTransactionsAll.tsx | 2 +- .../AllTransactionsUncategorized.tsx | 2 +- .../AllTransactionsUncategorizedBoot.tsx | 2 +- .../AccountTransactions/components.tsx | 1 - .../CashFlow/AccountTransactions/utils.tsx | 1 - .../withCashflowAccounts.tsx | 2 +- .../withCashflowAccountsTableActions.tsx | 2 +- .../CashFlowAccountsActionsBar.tsx | 2 +- .../CashFlowAccountsDataTable.tsx | 1 - .../CashFlowAccounts/CashFlowAccountsList.tsx | 1 - .../CashFlowAccountsProvider.tsx | 1 - .../CashFlowAccounts/CashflowAccountsGrid.tsx | 1 - .../CashFlow/CashFlowAccounts/components.tsx | 3 +- .../CashFlow/CashFlowAccounts/utils.tsx | 2 +- .../src/containers/CashFlow/CashflowAlerts.ts | 1 - .../CategorizeTransactionBoot.tsx | 1 - .../CategorizeTransactionContent.tsx | 2 +- .../CategorizeTransactionDrawer.tsx | 1 - .../CategorizeTransactionForm.schema.tsx | 2 +- .../CategorizeTransactionForm.tsx | 2 +- .../CategorizeTransactionFormContent.tsx | 1 - .../CategorizeTransactionFormFooter.tsx | 2 +- .../CategorizeTransactionOtherIncome.tsx | 2 +- ...CategorizeTransactionOwnerContribution.tsx | 2 +- .../CategorizeTransactionTransferFrom.tsx | 2 +- .../CategorizeTransactionOtherExpense.tsx | 2 +- .../CategorizeTransactionOwnerDrawings.tsx | 2 +- .../CategorizeTransactionToAccount.tsx | 2 +- .../CategorizeTransactionDrawer/_utils.ts | 2 +- .../ConnectBankDialog/ConnectBankDialog.tsx | 1 - .../ConnectBankDialogBody.tsx | 2 +- .../ConnectBankDialogContent.tsx | 2 +- .../ImportUncategorizedTransactionsPage.tsx | 2 +- .../MoneyInDialog/MoneyInContentFields.tsx | 1 - .../MoneyInDialog/MoneyInDialogContent.tsx | 2 +- .../MoneyInDialog/MoneyInDialogProvider.tsx | 1 - .../MoneyInExchangeRateField.tsx | 1 - .../MoneyInDialog/MoneyInFieldsProvider.tsx | 1 - .../MoneyInDialog/MoneyInFloatingActions.tsx | 1 - .../MoneyInDialog/MoneyInForm.schema.tsx | 2 +- .../CashFlow/MoneyInDialog/MoneyInForm.tsx | 1 - .../MoneyInDialog/MoneyInFormContent.tsx | 1 - .../MoneyInDialog/MoneyInFormDialog.tsx | 1 - .../MoneyInDialog/MoneyInFormFields.tsx | 1 - .../OtherIncome/OtherIncomeFormFields.tsx | 1 - .../OwnerContributionFormFields.tsx | 1 - .../MoneyInDialog/TransactionTypeFields.tsx | 1 - .../TransferFromAccountFormFields.tsx | 1 - .../CashFlow/MoneyInDialog/index.tsx | 1 - .../CashFlow/MoneyInDialog/utils.tsx | 1 - .../MoneyOutDialog/MoneyOutContentFields.tsx | 1 - .../MoneyOutDialog/MoneyOutDialogContent.tsx | 1 - .../MoneyOutDialog/MoneyOutDialogProvider.tsx | 1 - .../MoneyOutExchangeRateField.tsx | 1 - .../MoneyOutDialog/MoneyOutFieldsProvider.tsx | 1 - .../MoneyOutFloatingActions.tsx | 1 - .../MoneyOutDialog/MoneyOutForm.schema.tsx | 2 +- .../CashFlow/MoneyOutDialog/MoneyOutForm.tsx | 1 - .../MoneyOutDialog/MoneyOutFormContent.tsx | 1 - .../MoneyOutDialog/MoneyOutFormDialog.tsx | 1 - .../MoneyOutDialog/MoneyOutFormFields.tsx | 1 - .../OtherExpense/OtherExpnseFormFields.tsx | 1 - .../OwnerDrawings/OwnerDrawingsFormFields.tsx | 1 - .../MoneyOutDialog/TransactionTypeFields.tsx | 1 - .../TransferToAccountFormFields.tsx | 1 - .../CashFlow/MoneyOutDialog/index.tsx | 1 - .../CashFlow/MoneyOutDialog/utils.tsx | 1 - .../UncategorizeTransactionAlert.tsx | 1 - .../src/containers/CashFlow/_components.tsx | 1 - .../containers/Currencies/withCurrencies.tsx | 2 +- .../Currencies/withCurrenciesActions.tsx | 2 +- .../Currencies/withCurrencyDetail.tsx | 2 +- .../CustomerForm/CustomerAddressTabs.tsx | 1 - .../CustomerForm/CustomerAttachmentTabs.tsx | 1 - .../CustomerForm/CustomerFinancialPanel.tsx | 1 - .../CustomerForm/CustomerFloatingActions.tsx | 1 - .../CustomerForm/CustomerForm.schema.tsx | 2 +- .../Customers/CustomerForm/CustomerForm.tsx | 1 - .../CustomerFormAfterPrimarySection.tsx | 3 +- .../CustomerForm/CustomerFormFormik.tsx | 1 - .../CustomerForm/CustomerFormPage.tsx | 1 - .../CustomerFormPrimarySection.tsx | 1 - .../CustomerForm/CustomerFormProvider.tsx | 1 - .../CustomerForm/CustomerNotePanel.tsx | 1 - .../CustomerForm/CustomerTypeRadioField.tsx | 1 - .../Customers/CustomerForm/CustomersTabs.tsx | 1 - .../Customers/CustomerForm/utils.tsx | 1 - .../containers/Customers/CustomersAlerts.tsx | 1 - .../containers/Customers/CustomersImport.tsx | 2 +- .../CustomersLanding/CustomersActionsBar.tsx | 1 - .../CustomersLanding/CustomersEmptyStatus.tsx | 1 - .../CustomersLanding/CustomersList.tsx | 1 - .../CustomersListProvider.tsx | 1 - .../CustomersLanding/CustomersTable.tsx | 1 - .../CustomersLanding/CustomersViewsTabs.tsx | 1 - .../Customers/CustomersLanding/components.tsx | 1 - .../Customers/CustomersLanding/utils.tsx | 2 +- .../CustomersLanding/withCustomers.tsx | 2 +- .../CustomersLanding/withCustomersActions.tsx | 2 +- .../Customers/CustomersUniversalSearch.tsx | 2 +- .../webapp/src/containers/Customers/utils.tsx | 1 - .../Customers/withCustomerDetail.tsx | 2 +- .../containers/Dashboard/Sidebar/Sidebar.tsx | 6 +- .../Dashboard/Sidebar/SidebarContainer.tsx | 1 - .../Dashboard/Sidebar/SidebarHead.tsx | 10 +- .../Dashboard/Sidebar/SidebarMenu.tsx | 1 - .../containers/Dashboard/Sidebar/hooks.tsx | 2 +- .../Dashboard/Sidebar/interfaces.ts | 2 +- .../Sidebar/withDashboardSidebar.tsx | 2 +- .../Sidebar/withDashboardSidebarActions.tsx | 2 +- .../SidebarOverlay/SidebarOverlay.tsx | 1 - .../SidebarOverlay/SidebarOverlayBinded.tsx | 1 - .../SidebarOverlayContainer.tsx | 1 - .../Dashboard/SidebarOverlay/index.ts | 2 +- .../containers/Dashboard/withDashboard.tsx | 2 +- .../Dashboard/withDashboardActions.tsx | 2 +- .../containers/Dialog/withDialogActions.tsx | 2 +- .../AccountDialog/AccountDialogContent.tsx | 1 - .../AccountDialog/AccountDialogForm.tsx | 1 - .../AccountDialogFormContent.tsx | 1 - .../AccountDialog/AccountDialogProvider.tsx | 1 - .../AccountDialog/AccountForm.schema.tsx | 2 +- .../Dialogs/AccountDialog/index.tsx | 1 - .../Dialogs/AccountDialog/utils.tsx | 2 +- .../AllocateLandedCostDialogContent.tsx | 1 - .../AllocateLandedCostDialogProvider.tsx | 1 - .../AllocateLandedCostEntriesTable.tsx | 1 - .../AllocateLandedCostFloatingActions.tsx | 1 - .../AllocateLandedCostForm.schema.tsx | 2 +- .../AllocateLandedCostForm.tsx | 1 - .../AllocateLandedCostFormBody.tsx | 1 - .../AllocateLandedCostFormContent.tsx | 1 - .../AllocateLandedCostFormFields.tsx | 1 - .../AllocateLandedCostDialog/index.tsx | 1 - .../AllocateLandedCostDialog/utils.tsx | 1 - .../BadDebtDialog/BadDebtDialogContent.tsx | 1 - .../BadDebtDialog/BadDebtForm.schema.tsx | 2 +- .../Dialogs/BadDebtDialog/BadDebtForm.tsx | 1 - .../BadDebtDialog/BadDebtFormContent.tsx | 1 - .../BadDebtDialog/BadDebtFormFields.tsx | 1 - .../BadDebtFormFloatingActions.tsx | 1 - .../BadDebtDialog/BadDebtFormProvider.tsx | 1 - .../Dialogs/BadDebtDialog/index.tsx | 1 - .../Dialogs/BadDebtDialog/utils.tsx | 1 - .../BillNumberDialogContent.tsx | 1 - .../Dialogs/BillNumberDialog/index.tsx | 1 - .../BranchActivateDialogContent.tsx | 1 - .../BranchActivateForm.tsx | 1 - .../BranchActivateFormContent.tsx | 5 +- .../BranchActivateFormFloatingActions.tsx | 1 - .../BranchActivateFormProvider.tsx | 1 - .../Dialogs/BranchActivateDialog/index.tsx | 1 - .../BranchFormDialog/BranchForm.schema.tsx | 2 +- .../Dialogs/BranchFormDialog/BranchForm.tsx | 1 - .../BranchFormDialog/BranchFormContent.tsx | 1 - .../BranchFormDialogContent.tsx | 1 - .../BranchFormDialog/BranchFormFields.tsx | 1 - .../BranchFormFloatingActions.tsx | 1 - .../BranchFormDialog/BranchFormProvider.tsx | 1 - .../Dialogs/BranchFormDialog/index.tsx | 1 - .../Dialogs/BranchFormDialog/utils.tsx | 2 +- .../ContactDuplicateDialogContent.tsx | 1 - .../ContactDuplicateForm.tsx | 3 +- .../ContactDuplicateProvider.tsx | 1 - .../Dialogs/ContactDuplicateDialog/index.tsx | 1 - .../CreditNoteNumberDialogContent.tsx | 1 - .../CreditNoteNumberDialogProvider.tsx | 1 - .../Dialogs/CreditNoteNumberDialog/index.tsx | 1 - .../CreditNotePdfPreviewDialogContent.tsx | 3 +- .../CreditNotePdfPreviewDialog/index.tsx | 1 - .../CurrencyForm.schema.tsx | 2 +- .../CurrencyFormDialog/CurrencyForm.tsx | 1 - .../CurrencyFormContent.tsx | 1 - .../CurrencyFormDialogContent.tsx | 1 - .../CurrencyFormDialog/CurrencyFormFields.tsx | 1 - .../CurrencyFormDialog/CurrencyFormFooter.tsx | 1 - .../CurrencyFormProvider.tsx | 1 - .../Dialogs/CurrencyFormDialog/index.tsx | 1 - .../CustomerOpeningBalanceDialogContent.tsx | 1 - .../CustomerOpeningBalanceFields.tsx | 1 - .../CustomerOpeningBalanceForm.schema.tsx | 2 +- .../CustomerOpeningBalanceForm.tsx | 1 - .../CustomerOpeningBalanceFormContent.tsx | 1 - ...tomerOpeningBalanceFormFloatingActions.tsx | 1 - .../CustomerOpeningBalanceFormProvider.tsx | 1 - .../CustomerOpeningBalanceDialog/index.tsx | 1 - .../CustomerOpeningBalanceDialog/utils.tsx | 1 - .../EstimateNumberDialogContent.tsx | 1 - .../Dialogs/EstimateNumberDialog/index.tsx | 1 - .../EstimatePdfPreviewDialogContent.tsx | 3 +- .../EstimatePdfPreviewDialog/index.tsx | 1 - .../DecrementAdjustmentFields.tsx | 1 - .../IncrementAdjustmentFields.tsx | 1 - .../InventoryAdjustmentFloatingActions.tsx | 1 - .../InventoryAdjustmentForm.schema.tsx | 2 +- .../InventoryAdjustmentForm.tsx | 1 - .../InventoryAdjustmentFormContent.tsx | 1 - .../InventoryAdjustmentFormDialogContent.tsx | 1 - .../InventoryAdjustmentFormDialogFields.tsx | 1 - .../InventoryAdjustmentFormProvider.tsx | 1 - .../InventoryAdjustmentQuantityFields.tsx | 3 +- .../InventoryAdjustmentFormDialog/index.tsx | 1 - .../InventoryAdjustmentFormDialog/utils.tsx | 1 - .../InviteUserDialog.schema.tsx | 2 +- .../InviteUserDialogContent.tsx | 1 - .../InviteUserDialog/InviteUserForm.tsx | 1 - .../InviteUserFormContent.tsx | 1 - .../InviteUserFormProvider.tsx | 1 - .../Dialogs/InviteUserDialog/index.tsx | 1 - .../Dialogs/InviteUserDialog/utils.tsx | 2 +- .../InvoiceNumberDialogContent.tsx | 1 - .../InvoiceNumberDialogProvider.tsx | 1 - .../Dialogs/InvoiceNumberDialog/index.tsx | 1 - .../InvoicePdfPreviewDialogContent.tsx | 3 +- .../Dialogs/InvoicePdfPreviewDialog/index.tsx | 1 - .../ItemCategoryDialog/ItemCategoryForm.tsx | 1 - .../ItemCategoryFormContent.tsx | 1 - .../ItemCategoryFormDialogContent.tsx | 1 - .../ItemCategoryFormFields.tsx | 1 - .../ItemCategoryFormFooter.tsx | 1 - .../ItemCategoryProvider.tsx | 1 - .../Dialogs/ItemCategoryDialog/index.tsx | 1 - .../itemCategoryForm.schema.tsx | 2 +- .../JournalNumberDialogContent.tsx | 1 - .../Dialogs/JournalNumberDialog/index.tsx | 1 - .../LockingTransactionsDialogContent.tsx | 1 - .../LockingTransactionsForm.schema.tsx | 2 +- .../LockingTransactionsForm.tsx | 1 - .../LockingTransactionsFormContent.tsx | 1 - .../LockingTransactionsFormFields.tsx | 1 - ...LockingTransactionsFormFloatingActions.tsx | 1 - .../LockingTransactionsFormProvider.tsx | 1 - .../LockingTransactionsDialog/index.tsx | 1 - .../NotifyEstimateViaSMSDialogContent.tsx | 1 - .../NotifyEstimateViaSMSForm.tsx | 1 - .../NotifyEstimateViaSMSFormProvider.tsx | 1 - .../NotifyEstimateViaSMSDialog/index.tsx | 1 - .../NotifyInvoiceViaSMSDialogContent.tsx | 1 - .../NotifyInvoiceViaSMSForm.tsx | 1 - .../NotifyInvoiceViaSMSFormProvider.tsx | 1 - .../NotifyInvoiceViaSMSDialog/index.tsx | 1 - .../NotifyPaymentReceiveViaFormProvider.tsx | 1 - .../NotifyPaymentReceiveViaSMSContent.tsx | 1 - .../NotifyPaymentReceiveViaSMSForm.tsx | 1 - .../index.tsx | 1 - .../NotifyReceiptViaSMSDialogContent.tsx | 1 - .../NotifyReceiptViaSMSForm.tsx | 1 - .../NotifyReceiptViaSMSFormProvider.tsx | 1 - .../NotifyReceiptViaSMSDialog/index.tsx | 1 - .../PaymentReceiveNumberDialogContent.tsx | 1 - .../PaymentReceiveNumberDialog/index.tsx | 1 - .../PaymentReceivePdfPreviewContent.tsx | 3 +- .../PaymentReceivePdfPreviewDialog/index.tsx | 1 - .../PaymentViaVoucherDialogContent.tsx | 1 - .../PaymentViaVoucherForm.tsx | 1 - .../Dialogs/PaymentViaVoucherDialog/index.tsx | 1 - .../QuickPaymentMade.schema.tsx | 2 +- .../QuickPaymentMadeFloatingActions.tsx | 1 - .../QuickPaymentMadeForm.tsx | 1 - .../QuickPaymentMadeFormContent.tsx | 1 - .../QuickPaymentMadeFormDialogContent.tsx | 1 - .../QuickPaymentMadeFormFields.tsx | 1 - .../QuickPaymentMadeFormProvider.tsx | 1 - .../QuickPaymentMadeFormDialog/index.tsx | 1 - .../QuickPaymentMadeFormDialog/utils.tsx | 1 - .../QuickPaymentReceive.schema.tsx | 2 +- .../QuickPaymentReceiveFloatingActions.tsx | 1 - .../QuickPaymentReceiveForm.tsx | 1 - .../QuickPaymentReceiveFormContent.tsx | 1 - .../QuickPaymentReceiveFormDialogContent.tsx | 1 - .../QuickPaymentReceiveFormFields.tsx | 1 - .../QuickPaymentReceiveFormProvider.tsx | 1 - .../QuickPaymentReceiveFormDialog/index.tsx | 1 - .../QuickPaymentReceiveFormDialog/utils.tsx | 1 - .../ReceiptNumberDialogContent.tsx | 1 - .../Dialogs/ReceiptNumberDialog/index.tsx | 1 - .../ReceiptPdfPreviewDialogContent.tsx | 3 +- .../Dialogs/ReceiptPdfPreviewDialog/index.tsx | 1 - .../ReconcileCreditNoteDialogContent.tsx | 1 - .../ReconcileCreditNoteEntriesTable.tsx | 1 - .../ReconcileCreditNoteForm.schema.tsx | 2 +- .../ReconcileCreditNoteForm.tsx | 1 - .../ReconcileCreditNoteFormContent.tsx | 1 - .../ReconcileCreditNoteFormFields.tsx | 1 - ...ReconcileCreditNoteFormFloatingActions.tsx | 1 - .../ReconcileCreditNoteFormProvider.tsx | 1 - .../ReconcileCreditNoteDialog/index.tsx | 1 - .../ReconcileCreditNoteDialog/utils.tsx | 1 - .../ReconcileVendorCreditDialogContent.tsx | 1 - .../ReconcileVendorCreditEntriesTable.tsx | 1 - .../ReconcileVendorCreditFloatingActions.tsx | 1 - .../ReconcileVendorCreditForm.schema.tsx | 2 +- .../ReconcileVendorCreditForm.tsx | 1 - .../ReconcileVendorCreditFormContent.tsx | 1 - .../ReconcileVendorCreditFormFields.tsx | 1 - .../ReconcileVendorCreditFormProvider.tsx | 1 - .../ReconcileVendorCreditDialog/index.tsx | 1 - .../ReconcileVendorCreditDialog/utils.tsx | 1 - .../RefundCreditNoteDialogContent.tsx | 1 - .../RefundCreditNoteFloatingActions.tsx | 1 - .../RefundCreditNoteForm.schema.tsx | 2 +- .../RefundCreditNoteForm.tsx | 1 - .../RefundCreditNoteFormContent.tsx | 1 - .../RefundCreditNoteFormFields.tsx | 1 - .../RefundCreditNoteFormProvider.tsx | 1 - .../Dialogs/RefundCreditNoteDialog/index.tsx | 1 - .../Dialogs/RefundCreditNoteDialog/utils.tsx | 1 - .../RefundVendorCreditDialogContent.tsx | 1 - .../RefundVendorCreditFloatingActions.tsx | 1 - .../RefundVendorCreditForm.schema.tsx | 2 +- .../RefundVendorCreditForm.tsx | 1 - .../RefundVendorCreditFormContent.tsx | 1 - .../RefundVendorCreditFormFields.tsx | 1 - .../RefundVendorCreditFormProvider.tsx | 1 - .../RefundVendorCreditDialog/index.tsx | 1 - .../RefundVendorCreditDialog/utils.tsx | 1 - .../SMSMessageDialogContent.tsx | 1 - .../SMSMessageDialogProvider.tsx | 1 - .../SMSMessageForm.schema.tsx | 2 +- .../SMSMessageDialog/SMSMessageForm.tsx | 1 - .../SMSMessageFormContent.tsx | 1 - .../SMSMessageDialog/SMSMessageFormFields.tsx | 1 - .../SMSMessageFormFloatingActions.tsx | 1 - .../Dialogs/SMSMessageDialog/index.tsx | 1 - .../Dialogs/SMSMessageDialog/utils.tsx | 2 +- .../TransactionNumberDialogContent.tsx | 1 - .../TransactionNumberDialogProvider.tsx | 1 - .../Dialogs/TransactionNumberDialog/index.tsx | 1 - ...ockingPartialTransactionsDialogContent.tsx | 1 - ...nlockingPartialTransactionsForm.schema.tsx | 2 +- .../UnlockingPartialTransactionsForm.tsx | 1 - ...nlockingPartialTransactionsFormContent.tsx | 1 - ...UnlockingPartialTransactionsFormFields.tsx | 1 - ...PartialTransactionsFormFloatingActions.tsx | 1 - ...lockingPartialTransactionsFormProvider.tsx | 1 - .../index.tsx | 1 - .../UnlockingTransactionsDialogContent.tsx | 1 - .../UnlockingTransactionsForm.schema.tsx | 2 +- .../UnlockingTransactionsForm.tsx | 1 - .../UnlockingTransactionsFormContent.tsx | 1 - .../UnlockingTransactionsFormFields.tsx | 1 - ...lockingTransactionsFormFloatingActions.tsx | 1 - .../UnlockingTransactionsFormProvider.tsx | 1 - .../UnlockingTransactionsDialog/index.tsx | 1 - .../Dialogs/UserFormDialog.connector.tsx | 2 +- .../UserFormDialog/UserForm.schema.tsx | 2 +- .../Dialogs/UserFormDialog/UserForm.tsx | 1 - .../UserFormDialog/UserFormContent.tsx | 1 - .../UserFormDialog/UserFormDialogContent.tsx | 1 - .../UserFormDialog/UserFormProvider.tsx | 1 - .../Dialogs/UserFormDialog/components.tsx | 1 - .../Dialogs/UserFormDialog/index.tsx | 1 - .../Dialogs/UserFormDialog/utils.tsx | 2 +- .../Dialogs/UsersListDialog.connector.tsx | 2 +- .../VendorCreditNumberDialogContent.tsx | 1 - .../VendorCreditNumberDilaogProvider.tsx | 1 - .../VendorCreditNumberDialog/index.tsx | 1 - .../VendorOpeningBalanceDialogContent.tsx | 1 - .../VendorOpeningBalanceForm.schema.tsx | 2 +- .../VendorOpeningBalanceForm.tsx | 1 - .../VendorOpeningBalanceFormContent.tsx | 1 - .../VendorOpeningBalanceFormFields.tsx | 1 - ...endorOpeningBalanceFormFloatingActions.tsx | 1 - .../VendorOpeningBalanceFormProvider.tsx | 1 - .../VendorOpeningBalanceDialog/index.tsx | 1 - .../VendorOpeningBalanceDialog/utils.tsx | 1 - .../WarehouseActivateDialogContent.tsx | 1 - .../WarehouseActivateForm.tsx | 1 - .../WarehouseActivateFormContent.tsx | 5 +- .../WarehouseActivateFormFloatingActions.tsx | 1 - .../WarehouseActivateFormProvider.tsx | 1 - .../Dialogs/WarehouseActivateDialog/index.tsx | 1 - .../WarehouseForm.schema.tsx | 2 +- .../WarehouseFormDialog/WarehouseForm.tsx | 1 - .../WarehouseFormContent.tsx | 1 - .../WarehouseFormDialogContent.tsx | 1 - .../WarehouseFormFields.tsx | 1 - .../WarehouseFormFloatingActions.tsx | 1 - .../WarehouseFormProvider.tsx | 1 - .../Dialogs/WarehouseFormDialog/index.tsx | 1 - .../Dialogs/WarehouseFormDialog/utils.tsx | 2 +- .../WarehouseTransferNumberDialogContent.tsx | 1 - .../WarehouseTransferNumberDialogProvider.tsx | 1 - .../WarehouseTransferNumberDialog/index.tsx | 1 - .../KeyboardShortcutsDialogContent.tsx | 1 - .../KeyboardShortcutsFooter.tsx | 1 - .../Dialogs/keyboardShortcutsDialog/index.tsx | 1 - .../containers/Drawer/withDrawerActions.tsx | 2 +- .../src/containers/Drawer/withDrawers.tsx | 2 +- .../AccountDrawer/AccountDrawerActionBar.tsx | 1 - .../AccountDrawer/AccountDrawerContent.tsx | 1 - .../AccountDrawer/AccountDrawerDetails.tsx | 1 - .../AccountDrawer/AccountDrawerHeader.tsx | 3 +- .../AccountDrawer/AccountDrawerProvider.tsx | 1 - .../AccountDrawer/AccountDrawerTable.tsx | 1 - .../Drawers/AccountDrawer/index.tsx | 1 - .../Drawers/AccountDrawer/utils.tsx | 2 +- .../BillDrawer/BillDetailActionsBar.tsx | 1 - .../Drawers/BillDrawer/BillDetailFooter.tsx | 1 - .../Drawers/BillDrawer/BillDetailHeader.tsx | 3 +- .../Drawers/BillDrawer/BillDetailTab.tsx | 1 - .../Drawers/BillDrawer/BillDetailTable.tsx | 1 - .../BillDrawer/BillDetailTableFooter.tsx | 2 +- .../Drawers/BillDrawer/BillDrawerContent.tsx | 1 - .../Drawers/BillDrawer/BillDrawerDetails.tsx | 1 - .../Drawers/BillDrawer/BillDrawerProvider.tsx | 1 - .../Drawers/BillDrawer/BillGLEntriesTable.tsx | 1 - .../BillPaymentTransactionTable.tsx | 1 - .../BillPaymentTransactions/components.tsx | 1 - .../BillDrawer/LocatedLandedCostTable.tsx | 1 - .../Drawers/BillDrawer/components.tsx | 1 - .../containers/Drawers/BillDrawer/index.tsx | 1 - .../containers/Drawers/BillDrawer/utils.tsx | 1 - .../CashflowTransactionDrawerActionBar.tsx | 1 - .../CashflowTransactionDrawerContent.tsx | 1 - .../CashflowTransactionDrawerDetails.tsx | 1 - .../CashflowTransactionDrawerFooter.tsx | 1 - .../CashflowTransactionDrawerHeader.tsx | 3 +- .../CashflowTransactionDrawerProvider.tsx | 1 - .../CashflowTransactionDrawerTable.tsx | 1 - .../CashflowTransactionDrawerTableFooter.tsx | 19 +- .../CashflowTransactionDetailDrawer/index.tsx | 1 - .../CashflowTransactionDetailDrawer/utils.tsx | 2 +- .../ContactDetailDrawer/ContactDetail.tsx | 1 - .../ContactDetailActionsBar.tsx | 1 - .../ContactDetailDrawerContent.tsx | 1 - .../ContactDetailDrawerProvider.tsx | 1 - .../ContactDetailDrawer/ContactDetailList.tsx | 1 - .../Drawers/ContactDetailDrawer/index.tsx | 1 - .../CreditNoteDetail.tsx | 1 - .../CreditNoteDetailActionsBar.tsx | 1 - .../CreditNoteDetailDrawerContent.tsx | 1 - .../CreditNoteDetailDrawerProvider.tsx | 1 - .../CreditNoteDetailFooter.tsx | 1 - .../CreditNoteDetailHeader.tsx | 3 +- .../CreditNoteDetailPanel.tsx | 1 - .../CreditNoteDetailTable.tsx | 1 - .../CreditNoteDetailTableFooter.tsx | 2 +- .../JournalEntriesTransactionsTable.tsx | 1 - .../JournalEntriesTransactions/components.tsx | 1 - .../ReconcileCreditNoteTransactionsTable.tsx | 1 - .../components.tsx | 1 - .../RefundCreditNoteTransactionsTable.tsx | 1 - .../components.tsx | 1 - .../Drawers/CreditNoteDetailDrawer/index.tsx | 1 - .../Drawers/CreditNoteDetailDrawer/utils.tsx | 1 - .../CustomerDetailsDrawer/CustomerDetails.tsx | 1 - .../CustomerDetailsActionsBar.tsx | 1 - .../CustomerDetailsDrawerContent.tsx | 1 - .../CustomerDetailsDrawerProvider.tsx | 1 - .../CustomerDetailsHeader.tsx | 3 +- .../Drawers/CustomerDetailsDrawer/index.tsx | 1 - .../Drawers/CustomerDetailsDrawer/utils.tsx | 1 - .../EstimateDetailDrawer/EstimateDetail.tsx | 1 - .../EstimateDetailActionsBar.tsx | 2 +- .../EstimateDetailDrawerContent.tsx | 1 - .../EstimateDetailDrawerProvider.tsx | 1 - .../EstimateDetailFooter.tsx | 1 - .../EstimateDetailHeader.tsx | 3 +- .../EstimateDetailPanel.tsx | 1 - .../EstimateDetailTable.tsx | 1 - .../EstimateDetailTableFooter.tsx | 1 - .../EstimateDrawerClasses.tsx | 2 +- .../EstimateDetailDrawer/components.tsx | 2 +- .../Drawers/EstimateDetailDrawer/index.tsx | 1 - .../Drawers/EstimateDetailDrawer/utils.tsx | 1 - .../ExpenseDrawer/ExpenseDrawerActionBar.tsx | 1 - .../ExpenseDrawer/ExpenseDrawerContent.tsx | 1 - .../ExpenseDrawer/ExpenseDrawerDetails.tsx | 1 - .../ExpenseDrawer/ExpenseDrawerFooter.tsx | 1 - .../ExpenseDrawer/ExpenseDrawerHeader.tsx | 3 +- .../ExpenseDrawer/ExpenseDrawerProvider.tsx | 1 - .../ExpenseDrawer/ExpenseDrawerTable.tsx | 1 - .../Drawers/ExpenseDrawer/components.tsx | 1 - .../Drawers/ExpenseDrawer/index.tsx | 1 - .../Drawers/ExpenseDrawer/utils.tsx | 1 - .../InventoryAdjustmentDetail.tsx | 1 - .../InventoryAdjustmentDetailActionsBar.tsx | 1 - ...nventoryAdjustmentDetailGLEntriesPanel.tsx | 1 - .../InventoryAdjustmentDetailHeader.tsx | 1 - .../InventoryAdjustmentDetailTab.tsx | 1 - .../InventoryAdjustmentDetailTable.tsx | 1 - .../InventoryAdjustmentDrawerContent.tsx | 1 - .../InventoryAdjustmentDrawerProvider.tsx | 1 - .../InventoryAdjustmentDetailDrawer/index.tsx | 1 - .../InventoryAdjustmentDetailDrawer/utils.tsx | 1 - .../InvoiceDetailDrawer/InvoiceDetail.tsx | 1 - .../InvoiceDetailActionsBar.tsx | 1 - .../InvoiceDetailDrawerContent.tsx | 1 - .../InvoiceDetailDrawerProvider.tsx | 1 - .../InvoiceDetailFooter.tsx | 1 - .../InvoiceDetailHeader.tsx | 3 +- .../InvoiceDetailDrawer/InvoiceDetailTab.tsx | 1 - .../InvoiceDetailTable.tsx | 1 - .../InvoiceDetailTableFooter.tsx | 1 - .../InvoiceGLEntriesTable.tsx | 1 - .../InvoicePaymentTransactionsTable.tsx | 1 - .../InvoicePaymentTransactions/components.tsx | 1 - .../Drawers/InvoiceDetailDrawer/index.tsx | 1 - .../Drawers/InvoiceDetailDrawer/utils.tsx | 1 - .../ItemDetailDrawer/ItemContentDetails.tsx | 1 - .../ItemDetailDrawer/ItemDetailActionsBar.tsx | 1 - .../ItemDetailActionsMoreBtn.tsx | 1 - .../ItemDetailDrawerContent.tsx | 1 - .../ItemDetailDrawerProvider.tsx | 1 - .../ItemDetailDrawer/ItemDetailHeader.tsx | 3 +- .../ItemDetailDrawer/ItemDetailTab.tsx | 1 - .../BillPaymentTransactions/components.tsx | 1 - .../BillPaymentTransactions/index.tsx | 1 - .../components.tsx | 1 - .../EstimatePaymentTransactions/index.tsx | 1 - .../InvoicePaymentTransactions/components.tsx | 1 - .../InvoicePaymentTransactions/index.tsx | 1 - .../ItemPaymentTransactionContent.tsx | 1 - .../ReceiptPaymentTransactions/components.tsx | 1 - .../ReceiptPaymentTransactions/index.tsx | 1 - .../ItemPaymentTransactions/index.tsx | 1 - .../ItemPaymentTransactions/utils.tsx | 1 - .../WarehousesLocations/components.tsx | 1 - .../WarehousesLocations/index.tsx | 1 - .../Drawers/ItemDetailDrawer/index.tsx | 1 - .../Drawers/ItemDetailDrawer/utlis.tsx | 1 - .../ManualJournalDrawerActionBar.tsx | 1 - .../ManualJournalDrawerContent.tsx | 1 - .../ManualJournalDrawerDetails.tsx | 1 - .../ManualJournalDrawerFooter.tsx | 1 - .../ManualJournalDrawerHeader.tsx | 3 +- .../ManualJournalDrawerProvider.tsx | 1 - .../ManualJournalDrawerTable.tsx | 1 - .../Drawers/ManualJournalDrawer/index.tsx | 1 - .../Drawers/ManualJournalDrawer/utils.tsx | 2 +- .../PaymentMadeDetailActionsBar.tsx | 1 - .../PaymentMadeDetailContent.tsx | 1 - .../PaymentMadeDetailFooter.tsx | 1 - .../PaymentMadeDetailHeader.tsx | 3 +- .../PaymentMadeDetailProvider.tsx | 1 - .../PaymentMadeDetailTab.tsx | 1 - .../PaymentMadeDetailTable.tsx | 1 - .../PaymentMadeDetailTableFooter.tsx | 1 - .../PaymentMadeDetails.tsx | 1 - .../PaymentMadeGLEntriesPanel.tsx | 1 - .../Drawers/PaymentMadeDetailDrawer/index.tsx | 1 - .../Drawers/PaymentMadeDetailDrawer/utils.tsx | 1 - .../PaymentReceiveActionsBar.tsx | 1 - .../PaymentReceiveDetail.tsx | 1 - .../PaymentReceiveDetailContent.tsx | 1 - .../PaymentReceiveDetailFooter.tsx | 1 - .../PaymentReceiveDetailHeader.tsx | 4 +- .../PaymentReceiveDetailProvider.tsx | 1 - .../PaymentReceiveDetailTab.tsx | 2 +- .../PaymentReceiveDetailTable.tsx | 1 - .../PaymentReceiveDetailTableFooter.tsx | 1 - .../PaymentReceiveGLEntriesPanel.tsx | 2 +- .../PaymentReceiveDetailDrawer/index.tsx | 1 - .../PaymentReceiveDetailDrawer/utils.tsx | 1 - .../QuickCreateCustomerDrawerContent.tsx | 1 - .../QuickCustomerFormDrawer.tsx | 1 - .../QuickCreateCustomerDrawer/index.tsx | 1 - .../QuickCreateItemDrawerContent.tsx | 1 - .../QuickCreateItemDrawerForm.tsx | 1 - .../Drawers/QuickCreateItemDrawer/index.tsx | 1 - .../QuickVendorFormDrawer.tsx | 1 - .../QuickWriteVendorDrawerContent.tsx | 1 - .../Drawers/QuickWriteVendorDrawer/index.tsx | 1 - .../ReceiptDetailDrawer/ReceiptDetail.tsx | 1 - .../ReceiptDetailActionBar.tsx | 1 - .../ReceiptDetailDrawerContent.tsx | 1 - .../ReceiptDetailDrawerProvider.tsx | 1 - .../ReceiptDetailFooter.tsx | 1 - .../ReceiptDetailHeader.tsx | 3 +- .../ReceiptDetailDrawer/ReceiptDetailTab.tsx | 1 - .../ReceiptDetailTable.tsx | 1 - .../ReceiptDetailTableFooter.tsx | 1 - .../ReceiptDetailsGLEntriesPanel.tsx | 1 - .../ReceiptDetailDrawer/components.tsx | 1 - .../Drawers/ReceiptDetailDrawer/index.tsx | 1 - .../Drawers/ReceiptDetailDrawer/utils.tsx | 1 - .../RefundCreditNoteDetail.tsx | 1 - .../RefundCreditNoteDetailActionsBar.tsx | 1 - .../RefundCreditNoteDetailHeader.tsx | 1 - .../RefundCreditNoteDetailTab.tsx | 1 - .../RefundCreditNoteDrawerContent.tsx | 1 - .../RefundCreditNoteDrawerProvider.tsx | 1 - .../RefundCreditNoteDetailDrawer/index.tsx | 1 - .../RefundVendorCreditDetail.tsx | 1 - .../RefundVendorCreditDetailActionsBar.tsx | 1 - .../RefundVendorCreditDetailHeader.tsx | 1 - .../RefundVendorCreditDetailTab.tsx | 1 - .../RefundVendorCreditDrawerContent.tsx | 1 - .../RefundVendorCreditDrawerProvider.tsx | 1 - .../RefundVendorCreditDetailDrawer/index.tsx | 1 - .../JournalEntriesTransactionsTable.tsx | 1 - .../JournalEntriesTransactions/components.tsx | 1 - ...ReconcileVendorCreditTransactionsTable.tsx | 1 - .../components.tsx | 1 - .../RefundVendorCreditTransactionsTable.tsx | 1 - .../components.tsx | 1 - .../VendorCreditDetail.tsx | 1 - .../VendorCreditDetailActionsBar.tsx | 1 - .../VendorCreditDetailDrawerContent.tsx | 1 - .../VendorCreditDetailDrawerFooter.tsx | 1 - .../VendorCreditDetailDrawerProvider.tsx | 1 - .../VendorCreditDetailFooter.tsx | 1 - .../VendorCreditDetailHeader.tsx | 3 +- .../VendorCreditDetailPanel.tsx | 1 - .../VendorCreditDetailTable.tsx | 1 - .../VendorCreditDetailDrawer/index.tsx | 1 - .../VendorCreditDetailDrawer/utils.tsx | 1 - .../VendorDetailsDrawer/VendorDetails.tsx | 1 - .../VendorDetailsActionsBar.tsx | 1 - .../VendorDetailsDrawerContent.tsx | 1 - .../VendorDetailsDrawerProvider.tsx | 1 - .../VendorDetailsHeader.tsx | 3 +- .../Drawers/VendorDetailsDrawer/index.tsx | 1 - .../Drawers/VendorDetailsDrawer/utils.tsx | 1 - .../WarehouseTransferDetail.tsx | 1 - .../WarehouseTransferDetailActionsBar.tsx | 1 - .../WarehouseTransferDetailDrawerContent.tsx | 1 - .../WarehouseTransferDetailDrawerProvider.tsx | 1 - .../WarehouseTransferDetailHeader.tsx | 1 - .../WarehouseTransferDetailPanel.tsx | 1 - .../WarehouseTransferDetailTable.tsx | 1 - .../WarehouseTransferDetailDrawer/index.tsx | 1 - .../WarehouseTransferDetailDrawer/utils.tsx | 1 - .../src/containers/Drawers/components.tsx | 1 - .../Entries/ItemEntriesTableProvider.tsx | 1 - .../containers/Entries/ItemsEntriesTable.tsx | 1 - .../src/containers/Entries/components.tsx | 1 - .../useUpdateEntriesOnExchangeRateChange.ts | 1 - .../webapp/src/containers/Entries/utils.tsx | 1 - .../withExRateItemEntriesPriceRecalc.tsx | 2 +- .../ExpenseForm/ExpenseFloatingActions.tsx | 1 - .../ExpenseForm/ExpenseForm.schema.tsx | 2 +- .../Expenses/ExpenseForm/ExpenseForm.tsx | 1 - .../Expenses/ExpenseForm/ExpenseFormBody.tsx | 1 - .../ExpenseForm/ExpenseFormEntriesField.tsx | 2 +- .../ExpenseForm/ExpenseFormEntriesTable.tsx | 1 - .../ExpenseForm/ExpenseFormFooter.tsx | 1 - .../ExpenseForm/ExpenseFormFooterLeft.tsx | 1 - .../ExpenseForm/ExpenseFormFooterRight.tsx | 1 - .../ExpenseForm/ExpenseFormHeader.tsx | 1 - .../ExpenseForm/ExpenseFormHeaderFields.tsx | 1 - .../Expenses/ExpenseForm/ExpenseFormPage.tsx | 1 - .../ExpenseForm/ExpenseFormPageProvider.tsx | 1 - .../ExpenseForm/ExpenseFormTopBar.tsx | 1 - .../Expenses/ExpenseForm/components.tsx | 1 - .../containers/Expenses/ExpenseForm/utils.tsx | 1 - .../Expenses/ExpenseUniversalSearch.tsx | 2 +- .../containers/Expenses/ExpensesAlerts.tsx | 1 - .../ExpensesLanding/ExpenseActionsBar.tsx | 1 - .../ExpensesLanding/ExpenseDataTable.tsx | 1 - .../ExpensesLanding/ExpenseViewTabs.tsx | 1 - .../ExpensesLanding/ExpensesEmptyStatus.tsx | 1 - .../Expenses/ExpensesLanding/ExpensesList.tsx | 1 - .../ExpensesLanding/ExpensesListProvider.tsx | 1 - .../Expenses/ExpensesLanding/components.tsx | 1 - .../Expenses/ExpensesLanding/withExpenses.tsx | 2 +- .../ExpensesLanding/withExpensesActions.tsx | 2 +- .../containers/Expenses/withExpenseDetail.tsx | 2 +- .../APAgingSummary/APAgingSummary.tsx | 1 - .../APAgingSummaryActionsBar.tsx | 1 - .../APAgingSummary/APAgingSummaryBody.tsx | 1 - .../APAgingSummaryGeneralProvider.tsx | 1 - .../APAgingSummary/APAgingSummaryHeader.tsx | 1 - .../APAgingSummaryHeaderDimensions.tsx | 1 - ...APAgingSummaryHeaderDimensionsProvider.tsx | 1 - .../APAgingSummaryHeaderGeneral.tsx | 1 - .../APAgingSummaryHeaderGeneralContent.tsx | 1 - .../APAgingSummary/APAgingSummaryProvider.tsx | 2 +- .../APAgingSummary/APAgingSummaryTable.tsx | 1 - .../APAgingSummary/common.tsx | 2 +- .../APAgingSummary/components.tsx | 2 +- .../APAgingSummary/constants.tsx | 2 +- .../APAgingSummaryPdfDialog.tsx | 1 - .../APAgingSummaryPdfDialogContent.tsx | 2 +- .../APAgingSummary/withAPAgingSummary.tsx | 2 +- .../withAPAgingSummaryActions.tsx | 2 +- .../ARAgingSummary/ARAgingSummary.tsx | 2 +- .../ARAgingSummaryActionsBar.tsx | 1 - .../ARAgingSummary/ARAgingSummaryBody.tsx | 1 - .../ARAgingSummaryGeneralProvider.tsx | 1 - .../ARAgingSummary/ARAgingSummaryHeader.tsx | 3 +- .../ARAgingSummaryHeaderDimensions.tsx | 1 - ...ARAgingSummaryHeaderDimensionsProvider.tsx | 1 - .../ARAgingSummaryHeaderGeneral.tsx | 1 - .../ARAgingSummaryHeaderGeneralContent.tsx | 1 - .../ARAgingSummary/ARAgingSummaryProvider.tsx | 2 +- .../ARAgingSummary/ARAgingSummaryTable.tsx | 1 - .../ARAgingSummary/common.tsx | 2 +- .../ARAgingSummary/components.tsx | 1 - .../ARAgingSummary/constants.tsx | 2 +- .../ARAgingSummaryPdfDialog.tsx | 1 - .../ARAgingSummaryPdfDialogContent.tsx | 2 +- .../ARAgingSummary/withARAgingSummary.tsx | 2 +- .../withARAgingSummaryActions.tsx | 2 +- .../AgingSummary/dynamicColumns.ts | 1 - .../BalanceSheet/BalanceSheet.tsx | 1 - .../BalanceSheet/BalanceSheetActionsBar.tsx | 2 +- .../BalanceSheet/BalanceSheetBody.tsx | 1 - .../BalanceSheet/BalanceSheetHeader.tsx | 3 +- .../BalanceSheetHeaderComparisonPanal.tsx | 1 - .../BalanceSheetHeaderDimensionsPanel.tsx | 1 - .../BalanceSheetHeaderDimensionsProvider.tsx | 1 - .../BalanceSheetHeaderGeneralPanal.tsx | 1 - .../BalanceSheet/BalanceSheetProvider.tsx | 2 +- .../BalanceSheet/BalanceSheetTable.tsx | 1 - .../BalanceSheet/components.tsx | 1 - .../BalanceSheetPdfDialog.tsx | 1 - .../BalanceSheetPdfDialogContent.tsx | 2 +- .../BalanceSheet/dynamicColumns.tsx | 2 +- .../BalanceSheet/utils.tsx | 1 - .../BalanceSheet/withBalanceSheet.tsx | 2 +- .../BalanceSheet/withBalanceSheetActions.tsx | 2 +- .../CashFlowStatement/CashFlowStatement.tsx | 1 - .../CashFlowStatementActionsBar.tsx | 1 - .../CashFlowStatementBody.tsx | 1 - .../CashFlowStatementDimensionsPanel.tsx | 1 - ...shFlowStatementDimensionsPanelProvider.tsx | 1 - .../CashFlowStatementGeneralPanel.tsx | 2 +- .../CashFlowStatementHeader.tsx | 3 +- .../CashFlowStatementProvider.tsx | 1 - .../CashFlowStatementTable.tsx | 1 - .../CashflowSheetPdfDialog.tsx | 1 - .../CashflowSheetPdfDialogContent.tsx | 2 +- .../CashFlowStatement/components.tsx | 1 - .../CashFlowStatement/dynamicColumns.tsx | 2 +- .../CashFlowStatement/utils.tsx | 1 - .../withCashFlowStatement.tsx | 2 +- .../withCashFlowStatementActions.tsx | 2 +- .../CustomerBalanceSummaryPdfDialog.tsx | 1 - ...CustomerBalanceSummaryPdfDialogContent.tsx | 2 +- .../CustomerBalanceSummaryBody.tsx | 1 - .../CustomersBalanceSummary.tsx | 1 - .../CustomersBalanceSummaryActionsBar.tsx | 2 +- .../CustomersBalanceSummaryGeneralPanel.tsx | 1 - ...omersBalanceSummaryGeneralPanelContent.tsx | 2 +- ...CustomersBalanceSummaryGeneralProvider.tsx | 1 - .../CustomersBalanceSummaryHeader.tsx | 3 +- .../CustomersBalanceSummaryProvider.tsx | 1 - .../CustomersBalanceSummaryTable.tsx | 1 - .../CustomersBalanceSummary/components.tsx | 1 - .../CustomersBalanceSummary/utils.tsx | 2 +- .../withCustomersBalanceSummary.tsx | 2 +- .../withCustomersBalanceSummaryActions.tsx | 2 +- .../CustomersTransactions.tsx | 1 - .../CustomersTransactionsActionsBar.tsx | 1 - .../CustomersTransactionsBody.tsx | 1 - .../CustomersTransactionsHeader.tsx | 3 +- ...ustomersTransactionsHeaderGeneralPanel.tsx | 1 - ...TransactionsHeaderGeneralPanelProvider.tsx | 1 - .../CustomersTransactionsProvider.tsx | 2 +- .../CustomersTransactionsTable.tsx | 1 - .../CustomersTransactions/_utils.ts | 2 +- .../CustomersTransactions/components.tsx | 1 - .../CustomerTransactionsPdfDialog.tsx | 1 - .../CustomerTransactionsPdfDialogContent.tsx | 2 +- .../withCustomersTransactions.tsx | 2 +- .../withCustomersTransactionsActions.tsx | 2 +- .../FilterFinancialReports.tsx | 2 +- .../FinancialHeaderLoadingSkeleton.tsx | 1 - .../FinancialLoadingBar.tsx | 1 - .../FinancialReportPage.tsx | 1 - .../FinancialStatements/FinancialReports.tsx | 15 +- .../FinancialStatementDateRange.tsx | 1 - .../FinancialStatementHeader.tsx | 1 - .../FinancialStatementsFilter.tsx | 1 - .../GLHeaderGeneralPaneProvider.tsx | 1 - .../GeneralLedger/GeneralLedger.tsx | 1 - .../GeneralLedger/GeneralLedgerActionsBar.tsx | 1 - .../GeneralLedger/GeneralLedgerBody.tsx | 1 - .../GeneralLedger/GeneralLedgerHeader.tsx | 3 +- .../GeneralLedgerHeaderDimensionsPanel.tsx | 1 - ...ralLedgerHeaderDimensionsPanelProvider.tsx | 1 - .../GeneralLedgerHeaderGeneralPane.tsx | 1 - .../GeneralLedger/GeneralLedgerProvider.tsx | 1 - .../GeneralLedger/GeneralLedgerTable.tsx | 2 +- .../GeneralLedger/common.tsx | 1 - .../GeneralLedger/components.tsx | 1 - .../GeneralLedgerPdfDialog.tsx | 1 - .../GeneralLedgerPdfDialogContent.tsx | 2 +- .../GeneralLedger/dynamicColumns.ts | 2 +- .../GeneralLedger/withGeneralLedger.tsx | 2 +- .../withGeneralLedgerActions.tsx | 2 +- .../InventoryItemDetails.tsx | 1 - .../InventoryItemDetailsActionsBar.tsx | 1 - .../InventoryItemDetailsBody.tsx | 1 - .../InventoryItemDetailsHeader.tsx | 3 +- ...entoryItemDetailsHeaderDimensionsPanel.tsx | 1 - ...emDetailsHeaderDimensionsPanelProvider.tsx | 1 - ...InventoryItemDetailsHeaderGeneralPanel.tsx | 1 - ...entoryItemDetailsHeaderGeneralProvider.tsx | 1 - .../InventoryItemDetailsProvider.tsx | 1 - .../InventoryItemDetailsTable.tsx | 1 - .../InventoryItemDetails/components.tsx | 1 - .../InventoryItemDetailsPdfDialog.tsx | 1 - .../InventoryItemDetailsPdfDialogContent.tsx | 2 +- .../InventoryItemDetails/utils.tsx | 2 +- .../InventoryItemDetails/utils2.tsx | 1 - .../withInventoryItemDetails.tsx | 2 +- .../withInventoryItemDetailsActions.tsx | 2 +- .../InventoryValuation/InventoryValuation.tsx | 2 +- .../InventoryValuationActionsBar.tsx | 1 - .../InventoryValuationBody.tsx | 1 - .../InventoryValuationHeader.tsx | 3 +- ...nventoryValuationHeaderDimensionsPanel.tsx | 1 - ...ValuationHeaderDimensionsPanelProvider.tsx | 1 - .../InventoryValuationHeaderGeneralPanel.tsx | 1 - ...oryValuationHeaderGeneralPanelProvider.tsx | 1 - .../InventoryValuationProvider.tsx | 1 - .../InventoryValuationTable.tsx | 1 - .../InventoryValuation/components.tsx | 2 +- .../InventoryValuationSheetPdfDialog.tsx | 1 - ...nventoryValuationSheetPdfDialogContent.tsx | 2 +- .../InventoryValuation/dynamicColumns.ts | 2 +- .../InventoryValuation/utils.tsx | 1 - .../withInventoryValuation.tsx | 2 +- .../withInventoryValuationActions.tsx | 2 +- .../FinancialStatements/Journal/Journal.tsx | 1 - .../Journal/JournalActionsBar.tsx | 1 - .../Journal/JournalBody.tsx | 1 - .../Journal/JournalHeader.tsx | 3 +- .../Journal/JournalProvider.tsx | 1 - .../Journal/JournalSheetHeaderGeneral.tsx | 1 - .../Journal/JournalTable.tsx | 1 - .../Journal/components.tsx | 1 - .../JournalPdfDialog/JournalPdfDialog.tsx | 1 - .../JournalPdfDialogContent.tsx | 2 +- .../Journal/dynamicColumns.ts | 2 +- .../FinancialStatements/Journal/utils.tsx | 1 - .../Journal/withJournal.tsx | 2 +- .../Journal/withJournalActions.tsx | 2 +- .../ProfitLossSheet/ProfitLossActionsBar.tsx | 1 - .../ProfitLossSheet/ProfitLossBody.tsx | 1 - .../ProfitLossSheet/ProfitLossProvider.tsx | 2 +- .../ProfitLossSheet/ProfitLossSheet.tsx | 1 - .../ProfitLossSheet/ProfitLossSheetHeader.tsx | 3 +- .../ProfitLossSheetHeaderComparisonPanel.tsx | 1 - .../ProfitLossSheetHeaderDimensionsPanel.tsx | 1 - ...rofitLossSheetHeaderDimensionsProvider.tsx | 1 - .../ProfitLossSheetHeaderGeneralPane.tsx | 1 - .../ProfitLossSheetPdfDialog.tsx | 1 - .../ProfitLossSheetPdfDialogContent.tsx | 2 +- .../ProfitLossSheet/ProfitLossSheetTable.tsx | 1 - .../ProfitLossSheet/components.tsx | 2 +- .../ProfitLossSheet/dynamicColumns.tsx | 2 +- .../ProfitLossSheet/hooks.tsx | 1 - .../ProfitLossSheet/utils.tsx | 1 - .../ProfitLossSheet/withProfitLoss.tsx | 2 +- .../ProfitLossSheet/withProfitLossActions.tsx | 2 +- .../ProjectProfitabilitySummary.tsx | 1 - .../ProjectProfitabilitySummaryActionsBar.tsx | 1 - .../ProjectProfitabilitySummaryBody.tsx | 1 - .../ProjectProfitabilitySummaryHeader.tsx | 1 - ...ProfitabilitySummaryHeaderGeneralPanal.tsx | 1 - .../ProjectProfitabilitySummaryProvider.tsx | 1 - .../ProjectProfitabilitySummaryTable.tsx | 1 - .../components.tsx | 1 - .../ProjectProfitabilitySummary/constants.ts | 2 +- .../dynamicColumns.tsx | 2 +- .../ProjectProfitabilitySummary/hooks.ts | 2 +- .../ProjectProfitabilitySummary/utils.tsx | 1 - .../withProjectProfitabilitySummary.tsx | 2 +- ...withProjectProfitabilitySummaryActions.tsx | 2 +- .../PurchasesByItems/PurchasesByItems.tsx | 1 - .../PurchasesByItemsActionsBar.tsx | 1 - .../PurchasesByItems/PurchasesByItemsBody.tsx | 1 - .../PurchasesByItemsGeneralPanel.tsx | 1 - .../PurchasesByItemsGeneralPanelProvider.tsx | 1 - .../PurchasesByItemsHeader.tsx | 3 +- .../PurchasesByItemsProvider.tsx | 1 - .../PurchasesByItemsTable.tsx | 1 - .../PurchasesByItems/components.tsx | 2 +- .../PurchasesByItemsPdfDialog.tsx | 1 - .../PurchasesByItemsPdfDialogContent.tsx | 2 +- .../PurchasesByItems/dynamicColumns.ts | 2 +- .../PurchasesByItems/utils.tsx | 1 - .../PurchasesByItems/withPurchasesByItems.tsx | 2 +- .../withPurchasesByItemsActions.tsx | 2 +- .../RadiosAccountingBasis.tsx | 1 - .../RealizedGainOrLoss/RealizedGainOrLoss.tsx | 1 - .../RealizedGainOrLossActionsBar.tsx | 1 - .../RealizedGainOrLossGeneralPanel.tsx | 1 - .../RealizedGainOrLossHeader.tsx | 3 +- .../RealizedGainOrLossProvider.tsx | 1 - .../RealizedGainOrLossTable.tsx | 1 - .../RealizedGainOrLoss/components.tsx | 1 - .../withRealizedGainOrLoss.tsx | 2 +- .../withRealizedGainOrLossActions.tsx | 2 +- .../SalesByItems/SalesByItemProvider.tsx | 2 +- .../SalesByItems/SalesByItems.tsx | 1 - .../SalesByItems/SalesByItemsActionsBar.tsx | 1 - .../SalesByItems/SalesByItemsBody.tsx | 1 - .../SalesByItems/SalesByItemsHeader.tsx | 3 +- .../SalesByItemsHeaderGeneralPanel.tsx | 1 - ...SalesByItemsHeaderGeneralPanelProvider.tsx | 1 - .../SalesByItems/SalesByItemsTable.tsx | 1 - .../SalesByItems/components.tsx | 2 +- .../SalesByItemsPdfDialog.tsx | 1 - .../SalesByItemsPdfDialogContent.tsx | 2 +- .../SalesByItems/dynamicColumns.ts | 2 +- .../SalesByItems/utils.tsx | 1 - .../SalesByItems/withSalesByItems.tsx | 2 +- .../SalesByItems/withSalesByItemsActions.tsx | 2 +- .../SalesTaxLiabilityPdfDialog.tsx | 1 - .../SalesTaxLiabilityPdfDialogContent.tsx | 2 +- .../SalesTaxLiabilitySummary.tsx | 1 - .../SalesTaxLiabilitySummaryActionsBar.tsx | 1 - .../SalesTaxLiabilitySummaryBody.tsx | 1 - .../SalesTaxLiabilitySummaryBoot.tsx | 1 - .../SalesTaxLiabilitySummaryHeader.tsx | 3 +- ...sTaxLiabilitySummaryHeaderGeneralPanel.tsx | 1 - .../SalesTaxLiabilitySummaryTable.tsx | 1 - .../SalesTaxLiabilitySummary/components.tsx | 2 +- .../dynamicColumns.ts | 1 - .../SalesTaxLiabilitySummary/utils.ts | 1 - .../withSalesTaxLiabilitySummary.ts | 2 +- .../withSalesTaxLiabilitySummaryActions.ts | 2 +- .../SelectDisplayColumnsBy.tsx | 1 - .../TrialBalanceActionsBar.tsx | 1 - .../TrialBalanceProvider.tsx | 2 +- .../TrialBalanceSheet/TrialBalanceSheet.tsx | 1 - .../TrialBalanceSheetBody.tsx | 1 - .../TrialBalanceSheetHeader.tsx | 3 +- ...TrialBalanceSheetHeaderDimensionsPanel.tsx | 1 - ...anceSheetHeaderDimensionsPanelProvider.tsx | 1 - .../TrialBalanceSheetHeaderGeneralPanel.tsx | 1 - .../TrialBalanceSheetTable.tsx | 1 - .../TrialBalanceSheet/components.tsx | 2 +- .../TrialBalanceSheetPdfDialog.tsx | 1 - .../TrialBalanceSheetPdfDialogContent.tsx | 2 +- .../TrialBalanceSheet/dynamicColumns.ts | 2 +- .../TrialBalanceSheet/hooks.ts | 1 - .../TrialBalanceSheet/utils.tsx | 1 - .../TrialBalanceSheet/withTrialBalance.tsx | 2 +- .../withTrialBalanceActions.tsx | 2 +- .../UnrealizedGainOrLoss.tsx | 1 - .../UnrealizedGainOrLossActionsBar.tsx | 1 - .../UnrealizedGainOrLossGeneralPanel.tsx | 1 - .../UnrealizedGainOrLossHeader.tsx | 3 +- .../UnrealizedGainOrLossProvider.tsx | 1 - .../UnrealizedGainOrLossTable.tsx | 1 - .../UnrealizedGainOrLoss/components.tsx | 1 - .../withUnrealizedGainOrLoss.tsx | 2 +- .../withUnrealizedGainOrLossActions.tsx | 2 +- .../VendorsBalanceSummary.tsx | 1 - .../VendorsBalanceSummaryActionsBar.tsx | 1 - .../VendorsBalanceSummaryBody.tsx | 1 - .../VendorsBalanceSummaryHeader.tsx | 1 - .../VendorsBalanceSummaryHeaderGeneral.tsx | 1 - ...dorsBalanceSummaryHeaderGeneralContent.tsx | 1 - ...orsBalanceSummaryHeaderGeneralProvider.tsx | 1 - .../VendorsBalanceSummaryProvider.tsx | 1 - .../VendorsBalanceSummaryTable.tsx | 1 - .../VendorsBalanceSummary/components.tsx | 1 - .../VendorBalancePdfDialog.tsx | 1 - .../VendorBalancePdfDialogContent.tsx | 2 +- .../VendorsBalanceSummary/utils.tsx | 2 +- .../withVendorsBalanceSummary.tsx | 2 +- .../withVendorsBalanceSummaryActions.tsx | 2 +- .../VendorsTransactions.tsx | 1 - .../VendorsTransactionsActionsBar.tsx | 1 - .../VendorsTransactionsBody.tsx | 1 - .../VendorsTransactionsHeader.tsx | 3 +- .../VendorsTransactionsHeaderGeneralPanel.tsx | 1 - ...TransactionsHeaderGeneralPanelProvider.tsx | 1 - .../VendorsTransactionsProvider.tsx | 1 - .../VendorsTransactionsTable.tsx | 1 - .../VendorsTransactions/_utils.ts | 2 +- .../VendorsTransactions/components.tsx | 1 - .../VendorTransactionsPdfDialog.tsx | 1 - .../VendorTransactionsPdfDialogContent.tsx | 2 +- .../withVendorsTransaction.tsx | 2 +- .../withVendorsTransactionsActions.tsx | 2 +- .../containers/FinancialStatements/common.tsx | 2 +- .../FinancialStatements/constants.tsx | 2 +- .../FinancialStatements/reducers.tsx | 2 +- .../containers/GlobalErrors/GlobalErrors.tsx | 2 +- .../GlobalErrors/withGlobalErrors.tsx | 2 +- .../GlobalErrors/withGlobalErrorsActions.tsx | 2 +- .../Homepage/AccountsPayableSection.tsx | 1 - .../Homepage/AccountsReceivableSection.tsx | 1 - .../Homepage/FinancialAccountingSection.tsx | 1 - .../src/containers/Homepage/Homepage.tsx | 1 - .../containers/Homepage/HomepageContent.tsx | 1 - .../Homepage/ProductsServicesSection.tsx | 1 - .../Homepage/ShortcutBoxesSection.tsx | 1 - .../src/containers/Homepage/components.tsx | 2 +- .../src/containers/Import/ImportDropzone.tsx | 2 +- .../containers/Import/ImportDropzoneFile.tsx | 2 +- .../Import/ImportFileFooterActions.tsx | 2 +- .../Import/ImportFileMappingForm.tsx | 2 +- .../containers/Import/ImportFilePreview.tsx | 2 +- .../containers/Import/ImportFileProvider.tsx | 1 - .../Import/ImportFileUploadForm.tsx | 2 +- .../Import/ImportFileUploadStep.tsx | 2 +- .../Import/ImportSampleDownload.tsx | 2 +- .../src/containers/Import/ImportStepper.tsx | 2 +- .../src/containers/Import/ImportView.tsx | 2 +- .../InventoryAdjustmentList.tsx | 1 - .../InventoryAdjustmentTable.tsx | 1 - .../InventoryAdjustmentsAlerts.tsx | 1 - .../InventoryAdjustmentsProvider.tsx | 1 - .../InventoryAdjustments/components.tsx | 1 - .../withInventoryAdjustmentActions.tsx | 2 +- .../withInventoryAdjustments.tsx | 2 +- .../src/containers/Items/ItemForm.schema.tsx | 2 +- .../webapp/src/containers/Items/ItemForm.tsx | 1 - .../src/containers/Items/ItemFormBody.tsx | 3 +- .../Items/ItemFormFloatingActions.tsx | 1 - .../src/containers/Items/ItemFormFormik.tsx | 5 +- .../Items/ItemFormInventorySection.tsx | 3 +- .../src/containers/Items/ItemFormPage.tsx | 1 - .../Items/ItemFormPrimarySection.tsx | 5 +- .../src/containers/Items/ItemFormProvider.tsx | 1 - .../src/containers/Items/ItemsActionsBar.tsx | 1 - .../src/containers/Items/ItemsAlerts.tsx | 1 - .../src/containers/Items/ItemsDataTable.tsx | 1 - .../src/containers/Items/ItemsEmptyStatus.tsx | 1 - .../src/containers/Items/ItemsFooter.tsx | 3 +- .../src/containers/Items/ItemsImportPage.tsx | 2 +- .../src/containers/Items/ItemsImportable.tsx | 2 +- .../webapp/src/containers/Items/ItemsList.tsx | 1 - .../containers/Items/ItemsListProvider.tsx | 1 - .../containers/Items/ItemsUniversalSearch.tsx | 2 +- .../src/containers/Items/ItemsViewsTabs.tsx | 1 - .../src/containers/Items/components.tsx | 1 - .../webapp/src/containers/Items/utils.tsx | 2 +- .../webapp/src/containers/Items/withItem.tsx | 2 +- .../webapp/src/containers/Items/withItems.tsx | 2 +- .../src/containers/Items/withItemsActions.tsx | 2 +- .../ItemsCategories/ItemCategoriesImport.tsx | 2 +- .../ItemsCategories/ItemCategoriesList.tsx | 1 - .../ItemsCategories/ItemCategoriesTable.tsx | 1 - .../ItemsCategories/ItemsCategoriesAlerts.tsx | 1 - .../ItemsCategoriesProvider.tsx | 1 - .../ItemsCategoryActionsBar.tsx | 2 +- .../containers/ItemsCategories/components.tsx | 1 - .../ItemsCategories/withItemCategories.tsx | 2 +- .../withItemCategoriesActions.tsx | 2 +- .../withItemCategoryDetail.tsx | 2 +- .../JournalEntriesTable.tsx | 1 - .../containers/JournalEntriesTable/utils.tsx | 1 - .../JournalNumber/ReferenceNumberForm.tsx | 1 - .../ReferenceNumberFormContent.tsx | 1 - .../src/containers/JournalNumber/utils.tsx | 2 +- .../KeyboardShortcuts/ShortcutsTable.tsx | 1 - .../src/containers/Media/withMediaActions.tsx | 2 +- .../NotifyViaSMS/NotifyViaSMSForm.schema.tsx | 2 +- .../NotifyViaSMS/NotifyViaSMSForm.tsx | 1 - .../NotifyViaSMS/NotifyViaSMSFormFields.tsx | 1 - .../NotifyViaSMSFormFloatingActions.tsx | 1 - .../src/containers/NotifyViaSMS/utils.tsx | 2 +- .../Organization/withCurrentOrganization.tsx | 2 +- .../Organization/withOrganization.tsx | 2 +- .../Organization/withOrganizationActions.tsx | 2 +- .../Accountant/Accountant.schema.tsx | 2 +- .../Preferences/Accountant/Accountant.tsx | 1 - .../Preferences/Accountant/AccountantForm.tsx | 1 - .../Accountant/AccountantFormPage.tsx | 1 - .../Accountant/AccountantFormProvider.tsx | 1 - .../Preferences/Accountant/utils.tsx | 2 +- .../Preferences/Branches/Branches.tsx | 1 - .../Preferences/Branches/BranchesActions.tsx | 1 - .../Preferences/Branches/BranchesAlerts.tsx | 1 - .../Branches/BranchesDataTable.tsx | 1 - .../Branches/BranchesEmptyStatus.tsx | 1 - .../Preferences/Branches/BranchesProvider.tsx | 1 - .../Preferences/Branches/components.tsx | 1 - .../containers/Preferences/Branches/index.tsx | 1 - .../containers/Preferences/Branches/utils.tsx | 2 +- .../CreditNotes/PreferencesCreditNotes.tsx | 2 +- .../PreferencesCreditNotesForm.schema.ts | 2 +- .../PreferencesCreditNotesForm.tsx | 2 +- .../PreferencesCreditNotesFormBoot.tsx | 1 - .../PreferencesCreditNotesFormPage.tsx | 2 +- .../Preferences/Currencies/Currencies.tsx | 1 - .../Currencies/CurrenciesActions.tsx | 3 +- .../Currencies/CurrenciesAlerts.tsx | 1 - .../Currencies/CurrenciesDataTable.tsx | 1 - .../Preferences/Currencies/CurrenciesList.tsx | 1 - .../Currencies/CurrenciesProvider.tsx | 1 - .../Preferences/Currencies/components.tsx | 1 - .../containers/Preferences/DefaultRoute.tsx | 1 - .../Estimates/PreferencesEstimates.tsx | 2 +- .../PreferencesEstimatesForm.schema.ts | 2 +- .../Estimates/PreferencesEstimatesForm.tsx | 2 +- .../PreferencesEstimatesFormBoot.tsx | 1 - .../PreferencesEstimatesFormPage.tsx | 1 - .../Preferences/General/General.schema.tsx | 2 +- .../Preferences/General/General.tsx | 1 - .../Preferences/General/GeneralForm.tsx | 1 - .../Preferences/General/GeneralFormPage.tsx | 1 - .../General/GeneralFormProvider.tsx | 1 - .../containers/Preferences/General/utils.tsx | 2 +- .../Invoices/PreferencesInvoiceForm.schema.ts | 2 +- .../Invoices/PreferencesInvoiceFormBoot.tsx | 1 - .../Invoices/PreferencesInvoiceFormPage.tsx | 1 - .../Invoices/PreferencesInvoices.tsx | 2 +- .../Invoices/PreferencesInvoicesForm.tsx | 2 +- .../Item/ItemPreferences.schema.tsx | 2 +- .../Preferences/Item/ItemPreferencesForm.tsx | 1 - .../Item/ItemPreferencesFormPage.tsx | 1 - .../Item/ItemPreferencesFormProvider.tsx | 1 - .../src/containers/Preferences/Item/index.tsx | 1 - .../Preferences/PreferencesPageLoader.tsx | 2 +- .../Receipts/PreferencesReceipts.tsx | 2 +- .../PreferencesReceiptsForm.schema.ts | 2 +- .../Receipts/PreferencesReceiptsForm.tsx | 2 +- .../Receipts/PreferencesReceiptsFormBoot.tsx | 1 - .../Receipts/PreferencesReceiptsFormPage.tsx | 1 - .../SMSIntegration/SMSIntegrationProvider.tsx | 1 - .../SMSIntegration/SMSIntegrationTabs.tsx | 1 - .../SMSIntegration/SMSMessagesDataTable.tsx | 1 - .../Preferences/SMSIntegration/components.tsx | 1 - .../Preferences/SMSIntegration/index.tsx | 1 - .../Preferences/Users/Roles/RolesAlerts.tsx | 1 - .../RolesForm/RoleFormFloatingActions.tsx | 1 - .../Users/Roles/RolesForm/RoleFormHeader.tsx | 1 - .../Roles/RolesForm/RoleFormObserver.tsx | 1 - .../Roles/RolesForm/RolesForm.schema.tsx | 2 +- .../Users/Roles/RolesForm/RolesForm.tsx | 1 - .../Roles/RolesForm/RolesFormContent.tsx | 1 - .../Users/Roles/RolesForm/RolesFormPage.tsx | 1 - .../Roles/RolesForm/RolesFormProvider.tsx | 1 - .../Users/Roles/RolesForm/components.tsx | 15 +- .../Users/Roles/RolesForm/utils.tsx | 2 +- .../Roles/RolesLanding/RolesDataTable.tsx | 1 - .../Users/Roles/RolesLanding/RolesList.tsx | 1 - .../Roles/RolesLanding/RolesListProvider.tsx | 1 - .../Users/Roles/RolesLanding/components.tsx | 1 - .../Preferences/Users/Roles/utils.tsx | 2 +- .../containers/Preferences/Users/Users.tsx | 1 - .../Preferences/Users/UsersActions.tsx | 1 - .../Preferences/Users/UsersAlerts.tsx | 1 - .../Preferences/Users/UsersDataTable.tsx | 1 - .../Preferences/Users/UsersList.tsx | 1 - .../Preferences/Users/UsersProvider.tsx | 1 - .../Preferences/Users/components.tsx | 1 - .../Preferences/Users/withUserPreferences.tsx | 2 +- .../Preferences/Warehouses/Warehouses.tsx | 1 - .../Warehouses/WarehousesActions.tsx | 1 - .../Warehouses/WarehousesAlerts.tsx | 1 - .../Warehouses/WarehousesEmptyStatus.tsx | 1 - .../Preferences/Warehouses/WarehousesGrid.tsx | 1 - .../Warehouses/WarehousesGridItems.tsx | 1 - .../Warehouses/WarehousesProvider.tsx | 1 - .../Preferences/Warehouses/components.tsx | 1 - .../Preferences/Warehouses/index.tsx | 1 - .../Preferences/Warehouses/utils.tsx | 2 +- .../Projects/components/ExpenseSelect.tsx | 1 - .../components/FInputGroupComponent.tsx | 1 - .../components/ProjectBillableEntriesLink.tsx | 1 - .../ProjectBillableTypeSuggestField.tsx | 1 - .../components/ProjectMultiSelect.tsx | 1 - .../components/ProjectSuggestField.tsx | 1 - .../ProjectTaskChargeTypeSelect.tsx | 1 - .../Projects/components/ProjectTaskSelect.tsx | 1 - .../Projects/components/ProjectsSelect.tsx | 1 - .../containers/Projects/components/index.ts | 2 +- .../EstimatedExpense.schema.tsx | 2 +- .../EstimatedExpenseForm.tsx | 1 - .../EstimatedExpenseFormChargeFields.tsx | 1 - .../EstimatedExpenseFormConent.tsx | 1 - .../EstimatedExpenseFormDialogContent.tsx | 1 - .../EstimatedExpenseFormFields.tsx | 1 - .../EstimatedExpenseFormFloatingActions.tsx | 1 - .../EstimatedExpenseFormProvider.tsx | 1 - .../EstimatedExpenseFormDialog/index.tsx | 1 - .../ProjectAlerts/ProjectDeleteAlert.tsx | 1 - .../ProjectAlerts/ProjectStatusAlert.tsx | 1 - .../ProjectAlerts/ProjectTaskDeleteAlert.tsx | 1 - .../ProjectTimesheetDeleteAlert.tsx | 1 - .../containers/ProjectAlerts/index.ts | 1 - .../ProjectBillableEntriesContent.tsx | 1 - .../ProjectBillableEntriesProvider.tsx | 2 +- .../ProjectBillableEntries/components.tsx | 1 - .../ProjectBillableEntries/index.tsx | 1 - .../ProjectBillableEntriesForm.schema.tsx | 2 +- .../ProjectBillableEntriesForm.tsx | 2 +- .../ProjectBillableEntriesFormContent.tsx | 2 +- ...rojectBillableEntriesFormDialogContent.tsx | 1 - .../ProjectBillableEntriesFormFields.tsx | 2 +- ...jectBillableEntriesFormFloatingActions.tsx | 2 +- .../ProjectBillableEntriesFormProvider.tsx | 2 +- .../components.tsx | 2 +- .../index.tsx | 2 +- .../utils.tsx | 1 - .../ProjectDetailActionsBar.tsx | 1 - .../ProjectDetails/ProjectDetailProvider.tsx | 1 - .../ProjectDetails/ProjectDetailTabs.tsx | 1 - .../ProjectDetails/ProjectDetailsHeader.tsx | 1 - .../ProjectPurchasesTable.tsx | 1 - .../ProjectPurchasesTable/components.tsx | 1 - .../ProjectPurchasesTable/hooks.ts | 2 +- .../ProjectPurchasesTable/index.tsx | 1 - .../ProjectSalesTable/ProjectSalesTable.tsx | 1 - .../ProjectSalesTable/components.tsx | 1 - .../ProjectDetails/ProjectSalesTable/hooks.ts | 2 +- .../ProjectSalesTable/index.tsx | 1 - .../ProjectTasks/ProjectTaskProvider.tsx | 1 - .../ProjectTasks/ProjectTasksHeader.tsx | 1 - .../ProjectTasks/ProjectTasksTable.tsx | 1 - .../ProjectTasks/components.tsx | 1 - .../ProjectDetails/ProjectTasks/hooks.ts | 1 - .../ProjectDetails/ProjectTasks/index.tsx | 1 - .../ProjectTimesheetsHeader.tsx | 1 - .../ProjectTimesheetsProvider.tsx | 1 - .../ProjectTimesheetsTable.tsx | 1 - .../ProjectTimeSheets/components.tsx | 1 - .../ProjectDetails/ProjectTimeSheets/hooks.ts | 1 - .../ProjectTimeSheets/index.tsx | 1 - .../containers/ProjectDetails/common.ts | 2 +- .../components/FinancialSection.tsx | 1 - .../components/ProjectTransactionsSelect.tsx | 1 - .../ProjectDetails/components/index.tsx | 2 +- .../containers/ProjectDetails/index.tsx | 1 - .../ProjectExpenseForm.schema.tsx | 2 +- .../ProjectExpenseForm/ProjectExpenseForm.tsx | 1 - .../ProjectExpenseFormChargeFields.tsx | 1 - .../ProjectExpenseFormContent.tsx | 1 - .../ProjectExpenseFormDialogContent.tsx | 1 - .../ProjectExpenseFormFields.tsx | 1 - .../ProjectExpenseFormProvider.tsx | 1 - .../ProjectExpneseFormFloatingActions.tsx | 1 - .../containers/ProjectExpenseForm/index.tsx | 1 - .../ProjectFormDialog/ProjectForm.schema.tsx | 2 +- .../ProjectFormDialog/ProjectForm.tsx | 1 - .../ProjectFormDialog/ProjectFormContent.tsx | 1 - .../ProjectFormDialogContent.tsx | 1 - .../ProjectFormDialog/ProjectFormFields.tsx | 1 - .../ProjectFormFloatingActions.tsx | 1 - .../ProjectFormDialog/ProjectFormProvider.tsx | 1 - .../containers/ProjectFormDialog/index.tsx | 1 - .../ProjectInvoicingForm.schema.tsx | 2 +- .../ProjectInvoicingForm.tsx | 1 - .../ProjectInvoicingFormContent.tsx | 1 - .../ProjectInvoicingFormDialogContent.tsx | 1 - .../ProjectInvoicingFormFields.tsx | 1 - .../ProjectInvoicingFormFloatingActions.tsx | 1 - .../ProjectInvoicingFormProvider.tsx | 1 - .../ProjectInvoicingFormDialog/index.tsx | 1 - .../ProjectTaskForm.schema.tsx | 2 +- .../ProjectTaskFormDialog/ProjectTaskForm.tsx | 1 - .../ProjectTaskFormContent.tsx | 1 - .../ProjectTaskFormDialogContent.tsx | 1 - .../ProjectTaskFormFields.tsx | 1 - .../ProjectTaskFormFloatingActions.tsx | 1 - .../ProjectTaskFormProvider.tsx | 1 - .../ProjectTaskFormDialog/index.tsx | 1 - .../ProjectTaskFormDialog/utils.tsx | 1 - .../ProjectTimeEntryForm.schema.tsx | 2 +- .../ProjectTimeEntryForm.tsx | 1 - .../ProjectTimeEntryFormContent.tsx | 1 - .../ProjectTimeEntryFormDialogContent.tsx | 1 - .../ProjectTimeEntryFormFields.tsx | 1 - .../ProjectTimeEntryFormFloatingActions.tsx | 1 - .../ProjectTimeEntryFormProvider.tsx | 1 - .../ProjectTimeEntryFormDialog/index.tsx | 1 - .../ProjectTimeEntryFormDialog/utils.ts | 1 - .../ProjectsLanding/ProjectsActionsBar.tsx | 1 - .../ProjectsLanding/ProjectsDataTable.tsx | 1 - .../ProjectsLanding/ProjectsEmptyStatus.tsx | 1 - .../ProjectsLanding/ProjectsList.tsx | 1 - .../ProjectsLanding/ProjectsListProvider.tsx | 1 - .../ProjectsLanding/ProjectsViewTabs.tsx | 1 - .../containers/ProjectsLanding/components.tsx | 1 - .../ProjectsLanding/withProjects.tsx | 2 +- .../ProjectsLanding/withProjectsActions.tsx | 2 +- .../containers/common/modalChargeOptions.ts | 2 +- .../src/containers/Projects/hooks/index.ts | 2 +- .../Projects/hooks/projectBillableEntries.tsx | 2 +- .../Projects/hooks/projectTimeEntry.tsx | 2 +- .../src/containers/Projects/hooks/projects.ts | 2 +- .../Projects/hooks/projectsTask.tsx | 2 +- .../src/containers/Projects/hooks/type.ts | 2 +- .../Bills/BillForm/BillFloatingActions.tsx | 1 - .../Bills/BillForm/BillForm.schema.tsx | 2 +- .../Purchases/Bills/BillForm/BillForm.tsx | 1 - .../Bills/BillForm/BillFormCurrencyTag.tsx | 1 - .../Bills/BillForm/BillFormEntriesActions.tsx | 2 +- .../Bills/BillForm/BillFormFooter.tsx | 3 +- .../Bills/BillForm/BillFormFooterLeft.tsx | 1 - .../Bills/BillForm/BillFormFooterRight.tsx | 2 +- .../Bills/BillForm/BillFormHeader.tsx | 1 - .../Bills/BillForm/BillFormHeaderFields.tsx | 1 - .../Purchases/Bills/BillForm/BillFormPage.tsx | 1 - .../Bills/BillForm/BillFormProvider.tsx | 1 - .../Bills/BillForm/BillFormTopBar.tsx | 1 - .../Bills/BillForm/BillItemsEntriesEditor.tsx | 2 +- .../Purchases/Bills/BillForm/components.tsx | 1 - .../Purchases/Bills/BillForm/utils.tsx | 1 - .../Purchases/Bills/BillUniversalSearch.tsx | 9 +- .../Bills/BillsLanding/BillsActionsBar.tsx | 1 - .../Bills/BillsLanding/BillsAlerts.tsx | 1 - .../Bills/BillsLanding/BillsEmptyStatus.tsx | 1 - .../Bills/BillsLanding/BillsList.tsx | 1 - .../Bills/BillsLanding/BillsListProvider.tsx | 1 - .../Bills/BillsLanding/BillsTable.tsx | 1 - .../Bills/BillsLanding/BillsViewsTabs.tsx | 1 - .../Bills/BillsLanding/components.tsx | 3 +- .../Bills/BillsLanding/withBills.tsx | 2 +- .../Bills/BillsLanding/withBillsActions.tsx | 2 +- .../VendorCreditNoteFloatingActions.tsx | 1 - .../VendorCreditNoteForm.schema.tsx | 2 +- .../CreditNoteForm/VendorCreditNoteForm.tsx | 1 - .../VendorCreditNoteFormCurrencyTag.tsx | 1 - .../VendorCreditNoteFormDialogs.tsx | 1 - .../VendorCreditNoteFormFooter.tsx | 3 +- .../VendorCreditNoteFormFooterLeft.tsx | 1 - .../VendorCreditNoteFormFooterRight.tsx | 1 - .../VendorCreditNoteFormHeader.tsx | 1 - .../VendorCreditNoteFormHeaderFields.tsx | 1 - .../VendorCreditNoteFormPage.tsx | 1 - .../VendorCreditNoteFormProvider.tsx | 1 - .../VendorCreditNoteFormTopBar.tsx | 1 - .../VendorCreditNoteItemsEntriesEditor.tsx | 1 - .../CreditNotes/CreditNoteForm/components.tsx | 1 - .../CreditNotes/CreditNoteForm/utils.tsx | 1 - .../VendorsCreditNoteActionsBar.tsx | 1 - .../VendorsCreditNoteDataTable.tsx | 1 - .../VendorsCreditNoteEmptyStatus.tsx | 1 - .../VendorsCreditNoteListProvider.tsx | 1 - .../VendorsCreditNoteViewTabs.tsx | 1 - .../VendorsCreditNotesList.tsx | 1 - .../CreditNotesLanding/components.tsx | 1 - .../CreditNotes/CreditNotesLanding/utils.tsx | 2 +- .../CreditNotesLanding/withVendorActions.tsx | 2 +- .../withVendorsCreditNotes.tsx | 2 +- .../withVendorsCreditNotesActions.tsx | 2 +- .../VendorCreditIUniversalSearchBind.tsx | 5 +- .../CreditNotes/VendorCreditNotesAlerts.tsx | 1 - .../PaymentForm/PaymentMadeEntriesTable.tsx | 1 - .../PaymentMadeFloatingActions.tsx | 1 - .../PaymentForm/PaymentMadeFooter.tsx | 1 - .../PaymentForm/PaymentMadeForm.schema.tsx | 2 +- .../PaymentForm/PaymentMadeForm.tsx | 1 - .../PaymentForm/PaymentMadeFormBody.tsx | 1 - .../PaymentMadeFormCurrencyTag.tsx | 1 - .../PaymentForm/PaymentMadeFormFooterLeft.tsx | 1 - .../PaymentMadeFormFooterRight.tsx | 1 - .../PaymentForm/PaymentMadeFormHeader.tsx | 7 +- .../PaymentMadeFormHeaderFields.tsx | 1 - .../PaymentForm/PaymentMadeFormPage.tsx | 1 - .../PaymentForm/PaymentMadeFormProvider.tsx | 1 - .../PaymentForm/PaymentMadeFormTopBar.tsx | 1 - .../PaymentForm/PaymentMadeInnerProvider.tsx | 1 - .../PaymentMades/PaymentForm/components.tsx | 1 - .../PaymentMades/PaymentForm/utils.tsx | 1 - .../PaymentMadeUniversalSearch.tsx | 5 +- .../PaymentMades/PaymentMadesAlerts.tsx | 1 - .../PaymentsLanding/PaymentMadeActionsBar.tsx | 1 - .../PaymentsLanding/PaymentMadeList.tsx | 1 - .../PaymentsLanding/PaymentMadeViewTabs.tsx | 1 - .../PaymentMadesEmptyStatus.tsx | 1 - .../PaymentMadesListProvider.tsx | 1 - .../PaymentsLanding/PaymentMadesTable.tsx | 1 - .../PaymentsLanding/PaymentMadesView.tsx | 1 - .../PaymentMdesListProvider.tsx | 1 - .../PaymentsLanding/components.tsx | 1 - .../PaymentMades/PaymentsLanding/utils.tsx | 2 +- .../PaymentsLanding/withPaymentMade.tsx | 2 +- .../withPaymentMadeActions.tsx | 2 +- .../PaymentsLanding/withPaymentMadeDetail.tsx | 2 +- .../QuickNewDropdown/QuickNewDropdown.tsx | 1 - .../Resources/withResourceDetails.tsx | 2 +- .../Resources/withResourcesActions.tsx | 2 +- .../src/containers/Router/withRoute.tsx | 2 +- .../containers/Router/withRouteActions.tsx | 2 +- .../CreditNoteFloatingActions.tsx | 1 - .../CreditNoteForm/CreditNoteForm.schema.tsx | 2 +- .../CreditNoteForm/CreditNoteForm.tsx | 1 - .../CreditNoteForm/CreditNoteFormDialogs.tsx | 1 - .../CreditNoteForm/CreditNoteFormFooter.tsx | 1 - .../CreditNoteFormFooterLeft.tsx | 1 - .../CreditNoteFormFooterRight.tsx | 1 - .../CreditNoteForm/CreditNoteFormHeader.tsx | 1 - .../CreditNoteFormHeaderFields.tsx | 1 - .../CreditNoteForm/CreditNoteFormPage.tsx | 1 - .../CreditNoteForm/CreditNoteFormProvider.tsx | 1 - .../CreditNoteForm/CreditNoteFormTopBar.tsx | 1 - .../CreditNoteItemsEntriesEditorField.tsx | 1 - .../CreditNoteTransactionNoField.tsx | 1 - .../CreditNotetFormCurrencyTag.tsx | 1 - .../CreditNotes/CreditNoteForm/components.tsx | 1 - .../CreditNotes/CreditNoteForm/utils.tsx | 1 - .../CreditNotes/CreditNoteUniversalSearch.tsx | 5 +- .../Sales/CreditNotes/CreditNotesAlerts.tsx | 1 - .../CreditNotesActionsBar.tsx | 1 - .../CreditNotesDataTable.tsx | 1 - .../CreditNotesEmptyStatus.tsx | 1 - .../CreditNotesLanding/CreditNotesList.tsx | 1 - .../CreditNotesListProvider.tsx | 1 - .../CreditNotesViewTabs.tsx | 1 - .../CreditNotesLanding/components.tsx | 1 - .../CreditNotes/CreditNotesLanding/utils.tsx | 1 - .../CreditNotesLanding/withCreditNotes.tsx | 2 +- .../withCreditNotesActions.tsx | 2 +- .../Dialogs/EstimateFormMailDeliverDialog.tsx | 1 - .../EstimateFormMailDeliverDialogContent.tsx | 2 +- .../EstimateForm/EstimateFloatingActions.tsx | 1 - .../EstimateForm/EstimateForm.schema.tsx | 2 +- .../Estimates/EstimateForm/EstimateForm.tsx | 2 +- .../EstimateForm/EstimateFormCurrencyTag.tsx | 1 - .../EstimateForm/EstimateFormDialogs.tsx | 1 - .../EstimateFormEstimateNumberField.tsx | 1 - .../EstimateForm/EstimateFormFooter.tsx | 1 - .../EstimateForm/EstimateFormFooterLeft.tsx | 1 - .../EstimateForm/EstimateFormFooterRight.tsx | 1 - .../EstimateForm/EstimateFormHeader.tsx | 1 - .../EstimateForm/EstimateFormHeaderFields.tsx | 2 +- .../EstimateForm/EstimateFormPage.tsx | 1 - .../EstimateForm/EstimateFormProvider.tsx | 1 - .../EstimateItemsEntriesField.tsx | 1 - .../EstimateForm/EstimtaeFormTopBar.tsx | 1 - .../Estimates/EstimateForm/components.tsx | 1 - .../Sales/Estimates/EstimateForm/utils.tsx | 1 - .../EstimateMailDialog/EstimateMailDialog.tsx | 1 - .../EstimateMailDialogBody.tsx | 2 +- .../EstimateMailDialogBoot.tsx | 1 - .../EstimateMailDialogForm.tsx | 2 +- .../EstimateMailDialogFormContent.tsx | 2 +- .../Sales/Estimates/EstimatesAlerts.tsx | 1 - .../EstimateUniversalSearch.tsx | 13 +- .../EstimatesLanding/EstimatesActionsBar.tsx | 1 - .../EstimatesLanding/EstimatesDataTable.tsx | 1 - .../EstimatesLanding/EstimatesEmptyStatus.tsx | 1 - .../EstimatesLanding/EstimatesList.tsx | 1 - .../EstimatesListProvider.tsx | 1 - .../EstimatesLanding/EstimatesViewTabs.tsx | 1 - .../Estimates/EstimatesLanding/components.tsx | 1 - .../EstimatesLanding/withEstimates.tsx | 2 +- .../EstimatesLanding/withEstimatesActions.tsx | 2 +- .../Sales/Estimates/withEstimateDetail.tsx | 2 +- .../InvoiceExchangeRateChangeDialog.tsx | 2 +- .../InvoiceFormMailDeliverDialog.tsx | 1 - .../InvoiceFormMailDeliverDialogContent.tsx | 2 +- .../Invoices/InvoiceForm/Dialogs/index.ts | 2 +- .../InvoiceForm/InvoiceFloatingActions.tsx | 1 - .../InvoiceForm/InvoiceForm.schema.tsx | 2 +- .../Invoices/InvoiceForm/InvoiceForm.tsx | 1 - .../InvoiceForm/InvoiceFormActions.tsx | 1 - .../InvoiceForm/InvoiceFormCurrencyTag.tsx | 1 - .../InvoiceForm/InvoiceFormDialogs.tsx | 2 +- .../InvoiceForm/InvoiceFormFooter.tsx | 1 - .../InvoiceForm/InvoiceFormFooterLeft.tsx | 1 - .../InvoiceForm/InvoiceFormFooterRight.tsx | 1 - .../InvoiceForm/InvoiceFormHeader.tsx | 1 - .../InvoiceForm/InvoiceFormHeaderFields.tsx | 1 - .../InvoiceFormInvoiceNumberField.tsx | 1 - .../Invoices/InvoiceForm/InvoiceFormPage.tsx | 1 - .../InvoiceForm/InvoiceFormProvider.tsx | 1 - .../InvoiceForm/InvoiceFormTopBar.tsx | 1 - .../InvoiceItemsEntriesEditorField.tsx | 1 - .../Sales/Invoices/InvoiceForm/components.tsx | 2 +- .../Sales/Invoices/InvoiceForm/utils.tsx | 1 - .../InvoiceMailDialog/InvoiceMailDialog.tsx | 1 - .../InvoiceMailDialogBody.tsx | 2 +- .../InvoiceMailDialogBoot.tsx | 1 - .../InvoiceMailDialogForm.schema.ts | 2 +- .../InvoiceMailDialogForm.tsx | 2 +- .../InvoiceMailDialogFormContent.tsx | 2 +- .../Sales/Invoices/InvoiceUniversalSearch.tsx | 9 +- .../Sales/Invoices/InvoicesAlerts.tsx | 1 - .../InvoicesLanding/InvoiceViewTabs.tsx | 1 - .../InvoicesLanding/InvoicesActionsBar.tsx | 1 - .../InvoicesLanding/InvoicesDataTable.tsx | 1 - .../InvoicesLanding/InvoicesEmptyStatus.tsx | 1 - .../Invoices/InvoicesLanding/InvoicesList.tsx | 1 - .../InvoicesLanding/InvoicesListProvider.tsx | 1 - .../Invoices/InvoicesLanding/components.tsx | 5 +- .../InvoicesLanding/withInvoiceActions.tsx | 2 +- .../Invoices/InvoicesLanding/withInvoices.tsx | 2 +- .../PaymentMailDialog/PaymentMailDialog.tsx | 1 - .../PaymentMailDialogBoot.tsx | 1 - .../PaymentMailDialogForm.tsx | 2 +- .../PaymentMailDialogFormContent.tsx | 2 +- .../PaymentReceives/PaymentReceiveAlerts.tsx | 1 - .../PaymentReceiveFloatingActions.tsx | 1 - .../PaymentReceiveForm.schema.tsx | 2 +- .../PaymentReceiveForm/PaymentReceiveForm.tsx | 1 - .../PaymentReceiveFormAlerts.tsx | 1 - .../PaymentReceiveFormBody.tsx | 1 - .../PaymentReceiveFormCurrencyTag.tsx | 1 - .../PaymentReceiveFormDialogs.tsx | 1 - .../PaymentReceiveFormFooter.tsx | 1 - .../PaymentReceiveFormFootetLeft.tsx | 1 - .../PaymentReceiveFormFootetRight.tsx | 1 - .../PaymentReceiveFormHeader.tsx | 7 +- .../PaymentReceiveFormPage.tsx | 1 - .../PaymentReceiveFormProvider.tsx | 1 - .../PaymentReceiveFormTopBar.tsx | 1 - .../PaymentReceiveHeaderFields.tsx | 1 - .../PaymentReceiveInnerProvider.tsx | 1 - .../PaymentReceiveItemsTable.tsx | 1 - .../PaymentReceivePaymentNoField.tsx | 1 - .../PaymentReceiveForm/components.tsx | 1 - .../PaymentReceiveForm/utils.tsx | 1 - .../PaymentReceiveUniversalSearch.tsx | 5 +- .../PaymentReceiptsListProvider.tsx | 1 - .../PaymentReceiveActionsBar.tsx | 1 - .../PaymentReceiveViewTabs.tsx | 1 - .../PaymentReceivesEmptyStatus.tsx | 1 - .../PaymentsLanding/PaymentReceivesList.tsx | 1 - .../PaymentReceivesListProvider.tsx | 1 - .../PaymentsLanding/PaymentReceivesTable.tsx | 1 - .../PaymentsLanding/components.tsx | 1 - .../withPaymentReceiveDetail.tsx | 2 +- .../PaymentsLanding/withPaymentReceives.tsx | 2 +- .../withPaymentReceivesActions.tsx | 2 +- .../Dialogs/ReceiptFormMailDeliverDialog.tsx | 1 - .../ReceiptFormMailDeliverDialogContent.tsx | 2 +- .../ReceiptForm/ReceiptForm.schema.tsx | 2 +- .../Receipts/ReceiptForm/ReceiptForm.tsx | 2 +- .../ReceiptForm/ReceiptFormCurrencyTag.tsx | 1 - .../ReceiptForm/ReceiptFormDialogs.tsx | 1 - .../ReceiptFormFloatingActions.tsx | 1 - .../ReceiptForm/ReceiptFormFooter.tsx | 1 - .../ReceiptForm/ReceiptFormFooterLeft.tsx | 1 - .../ReceiptForm/ReceiptFormFooterRight.tsx | 1 - .../ReceiptForm/ReceiptFormHeader.tsx | 1 - .../ReceiptForm/ReceiptFormHeaderFields.tsx | 1 - .../Receipts/ReceiptForm/ReceiptFormPage.tsx | 1 - .../ReceiptForm/ReceiptFormProvider.tsx | 1 - .../ReceiptFormReceiptNumberField.tsx | 1 - .../ReceiptForm/ReceiptFormTopbar.tsx | 1 - .../ReceiptForm/ReceiptItemsEntriesEditor.tsx | 1 - .../Sales/Receipts/ReceiptForm/components.tsx | 1 - .../Sales/Receipts/ReceiptForm/utils.tsx | 1 - .../ReceiptMailDialog/ReceiptMailDialog.tsx | 1 - .../ReceiptMailDialogBody.tsx | 2 +- .../ReceiptMailDialogBoot.tsx | 1 - .../ReceiptMailDialogForm.tsx | 2 +- .../ReceiptMailDialogFormContent.tsx | 2 +- .../Sales/Receipts/ReceiptUniversalSearch.tsx | 9 +- .../Sales/Receipts/ReceiptsAlerts.tsx | 1 - .../ReceiptsLanding/ReceiptActionsBar.tsx | 1 - .../ReceiptsLanding/ReceiptViewTabs.tsx | 1 - .../ReceiptsLanding/ReceiptsEmptyStatus.tsx | 1 - .../Receipts/ReceiptsLanding/ReceiptsList.tsx | 1 - .../ReceiptsLanding/ReceiptsListProvider.tsx | 1 - .../ReceiptsLanding/ReceiptsTable.tsx | 1 - .../Receipts/ReceiptsLanding/components.tsx | 1 - .../Receipts/ReceiptsLanding/withReceipts.tsx | 2 +- .../ReceiptsLanding/withReceiptsActions.tsx | 2 +- .../MailNotificationForm.tsx | 2 +- .../src/containers/Settings/withSettings.tsx | 2 +- .../Settings/withSettingsActions.tsx | 2 +- .../containers/Setup/SetupCongratsPage.tsx | 9 +- .../src/containers/Setup/SetupDialogs.tsx | 3 +- .../Setup/SetupInitializingForm.tsx | 13 +- .../src/containers/Setup/SetupLeftSection.tsx | 7 +- .../Setup/SetupOrganization.schema.tsx | 2 +- .../Setup/SetupOrganizationForm.tsx | 1 - .../Setup/SetupOrganizationPage.tsx | 1 - .../containers/Setup/SetupRightSection.tsx | 1 - .../src/containers/Setup/SetupSteps.tsx | 1 - .../containers/Setup/SetupSubscription.tsx | 1 - .../SetupSubscriptionForm.tsx | 3 +- .../SubscriptionPaymentsMethodsSection.tsx | 3 +- .../SubscriptionPeriodsSection.tsx | 7 +- .../SubscriptionPlansSection.tsx | 7 +- .../containers/Setup/SetupWizardContent.tsx | 5 +- .../Setup/SubscriptionForm.schema.tsx | 2 +- .../src/containers/Setup/WizardSetupPage.tsx | 3 +- .../src/containers/Setup/WizardSetupSteps.tsx | 1 - .../src/containers/Setup/WorkflowIcon.tsx | 1 - .../containers/Subscriptions/BillingForm.tsx | 1 - .../Subscriptions/BillingPaymentMethod.tsx | 3 +- .../Subscriptions/BillingPeriod.tsx | 1 - .../Subscriptions/BillingPeriodsInput.tsx | 7 +- .../containers/Subscriptions/BillingPlan.tsx | 1 - .../Subscriptions/BillingPlansForm.tsx | 3 +- .../Subscriptions/BillingPlansInput.tsx | 7 +- .../containers/Subscriptions/BillingTab.tsx | 1 - .../containers/Subscriptions/LicenseTab.tsx | 1 - .../Subscriptions/SubscriptionTabs.tsx | 1 - .../src/containers/Subscriptions/utils.tsx | 2 +- .../Subscriptions/withBillingActions.tsx | 2 +- .../src/containers/Subscriptions/withPlan.tsx | 2 +- .../containers/Subscriptions/withPlans.tsx | 2 +- .../withSubscriptionPlansActions.tsx | 2 +- .../Subscriptions/withSubscriptions.tsx | 2 +- .../withSubscriptionsActions.tsx | 2 +- .../Subscriptions/withSubscriptionss.tsx | 2 +- .../TaxRates/alerts/TaxRateDeleteAlert.tsx | 1 - .../src/containers/TaxRates/alerts/index.ts | 1 - .../containers/TaxRatesLandingActionsBar.tsx | 1 - .../containers/TaxRatesLandingEmptyState.tsx | 1 - .../containers/TaxRatesLandingProvider.tsx | 1 - .../containers/TaxRatesLandingTable.tsx | 1 - .../TaxRates/containers/_components.tsx | 1 - .../containers/TaxRates/containers/_utils.tsx | 1 - .../TaxRateFormDialog/TaxRateForm.schema.ts | 2 +- .../TaxRateFormDialog/TaxRateFormDialog.tsx | 1 - .../TaxRateFormDialogBoot.tsx | 1 - .../TaxRateFormDialogContent.tsx | 1 - .../TaxRateFormDialogForm.tsx | 1 - .../TaxRateFormDialogFormContent.tsx | 1 - .../TaxRateFormDialogFormErrors.tsx | 1 - .../TaxRateFormDialogFormFooter.tsx | 1 - .../dialogs/TaxRateFormDialog/utils.ts | 2 +- .../TaxRateDetailsContent.tsx | 1 - .../TaxRateDetailsContentActionsBar.tsx | 1 - .../TaxRateDetailsContentBoot.tsx | 1 - .../TaxRateDetailsContentDetails.tsx | 1 - .../TaxRateDetailsDrawer.tsx | 1 - .../TaxRates/pages/TaxRatesLanding.tsx | 1 - .../TransactionsLockingAlerts.tsx | 1 - .../TransactionsLockingBody.tsx | 1 - .../TransactionsLockingHeader.tsx | 1 - .../TransactionsLockingList.tsx | 1 - .../TransactionsLockingPage.tsx | 1 - .../TransactionsLockingProvider.tsx | 1 - .../TransactionsLocking/components.tsx | 1 - .../containers/TransactionsLocking/utils.tsx | 2 +- .../DashboardUniversalSearch.tsx | 3 +- .../DashboardUniversalSearchBinds.tsx | 2 +- .../DashboardUniversalSearchHotkeys.tsx | 2 +- .../DashboardUniversalSearchItemActions.tsx | 1 - .../containers/UniversalSearch/components.tsx | 3 +- .../src/containers/UniversalSearch/utils.tsx | 2 +- .../UniversalSearch/withUniversalSearch.tsx | 2 +- .../withUniversalSearchActions.tsx | 2 +- .../webapp/src/containers/Users/withUsers.tsx | 2 +- .../src/containers/Users/withUsersActions.tsx | 2 +- .../VendorForm/VendorAttachmentTab.tsx | 1 - .../VendorForm/VendorFinanicalPanelTab.tsx | 1 - .../VendorForm/VendorFloatingActions.tsx | 1 - .../Vendors/VendorForm/VendorForm.schema.tsx | 2 +- .../VendorFormAfterPrimarySection.tsx | 3 +- .../Vendors/VendorForm/VendorFormFormik.tsx | 1 - .../Vendors/VendorForm/VendorFormPage.tsx | 1 - .../VendorForm/VendorFormPrimarySection.tsx | 1 - .../Vendors/VendorForm/VendorFormProvider.tsx | 1 - .../Vendors/VendorForm/VendorsTabs.tsx | 1 - .../containers/Vendors/VendorForm/utils.tsx | 1 - .../src/containers/Vendors/VendorsAlerts.tsx | 1 - .../src/containers/Vendors/VendorsImport.tsx | 2 +- .../VendorsLanding/VendorActionsBar.tsx | 1 - .../VendorsLanding/VendorViewsTabs.tsx | 1 - .../VendorsLanding/VendorsEmptyStatus.tsx | 1 - .../Vendors/VendorsLanding/VendorsList.tsx | 1 - .../VendorsLanding/VendorsListProvider.tsx | 1 - .../Vendors/VendorsLanding/VendorsTable.tsx | 1 - .../Vendors/VendorsLanding/components.tsx | 1 - .../Vendors/VendorsLanding/utils.tsx | 2 +- .../Vendors/VendorsLanding/withVendors.tsx | 2 +- .../VendorsLanding/withVendorsActions.tsx | 2 +- .../Vendors/VendorsUniversalSearch.tsx | 2 +- .../webapp/src/containers/Vendors/utils.tsx | 1 - .../containers/Vendors/withVendorDetail.tsx | 2 +- .../containers/Views/ViewForm.container.tsx | 2 +- .../webapp/src/containers/Views/ViewForm.tsx | 27 +- .../src/containers/Views/ViewFormPage.tsx | 1 - .../src/containers/Views/withCurrentView.tsx | 2 +- .../src/containers/Views/withViewDetails.tsx | 2 +- .../src/containers/Views/withViewsActions.tsx | 2 +- .../WarehouseTransferEditorField.tsx | 1 - .../WarehouseTransferFloatingActions.tsx | 1 - .../WarehouseTransferForm.schema.tsx | 2 +- .../WarehouseTransferForm.tsx | 1 - .../WarehouseTransferFormDialog.tsx | 1 - .../WarehouseTransferFormEntriesTable.tsx | 1 - .../WarehouseTransferFormFooter.tsx | 1 - .../WarehouseTransferFormFooterLeft.tsx | 1 - .../WarehouseTransferFormHeader.tsx | 1 - .../WarehouseTransferFormHeaderFields.tsx | 1 - .../WarehouseTransferFormPage.tsx | 1 - .../WarehouseTransferFormProvider.tsx | 1 - .../WarehouseTransferForm/components.tsx | 1 - .../WarehouseTransferForm/hooks.ts | 1 - .../WarehouseTransferForm/utils.tsx | 1 - .../WarehouseTransfersActionsBar.tsx | 1 - .../WarehouseTransfersDataTable.tsx | 1 - .../WarehouseTransfersEmptyStatus.tsx | 1 - .../WarehouseTransfersList.tsx | 1 - .../WarehouseTransfersListProvider.tsx | 1 - .../WarehouseTransfersViewTabs.tsx | 1 - .../WarehouseTransfersLanding/components.tsx | 1 - .../withWarehouseTransfers.tsx | 2 +- .../withWarehouseTransfersActions.tsx | 2 +- .../WarehousesTransfersAlerts.tsx | 1 - .../containers/WarehouseTransfers/utils.tsx | 1 - packages/webapp/src/hooks/dashboard/index.tsx | 2 +- .../hooks/dashboard/useKeywordShortcuts.tsx | 1 - packages/webapp/src/hooks/index.tsx | 2 +- .../FinancialReports/use-AP-aging-summary.ts | 2 +- .../FinancialReports/use-AR-aging-summary.ts | 2 +- .../FinancialReports/use-balance-sheet.ts | 2 +- .../FinancialReports/use-cashflow-sheet.ts | 2 +- .../use-customer-balance-summary.ts | 2 +- .../use-customer-transactions.ts | 2 +- .../FinancialReports/use-general-ledger.ts | 2 +- .../use-inventory-item-details.ts | 2 +- .../use-inventory-valuation.ts | 2 +- .../FinancialReports/use-journal-sheet.ts | 2 +- .../FinancialReports/use-profit-loss-sheet.ts | 2 +- .../use-purchases-by-items.ts | 2 +- .../FinancialReports/use-sales-by-items.ts | 2 +- .../use-sales-tax-liabilities-summary.ts | 2 +- .../use-transactions-by-reference.ts | 2 +- .../use-trial-balance-sheet.ts | 2 +- .../use-vendor-balance-summary.ts | 2 +- .../use-vendor-transactions.ts | 2 +- .../src/hooks/query/GenericResource/index.tsx | 2 +- .../query/UniversalSearch/UniversalSearch.tsx | 2 +- packages/webapp/src/hooks/query/accounts.tsx | 2 +- .../webapp/src/hooks/query/authentication.tsx | 2 +- packages/webapp/src/hooks/query/base.tsx | 2 +- packages/webapp/src/hooks/query/bills.tsx | 2 +- packages/webapp/src/hooks/query/branches.tsx | 2 +- .../src/hooks/query/cashflowAccounts.tsx | 2 +- packages/webapp/src/hooks/query/contacts.tsx | 2 +- .../webapp/src/hooks/query/creditNote.tsx | 2 +- .../webapp/src/hooks/query/currencies.tsx | 2 +- packages/webapp/src/hooks/query/customers.tsx | 2 +- packages/webapp/src/hooks/query/estimates.tsx | 2 +- .../webapp/src/hooks/query/exchangeRates.tsx | 2 +- packages/webapp/src/hooks/query/expenses.tsx | 2 +- packages/webapp/src/hooks/query/import.ts | 2 +- packages/webapp/src/hooks/query/index.tsx | 2 +- .../src/hooks/query/inventoryAdjustments.tsx | 2 +- packages/webapp/src/hooks/query/invite.tsx | 2 +- packages/webapp/src/hooks/query/invoices.tsx | 2 +- packages/webapp/src/hooks/query/items.tsx | 2 +- .../src/hooks/query/itemsCategories.tsx | 2 +- packages/webapp/src/hooks/query/jobs.tsx | 2 +- .../webapp/src/hooks/query/landedCost.tsx | 2 +- .../webapp/src/hooks/query/manualJournals.tsx | 2 +- packages/webapp/src/hooks/query/misc.tsx | 2 +- .../webapp/src/hooks/query/organization.tsx | 2 +- .../webapp/src/hooks/query/paymentMades.tsx | 2 +- .../src/hooks/query/paymentReceives.tsx | 2 +- packages/webapp/src/hooks/query/plaid.ts | 2 +- packages/webapp/src/hooks/query/receipts.tsx | 2 +- packages/webapp/src/hooks/query/roles.tsx | 2 +- packages/webapp/src/hooks/query/settings.tsx | 2 +- .../webapp/src/hooks/query/subscriptions.tsx | 2 +- packages/webapp/src/hooks/query/taxRates.ts | 2 +- .../src/hooks/query/transactionsLocking.tsx | 2 +- packages/webapp/src/hooks/query/types.tsx | 2 +- packages/webapp/src/hooks/query/users.tsx | 2 +- .../webapp/src/hooks/query/vendorCredit.tsx | 2 +- packages/webapp/src/hooks/query/vendors.tsx | 2 +- packages/webapp/src/hooks/query/views.tsx | 2 +- .../webapp/src/hooks/query/warehouses.tsx | 2 +- .../src/hooks/query/warehousesTransfers.tsx | 2 +- .../webapp/src/hooks/state/authentication.tsx | 2 +- packages/webapp/src/hooks/state/dashboard.tsx | 2 +- packages/webapp/src/hooks/state/feature.tsx | 1 - .../webapp/src/hooks/state/globalErrors.tsx | 2 +- packages/webapp/src/hooks/state/index.tsx | 2 +- .../webapp/src/hooks/state/organizations.tsx | 2 +- packages/webapp/src/hooks/state/settings.tsx | 2 +- .../webapp/src/hooks/state/subscriptions.tsx | 2 +- packages/webapp/src/hooks/useAutofocus.tsx | 2 +- packages/webapp/src/hooks/useDownloadFile.ts | 2 +- packages/webapp/src/hooks/useMedia.tsx | 1 - packages/webapp/src/hooks/useQueryRequest.tsx | 2 +- packages/webapp/src/hooks/useQueryString.ts | 2 +- packages/webapp/src/hooks/useRequest.tsx | 1 - packages/webapp/src/hooks/useRequestPdf.tsx | 1 - packages/webapp/src/hooks/utils/index.tsx | 2 +- .../src/hooks/utils/useAbilityContext.tsx | 1 - .../src/hooks/utils/useDeepCompareEffect.ts | 2 +- .../hooks/utils/useIntersectionObserver.tsx | 1 - .../src/hooks/utils/useLocalStorage.tsx | 1 - .../webapp/src/hooks/utils/usePrevious.tsx | 2 +- .../webapp/src/hooks/utils/useRequestPdf.tsx | 1 - .../src/hooks/utils/useUpdateEffect.tsx | 2 +- packages/webapp/src/hooks/utils/useWatch.tsx | 2 +- packages/webapp/src/hooks/utils/useWhen.tsx | 1 - packages/webapp/src/index.tsx | 29 +- packages/webapp/src/lang/ar/locale.tsx | 2 +- .../webapp/src/lang/en/authentication.tsx | 2 +- packages/webapp/src/lang/en/locale.tsx | 2 +- packages/webapp/src/lang/printValue.tsx | 2 +- packages/webapp/src/routes/authentication.tsx | 6 +- packages/webapp/src/routes/dashboard.tsx | 2 +- packages/webapp/src/routes/preferences.tsx | 2 +- .../webapp/src/routes/preferencesTabs.tsx | 2 +- packages/webapp/src/serviceWorker.tsx | 2 +- packages/webapp/src/services/ApiService.tsx | 2 +- packages/webapp/src/services/NamedRoutes.tsx | 2 +- .../webapp/src/services/RemoteDataBinding.tsx | 2 +- packages/webapp/src/services/axios.tsx | 2 +- packages/webapp/src/services/yup.tsx | 2 +- packages/webapp/src/static/json/icons.tsx | 2 +- .../webapp/src/store/Bills/bills.actions.tsx | 2 +- .../webapp/src/store/Bills/bills.reducer.tsx | 2 +- .../src/store/Bills/bills.selectors.tsx | 2 +- .../webapp/src/store/Bills/bills.type.tsx | 2 +- .../CashflowAccounts.actions.tsx | 2 +- .../CashflowAccounts.reducer.tsx | 2 +- .../CashflowAccounts.selectors.tsx | 2 +- .../CashflowAccounts.types.tsx | 2 +- .../store/CreditNote/creditNote.actions.tsx | 2 +- .../store/CreditNote/creditNote.reducer.tsx | 2 +- .../store/CreditNote/creditNote.selector.tsx | 2 +- .../src/store/CreditNote/creditNote.type.tsx | 2 +- .../src/store/Estimate/estimates.actions.tsx | 2 +- .../src/store/Estimate/estimates.reducer.tsx | 2 +- .../store/Estimate/estimates.selectors.tsx | 2 +- .../src/store/Estimate/estimates.types.tsx | 2 +- .../store/ExchangeRate/exchange.actions.tsx | 2 +- .../store/ExchangeRate/exchange.reducer.tsx | 2 +- .../store/ExchangeRate/exchange.selector.tsx | 2 +- .../src/store/ExchangeRate/exchange.type.tsx | 2 +- .../src/store/Invoice/invoices.actions.tsx | 2 +- .../src/store/Invoice/invoices.reducer.tsx | 2 +- .../src/store/Invoice/invoices.selector.tsx | 2 +- .../src/store/Invoice/invoices.types.tsx | 2 +- .../PaymentMades/paymentMades.actions.tsx | 2 +- .../PaymentMades/paymentMades.reducer.tsx | 2 +- .../PaymentMades/paymentMades.selector.tsx | 2 +- .../store/PaymentMades/paymentMades.type.tsx | 2 +- .../paymentReceives.actions.tsx | 2 +- .../paymentReceives.reducer.tsx | 2 +- .../paymentReceives.selector.tsx | 2 +- .../PaymentReceives/paymentReceives.type.tsx | 2 +- .../src/store/Project/projects.actions.ts | 2 +- .../src/store/Project/projects.reducer.ts | 2 +- .../src/store/Project/projects.selectors.ts | 2 +- .../webapp/src/store/Project/projects.type.ts | 2 +- packages/webapp/src/store/ResetMiddleware.tsx | 2 +- .../VendorCredit/VendorCredit.reducer.tsx | 2 +- .../VendorCredit/vendorCredit.actions.tsx | 2 +- .../VendorCredit/vendorCredit.selector.tsx | 2 +- .../store/VendorCredit/vendorCredit.type.tsx | 2 +- .../warehouseTransfer.actions.tsx | 2 +- .../warehouseTransfer.reducer.tsx | 2 +- .../warehouseTransfer.selector.tsx | 2 +- .../warehouseTransfer.type.tsx | 2 +- .../src/store/accounts/accounts.actions.tsx | 2 +- .../src/store/accounts/accounts.reducer.tsx | 2 +- .../src/store/accounts/accounts.selectors.tsx | 2 +- .../src/store/accounts/accounts.types.tsx | 2 +- .../authentication/authentication.actions.tsx | 2 +- .../authentication/authentication.reducer.tsx | 2 +- .../authentication.selectors.tsx | 2 +- .../authentication/authentication.types.tsx | 2 +- .../src/store/billing/Billing.action.tsx | 2 +- packages/webapp/src/store/createStore.tsx | 2 +- .../store/currencies/currencies.actions.tsx | 2 +- .../store/currencies/currencies.reducer.tsx | 2 +- .../store/currencies/currencies.selector.tsx | 2 +- .../customFields/customFields.actions.tsx | 2 +- .../customFields/customFields.reducer.tsx | 2 +- .../store/customFields/customFields.types.tsx | 2 +- .../store/customViews/customViews.actions.tsx | 2 +- .../store/customViews/customViews.reducer.tsx | 2 +- .../customViews/customViews.selectors.tsx | 2 +- .../store/customViews/customViews.types.tsx | 2 +- .../src/store/customers/customers.actions.tsx | 2 +- .../src/store/customers/customers.reducer.tsx | 2 +- .../store/customers/customers.selectors.tsx | 2 +- .../src/store/customers/customers.type.tsx | 2 +- .../src/store/dashboard/dashboard.actions.tsx | 2 +- .../src/store/dashboard/dashboard.reducer.tsx | 2 +- .../store/dashboard/dashboard.selectors.tsx | 2 +- .../src/store/dashboard/dashboard.types.tsx | 2 +- .../src/store/enhancers/monitorReducer.tsx | 2 +- .../src/store/expenses/expenses.actions.tsx | 2 +- .../src/store/expenses/expenses.reducer.tsx | 2 +- .../src/store/expenses/expenses.selectors.tsx | 2 +- .../financialStatements.actions.tsx | 2 +- .../financialStatements.reducer.tsx | 2 +- .../financialStatements.selectors.tsx | 2 +- .../financialStatements.types.tsx | 2 +- .../globalErrors/globalErrors.actions.tsx | 2 +- .../globalErrors/globalErrors.reducer.tsx | 2 +- .../inventoryAdjustment.actions.tsx | 2 +- .../inventoryAdjustment.reducer.tsx | 2 +- .../inventoryAdjustment.selector.tsx | 2 +- .../inventoryAdjustment.type.tsx | 2 +- .../ItemsCategories.selectors.tsx | 2 +- .../itemCategories/itemsCategory.actions.tsx | 2 +- .../itemCategories/itemsCategory.reducer.tsx | 2 +- .../itemCategories/itemsCategory.type.tsx | 2 +- .../itemCategories/itemsCateory.reducer.tsx | 2 +- .../webapp/src/store/items/items.actions.tsx | 2 +- .../webapp/src/store/items/items.reducer.tsx | 2 +- .../src/store/items/items.selectors.tsx | 2 +- .../src/store/journalNumber.reducer.tsx | 2 +- packages/webapp/src/store/localStorage.tsx | 2 +- .../webapp/src/store/logger.middleware.ts | 2 +- .../manualJournals/manualJournals.actions.tsx | 2 +- .../manualJournals.reducers.tsx | 2 +- .../manualJournals.selectors.tsx | 2 +- .../manualJournals/manualJournals.types.tsx | 2 +- .../organizations/organizations.actions.tsx | 2 +- .../organizations/organizations.reducers.tsx | 2 +- .../organizations/organizations.selectors.tsx | 2 +- .../organizations/organizations.types.tsx | 2 +- .../store/organizations/withSetupWizard.tsx | 2 +- .../webapp/src/store/plans/plans.actions.tsx | 2 +- .../webapp/src/store/plans/plans.reducer.tsx | 2 +- .../src/store/plans/plans.selectors.tsx | 2 +- .../webapp/src/store/plans/plans.types.tsx | 2 +- .../store/preferences/preferences.actions.tsx | 2 +- .../store/preferences/preferences.types.tsx | 2 +- packages/webapp/src/store/queryReducers.tsx | 2 +- .../src/store/receipts/receipts.actions.tsx | 2 +- .../src/store/receipts/receipts.reducer.tsx | 2 +- .../src/store/receipts/receipts.selector.tsx | 2 +- .../src/store/receipts/receipts.type.tsx | 2 +- packages/webapp/src/store/reducers.tsx | 2 +- .../src/store/registers/register.action.tsx | 2 +- .../src/store/registers/register.reducer.tsx | 2 +- .../src/store/registers/register.type.tsx | 2 +- .../resetPassword/resetPassword.action.tsx | 2 +- .../src/store/resources/resources.actions.tsx | 2 +- .../src/store/resources/resources.reducer.tsx | 2 +- .../store/resources/resources.selectors.tsx | 2 +- .../src/store/search/search.actions.tsx | 2 +- .../src/store/search/search.reducer.tsx | 2 +- .../webapp/src/store/search/search.type.tsx | 2 +- packages/webapp/src/store/selectors.tsx | 2 +- .../src/store/settings/settings.actions.tsx | 2 +- .../src/store/settings/settings.reducer.tsx | 2 +- .../src/store/settings/settings.type.tsx | 2 +- .../subscription/subscription.actions.tsx | 2 +- .../subscription/subscription.reducer.tsx | 2 +- .../subscription/subscription.selectors.tsx | 2 +- .../store/subscription/subscription.types.tsx | 2 +- .../webapp/src/store/tableState.reducer.tsx | 2 +- packages/webapp/src/store/types.tsx | 2 +- .../webapp/src/store/users/users.actions.tsx | 2 +- .../webapp/src/store/users/users.reducer.tsx | 2 +- .../src/store/users/users.selectors.tsx | 2 +- .../webapp/src/store/users/users.types.tsx | 2 +- .../src/store/vendors/vendors.actions.tsx | 2 +- .../src/store/vendors/vendors.reducer.tsx | 2 +- .../src/store/vendors/vendors.selectors.tsx | 2 +- .../src/store/vendors/vendors.types.tsx | 2 +- .../style/components/BigcapitalLoading.scss | 2 +- packages/webapp/src/utils/deep.tsx | 2 +- packages/webapp/src/utils/index.tsx | 2 +- packages/webapp/tailwind.config.js | 1093 +++++++++++++++++ packages/webapp/tsconfig.base.json | 9 - packages/webapp/tsconfig.json | 26 +- packages/webapp/vite.config.js | 69 ++ play/vite-express-project/.gitignore | 24 - play/vite-express-project/bun.lockb | Bin 96886 -> 0 bytes play/vite-express-project/index.html | 13 - play/vite-express-project/package.json | 28 - play/vite-express-project/public/vite.svg | 1 - play/vite-express-project/src/client/App.css | 42 - play/vite-express-project/src/client/App.tsx | 36 - .../src/client/assets/react.svg | 1 - .../vite-express-project/src/client/index.css | 69 -- play/vite-express-project/src/client/main.tsx | 12 - .../src/client/tsconfig.json | 8 - .../src/client/vite-env.d.ts | 1 - play/vite-express-project/src/server/main.ts | 12 - play/vite-express-project/tsconfig.json | 19 - play/vite-express-project/vite.config.ts | 7 - 2448 files changed, 2385 insertions(+), 3066 deletions(-) delete mode 100644 packages/webapp/craco.config.js rename packages/webapp/{public => }/index.html (82%) create mode 100644 packages/webapp/postcss.config.js delete mode 100644 packages/webapp/setupProxy.tsx create mode 100644 packages/webapp/src/components/FallbackComponent.tsx create mode 100644 packages/webapp/tailwind.config.js delete mode 100644 packages/webapp/tsconfig.base.json create mode 100644 packages/webapp/vite.config.js delete mode 100644 play/vite-express-project/.gitignore delete mode 100755 play/vite-express-project/bun.lockb delete mode 100644 play/vite-express-project/index.html delete mode 100644 play/vite-express-project/package.json delete mode 100644 play/vite-express-project/public/vite.svg delete mode 100644 play/vite-express-project/src/client/App.css delete mode 100644 play/vite-express-project/src/client/App.tsx delete mode 100644 play/vite-express-project/src/client/assets/react.svg delete mode 100644 play/vite-express-project/src/client/index.css delete mode 100644 play/vite-express-project/src/client/main.tsx delete mode 100644 play/vite-express-project/src/client/tsconfig.json delete mode 100644 play/vite-express-project/src/client/vite-env.d.ts delete mode 100644 play/vite-express-project/src/server/main.ts delete mode 100644 play/vite-express-project/tsconfig.json delete mode 100644 play/vite-express-project/vite.config.ts diff --git a/biome.json b/biome.json index 730ba5396..9909e47af 100644 --- a/biome.json +++ b/biome.json @@ -29,7 +29,7 @@ "enabled": true, "rules": { "correctness": { - "noUnusedImports": "error", + "noUnusedImports": "off", "noUnusedVariables": "warn", "useExhaustiveDependencies": "warn" }, diff --git a/package.json b/package.json index ed9073f3b..6bfc3038f 100644 --- a/package.json +++ b/package.json @@ -32,6 +32,8 @@ "@types/node": "^20.12.5", "bun": "^1.1.2", "bun-types": "^1.1.2", + "dotenv": "^16.4.5", + "dotenv-cli": "^7.4.1", "husky": "^9.0.11", "lerna": "^8.1.2", "nx": "^18.2.3" diff --git a/packages/server/biome.json b/packages/server/biome.json index 41410594c..c1c77424e 100644 --- a/packages/server/biome.json +++ b/packages/server/biome.json @@ -6,6 +6,9 @@ "rules": { "style": { "useImportType": "error" + }, + "correctness": { + "noUnusedImports": "error" } } } diff --git a/packages/server/package.json b/packages/server/package.json index 266c9dbee..4092d128f 100644 --- a/packages/server/package.json +++ b/packages/server/package.json @@ -122,8 +122,6 @@ "@types/ramda": "^0.29.12", "@typescript-eslint/eslint-plugin": "^5.62.0", "@typescript-eslint/parser": "^5.62.0", - "bun": "^1.1.2", - "bun-types": "^1.1.2", "chai": "^4.4.1", "chai-http": "^4.4.0", "chai-things": "^0.2.0", diff --git a/packages/webapp/craco.config.js b/packages/webapp/craco.config.js deleted file mode 100644 index 6f645920a..000000000 --- a/packages/webapp/craco.config.js +++ /dev/null @@ -1,17 +0,0 @@ -const path = require('node:path'); - -module.exports = { - webpack: { - alias: { - '@': path.resolve(__dirname, 'src'), - }, - configure: { - resolve: { - fallback: { path: require.resolve('path-browserify') }, - }, - }, - }, - devServer: { - allowedHosts: process.env.GITPOD_HOST ? 'all' : 'auto', - }, -}; diff --git a/packages/webapp/public/index.html b/packages/webapp/index.html similarity index 82% rename from packages/webapp/public/index.html rename to packages/webapp/index.html index b201cba67..f9c8d6824 100644 --- a/packages/webapp/public/index.html +++ b/packages/webapp/index.html @@ -4,7 +4,7 @@ @@ -13,27 +13,29 @@ name="description" content="Bigcapital Financial Managment Software" /> - + - + Bigcapital + - +
+