Skip to content
This repository has been archived by the owner on Apr 18, 2024. It is now read-only.

Commit

Permalink
content fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
NileshPant1999 committed Sep 5, 2023
1 parent ed35ab9 commit 33d6931
Showing 1 changed file with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<div>
<h3>Employee Mappings</h3>
<h5 class="clone-settings--header-caption sub-text-color">
In this section, you can configure how tp map Fyle Employees to QuickBooks Online Vendor /
In this section, you can configure how to map Fyle Employees to QuickBooks Online Vendor /
Employee
</h5>
</div>
Expand Down Expand Up @@ -122,7 +122,7 @@ <h5 class="clone-settings--header-caption sub-text-color">In this section, you c
<p class="clone-settings--sub-options-text">Mode of Export</p>
<img class="clone-settings--info-icon"
src="assets/images/svgs/general/info-disabled.svg"
matTooltip="Reimbursable expense in Fyle will be exported to QuickBooks Online"
matTooltip="Choose the type of transaction in QuickBooks Online to export your Fyle expenses."
matTooltipPosition="above" matTooltipClass="clone-settings">
</div>
<div class="clone-settings--export-dropdown">
Expand Down Expand Up @@ -237,7 +237,7 @@ <h5 class="clone-settings--header-caption sub-text-color">In this section, you c
<div class="clone-settings--field-section" fxLayout="row" fxLayoutAlign="start center">
<p>Corporate Card Expense</p>
<img class="clone-settings--info-icon" src="assets/images/svgs/general/info-disabled.svg"
matTooltip="Enable this to export the corporate card expenses from Fyle. If not enabled, any expenses Paid by Corporate Card will not be exported to QuickBooks Online."
matTooltip="This section contains the settings for exporting Corporate Credit Card expenses from Fyle to QuickBooks Online"
matTooltipPosition="above" matTooltipClass="clone-settings">
</div>

Expand Down Expand Up @@ -274,7 +274,7 @@ <h5 class="clone-settings--header-caption sub-text-color">In this section, you c
<p class="clone-settings--sub-options-text">Mode of Export</p>
<img class="clone-settings--info-icon"
src="assets/images/svgs/general/info-disabled.svg"
matTooltip="Credit Card expense in Fyle will be exported to QuickBooks Online"
matTooltip="Choose the type of transaction in QuickBooks Online to export your corporate card expense from Fyle."
matTooltipPosition="above" matTooltipClass="clone-settings">
</div>
<div class="clone-settings--export-dropdown">
Expand All @@ -296,7 +296,7 @@ <h5 class="clone-settings--header-caption sub-text-color">In this section, you c
<p class="clone-settings--sub-options-text">Set Default Credit Card Account as</p>
<img class="clone-settings--info-icon"
src="assets/images/svgs/general/info-disabled.svg"
matTooltip="The selected date will reflect in expenses exported to QuickBooks Online"
matTooltip="Post all your company corporate card transactions to a default credit card account."
matTooltipPosition="above" matTooltipClass="clone-settings">
</div>

Expand Down Expand Up @@ -332,13 +332,13 @@ <h5 class="clone-settings--header-caption sub-text-color">In this section, you c
<p class="clone-settings--sub-options-text">Select Accounts Payable Account</p>
<img class="clone-settings--info-icon"
src="assets/images/svgs/general/info-disabled.svg"
matTooltip="The selected date will reflect in expenses exported to QuickBooks Online"
matTooltip="The integration will post the offset credit entry in Bill to the selected Accounts Payable Account."
matTooltipPosition="above" matTooltipClass="clone-settings">
</div>

<app-select [form]="cloneSettingsForm" [qboAttributes]="accountsPayables"
[isFieldMandatory]="true"
[placeholder]="'The integration will post the offset credit entry in Bill to the selected Accounts Payable Account.'"
[placeholder]="'Select accounts payable'"
[formControllerName]="'accountsPayable'" [phase]="ProgressPhase.ONBOARDING">
</app-select>
</div>
Expand All @@ -353,7 +353,7 @@ <h5 class="clone-settings--header-caption sub-text-color">In this section, you c
<p class="clone-settings--sub-options-text">Name in Journal Entry (CCC)</p>
<img class="clone-settings--info-icon"
src="assets/images/svgs/general/info-disabled.svg"
matTooltip="'You can select either the \'Merchant Name\' or the \'Employee Name\' to appear in the \'Name\' field of your Journal Entries'"
matTooltip="'You can select either the 'Merchant Name' or the 'Employee Name' to appear in the 'Name' field of your Journal Entries'"
matTooltipPosition="above" matTooltipClass="clone-settings">
</div>
<app-select [form]="cloneSettingsForm" [options]="nameInJournalOptions"
Expand Down Expand Up @@ -653,7 +653,7 @@ <h5 class="clone-settings--header-caption sub-text-color">In this section, you c
<mat-menu #qboAdditionalFields="matMenu">
<button *ngIf="!cloneSettingsForm.value.chartOfAccount" mat-menu-item
(click)="enableAccountImport()">
Accounts
Chart of Accounts
</button>
<button *ngIf="!cloneSettingsForm.value.importItems && showImportProducts()" mat-menu-item
(click)="enableItemsImport()">
Expand Down

0 comments on commit 33d6931

Please sign in to comment.