-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: feature branch for auto-coding issues (#3209)
* feat: Add the auto-coded section in the add-edit-expense form * fix: added another star svg to pass custom color * fix: check added for undefined values * fix: if else block * fix: removed stars-color-filled icon and used sparkle instead * removing this from ngif * feat: Add the auto-coded icon in the view-expense screen * fix: css and null check * fix: removed stars-color-filled icon and replaced with sparkle * fix: Replace the scanning receipt loader * fix: lint and unit test * fix: Replace the scanning receipt loader (#3203) * fix: Replace the scanning receipt loader * fix: lint and unit test * feat: Add the auto-coded icon in the view-expense screen (#3202) * feat: Add the auto-coded icon in the view-expense screen * fix: css and null check * fix: removed stars-color-filled icon and replaced with sparkle * Revert "fix: Replace the scanning receipt loader (#3203)" (#3210) This reverts commit 689a94e. * fix: Replace the scanning receipt loader for single mode (#3211) * fix: lint issues in fy-currency (#3212) * fix: failing test cases and auto coding for edit and camera upload * fix: lint and other suggestions * fix: changed sparkle svg and other fixes * fix: added check for data in fy-currency * fix: removed any from fy-currency.component.spec.ts and refactored setExchangeRate * fix: lint issues * fix: lint issue * fix: added more tests to increase coverage
- Loading branch information
Showing
16 changed files
with
300 additions
and
88 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
export interface CurrencyAmountFormValues { | ||
currency: string; | ||
amount: number; | ||
homeCurrencyAmount: number; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.