Skip to content
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

feat: Added Condition for restricting pending txns #2789

Merged
merged 27 commits into from
Mar 6, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
59f7a7b
feat: Method Changes in expense service
howdysuraj Feb 28, 2024
dd97215
feat Added check for pending txns
howdysuraj Feb 28, 2024
cffa7c1
feat: removed unwanted variable
howdysuraj Feb 28, 2024
9c194b4
feat: function name changed
howdysuraj Feb 28, 2024
50e2985
reverted function name change
howdysuraj Feb 28, 2024
d0426cb
Merge branch 'master' of https://github.com/fylein/fyle-mobile-app in…
howdysuraj Feb 28, 2024
d320b6b
feat: Added function feature
howdysuraj Feb 28, 2024
1d3a2d5
feat: added test
howdysuraj Feb 28, 2024
5ec31c0
fdescrbe removed
howdysuraj Feb 28, 2024
032c06b
feat: removed add expense button which is not working from day zero
howdysuraj Feb 29, 2024
b34a454
Merge branch 'master' of https://github.com/fylein/fyle-mobile-app in…
howdysuraj Mar 4, 2024
7acaa38
feat: changed function name
howdysuraj Mar 4, 2024
03d4565
feat: test and function update
howdysuraj Mar 4, 2024
d87c098
Merge branch 'master' of https://github.com/fylein/fyle-mobile-app in…
howdysuraj Mar 4, 2024
7c6284e
feta: test case updated
howdysuraj Mar 5, 2024
1dd0ef2
feat: Added API call
howdysuraj Mar 5, 2024
affa3b6
feat: added transactions and fixed tests
howdysuraj Mar 5, 2024
a016ebf
fix: filtering of expenses list
howdysuraj Mar 5, 2024
067e8d8
query param fix
howdysuraj Mar 5, 2024
be863c3
feat: syncronous behaviour chnages
howdysuraj Mar 5, 2024
2e0eb94
feat :test chages
howdysuraj Mar 5, 2024
39a55c5
feat: All converted to describe
howdysuraj Mar 5, 2024
b9dba32
test: disabled a flaky test
howdysuraj Mar 6, 2024
5d8936b
Merge branch 'master' of https://github.com/fylein/fyle-mobile-app in…
howdysuraj Mar 6, 2024
c58e82c
test: fix for apiexpenses
howdysuraj Mar 6, 2024
594d93c
test fix
howdysuraj Mar 6, 2024
0fe2bc6
fix for messaging in toast
howdysuraj Mar 6, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,6 @@ export const unreportedExpensesQueryParams: ExpensesQueryParams = {
state: 'in.(COMPLETE)',
or: '(policy_amount.is.null,policy_amount.gt.0.0001)',
report_id: 'is.null',
and: '(or(matched_corporate_card_transactions.eq.[],matched_corporate_card_transactions->0->status.neq.PENDING))',
},
};
Loading
Loading