monthlyReport

@Deprecated(message = "use printMonthlyReport() instead", replaceWith = @ReplaceWith(imports = {"pl.com.elzab.stx.elzabdr.ElzabDr"}, expression = "printMonthlyReport()"))
public final Unit monthlyReport(Boolean fiscal, Integer year, Integer month)

Deprecated

use printMonthlyReport() instead

Replace with

import pl.com.elzab.stx.elzabdr.ElzabDr
printMonthlyReport()

See also