@zeniai/client-epic-state 5.0.69-betaAR4 → 5.0.69-betaAR5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/commonStateTypes/filterPrimitives.d.ts +23 -0
- package/lib/commonStateTypes/filterPrimitives.js +21 -0
- package/lib/entity/account/accountSelector.d.ts +26 -0
- package/lib/entity/account/accountSelector.js +47 -1
- package/lib/entity/account/accountState.d.ts +5 -0
- package/lib/entity/account/accountState.js +11 -4
- package/lib/entity/approvalRule/approvalRulePayload.d.ts +5 -27
- package/lib/entity/approvalRule/approvalRulePayload.js +10 -131
- package/lib/entity/approvalRule/approvalRuleSelector.d.ts +1 -25
- package/lib/entity/approvalRule/approvalRuleSelector.js +0 -40
- package/lib/entity/approvalRule/approvalRuleState.d.ts +7 -48
- package/lib/entity/class/classSelector.d.ts +35 -0
- package/lib/entity/class/classSelector.js +50 -0
- package/lib/esm/commonStateTypes/filterPrimitives.js +20 -0
- package/lib/esm/entity/account/accountSelector.js +46 -1
- package/lib/esm/entity/account/accountState.js +7 -1
- package/lib/esm/entity/approvalRule/approvalRulePayload.js +10 -131
- package/lib/esm/entity/approvalRule/approvalRuleSelector.js +0 -35
- package/lib/esm/entity/class/classSelector.js +48 -0
- package/lib/esm/index.js +11 -6
- package/lib/esm/view/companyHealthMetricView/companyHealthMetricViewSelector.js +1 -1
- package/lib/esm/view/companyView/helpers/cockpitHelpers.js +1 -1
- package/lib/esm/view/companyView/selector/companyManagementViewSelector.js +1 -1
- package/lib/esm/view/companyView/selector/companyPortfolioViewSelector.js +1 -1
- package/lib/esm/view/expenseAutomationView/reducers/transactionsViewReducer.js +11 -1
- package/lib/esm/view/expenseAutomationView/selectors/transactionCategorizationSelector.js +69 -12
- package/lib/esm/view/expenseAutomationView/transactionFilterHelpers.js +245 -0
- package/lib/esm/view/spendManagement/billPay/billPaySetupApproverView/epic/initializeBillPaySetupApproverViewUpdateDataEpic.js +7 -11
- package/lib/esm/view/spendManagement/billPay/billPaySetupApproverView/types/commonPayload.js +16 -61
- package/lib/esm/view/spendManagement/billPay/editBillView/editBillViewSelector.js +2 -7
- package/lib/esm/view/spendManagement/reimbursement/remiSetupApproverView/epic/initializeRemiSetupApproverViewUpdateDataEpic.js +7 -11
- package/lib/esm/view/spendManagement/spendManagementFilterHelpers.js +4 -2
- package/lib/esm/view/subscriptionView/subscriptionViewSelector.js +1 -1
- package/lib/esm/view/taskManager/taskListView/taskListReducer.js +1 -1
- package/lib/index.d.ts +9 -8
- package/lib/index.js +41 -38
- package/lib/view/companyHealthMetricView/companyHealthMetricViewSelector.js +1 -1
- package/lib/view/companyTaskManagerView/companyTaskManagerViewReducer.d.ts +2 -2
- package/lib/view/companyView/helpers/cockpitHelpers.js +1 -1
- package/lib/view/companyView/selector/companyManagementViewSelector.js +1 -1
- package/lib/view/companyView/selector/companyPortfolioViewSelector.js +1 -1
- package/lib/view/companyView/types/cockpitTypes.d.ts +2 -2
- package/lib/view/expenseAutomationView/reducers/transactionsViewReducer.d.ts +5 -1
- package/lib/view/expenseAutomationView/reducers/transactionsViewReducer.js +12 -2
- package/lib/view/expenseAutomationView/selectors/transactionCategorizationSelector.d.ts +4 -1
- package/lib/view/expenseAutomationView/selectors/transactionCategorizationSelector.js +71 -12
- package/lib/view/expenseAutomationView/transactionFilterHelpers.d.ts +66 -0
- package/lib/view/expenseAutomationView/transactionFilterHelpers.js +249 -0
- package/lib/view/expenseAutomationView/types/transactionsViewState.d.ts +2 -0
- package/lib/view/people/peopleTypes.d.ts +1 -1
- package/lib/view/spendManagement/billPay/billList/billListState.d.ts +1 -1
- package/lib/view/spendManagement/billPay/billPaySetupApproverView/epic/initializeBillPaySetupApproverViewUpdateDataEpic.js +6 -10
- package/lib/view/spendManagement/billPay/billPaySetupApproverView/types/commonPayload.d.ts +1 -9
- package/lib/view/spendManagement/billPay/billPaySetupApproverView/types/commonPayload.js +16 -61
- package/lib/view/spendManagement/billPay/billPaySetupApproverView/types/commonState.d.ts +5 -31
- package/lib/view/spendManagement/billPay/editBillView/editBillViewSelector.js +2 -7
- package/lib/view/spendManagement/chargeCards/chargeCardList/chargeCardList.d.ts +1 -1
- package/lib/view/spendManagement/chargeCards/chargeCardPaymentHistory/chargeCardPaymentHistory.d.ts +1 -1
- package/lib/view/spendManagement/reimbursement/remiListView/remiListState.d.ts +1 -1
- package/lib/view/spendManagement/reimbursement/remiSetupApproverView/epic/initializeRemiSetupApproverViewUpdateDataEpic.js +6 -10
- package/lib/view/spendManagement/spendManagementFilterHelpers.d.ts +12 -3
- package/lib/view/spendManagement/spendManagementFilterHelpers.js +4 -2
- package/lib/view/subscriptionView/subscriptionViewSelector.js +1 -1
- package/lib/view/taskManager/taskListView/taskList.d.ts +4 -4
- package/lib/view/taskManager/taskListView/taskListReducer.js +1 -1
- package/package.json +1 -1
|
@@ -7,7 +7,7 @@ export declare const toPortfolioSortKeyType: (v: string) => "companyName" | "exp
|
|
|
7
7
|
export declare const toManagementSortKeyType: (v: string) => "status" | "bookCloseDate" | "companyName" | "group" | "controller" | "plans" | "monthlyRecurringRevenue" | "notes" | "taxStatus" | "preparer" | "reviewer" | "annualRecurringRevenue" | "task" | "customerSuccessManager" | "apAnalyst" | "reportSent" | "taxLead" | "satisfaction";
|
|
8
8
|
export declare const toOnboardingSortKeyType: (v: string) => "companyName" | "notes" | "businessVerified" | "identityVerified" | "bankAccountLinked" | "customerCreated" | "groupCreated" | "qboLinked" | "enroller" | "invite" | "latestCreated";
|
|
9
9
|
export declare const toHealthSortKeyType: (v: string) => "companyName" | "group" | "controller" | "monthlyRecurringRevenue" | "runway" | "companyEngagementMetricsUpdatedAt" | "customerSatisfactionScore" | "externalProductServiceExposure" | "netPromoterScore" | "customerSuccessManager" | "issues" | "productVerticals" | "churnProbability" | "lastReportSent" | "subscriptionDate" | "renewalDate" | "dashboardLastSeen" | "lastEngagement";
|
|
10
|
-
export declare const toTaskManagerSortKeyType: (v: string) => "status" | "name" | "
|
|
10
|
+
export declare const toTaskManagerSortKeyType: (v: string) => "status" | "name" | "tags" | "createdBy" | "dueDate" | "priority" | "assignee" | "taskName";
|
|
11
11
|
export type PortfolioViewSortKey = ReturnType<typeof toPortfolioSortKeyType>;
|
|
12
12
|
export type ManagementViewSortKey = ReturnType<typeof toManagementSortKeyType>;
|
|
13
13
|
export type OnboardingViewSortKey = ReturnType<typeof toOnboardingSortKeyType>;
|
|
@@ -19,7 +19,7 @@ export type SubscriptionViewFilterCategoryField = 'controllerUserIds' | 'statusC
|
|
|
19
19
|
export type PortfolioViewFilterCategoryField = 'netBurnOrIncome' | 'cashPosition' | 'income' | 'expenses' | 'runway';
|
|
20
20
|
export type HealthMonitorViewFilterCategoryField = 'verticalProductServices' | 'runway' | 'netPromoterScore' | 'customerSatisfactionScore' | 'churnProbabilityPercentage' | 'controller' | 'customerSuccessManager' | 'lastReportSent' | 'subscriptionStartDate' | 'subscriptionRenewalDate' | 'externalProductServiceExposure' | 'companyEngagementMetricsUpdatedAt' | 'companyGroupId' | 'monthlyRecurringRevenue';
|
|
21
21
|
export interface CockpitFilterCategory {
|
|
22
|
-
matchingOperator: 'equal' | '
|
|
22
|
+
matchingOperator: 'equal' | 'not_equal';
|
|
23
23
|
values: FilterCategoryValueType[];
|
|
24
24
|
valuesCombinationOperator: 'ANY' | 'ALL';
|
|
25
25
|
field?: AiAccountantFilterCategoryField | ManagementViewFilterCategoryField | SubscriptionViewFilterCategoryField | PortfolioViewFilterCategoryField | HealthMonitorViewFilterCategoryField;
|
|
@@ -14,6 +14,7 @@ import { ZeniAPIStatus } from '../../../responsePayload';
|
|
|
14
14
|
import { UncategorizedAccounts } from '../../accountList/accountListSelector';
|
|
15
15
|
import { UpdateTransactionCategorizationResponsePayload } from '../payload/transactionCategorizationPayload';
|
|
16
16
|
import { SupportedTransactionCategorization, TransactionSaveUpdates, TransactionsTab, TransactionsTabViewState, TransactionsViewState, TransactionsViewUIState } from '../types/transactionsViewState';
|
|
17
|
+
import { TransactionFilters } from '../transactionFilterHelpers';
|
|
17
18
|
export declare const initialTransactionTabViewState: TransactionsTabViewState;
|
|
18
19
|
export declare const initialState: TransactionsViewState;
|
|
19
20
|
export declare const fetchTransactionCategorization: import("@reduxjs/toolkit").ActionCreatorWithPreparedPayload<[selectedTab: "review" | "autoCategorized", period: TimePeriod, cacheOverride?: any, keepExistingListItems?: any, searchString?: string | undefined, pageToken?: PageToken | undefined, refreshViewInBackground?: any, resetListItems?: boolean | undefined, isUncategorizedExpenseCategoryEnabled?: boolean | undefined], {
|
|
@@ -29,7 +30,10 @@ export declare const fetchTransactionCategorization: import("@reduxjs/toolkit").
|
|
|
29
30
|
}, "expenseAutomationTransactionsView/fetchTransactionCategorization", never, never>, updateTransactionCategorizationUIState: import("@reduxjs/toolkit").ActionCreatorWithPayload<{
|
|
30
31
|
selectedTab: TransactionsTab;
|
|
31
32
|
uiState: Partial<TransactionsViewUIState>;
|
|
32
|
-
}, "expenseAutomationTransactionsView/updateTransactionCategorizationUIState">,
|
|
33
|
+
}, "expenseAutomationTransactionsView/updateTransactionCategorizationUIState">, updateTransactionFilters: import("@reduxjs/toolkit").ActionCreatorWithPayload<{
|
|
34
|
+
filters: TransactionFilters;
|
|
35
|
+
selectedTab: TransactionsTab;
|
|
36
|
+
}, "expenseAutomationTransactionsView/updateTransactionFilters">, initializeTransactionCategorizationViewLocalData: import("@reduxjs/toolkit").ActionCreatorWithPreparedPayload<[selectedTab: "review" | "autoCategorized", transactionIds: string[], selectedPeriod: MonthYearPeriod, keepExistingListItems: any, pageToken: PageToken, totalCount: number, lineItemsByTransactionIds: Record<string, string[]>, refreshViewInBackground?: any, isUncategorizedExpenseCategoryEnabled?: boolean | undefined], {
|
|
33
37
|
selectedTab: "review" | "autoCategorized";
|
|
34
38
|
transactionIds: string[];
|
|
35
39
|
selectedPeriod: MonthYearPeriod;
|
|
@@ -4,7 +4,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
|
4
4
|
};
|
|
5
5
|
var _a;
|
|
6
6
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
7
|
-
exports.uploadTransactionCategorizationReceiptSuccess = exports.updateTransactionCategorizationUploadReceiptState = exports.backgroundRefetchReviewTab = exports.syncTransactionCategorizationFromDetailSave = exports.updateSelectedTransactionId = exports.setEntityRecommendationForLineIdsForCategorization = exports.clearExpenseAutomationTransactionsView = exports.clearExpenseAutomationTransactionsViewPerTabView = exports.updateSelectedCheckboxTransactionIds = exports.fetchTransactionCategorizationView = exports.resetOtherTabsFetchState = exports.fetchTransactionCategorizationSuccess = exports.updateParentTotalCountForTab = exports.updateTotalCountForTransactionCategorization = exports.setAllItemsToCategoryClassInLocalDataForCategorization = exports.updateSelectedCustomerForTransaction = exports.updateSelectedVendorForTransaction = exports.updateStatusForTransactionNotMiscategorizedUpdateForCategorization = exports.markTransactionAsNotMiscategorized = exports.updateTransactionCategorizationSaveStatus = exports.updateTransactionCategorizationCompletedSubTab = exports.updateCurrentSelectedTransactionCategorizationTab = exports.updateTransactionCategorization = exports.saveTransactionCategorization = exports.fetchTransactionCategorizationFailure = exports.saveTransactionCategorizationLocalData = exports.initializeTransactionCategorizationViewLocalData = exports.updateTransactionCategorizationUIState = exports.fetchTransactionCategorization = exports.initialState = exports.initialTransactionTabViewState = void 0;
|
|
7
|
+
exports.uploadTransactionCategorizationReceiptSuccess = exports.updateTransactionCategorizationUploadReceiptState = exports.backgroundRefetchReviewTab = exports.syncTransactionCategorizationFromDetailSave = exports.updateSelectedTransactionId = exports.setEntityRecommendationForLineIdsForCategorization = exports.clearExpenseAutomationTransactionsView = exports.clearExpenseAutomationTransactionsViewPerTabView = exports.updateSelectedCheckboxTransactionIds = exports.fetchTransactionCategorizationView = exports.resetOtherTabsFetchState = exports.fetchTransactionCategorizationSuccess = exports.updateParentTotalCountForTab = exports.updateTotalCountForTransactionCategorization = exports.setAllItemsToCategoryClassInLocalDataForCategorization = exports.updateSelectedCustomerForTransaction = exports.updateSelectedVendorForTransaction = exports.updateStatusForTransactionNotMiscategorizedUpdateForCategorization = exports.markTransactionAsNotMiscategorized = exports.updateTransactionCategorizationSaveStatus = exports.updateTransactionCategorizationCompletedSubTab = exports.updateCurrentSelectedTransactionCategorizationTab = exports.updateTransactionCategorization = exports.saveTransactionCategorization = exports.fetchTransactionCategorizationFailure = exports.saveTransactionCategorizationLocalData = exports.initializeTransactionCategorizationViewLocalData = exports.updateTransactionFilters = exports.updateTransactionCategorizationUIState = exports.fetchTransactionCategorization = exports.initialState = exports.initialTransactionTabViewState = void 0;
|
|
8
8
|
const toolkit_1 = require("@reduxjs/toolkit");
|
|
9
9
|
const get_1 = __importDefault(require("lodash/get"));
|
|
10
10
|
const uniq_1 = __importDefault(require("lodash/uniq"));
|
|
@@ -35,6 +35,10 @@ exports.initialTransactionTabViewState = {
|
|
|
35
35
|
totalCount: {},
|
|
36
36
|
limit: 10,
|
|
37
37
|
},
|
|
38
|
+
filters: {
|
|
39
|
+
categoryCombinationOperator: 'AND',
|
|
40
|
+
categories: [],
|
|
41
|
+
},
|
|
38
42
|
fetchState: 'Not-Started',
|
|
39
43
|
error: undefined,
|
|
40
44
|
hasValidState() {
|
|
@@ -306,6 +310,12 @@ const expenseAutomationTransactionsView = (0, toolkit_1.createSlice)({
|
|
|
306
310
|
uiState.totalCount;
|
|
307
311
|
}
|
|
308
312
|
},
|
|
313
|
+
updateTransactionFilters(draft, action) {
|
|
314
|
+
const { selectedTab, filters } = action.payload;
|
|
315
|
+
// `filters` is non-nullable per the payload type, so no runtime
|
|
316
|
+
// null-check is needed — dropping it removes a dead defensive branch.
|
|
317
|
+
draft.transactionCategorizationView[selectedTab].filters = filters;
|
|
318
|
+
},
|
|
309
319
|
saveTransactionCategorization: {
|
|
310
320
|
prepare(selectedTab, transactionIds, cotTrackingByTransactionId, isUncategorizedExpenseCategoryEnabled) {
|
|
311
321
|
return {
|
|
@@ -936,5 +946,5 @@ const expenseAutomationTransactionsView = (0, toolkit_1.createSlice)({
|
|
|
936
946
|
},
|
|
937
947
|
},
|
|
938
948
|
});
|
|
939
|
-
_a = expenseAutomationTransactionsView.actions, exports.fetchTransactionCategorization = _a.fetchTransactionCategorization, exports.updateTransactionCategorizationUIState = _a.updateTransactionCategorizationUIState, exports.initializeTransactionCategorizationViewLocalData = _a.initializeTransactionCategorizationViewLocalData, exports.saveTransactionCategorizationLocalData = _a.saveTransactionCategorizationLocalData, exports.fetchTransactionCategorizationFailure = _a.fetchTransactionCategorizationFailure, exports.saveTransactionCategorization = _a.saveTransactionCategorization, exports.updateTransactionCategorization = _a.updateTransactionCategorization, exports.updateCurrentSelectedTransactionCategorizationTab = _a.updateCurrentSelectedTransactionCategorizationTab, exports.updateTransactionCategorizationCompletedSubTab = _a.updateTransactionCategorizationCompletedSubTab, exports.updateTransactionCategorizationSaveStatus = _a.updateTransactionCategorizationSaveStatus, exports.markTransactionAsNotMiscategorized = _a.markTransactionAsNotMiscategorized, exports.updateStatusForTransactionNotMiscategorizedUpdateForCategorization = _a.updateStatusForTransactionNotMiscategorizedUpdateForCategorization, exports.updateSelectedVendorForTransaction = _a.updateSelectedVendorForTransaction, exports.updateSelectedCustomerForTransaction = _a.updateSelectedCustomerForTransaction, exports.setAllItemsToCategoryClassInLocalDataForCategorization = _a.setAllItemsToCategoryClassInLocalDataForCategorization, exports.updateTotalCountForTransactionCategorization = _a.updateTotalCountForTransactionCategorization, exports.updateParentTotalCountForTab = _a.updateParentTotalCountForTab, exports.fetchTransactionCategorizationSuccess = _a.fetchTransactionCategorizationSuccess, exports.resetOtherTabsFetchState = _a.resetOtherTabsFetchState, exports.fetchTransactionCategorizationView = _a.fetchTransactionCategorizationView, exports.updateSelectedCheckboxTransactionIds = _a.updateSelectedCheckboxTransactionIds, exports.clearExpenseAutomationTransactionsViewPerTabView = _a.clearExpenseAutomationTransactionsViewPerTabView, exports.clearExpenseAutomationTransactionsView = _a.clearExpenseAutomationTransactionsView, exports.setEntityRecommendationForLineIdsForCategorization = _a.setEntityRecommendationForLineIdsForCategorization, exports.updateSelectedTransactionId = _a.updateSelectedTransactionId, exports.syncTransactionCategorizationFromDetailSave = _a.syncTransactionCategorizationFromDetailSave, exports.backgroundRefetchReviewTab = _a.backgroundRefetchReviewTab, exports.updateTransactionCategorizationUploadReceiptState = _a.updateTransactionCategorizationUploadReceiptState, exports.uploadTransactionCategorizationReceiptSuccess = _a.uploadTransactionCategorizationReceiptSuccess;
|
|
949
|
+
_a = expenseAutomationTransactionsView.actions, exports.fetchTransactionCategorization = _a.fetchTransactionCategorization, exports.updateTransactionCategorizationUIState = _a.updateTransactionCategorizationUIState, exports.updateTransactionFilters = _a.updateTransactionFilters, exports.initializeTransactionCategorizationViewLocalData = _a.initializeTransactionCategorizationViewLocalData, exports.saveTransactionCategorizationLocalData = _a.saveTransactionCategorizationLocalData, exports.fetchTransactionCategorizationFailure = _a.fetchTransactionCategorizationFailure, exports.saveTransactionCategorization = _a.saveTransactionCategorization, exports.updateTransactionCategorization = _a.updateTransactionCategorization, exports.updateCurrentSelectedTransactionCategorizationTab = _a.updateCurrentSelectedTransactionCategorizationTab, exports.updateTransactionCategorizationCompletedSubTab = _a.updateTransactionCategorizationCompletedSubTab, exports.updateTransactionCategorizationSaveStatus = _a.updateTransactionCategorizationSaveStatus, exports.markTransactionAsNotMiscategorized = _a.markTransactionAsNotMiscategorized, exports.updateStatusForTransactionNotMiscategorizedUpdateForCategorization = _a.updateStatusForTransactionNotMiscategorizedUpdateForCategorization, exports.updateSelectedVendorForTransaction = _a.updateSelectedVendorForTransaction, exports.updateSelectedCustomerForTransaction = _a.updateSelectedCustomerForTransaction, exports.setAllItemsToCategoryClassInLocalDataForCategorization = _a.setAllItemsToCategoryClassInLocalDataForCategorization, exports.updateTotalCountForTransactionCategorization = _a.updateTotalCountForTransactionCategorization, exports.updateParentTotalCountForTab = _a.updateParentTotalCountForTab, exports.fetchTransactionCategorizationSuccess = _a.fetchTransactionCategorizationSuccess, exports.resetOtherTabsFetchState = _a.resetOtherTabsFetchState, exports.fetchTransactionCategorizationView = _a.fetchTransactionCategorizationView, exports.updateSelectedCheckboxTransactionIds = _a.updateSelectedCheckboxTransactionIds, exports.clearExpenseAutomationTransactionsViewPerTabView = _a.clearExpenseAutomationTransactionsViewPerTabView, exports.clearExpenseAutomationTransactionsView = _a.clearExpenseAutomationTransactionsView, exports.setEntityRecommendationForLineIdsForCategorization = _a.setEntityRecommendationForLineIdsForCategorization, exports.updateSelectedTransactionId = _a.updateSelectedTransactionId, exports.syncTransactionCategorizationFromDetailSave = _a.syncTransactionCategorizationFromDetailSave, exports.backgroundRefetchReviewTab = _a.backgroundRefetchReviewTab, exports.updateTransactionCategorizationUploadReceiptState = _a.updateTransactionCategorizationUploadReceiptState, exports.uploadTransactionCategorizationReceiptSuccess = _a.uploadTransactionCategorizationReceiptSuccess;
|
|
940
950
|
exports.default = expenseAutomationTransactionsView.reducer;
|
|
@@ -1,3 +1,6 @@
|
|
|
1
|
+
import { TransactionWithCOT } from '../../../entity/transaction/stateTypes/transaction';
|
|
1
2
|
import { RootState } from '../../../reducer';
|
|
2
|
-
import {
|
|
3
|
+
import { TransactionView } from '../transactionFilterHelpers';
|
|
4
|
+
import { ExpenseAutomationTransactionViewSelector, TransactionReviewLocalDataSelectorView } from '../selectorTypes/transactionsViewSelectorTypes';
|
|
5
|
+
export declare const toTransactionView: (transaction: TransactionWithCOT, transactionLocalData?: TransactionReviewLocalDataSelectorView) => TransactionView;
|
|
3
6
|
export declare function getExpenseAutomationTransactionView(state: RootState): ExpenseAutomationTransactionViewSelector;
|
|
@@ -3,6 +3,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
|
3
3
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
4
|
};
|
|
5
5
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
exports.toTransactionView = void 0;
|
|
6
7
|
exports.getExpenseAutomationTransactionView = getExpenseAutomationTransactionView;
|
|
7
8
|
const omit_1 = __importDefault(require("lodash/omit"));
|
|
8
9
|
const reduceFetchState_1 = require("../../../commonStateTypes/reduceFetchState");
|
|
@@ -10,14 +11,34 @@ const timePeriod_1 = require("../../../commonStateTypes/timePeriod");
|
|
|
10
11
|
const tenantSelector_1 = require("../../../entity/tenant/tenantSelector");
|
|
11
12
|
const transactionHelper_1 = require("../../../entity/transaction/transactionHelper");
|
|
12
13
|
const transactionSelector_1 = require("../../../entity/transaction/transactionSelector");
|
|
14
|
+
const transactionFilterHelpers_1 = require("../transactionFilterHelpers");
|
|
13
15
|
const accountListSelector_1 = require("../../accountList/accountListSelector");
|
|
14
16
|
const classListSelector_1 = require("../../classList/classListSelector");
|
|
15
17
|
const projectListSelector_1 = require("../../projectList/projectListSelector");
|
|
16
18
|
const expenseAutomationViewSelectorTypes_1 = require("../selectorTypes/expenseAutomationViewSelectorTypes");
|
|
19
|
+
const toTransactionView = (transaction, transactionLocalData) => {
|
|
20
|
+
return {
|
|
21
|
+
id: transaction.id,
|
|
22
|
+
date: transaction.date,
|
|
23
|
+
amount: transaction.amount,
|
|
24
|
+
vendorName: transaction.vendorName,
|
|
25
|
+
customerName: transaction.customerName,
|
|
26
|
+
vendorId: transaction.vendorId,
|
|
27
|
+
customerId: transaction.customerId,
|
|
28
|
+
description: transaction.description,
|
|
29
|
+
memo: transaction.memo,
|
|
30
|
+
type: transaction.type,
|
|
31
|
+
typeName: transaction.typeName,
|
|
32
|
+
createTime: transaction.createTime,
|
|
33
|
+
transaction: transaction,
|
|
34
|
+
transactionLocalData,
|
|
35
|
+
};
|
|
36
|
+
};
|
|
37
|
+
exports.toTransactionView = toTransactionView;
|
|
17
38
|
function getExpenseAutomationTransactionView(state) {
|
|
18
39
|
const { accountState, classState, classListState, accountListState, expenseAutomationTransactionsViewState, expenseAutomationViewState, projectState, projectListState, transactionState, monthEndCloseChecksState, monthEndCloseChecksViewState, } = state;
|
|
19
40
|
const { selectedTransactionCategorizationCompletedSubTab, selectedTransactionCategorizationTab, } = expenseAutomationTransactionsViewState;
|
|
20
|
-
const { uiState, refreshStatus, saveStatus, markAsNotMiscategorizedStatus, transactionIdsBySelectedPeriod, transactionReviewLocalDataById, selectedCheckBoxTransactionIds, transactionIdsWithUnsavedData, uploadReceiptStatusById, selectedTransactionId, selectedTransactionLineId, } = expenseAutomationTransactionsViewState.transactionCategorizationView[selectedTransactionCategorizationTab];
|
|
41
|
+
const { uiState, refreshStatus, saveStatus, markAsNotMiscategorizedStatus, transactionIdsBySelectedPeriod, transactionReviewLocalDataById, selectedCheckBoxTransactionIds, transactionIdsWithUnsavedData, uploadReceiptStatusById, selectedTransactionId, selectedTransactionLineId, filters, } = expenseAutomationTransactionsViewState.transactionCategorizationView[selectedTransactionCategorizationTab];
|
|
21
42
|
const uncategorizedIncomeExpense = (0, accountListSelector_1.getUncategorizedAccounts)(accountState, accountListState, 'accountList');
|
|
22
43
|
const accountList = (0, accountListSelector_1.getAccountList)(accountState, accountListState, 'accountList');
|
|
23
44
|
const classList = (0, classListSelector_1.getClassList)(classState, classListState);
|
|
@@ -36,20 +57,58 @@ function getExpenseAutomationTransactionView(state) {
|
|
|
36
57
|
? transactionIdsBySelectedPeriod[monthYearPeriodId]
|
|
37
58
|
: null;
|
|
38
59
|
const transactionIds = transactionIdsForSelectedPeriod ?? [];
|
|
39
|
-
const
|
|
40
|
-
|
|
60
|
+
const transactions = (0, transactionSelector_1.getSupportedTransactionsByIds)(transactionState, transactionIds);
|
|
61
|
+
const transactionsWithCOT = transactions.map((transaction) => (0, transactionHelper_1.getTransactionWithCOT)(transaction));
|
|
62
|
+
const transactionLocalDataMap = new Map();
|
|
63
|
+
transactionIds.forEach((transactionId) => {
|
|
41
64
|
const transactionData = transactionReviewLocalDataById[transactionId];
|
|
42
65
|
if (transactionData != null) {
|
|
43
|
-
|
|
66
|
+
transactionLocalDataMap.set(transactionId, {
|
|
44
67
|
transactionId,
|
|
45
68
|
transactionReviewLocalData: transactionData.transactionReviewLocalData,
|
|
46
|
-
};
|
|
69
|
+
});
|
|
47
70
|
}
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
71
|
+
});
|
|
72
|
+
// Step 2: Convert to TransactionView and apply advanced filters
|
|
73
|
+
const transactionViews = transactionsWithCOT.map((transaction) => {
|
|
74
|
+
const localData = transactionLocalDataMap.get(transaction.id);
|
|
75
|
+
return (0, exports.toTransactionView)(transaction, localData);
|
|
76
|
+
});
|
|
77
|
+
// Apply TC-specific filters (lives under expenseAutomationView, independent
|
|
78
|
+
// of the Spend Management filter pipeline).
|
|
79
|
+
const filteredTransactionViews = (0, transactionFilterHelpers_1.applyTransactionFilters)(transactionViews, filters);
|
|
80
|
+
// Convert back to TransactionWithCOT for return
|
|
81
|
+
const filteredTransactionsWithCOT = filteredTransactionViews.map((view) => view.transaction);
|
|
82
|
+
// Get transactionLocalData for filtered transactions
|
|
83
|
+
// Also include transactionLocalData for transactions that don't exist in transactionState
|
|
84
|
+
// but have local data (to match original behavior)
|
|
85
|
+
const filteredTransactionIds = new Set(filteredTransactionViews.map((view) => view.id));
|
|
86
|
+
// Pre-compute the membership set once. The previous implementation called
|
|
87
|
+
// `transactions.some(t => t.id === transactionId)` inside the per-id loop,
|
|
88
|
+
// turning the pipeline into O(n × m) — measurable on tenants with large
|
|
89
|
+
// transaction lists since this selector runs on every Redux dispatch.
|
|
90
|
+
const transactionExistsById = new Set(transactions.map((t) => t.id));
|
|
91
|
+
// `.flatMap` returns `X[]` directly when the callback returns `[]` for the
|
|
92
|
+
// skip case, so we don't need the trailing `.filter((d): d is X => …)` type
|
|
93
|
+
// predicate that the previous `map → filter` pipeline required.
|
|
94
|
+
const filteredTransactionLocalData = transactionIds.flatMap((transactionId) => {
|
|
95
|
+
const transactionData = transactionReviewLocalDataById[transactionId];
|
|
96
|
+
if (transactionData == null) {
|
|
97
|
+
return [];
|
|
98
|
+
}
|
|
99
|
+
// Include if transaction is in filtered results, or if transaction doesn't exist in state
|
|
100
|
+
// (to maintain backward compatibility with tests)
|
|
101
|
+
const transactionExists = transactionExistsById.has(transactionId);
|
|
102
|
+
if (filteredTransactionIds.has(transactionId) || !transactionExists) {
|
|
103
|
+
return [
|
|
104
|
+
{
|
|
105
|
+
transactionId,
|
|
106
|
+
transactionReviewLocalData: transactionData.transactionReviewLocalData,
|
|
107
|
+
},
|
|
108
|
+
];
|
|
109
|
+
}
|
|
110
|
+
return [];
|
|
111
|
+
});
|
|
53
112
|
const monthEndFetchState = monthYearPeriodId != null
|
|
54
113
|
? (monthEndCloseChecksViewState.monthEndCloseChecksViewByTenantId[currentTenant.tenantId]?.[monthYearPeriodId] ?? { fetchState: 'Not-Started', error: undefined })
|
|
55
114
|
: { fetchState: 'Not-Started', error: undefined };
|
|
@@ -113,7 +172,7 @@ function getExpenseAutomationTransactionView(state) {
|
|
|
113
172
|
version: 0,
|
|
114
173
|
fetchState: fetchStatus.fetchState,
|
|
115
174
|
error: fetchStatus.error,
|
|
116
|
-
transactions:
|
|
175
|
+
transactions: filteredTransactionsWithCOT,
|
|
117
176
|
selectedCheckBoxTransactionIds,
|
|
118
177
|
transactionIdsWithUnsavedData,
|
|
119
178
|
uncategorizedAccounts: uncategorizedIncomeExpense,
|
|
@@ -124,7 +183,7 @@ function getExpenseAutomationTransactionView(state) {
|
|
|
124
183
|
classHierarchyList,
|
|
125
184
|
isAccountingProjectsEnabled,
|
|
126
185
|
projectList,
|
|
127
|
-
transactionLocalData,
|
|
186
|
+
transactionLocalData: filteredTransactionLocalData,
|
|
128
187
|
uiState,
|
|
129
188
|
refreshStatus,
|
|
130
189
|
saveStatus,
|
|
@@ -0,0 +1,66 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Filter machinery for the Transaction Categorization feature inside
|
|
3
|
+
* Expense Automation. Intentionally self-contained — does NOT import anything
|
|
4
|
+
* from `view/spendManagement/*`, because Transaction Categorization is not a
|
|
5
|
+
* Spend Management product. Shared primitives
|
|
6
|
+
* (`CategoryCombinationOperator`, `FilterCategoryType`) come from
|
|
7
|
+
* `commonStateTypes/filterPrimitives`, which both feature groups consume.
|
|
8
|
+
*/
|
|
9
|
+
import { Amount } from '../../commonStateTypes/amount';
|
|
10
|
+
import { ID } from '../../commonStateTypes/common';
|
|
11
|
+
import { CategoryCombinationOperator, FilterCategoryType } from '../../commonStateTypes/filterPrimitives';
|
|
12
|
+
import { TransactionType } from '../../entity/transaction/stateTypes/transactionType';
|
|
13
|
+
import { SupportedTransactionWithCOT } from '../../entity/transaction/transactionState';
|
|
14
|
+
import { ZeniDate } from '../../zeniDayJS';
|
|
15
|
+
import { TransactionReviewLocalDataSelectorView } from './selectorTypes/transactionsViewSelectorTypes';
|
|
16
|
+
/**
|
|
17
|
+
* Re-exported here so the CES barrel can pull TC's primitives from the
|
|
18
|
+
* Expense Automation surface without reaching into `commonStateTypes`
|
|
19
|
+
* directly — keeps the barrel's existing import topology stable.
|
|
20
|
+
*/
|
|
21
|
+
export type { CategoryCombinationOperator, FilterCategoryType };
|
|
22
|
+
export type TransactionFilterEntityType = 'transaction_categorization' | 'customer' | 'vendor' | 'merchant';
|
|
23
|
+
export type TransactionFilterCategoryField = 'payment_account_name' | 'payment_account_type' | 'payee' | 'category' | 'class' | 'amount';
|
|
24
|
+
export interface TransactionFilterCategoryDropdownOption {
|
|
25
|
+
value: TransactionFilterCategoryField;
|
|
26
|
+
multiple?: boolean;
|
|
27
|
+
type?: FilterCategoryType;
|
|
28
|
+
}
|
|
29
|
+
export declare const TRANSACTION_FILTER_CATEGORIES: TransactionFilterCategoryDropdownOption[];
|
|
30
|
+
/** Amount filter operators for transaction_categorization. */
|
|
31
|
+
export type TransactionFilterAmountMatchingOperator = 'equal' | 'not_equal' | 'less_than' | 'greater_than' | 'in_between';
|
|
32
|
+
export interface TransactionFilterCategory {
|
|
33
|
+
field: TransactionFilterCategoryField;
|
|
34
|
+
matchingOperator: TransactionFilterAmountMatchingOperator;
|
|
35
|
+
values: (string | number)[];
|
|
36
|
+
valuesCombinationOperator: 'ANY';
|
|
37
|
+
}
|
|
38
|
+
export interface TransactionFilters {
|
|
39
|
+
categories: TransactionFilterCategory[];
|
|
40
|
+
categoryCombinationOperator: CategoryCombinationOperator;
|
|
41
|
+
}
|
|
42
|
+
export interface TransactionView {
|
|
43
|
+
amount: Amount;
|
|
44
|
+
createTime: ZeniDate;
|
|
45
|
+
date: ZeniDate;
|
|
46
|
+
description: string;
|
|
47
|
+
id: ID;
|
|
48
|
+
memo: string;
|
|
49
|
+
transaction: SupportedTransactionWithCOT;
|
|
50
|
+
type: TransactionType;
|
|
51
|
+
customerId?: ID;
|
|
52
|
+
customerName?: string;
|
|
53
|
+
transactionLocalData?: TransactionReviewLocalDataSelectorView;
|
|
54
|
+
typeName?: string;
|
|
55
|
+
vendorId?: ID;
|
|
56
|
+
vendorName?: string;
|
|
57
|
+
}
|
|
58
|
+
/**
|
|
59
|
+
* TC-only equivalent of `applyAdvancedFiltersOnList`. Filters a list of
|
|
60
|
+
* `TransactionView` items against a `TransactionFilters` object using the
|
|
61
|
+
* AND/OR combination semantics from `categoryCombinationOperator`.
|
|
62
|
+
*
|
|
63
|
+
* Independent of `view/spendManagement` — keeps the TC filter pipeline cleanly
|
|
64
|
+
* inside the Expense Automation feature group.
|
|
65
|
+
*/
|
|
66
|
+
export declare const applyTransactionFilters: (transactions: TransactionView[], filters?: TransactionFilters) => TransactionView[];
|
|
@@ -0,0 +1,249 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.applyTransactionFilters = exports.TRANSACTION_FILTER_CATEGORIES = void 0;
|
|
4
|
+
/**
|
|
5
|
+
* Narrowing type-guard for "has a non-empty string here". Used in place of
|
|
6
|
+
* raw `if (foo)` truthiness checks on `string | null | undefined` values so
|
|
7
|
+
* the `@typescript-eslint/strict-boolean-expressions` lint stays clean —
|
|
8
|
+
* empty strings should explicitly fall through to the next candidate
|
|
9
|
+
* (vendorName → customerName → localData.vendor.name → ...) rather than
|
|
10
|
+
* being implicitly coerced to falsy.
|
|
11
|
+
*/
|
|
12
|
+
const isNonEmptyString = (s) => s != null && s !== '';
|
|
13
|
+
exports.TRANSACTION_FILTER_CATEGORIES = [
|
|
14
|
+
{ value: 'payment_account_name', type: 'dropdown' },
|
|
15
|
+
{ value: 'payment_account_type', type: 'dropdown' },
|
|
16
|
+
{ value: 'payee', type: 'searchAutocomplete' },
|
|
17
|
+
{ value: 'category', type: 'dropdown' },
|
|
18
|
+
{ value: 'class', type: 'dropdown' },
|
|
19
|
+
{ value: 'amount', type: 'numberRange' },
|
|
20
|
+
];
|
|
21
|
+
/**
|
|
22
|
+
* Resolve the comparable value for a transaction against a given filter field.
|
|
23
|
+
* Returns undefined when the transaction doesn't carry the field — callers
|
|
24
|
+
* decide whether absence counts as a match (for 'not_equal' it does).
|
|
25
|
+
*/
|
|
26
|
+
const getCategoryValueForTransaction = (key, transaction) => {
|
|
27
|
+
switch (key) {
|
|
28
|
+
case 'amount': {
|
|
29
|
+
// Prefer transactionLocalData line items (sum). Fall back to lines on
|
|
30
|
+
// the transaction itself. Final fallback: transaction-level amount.
|
|
31
|
+
const localDataForAmount = transaction.transactionLocalData?.transactionReviewLocalData;
|
|
32
|
+
if (localDataForAmount?.lineItemById) {
|
|
33
|
+
const lineItems = Object.values(localDataForAmount.lineItemById);
|
|
34
|
+
if (lineItems.length > 0) {
|
|
35
|
+
return lineItems.reduce((sum, lineItem) => sum + (lineItem.amount?.amount ?? 0), 0);
|
|
36
|
+
}
|
|
37
|
+
}
|
|
38
|
+
if (transaction.transaction.lines &&
|
|
39
|
+
transaction.transaction.lines.length > 0) {
|
|
40
|
+
return transaction.transaction.lines.reduce((sum, line) => sum + (line.amount?.amount ?? 0), 0);
|
|
41
|
+
}
|
|
42
|
+
return transaction.amount.amount;
|
|
43
|
+
}
|
|
44
|
+
case 'payee': {
|
|
45
|
+
if (isNonEmptyString(transaction.vendorName)) {
|
|
46
|
+
return transaction.vendorName;
|
|
47
|
+
}
|
|
48
|
+
if (isNonEmptyString(transaction.customerName)) {
|
|
49
|
+
return transaction.customerName;
|
|
50
|
+
}
|
|
51
|
+
const localData = transaction.transactionLocalData?.transactionReviewLocalData;
|
|
52
|
+
const vendorName = localData?.vendor?.name;
|
|
53
|
+
if (isNonEmptyString(vendorName)) {
|
|
54
|
+
return vendorName;
|
|
55
|
+
}
|
|
56
|
+
const customerName = localData?.customer?.name;
|
|
57
|
+
if (isNonEmptyString(customerName)) {
|
|
58
|
+
return customerName;
|
|
59
|
+
}
|
|
60
|
+
return undefined;
|
|
61
|
+
}
|
|
62
|
+
case 'payment_account_name': {
|
|
63
|
+
// Match what TransactionCategorizationListRow renders for the cell.
|
|
64
|
+
return transaction.transaction.account?.accountName;
|
|
65
|
+
}
|
|
66
|
+
case 'payment_account_type': {
|
|
67
|
+
// Raw `paymentType` enum ("credit_card" / "check" / "cash"). Dropdown
|
|
68
|
+
// option values use the same enum; row uses `paymentTypeName` for the
|
|
69
|
+
// human label.
|
|
70
|
+
return transaction.transaction.paymentType;
|
|
71
|
+
}
|
|
72
|
+
case 'category': {
|
|
73
|
+
const localDataForCategory = transaction.transactionLocalData?.transactionReviewLocalData;
|
|
74
|
+
if (localDataForCategory != null) {
|
|
75
|
+
const firstLineItem = Object.values(localDataForCategory.lineItemById)[0];
|
|
76
|
+
const accountId = firstLineItem?.account?.accountId;
|
|
77
|
+
if (isNonEmptyString(accountId)) {
|
|
78
|
+
return accountId;
|
|
79
|
+
}
|
|
80
|
+
const qboId = firstLineItem?.account?.qboId;
|
|
81
|
+
if (isNonEmptyString(qboId)) {
|
|
82
|
+
return qboId;
|
|
83
|
+
}
|
|
84
|
+
const accountName = firstLineItem?.account?.accountName;
|
|
85
|
+
if (isNonEmptyString(accountName)) {
|
|
86
|
+
return accountName;
|
|
87
|
+
}
|
|
88
|
+
}
|
|
89
|
+
const firstLineForCategory = transaction.transaction.lines?.[0];
|
|
90
|
+
if (firstLineForCategory?.type ===
|
|
91
|
+
'transaction_with_account_and_class_line' ||
|
|
92
|
+
firstLineForCategory?.type ===
|
|
93
|
+
'transaction_with_product_or_service_line' ||
|
|
94
|
+
firstLineForCategory?.type === 'journal_entry_transaction_line') {
|
|
95
|
+
const account = firstLineForCategory.account;
|
|
96
|
+
return account?.accountId ?? account?.qboId ?? account?.accountName;
|
|
97
|
+
}
|
|
98
|
+
return undefined;
|
|
99
|
+
}
|
|
100
|
+
case 'class': {
|
|
101
|
+
const localDataForClass = transaction.transactionLocalData?.transactionReviewLocalData;
|
|
102
|
+
if (localDataForClass != null) {
|
|
103
|
+
const firstLineItemForClass = Object.values(localDataForClass.lineItemById)[0];
|
|
104
|
+
const classId = firstLineItemForClass?.class?.classId;
|
|
105
|
+
if (isNonEmptyString(classId)) {
|
|
106
|
+
return classId;
|
|
107
|
+
}
|
|
108
|
+
const qboId = firstLineItemForClass?.class?.qboId;
|
|
109
|
+
if (isNonEmptyString(qboId)) {
|
|
110
|
+
return qboId;
|
|
111
|
+
}
|
|
112
|
+
const className = firstLineItemForClass?.class?.className;
|
|
113
|
+
if (isNonEmptyString(className)) {
|
|
114
|
+
return className;
|
|
115
|
+
}
|
|
116
|
+
}
|
|
117
|
+
const firstLineForClass = transaction.transaction.lines?.[0];
|
|
118
|
+
if (firstLineForClass?.type === 'transaction_with_account_and_class_line' ||
|
|
119
|
+
firstLineForClass?.type ===
|
|
120
|
+
'transaction_with_product_or_service_line' ||
|
|
121
|
+
firstLineForClass?.type === 'journal_entry_transaction_line') {
|
|
122
|
+
const classData = firstLineForClass.class;
|
|
123
|
+
return classData?.classId ?? classData?.qboId ?? classData?.className;
|
|
124
|
+
}
|
|
125
|
+
return undefined;
|
|
126
|
+
}
|
|
127
|
+
default:
|
|
128
|
+
return undefined;
|
|
129
|
+
}
|
|
130
|
+
};
|
|
131
|
+
/**
|
|
132
|
+
* TC-only amount matcher. Supports all five operators TC defines, including
|
|
133
|
+
* the legacy "1000<->5000" range-string form (kept for backward compatibility
|
|
134
|
+
* with persisted filter state that may still contain that encoding).
|
|
135
|
+
*
|
|
136
|
+
* The `'equal' | 'not_equal'` branch matches if `amount` equals ANY of the
|
|
137
|
+
* configured values (consistent with how non-amount filters interpret a
|
|
138
|
+
* multi-value `values` array). `.some()` over the values array also makes
|
|
139
|
+
* the empty-values case behave correctly — empty array → `matched = false`
|
|
140
|
+
* — though in practice `applyTransactionFilters` strips empty-values
|
|
141
|
+
* categories before they reach this matcher. The trailing
|
|
142
|
+
* `op === 'not_equal' ? !matched : matched` line inverts for `not_equal`.
|
|
143
|
+
*/
|
|
144
|
+
const matchAmount = (amount, category) => {
|
|
145
|
+
const op = category.matchingOperator;
|
|
146
|
+
const values = category.values;
|
|
147
|
+
let matched = false;
|
|
148
|
+
if (op === 'in_between') {
|
|
149
|
+
if (values.length >= 2) {
|
|
150
|
+
const min = Number(values[0]);
|
|
151
|
+
const max = Number(values[1]);
|
|
152
|
+
matched = amount >= min && amount <= max;
|
|
153
|
+
}
|
|
154
|
+
}
|
|
155
|
+
else if (op === 'less_than') {
|
|
156
|
+
if (values.length >= 1) {
|
|
157
|
+
matched = amount < Number(values[0]);
|
|
158
|
+
}
|
|
159
|
+
}
|
|
160
|
+
else if (op === 'greater_than') {
|
|
161
|
+
if (values.length >= 1) {
|
|
162
|
+
matched = amount > Number(values[0]);
|
|
163
|
+
}
|
|
164
|
+
}
|
|
165
|
+
else if (op === 'equal' || op === 'not_equal') {
|
|
166
|
+
matched = values.some((v) => {
|
|
167
|
+
const s = String(v);
|
|
168
|
+
// Backward compatibility: legacy "low<->high" range-string form
|
|
169
|
+
// persisted under `matchingOperator: 'equal'`.
|
|
170
|
+
if (s.includes('<->')) {
|
|
171
|
+
const parts = s.split('<->');
|
|
172
|
+
return (amount >= Number(parts[0] ?? '') && amount <= Number(parts[1] ?? ''));
|
|
173
|
+
}
|
|
174
|
+
return amount === Number(v);
|
|
175
|
+
});
|
|
176
|
+
}
|
|
177
|
+
return op === 'not_equal' ? !matched : matched;
|
|
178
|
+
};
|
|
179
|
+
const transactionMatchesCategory = (transaction, category) => {
|
|
180
|
+
const value = getCategoryValueForTransaction(category.field, transaction);
|
|
181
|
+
if (value == null) {
|
|
182
|
+
// Absent-value semantics — pinning these down explicitly so the
|
|
183
|
+
// asymmetry isn't surprising:
|
|
184
|
+
//
|
|
185
|
+
// not_equal: a missing value IS NOT EQUAL to any candidate, so the
|
|
186
|
+
// transaction matches the filter (passes through).
|
|
187
|
+
// equal: a missing value is not equal to any candidate, so the
|
|
188
|
+
// transaction does NOT match (filtered out).
|
|
189
|
+
// less_than / greater_than: SQL-style three-valued logic — comparing
|
|
190
|
+
// against a missing value is "unknown", which we treat as
|
|
191
|
+
// "does not match" (filtered out). A user setting
|
|
192
|
+
// "amount < $1000" probably wants transactions with a
|
|
193
|
+
// concrete amount that satisfies the bound, not rows
|
|
194
|
+
// where the amount can't be determined.
|
|
195
|
+
// in_between: same as the single-sided comparators — missing values
|
|
196
|
+
// are filtered out.
|
|
197
|
+
//
|
|
198
|
+
// Only the `not_equal` branch returns `true` here; everything else
|
|
199
|
+
// falls through to the `false` below.
|
|
200
|
+
return category.matchingOperator === 'not_equal';
|
|
201
|
+
}
|
|
202
|
+
if (category.field === 'amount') {
|
|
203
|
+
return matchAmount(Number(value), category);
|
|
204
|
+
}
|
|
205
|
+
const valueStr = value.toString();
|
|
206
|
+
const valueInList = category.values.some((v) => v.toString() === valueStr);
|
|
207
|
+
return category.matchingOperator === 'not_equal' ? !valueInList : valueInList;
|
|
208
|
+
};
|
|
209
|
+
/**
|
|
210
|
+
* TC-only equivalent of `applyAdvancedFiltersOnList`. Filters a list of
|
|
211
|
+
* `TransactionView` items against a `TransactionFilters` object using the
|
|
212
|
+
* AND/OR combination semantics from `categoryCombinationOperator`.
|
|
213
|
+
*
|
|
214
|
+
* Independent of `view/spendManagement` — keeps the TC filter pipeline cleanly
|
|
215
|
+
* inside the Expense Automation feature group.
|
|
216
|
+
*/
|
|
217
|
+
const applyTransactionFilters = (transactions, filters) => {
|
|
218
|
+
if (filters?.categories == null || filters.categories.length === 0) {
|
|
219
|
+
return transactions;
|
|
220
|
+
}
|
|
221
|
+
// Mirrors the predicate used by `getTransactionAppliedFiltersCount` on the
|
|
222
|
+
// webc side. A half-filled category — e.g. `in_between` with only the
|
|
223
|
+
// `min` typed — would otherwise survive the filter pass and produce zero
|
|
224
|
+
// matches because `Number("")` collapses to `0`, artificially emptying
|
|
225
|
+
// the list while editing. Skipping such categories keeps the filtered
|
|
226
|
+
// view stable while the user finishes typing.
|
|
227
|
+
const activeCategories = filters.categories.filter((c) => {
|
|
228
|
+
if (c.field == null || c.values.length === 0) {
|
|
229
|
+
return false;
|
|
230
|
+
}
|
|
231
|
+
if (c.field === 'amount' && c.matchingOperator === 'in_between') {
|
|
232
|
+
return (c.values.length >= 2 &&
|
|
233
|
+
String(c.values[0] ?? '').trim() !== '' &&
|
|
234
|
+
String(c.values[1] ?? '').trim() !== '');
|
|
235
|
+
}
|
|
236
|
+
return String(c.values[0] ?? '').trim() !== '';
|
|
237
|
+
});
|
|
238
|
+
if (activeCategories.length === 0) {
|
|
239
|
+
return transactions;
|
|
240
|
+
}
|
|
241
|
+
const op = filters.categoryCombinationOperator;
|
|
242
|
+
return transactions.filter((txn) => {
|
|
243
|
+
if (op === 'AND') {
|
|
244
|
+
return activeCategories.every((cat) => transactionMatchesCategory(txn, cat));
|
|
245
|
+
}
|
|
246
|
+
return activeCategories.some((cat) => transactionMatchesCategory(txn, cat));
|
|
247
|
+
});
|
|
248
|
+
};
|
|
249
|
+
exports.applyTransactionFilters = applyTransactionFilters;
|
|
@@ -16,6 +16,7 @@ import { VendorBase } from '../../../entity/vendor/vendorState';
|
|
|
16
16
|
import { ZeniAPIStatus } from '../../../responsePayload';
|
|
17
17
|
import { ZeniDate } from '../../../zeniDayJS';
|
|
18
18
|
import { EntityRecommendationKey } from '../../recommendation/recommendationState';
|
|
19
|
+
import { TransactionFilters } from '../transactionFilterHelpers';
|
|
19
20
|
import { TransactionDetailKey } from '../../transactionDetail/transactionDetailState';
|
|
20
21
|
import { CompletedSubTab } from './completedSubTab';
|
|
21
22
|
export declare const toTransactionsSortKey: (v: string) => "date" | "amount" | "vendor" | "project" | "category" | "class" | "payment_account" | "transaction_type" | "memo_and_receipt";
|
|
@@ -93,6 +94,7 @@ export interface SupportedTransactionCategorization {
|
|
|
93
94
|
}
|
|
94
95
|
export declare const initialSupportedTransactionCategorization: SupportedTransactionCategorization;
|
|
95
96
|
export interface TransactionsTabViewState extends FetchedState {
|
|
97
|
+
filters: TransactionFilters;
|
|
96
98
|
markAsNotMiscategorizedStatus: FetchStateAndError;
|
|
97
99
|
refreshStatus: FetchStateAndError;
|
|
98
100
|
saveStatus: FetchStateAndError;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
declare const toPeopleSortKeyType: (v: string) => "role" | "manager" | "
|
|
1
|
+
declare const toPeopleSortKeyType: (v: string) => "role" | "manager" | "name" | "department" | "lastSeen";
|
|
2
2
|
export type PeopleViewSortKey = ReturnType<typeof toPeopleSortKeyType>;
|
|
3
3
|
export {};
|
|
@@ -45,7 +45,7 @@ export interface BillPayFilters {
|
|
|
45
45
|
}
|
|
46
46
|
export interface BillPayFilterCategory {
|
|
47
47
|
field: BillListViewFilterCategoryField;
|
|
48
|
-
matchingOperator: 'equal' | '
|
|
48
|
+
matchingOperator: 'equal' | 'not_equal';
|
|
49
49
|
values: (string | ZeniDate)[];
|
|
50
50
|
valuesCombinationOperator: 'ANY';
|
|
51
51
|
}
|
|
@@ -11,20 +11,16 @@ const initializeBillPaySetupApproverViewUpdateDataEpic = (actions$, state$) => a
|
|
|
11
11
|
if (approvalRuleId != null) {
|
|
12
12
|
const approvalRule = (0, approvalRuleSelector_1.getApprovalRuleById)(state$.value.approvalRuleState, approvalRuleId);
|
|
13
13
|
if (approvalRule != null) {
|
|
14
|
+
const criteria = approvalRule.criteria[0];
|
|
15
|
+
const range = criteria?.range;
|
|
14
16
|
const billPaySetupApproverViewUpdateData = {
|
|
15
17
|
approvalRuleId,
|
|
16
18
|
steps: approvalRule.steps,
|
|
17
19
|
criteria: {
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
20
|
+
rangeType: criteria?.rangeType,
|
|
21
|
+
rangeEntity: criteria?.rangeEntity,
|
|
22
|
+
range,
|
|
21
23
|
},
|
|
22
|
-
// Approval Rules 3.0 — seed rule-level fields so the form can
|
|
23
|
-
// round-trip them on edit. Each may be undefined on legacy rules.
|
|
24
|
-
name: approvalRule.name,
|
|
25
|
-
description: approvalRule.description,
|
|
26
|
-
separationOfDuties: approvalRule.separationOfDuties,
|
|
27
|
-
isFallback: approvalRule.isFallback,
|
|
28
24
|
};
|
|
29
25
|
fetchActions.push((0, billPaySetupApproverViewReducer_1.clearBillPaySetupApproverViewUpdateData)(), (0, billPaySetupApproverViewReducer_1.saveBillPaySetupApproverViewUpdateData)(billPaySetupApproverViewUpdateData));
|
|
30
26
|
}
|
|
@@ -32,7 +28,7 @@ const initializeBillPaySetupApproverViewUpdateDataEpic = (actions$, state$) => a
|
|
|
32
28
|
else {
|
|
33
29
|
const billPaySetupApproverViewCreateData = {
|
|
34
30
|
steps: [],
|
|
35
|
-
criteria:
|
|
31
|
+
criteria: undefined,
|
|
36
32
|
};
|
|
37
33
|
fetchActions.push((0, billPaySetupApproverViewReducer_1.clearBillPaySetupApproverViewUpdateData)(), (0, billPaySetupApproverViewReducer_1.saveBillPaySetupApproverViewUpdateData)(billPaySetupApproverViewCreateData));
|
|
38
34
|
}
|
|
@@ -14,17 +14,9 @@ interface ApproverViewStepPayload extends Omit<StepPayload, 'actors'> {
|
|
|
14
14
|
}
|
|
15
15
|
interface ApprovalUpdatableInfoPayload {
|
|
16
16
|
approval_rule_id: ID;
|
|
17
|
-
criteria: CriteriaPayload;
|
|
17
|
+
criteria: CriteriaPayload[];
|
|
18
18
|
is_applicable_on_pending_approval_entity: boolean;
|
|
19
19
|
steps: ApproverViewStepPayload[];
|
|
20
|
-
description?: string;
|
|
21
|
-
is_fallback?: boolean;
|
|
22
|
-
/**
|
|
23
|
-
* Approval Rules 3.0 — rule-level wire fields. The backend accepts these
|
|
24
|
-
* as optional today; once 3.0 ships they become first-class.
|
|
25
|
-
*/
|
|
26
|
-
name?: string;
|
|
27
|
-
separation_of_duties?: boolean;
|
|
28
20
|
}
|
|
29
21
|
export declare const toApprovalChangableInfoPayload: (approverViewUpdateData: ApprovalRuleUpdateData | ApprovalRuleCreateData) => Partial<ApprovalUpdatableInfoPayload>;
|
|
30
22
|
export {};
|