-
Notifications
You must be signed in to change notification settings - Fork 1
Clone Settings complete reimbursable export settings #285
Conversation
NileshPant1999
commented
Jul 29, 2023
•
edited
Loading
edited
…bo-app-2 into clone-settings-qbo
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## master #285 +/- ##
==========================================
- Coverage 96.52% 93.77% -2.75%
==========================================
Files 122 131 +9
Lines 3019 3182 +163
Branches 484 508 +24
==========================================
+ Hits 2914 2984 +70
- Misses 53 125 +72
- Partials 52 73 +21
|
@ashwin1111 just letting you know that, i will fix all the content related issue together in one pr later once i got it from Kamalini |
@@ -32,7 +36,7 @@ export type ExportSettingGet = { | |||
} | |||
|
|||
export interface ExportSettingFormOption extends SelectFormOption { | |||
value: ExpenseState | CCCExpenseState | ReimbursableExpensesObject | CorporateCreditCardExpensesObject | ExpenseGroupingFieldOption | ExportDateType; | |||
value: ExpenseState | CCCExpenseState | ReimbursableExpensesObject | CorporateCreditCardExpensesObject | ExpenseGroupingFieldOption | ExportDateType | AutoMapEmployee | EmployeeFieldMapping | null; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why do we need AutoMapEmployee
or EmployeeFieldMapping
as a part of export setting?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@ashwin1111 this was an initial change, will remove it added it earlier forget to remove.
return this.apiService.get(`/v2/workspaces/${this.workspaceId}/clone_settings/`, {}); | ||
} | ||
|
||
saveCloneSettings(cloneSettingsPayload: CloneSettingPost): Observable<CloneSetting> { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
postClone...
...pp/shared/components/clone-settings/clone-import-settings/clone-import-settings.component.ts
Outdated
Show resolved
Hide resolved
src/app/integration/onboarding/clone-settings/clone-settings.component.ts
Outdated
Show resolved
Hide resolved
src/app/integration/onboarding/clone-settings/clone-settings.component.ts
Outdated
Show resolved
Hide resolved
src/app/integration/onboarding/clone-settings/clone-settings.component.ts
Outdated
Show resolved
Hide resolved
src/app/integration/onboarding/clone-settings/clone-settings.component.ts
Outdated
Show resolved
Hide resolved
src/app/integration/onboarding/clone-settings/clone-settings.component.ts
Outdated
Show resolved
Hide resolved
|