Skip to content

calculatedinvoice needs to contain VATtotal #1011

@jstaerk

Description

@jstaerk

which also needs to be parsed from CII and UBL,
when generated it's just

                BigDecimal VATtotal=BigDecimal.ZERO;
                i.calculate();
                for (VATAmount vam:i.getCalculation().getTaxDetails()) {
                    VATtotal=VATtotal.add(vam.getCalculated());
                }

... there might be a BT for that.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions