Skip to content

forms-angular/fng-reports

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

587 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fng-reports

Plugin for forms-angular that adds Reporting capability, with grid output, totals, drill-downs (to other, more specific, reports or to the form that the data can be amended in), export to PDF and CSV

Usage

npm install fng-reports

To get all the dependencies at the top level of your node_modules run

npm dedupe

Add the following lines to your index.html (or equivalent) file

<link rel="stylesheet" href="proxy.php?url=https%3A%2F%2Fgithub.com%2Fangular-ui-grid%2Fui-grid.css" />

<script src="proxy.php?url=https%3A%2F%2Fgithub.com%2Fangular-ui-grid%2Fui-grid.js"></script>
<script src="proxy.php?url=https%3A%2F%2Fgithub.com%2Fjspdf%2Fdist%2Fjspdf.min.js"></script>
<script src="proxy.php?url=https%3A%2F%2Fgithub.com%2Ffng-reports%2Fdist%2Ffng-reports.js"></script>

The full documentation, which includes examples, is at www.forms-angular.org/#/plugins

About

Reporting plugin for forms-angular

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors