If you need to create a custom report in 1C:Drive and you understand that you cannot implement this task by creating an option of an existing report, we recommend you to follow these guidelines:
- Create a configuration extension.
- In the extension, create a register.
- In the extension, implement the entries to the register the appropriate documents make upon posting.
- In the extension, create a report based on the register data.
Thus, even if the out-of-the box function of the documents you use for the register gets changed in a new release of 1C:Drive, you will be able to quickly update to the new release without the need of the tedious code merge.