From 7a470d4d21490b9c829c36ee810a98023e1df9e0 Mon Sep 17 00:00:00 2001 From: Daniel O'Connell Date: Tue, 3 Aug 2021 13:45:56 +0200 Subject: [PATCH] Document to/from in items --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 89fb434..a72b9b3 100644 --- a/README.md +++ b/README.md @@ -89,6 +89,8 @@ The price can be provided in one of the following ways: operations (+, -, /, *) and timesheet specific variables are supported (:worked, :required). If a timesheet variable is used, but no such value can be found in the timesheet, an exception will be raised. + * :from - an ISO date specifying the date from which this item should be used in calculating invoices (any invoices generated for dates before this value will ignore this item) + * :to - an ISO date specifying the date up to which this item should be used in calculating invoices (any invoices generated for dates after this value will ignore this item) If the price is to be calculated on the basis of a worklog, add a `:worklog` key and make sure the `:worklogs` section has an item that can be used to access the worklog.