I write a lot of reports, and I can never remember whether to use <<foo|branches>> or <<foo|branchcode>> for instance. These *are* documented in the help page, but it would be helpful if they were in a tabular form, e.g. +-----------------+--------------------------------------------------+-----------------------------+ | parameter | what user sees | what gets inserted in query | +-----------------+--------------------------------------------------+-----------------------------+ | date | date picker | validly formatted date | | branches | drop down of branch names | branch code | | itemtypes | drop down of item type names | item type | | categorycode | drop down of patron category descriptions | borrower ctegory code | | (anything else) | drop down of auth-value descriptions in category | authorized value | +-----------------+--------------------------------------------------+-----------------------------+ This would be easier to find on the help page.
We are in the process of removing hte local help files, see bug 19817. Marking this for the manual.
I've added the table to the manual. https://gitlab.com/koha-community/koha-manual/merge_requests/177/diffs?commit_id=82f5773c993eda040e1b70d091f7170b3be20b64
(In reply to Caroline Cyr La Rose from comment #2) > I've added the table to the manual. > > https://gitlab.com/koha-community/koha-manual/merge_requests/177/ > diffs?commit_id=82f5773c993eda040e1b70d091f7170b3be20b64 Very nice!