mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-11-24 20:58:31 +00:00
24 lines
436 B
Markdown
24 lines
436 B
Markdown
# Report bundle
|
|
|
|
This bundle provides the ability to record report about people. We use custom fields to let user add fields to reports.
|
|
|
|
The documentation about report is not written
|
|
|
|
## Concepts
|
|
|
|
## Search
|
|
|
|
### Domain
|
|
|
|
* `@report` is the domain search for reports.
|
|
|
|
### Arguments
|
|
|
|
* `date` : The date of the report
|
|
|
|
### Default
|
|
|
|
The report's date is the default value.
|
|
|
|
An error is thrown if an argument `date` and a default is used.
|