Skip to content

Commit

Permalink
Add recurring_expense_id to expenses
Browse files Browse the repository at this point in the history
  • Loading branch information
manubo committed Oct 12, 2023
1 parent b8b1e6c commit 3c74667
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions sections/invoices.md
Expand Up @@ -353,6 +353,7 @@ This returns a list of expenses:
"budget_relevant": true,
"billable": true,
"billed": false,
"recurring_expense_id": null,
"service_period": "10/2020",
"service_period_from": "2020-10-01",
"service_period_to": "2020-10-31",
Expand Down
1 change: 1 addition & 0 deletions sections/project_expenses.md
Expand Up @@ -37,6 +37,7 @@ The representation contains, among the standard fields, also the following field
"billable": true,
"billed": false,
"invoice_id": null,
"recurring_expense_id": null,
"service_period": "10/2020",
"service_period_from": "2020-10-01",
"service_period_to": "2020-10-31",
Expand Down

1 comment on commit 3c74667

@manubo
Copy link
Contributor Author

@manubo manubo commented on 3c74667 Oct 12, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.