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

25188 - court order filing added #3203

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

Rajandeep98
Copy link
Collaborator

@Rajandeep98 Rajandeep98 commented Feb 5, 2025

Issue #: bcgov/entity#25188

Description of changes:

add fee code ("COURT") to back end + whatever processing is needed
also need to configure the outputs
Receipt - Yes
Other outputs - No
Comments in the ledger - Yes

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of the lear license (Apache 2.0).

'courtOrder': {
'name': 'courtOrder',
'title': 'Court Order',
'codes': {
Copy link
Collaborator

Choose a reason for hiding this comment

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

courtOrder is applicable for all legalTypes https://github.com/bcgov/lear/blob/main/legal-api/src/legal_api/services/authz.py#L258. Check what should be the fee code for other legalTypes

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

@Mihai-QuickSilverDev hey mihai, could you please provide any information on this fee codes

@vysakh-menon-aot
Copy link
Collaborator

@vysakh-menon-aot
Copy link
Collaborator

Fix linting and testing errors

Copy link

sonarqubecloud bot commented Feb 7, 2025

@@ -389,9 +389,16 @@ class FilingTitles(str, Enum):
'courtOrder': {
'name': 'courtOrder',
'title': 'Court Order',
'displayName': 'Court Order',
Copy link
Collaborator

Choose a reason for hiding this comment

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

displayName should not be removed. Please revert this.

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

Successfully merging this pull request may close these issues.

3 participants