Document to/from in items

This commit is contained in:
Daniel O'Connell 2021-08-03 13:45:56 +02:00
parent 14776e196d
commit 7a470d4d21

View File

@ -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.