Skip to content

Incorrect calculation of SUM for MUL #9

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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