You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,5 @@
1
1
# ReportGeneratorWebGui
2
+
## 1. Description
2
3
Web application for reports (data from stored procedure or view with parameters) generation using ReportGenerator library.
3
4
Reports could be generated in following formats using template files:
4
5
* Excel
@@ -15,6 +16,15 @@ If you would like to add you own reports add them to appropriate subfolder in ww
15
16
2. Client GUI that allows to generate reports using built in GUI
16
17
3. Report could be executed using any database (Sql Server, MySql or Postgres) on any server that accessible from machine where ReportGeneratorWebGui is deployed
17
18
19
+
## 2. Build
20
+
21
+
Backend builds very simple, we don't need any specific actions
22
+
Frontend build have one pecularity - manual copy webfonts from `node_modules\font-awesome-5-css\webfonts\` to `wwwroot\webfonts`
23
+
24
+
To full frontend rebuild (if there were made significant changes):
25
+
* npm i
26
+
* gulp build
27
+
18
28
Screnshoots of how it looks:
19
29
20
30
1. Choose using parameters and Excel template files:
0 commit comments