Skip to content

Blazor server real world example app. Fully functional invoice management software that can help you manage all your invoices and customers. Developed using Blazor framework and RDLC for invoice print out.

License

go2ismail/BlazorExampleInvoiceManagementSoftware

Repository files navigation

Blazor Example Invoice Management Software

Blazor server real world example app. Fully functional invoice management software that can help you manage all your invoices and customers. Developed using Blazor framework and RDLC for invoice print out.

Live demo:

alt capture1 alt capture2

Technical Features

Functional Features

  • Invoice Management
  • Customer Management
  • Company Management
  • Product Management
  • Tax Management
  • Security and Memberships (Roles based access)

Project Structure

This open source project contains four folder, three of them are C# projects, and one of them is special config file for radzen IDE. Below are the explanation:

  • Entity folder: contains C# project class library in the form of .NET standard 2.0. As its name implied, this project contain entity class that latter on will converted into tables in database.
  • RDLC folder: contains C# WinForm project that I used to create .RDLC report file for invoice print out. After finish design the .RDLC file on this project, then I manually copy paste the .RDCL file into Blazor project at wwwroot/reports folder
  • meta folder: contains JSON file as a kind of config file, used by radzen to generate CRUD pages and its related services.
  • server folder: contains Blazor server project targeting ASP.NET Core 5.0 that actually the main project of this open source solution.

How to Run the Project

  • Open the project using Visual Studio
  • Change connection string to target your desired SQL server
  • Run the project by press the "play" button at your Visual Studio IDE

note: The database will automatically created upon the first run of the project, so no need to create the database manually.

Support Us

This project supported by https://store.indotalent.com 50% discount using discount code: GITHUB50

About

Blazor server real world example app. Fully functional invoice management software that can help you manage all your invoices and customers. Developed using Blazor framework and RDLC for invoice print out.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published