Skip to content

Commit

Permalink
show possible error
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinpapst committed Feb 4, 2025
1 parent 8175a5a commit 4ff9b32
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion collections/_documentation/invoices.md
Original file line number Diff line number Diff line change
Expand Up @@ -322,9 +322,11 @@ Spreadsheet templates are powered by [PhpSpreadsheet](https://github.com/PHPOffi
**Important:** within the first 100 rows you MUST-HAVE the template row for timesheet entries, which means there must be
a value starting with `${entry.` in one of the first 10 columns, otherwise no timesheet records will be rendered!

If you don't have that, you will see the error `Invalid invoice document, no template row found.`.

_Check the default templates if that doesn't make sense to you ;-)_

This row will then be cloned for every timesheet entry.
The row containing the `${entry.` template will be cloned for every timesheet entry.

See below in `Template variables` to find out which variables you can use.

Expand Down

0 comments on commit 4ff9b32

Please sign in to comment.