-
Notifications
You must be signed in to change notification settings - Fork 14
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
CAS Manual Intervention Table #4390
Milestone
Comments
Question for @CarlyCotton
|
|
sh16011993
added a commit
that referenced
this issue
Mar 7, 2025
- Created a migration status `Resolved` in `invoice_status` column in `cas_invoices` table.
github-merge-queue bot
pushed a commit
that referenced
this issue
Mar 7, 2025
### As a part of this PR, the following have been completed: - Created a migration status `Resolved` in `invoice_status` column in `cas_invoices` table. - `CASInvoiceStatus` enum updated in the backend with the newly added `Resolved` status. **Rollback Screenshot** <img width="872" alt="image" src="https://github.com/user-attachments/assets/81eb9fb6-4fe0-4686-8814-0785d25c3b35" />
sh16011993
added a commit
that referenced
this issue
Mar 12, 2025
- Added the CASInvoiceStatusUpdatedBy column
github-merge-queue bot
pushed a commit
that referenced
this issue
Mar 12, 2025
…mn (#4467) ### As a part of this PR, the following have been completed: - Added the migration for the `CASInvoiceStatusUpdatedBy` column. **Rollback Screenshot:** <img width="815" alt="image" src="https://github.com/user-attachments/assets/43a2d311-ab3e-43b1-9c65-0124a6e0dff7" />
sh16011993
added a commit
that referenced
this issue
Mar 12, 2025
sh16011993
added a commit
that referenced
this issue
Mar 12, 2025
github-merge-queue bot
pushed a commit
that referenced
this issue
Mar 13, 2025
### As a part of this PR, the following were completed: - Created a new controller named `cas-invoice` with the two below endpoints: 1) Create new endpoint to get list of manual intervention invoices from `cas-invoices` table, with lazy pagination enabled. 2) Created new endpoint to update the status of the `cas-invoices`.
github-merge-queue bot
pushed a commit
that referenced
this issue
Mar 13, 2025
### As a part of this PR, the following were completed: - Created a V-Datable-Server type datatable to view Manual Intervention below invoice batch in Ministry portal. - Added the expander to show the errors in UI. - Added the action button to resolve the status from Manual Intervention to Resolved. - Created the modal to confirm the action to change status using the component `confirm-modal`. - Added the role to ensure that the action is enabled only for a user with a valid role. - Enabled the sort on first database column `Response date`. **Video representing the demo:** https://github.com/user-attachments/assets/140dd45d-c881-45ae-9a84-18730db9bef9 ### **Screenshots:** **Manual Intervention Table** <img width="1923" alt="image" src="https://github.com/user-attachments/assets/98e2fc77-af72-484c-a03f-51fd3e6d9f78" /> ----------------------------------------------------------------------------------------------------------- **Modal Confirmation Dialog** <img width="1917" alt="image" src="https://github.com/user-attachments/assets/0b238da1-3be6-4279-a526-e26d5fd21e5d" />
sh16011993
added a commit
that referenced
this issue
Mar 14, 2025
github-merge-queue bot
pushed a commit
that referenced
this issue
Mar 18, 2025
### As a part of this PR, the following e2e tests have been written: - **CASInvoiceAESTController(e2e)-updateInvoiceToResolved** √ Should resolve an invoice in Manual intervention status for the provided invoice identifier. √ Should throw a HttpStatus Not Found (404) error when the CAS invoice to resolve doesn't exist. √ Should throw a HttpStatus Not Found (404) error when the CAS invoice to resolve does not have the expected Manual intervention status. √ Should throw a HttpStatus Forbidden (403) error when an unauthorized Ministry user tries to update the invoice. - **CASInvoiceAESTController(e2e)-getInvoices** √ Should be able to get invoices for the first page in a paginated result with a limit of two per page with Manual intervention status in the descending order. √ Should throw a HttpStatus Bad Request (400) error when the invoice status is invalid. √ Should throw a HttpStatus Bad Request (400) error when the sortField is invalid. √ Should throw a HttpStatus Forbidden (403) error when an unauthorized Ministry user tries to get the invoices. **Screenshots for the above e2e test execution:** <img width="1059" alt="image" src="https://github.com/user-attachments/assets/fb5ed187-aa04-46a3-87b7-63c4fd5d90d6" /> --------------------------------------------------------------------------------------------------------------------- <img width="1145" alt="image" src="https://github.com/user-attachments/assets/968e1bc4-8818-46fc-93c4-d59d682e1b02" />
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Technical AC
aest-cas-invoicing
as business did not provide one and it was ok with it.DB
Resolved
ininvoice_status
incas_invoices
table.API
cas-invoice
list of manual intervention invoices
fromcas-invoices
table, with lazy pagination enabled.invoice_status_updated_on
from the table.patch
request to update status toResolve
, which validates the Ministry role to make the update and persist the user executing the update.Audit DB
Column on update about user action.UI
V-Datable-Server
Datatable to view Manual Intervention below invoice batch in Ministry portal.Manual Intervention
toResolved
.confirm-modal
.Response date
.E2E
The text was updated successfully, but these errors were encountered: