update-job-card-print #17

Merged
saif.haq merged 5 commits from update-job-card-print into main 2025-03-13 07:38:19 +00:00
There is no content yet.
usama.jameel added 2 commits 2025-03-13 05:54:59 +00:00
saif.haq reviewed 2025-03-13 07:22:30 +00:00
@ -94,3 +94,3 @@
@RequestParam( value = "start-date", required = false) String startDate,
@RequestParam( value = "end-date", required = false ) String endDate,
@RequestParam( value = "job-card-id", required = false ) String jobCardId,
@RequestParam(value = "bundle-id", required = false) Long bundleID,
Collaborator

rename to bundleId

rename to bundleId
usama.jameel marked this conversation as resolved
saif.haq reviewed 2025-03-13 07:22:47 +00:00
@ -19,3 +19,3 @@
<form th:action="@{/cutting/generate-bundle-barcodes}" method="post">
<input hidden="hidden" name="artifactType" value="Bundle">
<table class="table table-striped" data-table data-order="[[ 0, &quot;asc&quot; ]]">
<table class="table table-striped" data-table data-order="[[ 0, &quot;dsc&quot; ]]">
Collaborator

desc

desc
usama.jameel marked this conversation as resolved
saif.haq reviewed 2025-03-13 07:23:10 +00:00
@ -21,3 +21,3 @@
<input hidden="hidden" name="artifactType" value="FinishedItem">
<table th:if="${ #lists != null && #lists.size(items) != 0 }" class="table table-striped table-bordered" data-table
data-order="[[ 0, &quot;asc&quot; ]]">
data-order="[[ 0, &quot;dsc&quot; ]]">
Collaborator

desc

desc
usama.jameel marked this conversation as resolved
usama.jameel added 1 commit 2025-03-13 07:32:07 +00:00
usama.jameel added 1 commit 2025-03-13 07:33:48 +00:00
usama.jameel added 1 commit 2025-03-13 07:35:47 +00:00
saif.haq merged commit 9e25a4f2de into main 2025-03-13 07:38:19 +00:00
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: UIND/cut-to-pack-service#17
There is no content yet.