Stylo is a shoe retail company very popular for selling different types of shoe all over the Pakistan.It also provides shoe repairing services to its consumers on demand. Recently they are facing some difficulties for keeping the records of their sales, stocks as well as customer services.They need to write down all the records in a record book manually. Hence they have decided to change the present recording system and develop a POS SYSTEM which will help them to overcome their short falls.
To start using Stylo_Shoes_Pos:
Clone repo via git
https://github.com/fahadfiaz/Styloe_Shoes_System_Pos.git
- Open project in Visual Studio 2015
- Navigate to Stylo_Shoes_System_Pos/SqlScripts and run the PosDbScript file which will create database and tables with some demo products
- Change the connection string for the app.config file including your SQLServer instance, the database name should be the same as the default one
- Install crystal reports Xi and PagedList.Mvc 4.5.0 through package manager
- Build Pos
- You are finished
For detailed features, Dataflow Diagrams and Screenshots of running system, please navigate to Stylo_Shoes_System_Pos/Documentation folder and open Pos_Complete_Documentation.pdf file
- Fork it.
- Create a branch (
git checkout -b my_changes
) - Commit your changes (
git commit -am "Added these features"
) - Push to the branch (
git push origin my_changes
) - Open a Pull Request
- Wait for your Pull Request to be reviewed by Fahad.