Skip to content

Incorrect calculation of SUM for MUL #9

@TurWokc

Description

@TurWokc

The plugin incorrectly calculates the total amount in the table.
When using the SUM^RUB formula for the Total column, the plugin outputs the result of 25.000,00 RUB, although the actual amount should be 250.00 RUB.

| Item   | Price | Quantity | Total      |
| ------ | ----- | -------- | ---------- |
| one    | 50    | 2        | `MUL<2RUB` |
| two    | 10    | 5        | `MUL<2RUB` |
| three  | 20    | 5        | `MUL<2RUB` |
| Total: |       |          | `SUM^RUB`  |
Image

I'm sorry for the mistakes, I translated it in the translator.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions