https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20565
Bug ID: 20565
Summary: Clearer documentation of date, branches, itemtypes and
categorycode parameters in 'Create report from SQL'
help page.
Change sponsored?: ---
Product: Koha
Version: master
Hardware: All
OS: All
Status: NEW
Severity: enhancement
Priority: P5 - low
Component: Documentation
Assignee: [email protected]
Reporter: [email protected]
QA Contact: [email protected]
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.
--
You are receiving this mail because:
You are watching all bug changes.
You are the assignee for the bug.
_______________________________________________
Koha-bugs mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/