add job card print #13
Loading…
Reference in New Issue
There is no content yet.
Delete Branch "print-job-card"
Deleting a branch is permanent. Although the deleted branch may exist for a short time before cleaning up, in most cases it CANNOT be undone. Continue?
@ -174,2 +177,4 @@
}
@GetMapping( value = "/pdf/{id}", produces = MediaType.APPLICATION_PDF_VALUE )
public ResponseEntity<InputStreamResource> showGinReceivingPDF(@PathVariable long id, Model model ) throws Exception {
chnage function name
@ -0,0 +1,63 @@
package com.utopiaindustries.util;
public class TemporaryDocument {
remove this class
@ -0,0 +7,4 @@
lang="en"
xmlns:th="http://www.thymeleaf.org">
<head>
<title>Gate Inward Note Receipt</title>
change title
@ -303,0 +314,4 @@
/**
* Print Job card *
* **/
public ResponseEntity<InputStreamResource> getJobCardReceivingPdf(long id, Model model ) throws Exception {
remove this keyword it should work otherwise
Pull request closed