Skip to content

hiennm11/DATN_2.0

Repository files navigation

ASP.NET MVC & EntityFramework DATN_2.0

Prerequirements

  • Visual Studio 2017
  • SQL Server

Installation

Clone

  • Clone this repo to your local machine using https://github.com/hiennm11/DATN_2.0.git

Setup

  • Open Package Manager Console
  • Change default project to .Data
PM> update-database -TargetMigration: "Init"
PM> update-database -TargetMigration: "SP_DO_NOT_DELETE"

Features

Products Features

Feature Coded? Description
Add a Product Ability of Add a Product on the System
List Products Ability of List Products
Edit a Product Ability of Edit a Product
Delete a Product Ability of Delete a Product
Add Author to Product Ability of add Author to Product
Add Discount to Product Ability of add Discount to Product

Categories Features

Feature Coded? Description
Add a Category Ability of Add a Category on the System
List Categories Ability of List Categories
Edit a Category Ability of Edit a Category
Delete a Category Ability of Delete a Category

Authors Features

Feature Coded? Description
Add an Author Ability of Add an Author on the System
List Authors Ability of List Authors
Edit an Author Ability of Edit an Author
Delete an Author Ability of Delete an Author
Add Author to Product Ability of add Author to Product

Discounts Features

Feature Coded? Description
Add a Discount Ability of Add a Discount on the System
List Discounts Ability of List Discounts
Edit a Discount Ability of Edit a Discount
Delete a Discount Ability of Delete a Discount
Add Discount to Product Ability of add Discount to Product
Add Discount to Order Ability of add Discount to Order

Orders Features

Feature Coded? Description
Add an Order Ability of Add an Order on the System
List Orders Ability of List Orders
Change Order status Ability of Change status of Order
Print the Invoice Ability of Print the Invoice

Accounts Features

Feature Coded? Description
Add an Account Ability of Add an Account on the System
List Accounts Ability of List Accounts
Edit an Account Ability of Edit an Account
Delete an Account Ability of Delete an Account
Add Roles to Account Ability of Add Roles to Account
Register an Account Ability of Register an Account
Account Login Ability of Sign in Account

Charts Features

Feature Coded? Description
Weekly Revenue Statistics Weekly Revenue Statistics Chart
Monthly Revenue Statistics Monthly Revenue Statistics Chart
Invoice Status Statistics Invoice Status Statistics Chart
Human Resources Statistics Human Resources Statistics Chart

Purchase Features

Feature Coded? Description
Create a Cart Ability of Create a new Cart
See Cart Ability to see the Cart and it items
Remove a Cart Ability of Remove a Cart
Add Item Ability of add a new Item on the Cart
Remove a Item Ability of Remove a Item from the Cart
Add redeem code Ability to add redeem code to cart
Checkout Ability to Checkout

Updating ...

Releases

No releases published

Packages

No packages published