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

OTC-276: enabling searching not only matched payments etc #101

Merged
merged 8 commits into from
Jun 1, 2021

Conversation

sniedzielski
Copy link
Contributor

TICKET: https://openimis.atlassian.net/browse/OTC-276

changes:

  • adding new resources for payment statuses and "RejectedReason" label.
  • enabling looking for another payments, not only paid etc
    otc-276
    otc-276c

@delcroip
Copy link
Member

@dragos-dobre add status for cancelled payment


dtStatus.Rows.Add(5, getMessage("T_PAYMENTMATCHED"))
dtStatus.Rows.Add(4, getMessage("T_UNMATCHED"))
dtStatus.Rows.Add(-3, getMessage("T_FAILEDSTATUS"))
Copy link
Member

Choose a reason for hiding this comment

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

Please create a constant list for the PaymentStatus and use it here. Will be easier to understand.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

ok

@sniedzielski
Copy link
Contributor Author

sniedzielski commented Jun 1, 2021

@dragos-dobre I added static dict with PaymentStatus. I also fixed conflict with OTC-10 merged into develop. You can re-check this PR. conflict resolved by that commit a194e2f

@dragos-dobre dragos-dobre merged commit c4343b8 into develop Jun 1, 2021
@dragos-dobre dragos-dobre deleted the feature/OTC-276 branch June 1, 2021 14:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants