update permintaan kasir
This commit is contained in:
parent
aa8c72bc3e
commit
c28ee9610d
@ -657,7 +657,7 @@ public class ReportingDao {
|
||||
return null;
|
||||
}
|
||||
|
||||
public JasperPrint exportPdfLapPenerimaanKasir(Date tglAwal, Date tglAkhir, Integer idKasir, Integer idDokter, Integer idRuangan, Integer kelompokPasien) {
|
||||
public JasperPrint exportPdfLapPenerimaanKasir(Date tglAwal, Date tglAkhir, Integer idDokter, Integer idRuangan , Integer idKasir, Integer kelompokPasien) {
|
||||
try (Connection conn = this.jdbcTemplate1.getDataSource().getConnection()) {
|
||||
String path = jasperDirPath + "lapPenerimaanKasirH.jrxml";
|
||||
JasperReport jasperReport = JasperCompileManager.compileReport(path);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user