update permintaan kasir

This commit is contained in:
ridwan 2025-02-19 10:15:05 +07:00
parent aa8c72bc3e
commit c28ee9610d

View File

@ -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);