Skip to content

Commit 099e21f

Browse files
committed
phrasing
1 parent f566a32 commit 099e21f

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,13 @@
44
git clone https://github.com/moofoo/nestjs-jsreport-examples && cd nestjs-jsreport-examples && yarn && yarn start:dev
55
```
66

7-
This repo demonstrates what you can do with the core JSReport libraries programmatically in your own NodeJS apps. Neither the JsReport 'Template Studio', their SaaS offerings, or any other SaaS provider, is involveds. All templating and report generation is performed locally by the NestJS server, using the JSReport 'renderer core' with the necessary extensions.
7+
This repo demonstrates what you can do with the core JSReport libraries programmatically in your own NodeJS apps. Neither the JsReport 'Template Studio', their SaaS offerings, or any other SaaS provider or external service is involved in creating these reports.
8+
9+
All templating and report generation is performed locally by the NestJS server, using the JSReport 'renderer core' and the necessary extensions.
810

911
The NestJS implementation is a work in progress. If you check back in a week or so, chances are it will be completely different.
1012

11-
I replicated all of the JSReport "[showcase](https://jsreport.net/showcases/)" reports minus the "PDF Stock Report", due . I also did a few of the simpler example reports from the [JSReport Playground](https://playground.jsreport.net/).
13+
I replicated all of the JSReport "[showcase](https://jsreport.net/showcases/)" showcase reports, except for the "PDF Stock Report". I also added a fiew of the example I also did a few of the simple examples from the [JSReport Playground](https://playground.jsreport.net/).
1214

1315
#
1416

0 commit comments

Comments
 (0)