Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Warning BR-KSA-51 on invoice submission #7

Open
sahalMoidu opened this issue May 10, 2024 · 0 comments
Open

Warning BR-KSA-51 on invoice submission #7

sahalMoidu opened this issue May 10, 2024 · 0 comments

Comments

@sahalMoidu
Copy link

Warning msg due to sum mismactch in invoice line item

I have provided the validation warning message returned

"validationResults": {
        "infoMessages": [
            {
                "type": "INFO",
                "code": "XSD_ZATCA_VALID",
                "category": "XSD validation",
                "message": "Complied with UBL 2.1 standards in line with ZATCA specifications",
                "status": "PASS"
            }
        ],
        "warningMessages": [
            {
                "type": "WARNING",
                "code": "BR-KSA-51",
                "category": "KSA",
                "message": "The line amount with VAT (KSA-12) must be Invoice line net amount (BT-131) + Line VAT amount (KSA-11).",
                "status": "WARNING"
            }
        ],
        "errorMessages": [],
        "status": "WARNING"
    }

This is probably a rounding error

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant