From 3c7466716139422529f619a5d15b8d1f3bad9e61 Mon Sep 17 00:00:00 2001 From: Manuel Bouza Date: Thu, 12 Oct 2023 14:42:42 +0200 Subject: [PATCH] Add recurring_expense_id to expenses --- sections/invoices.md | 1 + sections/project_expenses.md | 1 + 2 files changed, 2 insertions(+) diff --git a/sections/invoices.md b/sections/invoices.md index 4d82413..adf5278 100644 --- a/sections/invoices.md +++ b/sections/invoices.md @@ -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", diff --git a/sections/project_expenses.md b/sections/project_expenses.md index 826a50a..ee7dcd7 100644 --- a/sections/project_expenses.md +++ b/sections/project_expenses.md @@ -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",