add job card print #13

Closed
usama.jameel wants to merge 0 commits from print-job-card into main
There is no content yet.
usama.jameel added 1 commit 2025-03-04 11:04:29 +00:00
saif.haq reviewed 2025-03-05 04:45:17 +00:00
@ -174,2 +177,4 @@
}
@GetMapping( value = "/pdf/{id}", produces = MediaType.APPLICATION_PDF_VALUE )
public ResponseEntity<InputStreamResource> showGinReceivingPDF(@PathVariable long id, Model model ) throws Exception {
Collaborator

chnage function name

chnage function name
usama.jameel closed this pull request 2025-03-05 04:45:23 +00:00
saif.haq reviewed 2025-03-05 04:46:56 +00:00
@ -0,0 +1,63 @@
package com.utopiaindustries.util;
public class TemporaryDocument {
Collaborator

remove this class

remove this class
saif.haq reviewed 2025-03-05 04:47:40 +00:00
@ -0,0 +7,4 @@
lang="en"
xmlns:th="http://www.thymeleaf.org">
<head>
<title>Gate Inward Note Receipt</title>
Collaborator

change title

change title
saif.haq reviewed 2025-03-05 04:53:54 +00:00
@ -303,0 +314,4 @@
/**
* Print Job card *
* **/
public ResponseEntity<InputStreamResource> getJobCardReceivingPdf(long id, Model model ) throws Exception {
Collaborator

remove this keyword it should work otherwise

remove this keyword it should work otherwise

Pull request closed

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#13
There is no content yet.