
A Dashboard.JPG A2 Invoice_add.JPG A3 Invoice_delete.JPG A4 Invoice_details.JPG A5 Invoice_edit.JPG A6 Invoice_list.JPG A7 Invoice_pdf_download.JPG A8 Invoice_print.JPG Admin_email_setting.JPG Admin_manage_page_access.JPG Categories_add.JPG Categories_list.JPG Company_setting.JPG Custoer_edit.JPG Customer_Tran_details.JPG Customer_add.JPG Customer_details.JPG Customer_list.JPG DamageItem_add.JPG DamageItem_list.JPG Item_History.JPG Item_History_details.JPG Item_add_new.JPG Item_add_quantity.JPG Item_details.JPG Item_edit.JPG Item_list.JPG Item_lowinstock.JPG Item_outofstock.JPG Login.JPG Login_forget_password.JPG Login_reg_new_user.JPG RecentInvoice.JPG Report_Sales_summary.JPG Report_daily_earned.JPG Report_daily_profit.JPG Supplier_add.JPG Supplier_details.JPG Supplier_edit.JPG Supplier_list.JPG UnitOfMeasure_add.JPG UnitOfMeasure_list.JPG User_details.JPG User_edit.JPG User_manage_page_access.JPG User_management.JPG User_profile.JPG User_profile_edit.JPG User_reset_password.JPG
Invoice Gen
Invoice Gen(Invoice Generation and Management) is ASP.NET Core, C#, EF code first web applications that help you to manage your runtime invoice, stock item, customer-base invoice history, item details history, dynamic reporting, user management, etc.Live Demo:
UN: demo@gmail.com PW: 123 http://107.155.65.4:86/Account/LoginFAQ
Full Source Code and EF code first approach with the proper project running guideline.Demo Video Preview
https://www.youtube.com/watch?v=QYC1fiM9g7wTechnologies:
Microsoft Visual Studio Community 2019, ASP.NET Core 3.1, EntityFramework Code First, MS SQL SERVER 2017, JavaScript, jQuery data table.Key Features:
+ Dynamic Dashboard+ User Management
+ Invoice Management
+ Inventory Item Management
+ Inventory Item History
+ Manage Customer
+ Set up your company profile
+ Reporting system
>>> Sales Summary Report
>>> Daily Earned Details Report
>>> Daily Profit Details Report
+ Setup Email
+ Manage Page Access
Prerequisite:
Microsoft Visual Studio Community 2019, Dot Net Core 3.1, MS SQL SERVER 2017, IIS, Chrome/Edge Browser.Step 1:
Unzip the downloaded folder(InvoiceGen_src.zip)
Step 2:
Open InvoiceGen.sln file with Visual Studio 2019
Update database connection: appsettings.json
“DefaultConnection”: “Server=DEVSTATION\\MSSQLSERVER2017;Database=InvoiceGen;User ID=sa;Password=dev123456”
- Server=Your MS SQL Server Name
- User ID= Your MS SQL Server User Name
- Password= Your MS SQL Server User Password
Build and run by pressing f5
https://localhost:44308/
- Initially in SQL server, admin user, and all relevant data will be created in the database dynamically as code first approach.