* added docx renderer and demo template * added csv renderer and demo template * added xlsx renderer and demo template * added ods renderer and demo template * added user calculator * added invoice documentation
277 B
277 B
| 1 | start_date | start_timestamp | end_date | end_timestamp | duration | username | description | rate | amount | total |
|---|---|---|---|---|---|---|---|---|---|---|
| 2 | ${entry.begin} | ${entry.begin_timestamp} | ${entry.end} | ${entry.end_timestamp} | ${entry.duration} | ${entry.user_name} | ${entry.description} | ${entry.rate} | ${entry.amount} | ${entry.total} |