update perubahan penerimaan barang
This commit is contained in:
parent
6cfab0df9d
commit
9be130c829
@ -958,7 +958,7 @@ public class ReportingDao {
|
||||
public JasperPrint exportPdfBuktiPenerimaanBarangFarmasi(String norec, Integer idMenyerahkan, Integer idMengetahui, Integer idMenerima, String jabatanMenyerahkan, String jabatanMengetahui,
|
||||
String jabatanMenerima, String printBy){
|
||||
try (Connection conn = this.jdbcTemplate1.getDataSource().getConnection()){
|
||||
String path = jasperDirPath + "bukti_pengeluaran_barang.jrxml";
|
||||
String path = jasperDirPath + "bukti_penerimaan_barang_farmasi.jrxml";
|
||||
JasperReport jasperReport = JasperCompileManager.compileReport(path);
|
||||
Map<String, Object> parameters = new HashMap<>();
|
||||
parameters.put("norec", norec);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user