Method | Description | |
---|---|---|
__construct ( ) | ||
create ( ) : Response | Display a listing of the form. | |
destroy ( $id = null ) | ||
getGenerate ( $id ) | ||
getModules ( object $modules, array $input ) : object | Get modules along with data | |
index ( ) | Display a listing of the installed report generators. | |
postGenerate ( $id ) | ||
store ( ) : Response | Create the report |
Method | Description | |
---|---|---|
csvReport ( array $input, $generator ) : string | Generate a CSV report | |
moduleEntries ( array $input, Collection $module ) : Collection | Get the entries based on the input | |
pdfReport ( array $input, $generator ) : string | Generate a PDF report | |
printHtml ( array $input, $generator ) : View | Generate a HTML document for printing |