Skip to content

fix invoice status filter#60

Open
vaneck237 wants to merge 3 commits intoopenimis:developfrom
mngoe:feature-31983
Open

fix invoice status filter#60
vaneck237 wants to merge 3 commits intoopenimis:developfrom
mngoe:feature-31983

Conversation

@vaneck237
Copy link

No description provided.

SUSPENDED: "5",
UNPAID: "6",
RECONCILIATED: "7",
DRAFT: "A_0",
Copy link
Member

Choose a reason for hiding this comment

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

why changing that ? won't that impact payload from / to backend ?

Copy link
Author

Choose a reason for hiding this comment

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

It is an enum option of billStatus and invoiceStatus type in graphql
we have a bug in bill/invoice filtering with previous value

Copy link
Member

Choose a reason for hiding this comment

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

I am not sure I get how this helps; does GQL have A_{} options ?

Copy link
Author

Choose a reason for hiding this comment

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

GQL expects type InvoiceStatus wich is an enum with the options A_{}
Screenshot 2025-11-03 at 10 14 36 AM

@zikani03 zikani03 self-assigned this Dec 9, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants