-
Notifications
You must be signed in to change notification settings - Fork 3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix account type name constants #41155
Merged
Merged
Changes from all commits
Commits
Show all changes
44 commits
Select commit
Hold shift + click to select a range
d6739e0
fix: const strings
46c3531
Revert "fix: const strings"
7f47efe
fix: string values for the out of pocket expense account options
98e6461
refactor: const object name
9427bdb
fix: string values for the company card export account options
495ecad
refactor: rename const object
35ebb51
refactor: rename const object
b8cdac6
fix: map the account type string value to translation key
0ab5b8b
Merge branch 'main' into hayata-fix-account-type-name-constants
897e4d8
fix: translation key
a6cd09d
fix: translation key
3060112
refactor: rename the translation keys for the type of accounts used t…
f936dab
fix: remove the translation key mapping
4d5b99b
fix: use underscore formatted account type name
2338c9a
fix: change translation key to match the backend account type name & …
3909feb
fix: the const name
87693a9
fix: spelling
05e1019
fix: const name
47f72aa
fix: translation key that starts with underscore
68ae452
fix: translation keys
838a613
fix: remove translation key mapping
785b8e0
fix: use values from const declarations
bf9c8ee
fix: use const values for bill
93b78d2
refactor: organize translation
99f1fd4
refactor: organize translation keys
84eb6ee
fix: translation path
8766e92
fix: translation path
0ba26a8
fix: translation key path
c7382bd
fix: translation path
088ac3d
fix: translation path error
1955c29
fix: translation key
e497980
chore: put the translation to the original place
86b60f7
Merge branch 'main' into hayata-fix-account-type-name-constants
e328e0f
fix: wrong translation key
91b078e
Merge branch 'main' into hayata-fix-account-type-name-constants
6abfbd2
fix: translation
d0029f6
chore: translation key
244be92
bring account related translation key under the same property
e1d7df2
fix: remove old translation key
b90834a
fix: remove old translation key
ca5420d
refactor: rename the translation key
fc6d2a0
fix: rename outdated translation key
4a13595
Merge branch 'main' into hayata-fix-account-type-name-constants
8dba03d
Merge branch 'main' into hayata-fix-account-type-name-constants
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
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.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
NAB: I don't think
exportCompanyCardAccount
,exportAccountPayable
orexportCompanyCard
really exists in the backendThere 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.
these were also added by Nikolay in another PR 😨