Skip to content

Commit

Permalink
some notes about build
Browse files Browse the repository at this point in the history
  • Loading branch information
EvilLord666 committed May 13, 2022
1 parent b455921 commit 9b14e97
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# ReportGeneratorWebGui
## 1. Description
Web application for reports (data from stored procedure or view with parameters) generation using ReportGenerator library.
Reports could be generated in following formats using template files:
* Excel
Expand All @@ -15,6 +16,15 @@ If you would like to add you own reports add them to appropriate subfolder in ww
2. Client GUI that allows to generate reports using built in GUI
3. Report could be executed using any database (Sql Server, MySql or Postgres) on any server that accessible from machine where ReportGeneratorWebGui is deployed

## 2. Build

Backend builds very simple, we don't need any specific actions
Frontend build have one pecularity - manual copy webfonts from `node_modules\font-awesome-5-css\webfonts\` to `wwwroot\webfonts`

To full frontend rebuild (if there were made significant changes):
* npm i
* gulp build

Screnshoots of how it looks:

1. Choose using parameters and Excel template files:
Expand Down

0 comments on commit 9b14e97

Please sign in to comment.