This is version 1 of the MyExpenses Windows 8 line of business demo app. Employees can use this app to create and submit expense reports. And managers can approve or reject those reports.
The app takes advantage of a number of Windows 8 features, including:
- Live tiles
- Secondary tiles
- Share contract
The app is written in XAML and C#. It calls a WCF service that works with a SQL Server database. You can find the source code for the service and a script to create the database on the Downloads page.
The My Expenses App Demo Script, available on the Downloads page, contains a walkthrough of the app and showcases it features.