lyc524 / CashVisionPOS

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.


Languages

Language:C# 62.7%Language:PowerShell 35.6%Language:Pascal 0.9%Language:PLpgSQL 0.7%