Skip to content
This repository has been archived by the owner on Jan 8, 2025. It is now read-only.

Latest commit

 

History

History
29 lines (24 loc) · 798 Bytes

README.md

File metadata and controls

29 lines (24 loc) · 798 Bytes

ngReport

JavaScript Report Engine

Demo page

Features:

  • High Performance
  • Component and band oriented reports
    • Page -> Band -> Text ( Expression )
  • Grouping, SUM, AVG, MIN, MAX...
  • AngularJS template and expressions
    • {{sum1}}, {{field1 + field2}}
  • Generic JSON data sources compatible
    • [{ name: 'User 1', value: 10 }, { name: 'User 2' }]
  • Client (no server installation) or server side (NodeJS)
  • Easy integration

Todo:

  • Generate PDF directly on client-side (Web Browser)
  • Add charts support (D3.js)
  • Exporting (Excel, CSV, ODF...)
  • Add a simplified markup report template/language (support)

Additional Packages:

  • Report Designer

License

ngReport is available under the MIT license.