Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 10 additions & 1 deletion content/applications/finance/accounting/reporting/customize.rst
Original file line number Diff line number Diff line change
Expand Up @@ -169,8 +169,10 @@ by a period `.` and the expression's **label** (ex. **code.label**).
`CUR` is the currency code in capital letters, and `amount` is the amount of the bound expressed in
that currency.

`cross_report(xml_id | report_id)`
`cross_report(xml_id | report_id[, force_date_scope])`
Used to match an expression from another report targeted by the xml_id or the report ID itself.
If `force_date_scope` is added, the :guilabel:`Date Scope` defined on the expression will be
used to compute all the expressions used by the formula.
Comment on lines 173 to +175
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
Used to match an expression from another report targeted by the xml_id or the report ID itself.
If `force_date_scope` is added, the :guilabel:`Date Scope` defined on the expression will be
used to compute all the expressions used by the formula.
Match an expression from another report targeted by the xml_id or the report ID itself. If
`force_date_scope` is added, the :guilabel:`Date Scope` defined on the expression will be used to
to compute all the expressions used by the formula.


Prefix of Account Codes computation engine
------------------------------------------
Expand Down Expand Up @@ -295,6 +297,13 @@ custom computation of expressions on a case-by-case basis. The :guilabel:`Formul
**dictionary** returned by this function. Use this computation engine only if making a custom
module.

Date Filtering
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
Date Filtering
Date filtering

==============

By default, the values computed for each expression will restrict the move lines they consider
to the ones strictly within the interval selected on the report. You can change that behavior by
modifying the :guilabel:`Date Scope` field of the expression.
Comment on lines +304 to +305
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
to the ones strictly within the interval selected on the report. You can change that behavior by
modifying the :guilabel:`Date Scope` field of the expression.
to the ones strictly within the interval selected on the report. To change that behavior, modify the
:guilabel:`Date Scope` field of the expression.


Columns
=======

Expand Down