-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
added more fields in expense serializer for redirection (#458)
* added more fields in expense serializer * Sync import API (#459) * added expense group sync API * minor changes * added url for expense group sync view
- Loading branch information
1 parent
9b0998e
commit cf736f5
Showing
6 changed files
with
69 additions
and
24 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -131,7 +131,14 @@ | |
'claim_number': ' C/2021/12/R/198', | ||
'employee_email': '[email protected]', | ||
'employee_name': None, | ||
'fund_source': 'CCC' | ||
'fund_source': 'CCC', | ||
'expense_number': 'E/2023/09/T/7', | ||
'vendor': None, | ||
'category': 'Train', | ||
'amount': 101.0, | ||
'report_id': 'dummy_report_id', | ||
'settlement_id': 'dummy_settlement_id', | ||
'expense_id': 'dummy_expense_id' | ||
}, | ||
{ | ||
'updated_at': '2021-12-03T11:26:58.702209Z', | ||
|
@@ -547,7 +554,20 @@ | |
"exported_at": "2021-11-15T11:02:55.125205Z", | ||
"updated_at": "2021-11-15T11:02:55.125634Z", | ||
"workspace": 1, | ||
"expenses": [1], | ||
"expenses": [ { | ||
"updated_at": "2023-11-21T10:41:09.919000Z", | ||
"claim_number": "C/2023/06/R/4", | ||
"employee_email": "[email protected]", | ||
"employee_name": "Theresa Brown", | ||
"fund_source": "PERSONAL", | ||
"expense_number": "E/2023/06/T/21", | ||
"vendor": "95110", | ||
"category": "Airlines", | ||
"amount": 6377.0, | ||
"report_id": "rp0kaXoqkJle", | ||
"settlement_id": "setPzkM7eyQFd", | ||
"expense_id": "txyZ1zJDQfiK" | ||
}], | ||
}, | ||
"expense_group_setting_response": { | ||
"id": 1, | ||
|
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