Simple POS .Net core 3.1+ User Management + Arabic Support + Full Source Code
Version v1.0
Introduction
Simple POS make admin able to add unlimited products and customers and create sales invoices with taxes and discounts and print invoices . also you can add unlimited companies . Admin can create cashier user , cashier user only can create sales invoices .
This web based application is developed on .Net core 3.1 using ASP.Net Core, C#, Entity framework core, JavaScript, jQuery, JSON, Bootstrap, HTML, CSS and SQL Server.
Simple POS System has Three default roles [Admin , CompanyAdmin – Cashier] , and you can add unlimited roles .
Framework: .Net Core 3.1
Features :
- Support English / Arabic
- Architecture : Clean Architecture
- Full User Management Module
- Users [Create –Edit – Delete – Search]
- Roles [Create –Edit – Delete – Search]
- Policies [Create –Edit – Delete – Search]
- Authentication Settings
- Bind Pages with Policies , using easy user interface
- Login
- Reset Password
- Error Log : using NLog
- Audit trail : log database actions [add – update -delete] and business actions Like:[CreateInvoice,UpdateInvoice , etc]
- Multitenant: unlimited companies
- Products [Create –Edit – Display – Delete – Search]
- Customers [Create –Edit – Display – Delete – Search]
- Sales Invoices [Create –Edit – Display – Delete – Search]
- Dashboard
- Cashier [Create – Edit – Display – Search]
- Company Admin [Create – Edit – Display – Search]
Quick Start Guide
How to Generate Database Tables
- Open [Package manager console] and in the [Default project] list .. select [Common.Persistance] project
- Write the below commands
- add-migration CreateCommon -context CommonDbContext
- update-database -context CommonDbContext
- Open [Package manager console] and in the [Default project] list .. select [UserManagement.Persistance] project
- Write the below commands
- add-migration CreateIdentity -context ApplicationDbContext
- update-database -context ApplicationDbContext
- Open [Package manager console] and in the [Default project] list .. select [SimplePos.Persistance] project
- add-migration CreateSimplePOS -context SimplePosDbContext
- update-database -context SimplePosDbContext
- Congratulations , just run the project .
Credentials
- User name : admin
- Password : P@ssw0rd
- Create Company Admin
- Company Admins __> New Company Admin
- Update Tax value
- Companies [go to] Companies List [go to] Options [go to] Edite
- Logout from Admin user
- Login with new [Company Admin User]
- Create Cashier
- Cashiers [go to] New Cashier
- Create Default Customer
- Customers __> New Customer