Skip to content

Sample POS application made with WPF and MVVMLight as a help to developers who wnat to learn these technologies.

Notifications You must be signed in to change notification settings

josemiguelgh/CashVisionPOS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

CashVisionPOS

Sample POS application made with WPF and MVVMLight to help developers who want to learn these technologies.

Application made with VS2012 and using SQL Server 2012.

To start using the app just need to do the following:

  • Navigate to POS/sqlscripts and run the scripts:
    • PosDb01052014A (database and tables creation)
    • PosDbInitialization1 (Initial database configuration with some general data, could be changed according your needs)
    • PosDbDevInitProcedures (Stored procedure which creates some demo products)
  • Change the PosDbContext connection string for the app.config file (in the CV.POS.Wpf and CV.POS.Data projects) including your SQLServer instance, the database name should be the same as the default one.

And that's all, if you face any issue with the application running please feel free to contact me.

About

Sample POS application made with WPF and MVVMLight as a help to developers who wnat to learn these technologies.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published