GithubHelp home page GithubHelp logo

evillord666 / reportgenerator Goto Github PK

View Code? Open in Web Editor NEW
10.0 2.0 6.0 512 KB

A small cross-database tool for building excel documents (reports) based on data from database that extacts via View or Stored Procedures with parametres, ordering e.t.c.

Home Page: https://evillord666.github.io/ReportGenerator/

License: GNU General Public License v3.0

C# 88.38% PLpgSQL 2.24% TSQL 9.38%
reports generator database excel reportgenerator database-reporting excel-export smart-reporting excel-to-sql sql-to-excel

reportgenerator's People

Contributors

evillord666 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

reportgenerator's Issues

Passing arguments values simultaneously with parameters

Now we have 2 ways to passing data:
-default values in xml describes stored procedure parameters of data filtering
-via separate method (passing ExecutionConfig config from runtime)

It would be good to pass values for ExecutionConfig parameters for method reading config from file

Support other DB engine

Test or maybe support (i don't know is it works with others DB engines or not):
-postgres
-mysql
-sqlite

Multiple DB data extractor

Possibly it is good to combine data from different instances of databases:

  1. From different databases from same engine
  2. From different databases from different engines

Release 1.1.0

I should do following:

  1. Edit readme
  2. Create new nuget pacakge

Smart logging

Add logging for db reports into *ReportsGeneratorManager (only one point), so we somehow should provide results of task execution maybe via some parameter(s).

Check parameters type conversion

In SimpleDbExtractor in ExtractAsync method we are passing parametetrs like:

   procedureParameter.Value = parameter.ParameterValue;

what if instead of integer like 4 i'll pass "4" as str. I suppose that there is issue with type conversion

Unit testing developing

At first time most of tests were developed for Sql Server (MS SQL) during this task we should test with all supported databases, and move common code to private methods (now i have places with copy-paste methods which could be parametrized).

Create extension for DI

Create extension for IServiceCollection that allow to create instances using Dependency Injection.

Change interface in v2

All generator and managers

  • reportFile should be passes to Generate method, not constructor
  • same for template
  • add possibility to filter result by columns in Genereate method (i.e. ommit some result data if they not present in interested columns scope)

... tbd

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.