Download Hisaab

Description

Hisaab is a personal finance manager. It is aimed to provide management for home budget. Using advanced UI feature like Office ribbons and Outlook.

Icons

Hisaab

Source Files

The download file hisaab.zip has the following entries.


trunk/Business/Business/AccountManager.cs
trunk/Business/Business/BillManager.cs/*from w  w w .  j a  va2  s.c  o m*/
trunk/Business/Business/DataManager.cs
trunk/Business/Business/Hisaab.Business.csproj
trunk/Business/Business/Hisaab.Business.csproj.vspscc
trunk/Business/Business/Parser/BankDataImporterFactory.cs
trunk/Business/Business/Parser/BarclaysDataParser.cs
trunk/Business/Business/Parser/HsbcDataParser.cs
trunk/Business/Business/Parser/IBankDataParser.cs
trunk/Business/Business/Parser/LloydsDataParser.cs
trunk/Business/Business/Parser/NatwestDataParser.cs
trunk/Business/Business/Parser/RbsDataParser.cs
trunk/Business/Business/Properties/AssemblyInfo.cs
trunk/Business/Business/ReportsManager.cs
trunk/Business/Business/TagManager.cs
trunk/Business/Business/TargetManager.cs
trunk/Business/Business/TransactionManager.cs
trunk/Business/Business/TypeManager.cs
trunk/Business/Business/UserManager.cs
trunk/Business/Business/VehicleManager.cs
trunk/Business/Business/VehicleTransactionManager.cs
trunk/Business/Entities/Account.cs
trunk/Business/Entities/AccountMonthlyTotal.cs
trunk/Business/Entities/AccountSummary.cs
trunk/Business/Entities/AccountType.cs
trunk/Business/Entities/Bill.cs
trunk/Business/Entities/Hisaab.Business.Entities.csproj
trunk/Business/Entities/Hisaab.Business.Entities.csproj.vspscc
trunk/Business/Entities/OrderByType.cs
trunk/Business/Entities/Properties/AssemblyInfo.cs
trunk/Business/Entities/SortByType.cs
trunk/Business/Entities/SummaryReport.cs
trunk/Business/Entities/Tag.cs
trunk/Business/Entities/Target.cs
trunk/Business/Entities/Transaction.cs
trunk/Business/Entities/TransactionFilter.cs
trunk/Business/Entities/TransactionType.cs
trunk/Business/Entities/TransactionTypes.cs
trunk/Business/Entities/User.cs
trunk/Business/Entities/Vehicle.cs
trunk/Business/Entities/VehicleTransaction.cs
trunk/Business/Hisaab.Business.Tests/AccountManagerTests.cs
trunk/Business/Hisaab.Business.Tests/BusinessMappingTest.cs
trunk/Business/Hisaab.Business.Tests/DataManagerTests.cs
trunk/Business/Hisaab.Business.Tests/Hisaab.Business.Tests.csproj
trunk/Business/Hisaab.Business.Tests/Hisaab.Business.Tests.csproj.vspscc
trunk/Business/Hisaab.Business.Tests/Properties/AssemblyInfo.cs
trunk/Business/Hisaab.Business.Tests/UserManagerTest.cs
trunk/Business/Interfaces/Hisaab.Business.Interfaces.csproj
trunk/Business/Interfaces/Hisaab.Business.Interfaces.csproj.vspscc
trunk/Business/Interfaces/IAccountManager.cs
trunk/Business/Interfaces/IBillManager.cs
trunk/Business/Interfaces/IDataManager.cs
trunk/Business/Interfaces/IManagerBase.cs
trunk/Business/Interfaces/IReportsManager.cs
trunk/Business/Interfaces/ITagManager.cs
trunk/Business/Interfaces/ITargetManager.cs
trunk/Business/Interfaces/ITransactionManager.cs
trunk/Business/Interfaces/ITypeManager.cs
trunk/Business/Interfaces/IUserManager.cs
trunk/Business/Interfaces/IVehicleManager.cs
trunk/Business/Interfaces/IVehicleTransactionManager.cs
trunk/Business/Interfaces/Properties/AssemblyInfo.cs
trunk/Business/Mapping/BusinessMapping.cs
trunk/Business/Mapping/Hisaab.Business.Mapping.csproj
trunk/Business/Mapping/Hisaab.Business.Mapping.csproj.vspscc
trunk/Business/Mapping/Properties/AssemblyInfo.cs
trunk/Client/Common.Tests/BaseClasses/ViewModelBaseTest.cs
trunk/Client/Common.Tests/Hisaab.Client.Common.Tests.csproj
trunk/Client/Common.Tests/Hisaab.Client.Common.Tests.csproj.vspscc
trunk/Client/Common.Tests/NotifyPropertyChangedTester.cs
trunk/Client/Common.Tests/Properties/AssemblyInfo.cs
trunk/Client/Common/Adapters/BackstageMergeRegionAdapter.cs
trunk/Client/Common/Adapters/BackstageTabControlRegionAdapter.cs
trunk/Client/Common/Adapters/GroupItemsRegionAdapter.cs
trunk/Client/Common/Adapters/GroupRegionAdapter.cs
trunk/Client/Common/Adapters/NavigationPaneAdapter.cs
trunk/Client/Common/Adapters/RadPaneGroupRegionAdapter.cs
trunk/Client/Common/Adapters/RibbonMergeRegionAdapter.cs
trunk/Client/Common/Adapters/RibbonRegionAdapter.cs
trunk/Client/Common/Banks.cs
trunk/Client/Common/BaseClasses/ContextualTabViewModel.cs
trunk/Client/Common/BaseClasses/NavigationViewModel.cs
trunk/Client/Common/BaseClasses/TabViewModel.cs
trunk/Client/Common/BaseClasses/ViewModelBase.cs
trunk/Client/Common/BaseClasses/WindowViewModel.cs
trunk/Client/Common/Commands/NavigationItemSelectCommand.cs
trunk/Client/Common/Controls/PercentChangeLabel.cs
trunk/Client/Common/Converters/AccountIdToNameConverter.cs
trunk/Client/Common/Converters/AccountTypeImageConverter.cs
trunk/Client/Common/Converters/AccountTypeToNameConverter.cs
trunk/Client/Common/Converters/BankToLogoConverter.cs
trunk/Client/Common/Converters/BoolToVisibleConverter.cs
trunk/Client/Common/Converters/CurrencyToSymbolConverter.cs
trunk/Client/Common/Converters/FormattingConverter.cs
trunk/Client/Common/Converters/TagIdToNameConverter.cs
trunk/Client/Common/Converters/TagListToStringConverter.cs
trunk/Client/Common/Converters/VehicleToNameConverter.cs
trunk/Client/Common/Converters/VisibleToBoolConverter.cs
trunk/Client/Common/Events/NavigationCompletedEvent.cs
trunk/Client/Common/GlobalCommands.cs
trunk/Client/Common/Helpers/ChartHelper.cs
trunk/Client/Common/Helpers/DialogActivationBehavior.cs
trunk/Client/Common/Helpers/EnumerationExtension.cs
trunk/Client/Common/Helpers/FocusBehavior.cs
trunk/Client/Common/Helpers/IViewRegionRegistration.cs
trunk/Client/Common/Helpers/IWindow.cs
trunk/Client/Common/Helpers/IndexHelper.cs
trunk/Client/Common/Helpers/PasswordHelper.cs
trunk/Client/Common/Helpers/RegionPopupBehaviors.cs
trunk/Client/Common/Helpers/RibbonTabVisibilityBehaviour.cs
trunk/Client/Common/Helpers/SeriesType.cs
trunk/Client/Common/Helpers/ViewExportAttribute.cs
trunk/Client/Common/Helpers/WindowDialogActivationBehavior.cs
trunk/Client/Common/Helpers/WindowWrapper.cs
trunk/Client/Common/Hisaab.Client.Common.csproj
trunk/Client/Common/Hisaab.Client.Common.csproj.vspscc
trunk/Client/Common/Properties/AssemblyInfo.cs
trunk/Client/Common/Regions.cs
trunk/Client/Common/Resources/Images/16/AccountAdd.png
trunk/Client/Common/Resources/Images/16/Bill.png
trunk/Client/Common/Resources/Images/16/BillAdd.png
trunk/Client/Common/Resources/Images/16/Calendar.png
trunk/Client/Common/Resources/Images/16/Copy.png
trunk/Client/Common/Resources/Images/16/DeleteHS.png
trunk/Client/Common/Resources/Images/16/Erase.png
trunk/Client/Common/Resources/Images/16/Exit.png
trunk/Client/Common/Resources/Images/16/FindNext.png
trunk/Client/Common/Resources/Images/16/FindPrevious.png
trunk/Client/Common/Resources/Images/16/Key.png
trunk/Client/Common/Resources/Images/16/New.png
trunk/Client/Common/Resources/Images/16/Open.png
trunk/Client/Common/Resources/Images/16/Paste.png
trunk/Client/Common/Resources/Images/16/Print.png
trunk/Client/Common/Resources/Images/16/Refresh.png
trunk/Client/Common/Resources/Images/16/Ribbon.png
trunk/Client/Common/Resources/Images/16/Save.png
trunk/Client/Common/Resources/Images/16/SortAscending.png
trunk/Client/Common/Resources/Images/16/SortDescending.png
trunk/Client/Common/Resources/Images/16/Tag.png
trunk/Client/Common/Resources/Images/16/Target.png
trunk/Client/Common/Resources/Images/16/TransactionAdd.png
trunk/Client/Common/Resources/Images/16/TransactionGreen.png
trunk/Client/Common/Resources/Images/16/TransactionRed.png
trunk/Client/Common/Resources/Images/16/Transfer.png
trunk/Client/Common/Resources/Images/16/Type.png
trunk/Client/Common/Resources/Images/16/Web.png
trunk/Client/Common/Resources/Images/16/account.png
trunk/Client/Common/Resources/Images/16/accountDisable.png
trunk/Client/Common/Resources/Images/16/creditcard.png
trunk/Client/Common/Resources/Images/16/user.png
trunk/Client/Common/Resources/Images/24/Banks/barclays.png
trunk/Client/Common/Resources/Images/24/Banks/hsbc.png
trunk/Client/Common/Resources/Images/24/Banks/lloyds.png
trunk/Client/Common/Resources/Images/24/Banks/natwest.png
trunk/Client/Common/Resources/Images/24/Banks/rbs.png
trunk/Client/Common/Resources/Images/24/Flags/EU.png
trunk/Client/Common/Resources/Images/24/Flags/Pakistan.png
trunk/Client/Common/Resources/Images/24/Flags/USA.png
trunk/Client/Common/Resources/Images/24/Flags/UnitedKingdom.png
trunk/Client/Common/Resources/Images/32/Account.png
trunk/Client/Common/Resources/Images/32/AccountAdd.png
trunk/Client/Common/Resources/Images/32/AccountClose.png
trunk/Client/Common/Resources/Images/32/AccountDelete.png
trunk/Client/Common/Resources/Images/32/AccountEdit.png
trunk/Client/Common/Resources/Images/32/AccountFilter.png
trunk/Client/Common/Resources/Images/32/AccountRefresh.png
trunk/Client/Common/Resources/Images/32/Banks/barclays.png
trunk/Client/Common/Resources/Images/32/Banks/hsbc.png
trunk/Client/Common/Resources/Images/32/Banks/lloyds.png
trunk/Client/Common/Resources/Images/32/Banks/natwest.png
trunk/Client/Common/Resources/Images/32/Banks/rbs.png
trunk/Client/Common/Resources/Images/32/Bill.png
trunk/Client/Common/Resources/Images/32/BillAdd.png
trunk/Client/Common/Resources/Images/32/BillDelete.png
trunk/Client/Common/Resources/Images/32/BillEdit.png
trunk/Client/Common/Resources/Images/32/BillPay.png
trunk/Client/Common/Resources/Images/32/BillRefresh.png
trunk/Client/Common/Resources/Images/32/Calender.png
trunk/Client/Common/Resources/Images/32/CurrentMonth.png
trunk/Client/Common/Resources/Images/32/Documents.png
trunk/Client/Common/Resources/Images/32/Download.png
trunk/Client/Common/Resources/Images/32/Export.png
trunk/Client/Common/Resources/Images/32/Filter.png
trunk/Client/Common/Resources/Images/32/Flags/EU.png
trunk/Client/Common/Resources/Images/32/Flags/Pakistan.png
trunk/Client/Common/Resources/Images/32/Flags/USA.png
trunk/Client/Common/Resources/Images/32/Flags/UnitedKingdom.png
trunk/Client/Common/Resources/Images/32/Home.png
trunk/Client/Common/Resources/Images/32/Import.png
trunk/Client/Common/Resources/Images/32/MonthFive.png
trunk/Client/Common/Resources/Images/32/MonthFour.png
trunk/Client/Common/Resources/Images/32/MonthOne.png
trunk/Client/Common/Resources/Images/32/MonthSix.png
trunk/Client/Common/Resources/Images/32/MonthThree.png
trunk/Client/Common/Resources/Images/32/MonthTwo.png
trunk/Client/Common/Resources/Images/32/Openbook.png
trunk/Client/Common/Resources/Images/32/Refresh.png
trunk/Client/Common/Resources/Images/32/Save.png
trunk/Client/Common/Resources/Images/32/SearchAll.png
trunk/Client/Common/Resources/Images/32/Sort.png
trunk/Client/Common/Resources/Images/32/SortAscending.png
trunk/Client/Common/Resources/Images/32/SortDescending.png
trunk/Client/Common/Resources/Images/32/Tag.png
trunk/Client/Common/Resources/Images/32/TagAdd.png
trunk/Client/Common/Resources/Images/32/TagDelete.png
trunk/Client/Common/Resources/Images/32/TagEdit.png
trunk/Client/Common/Resources/Images/32/TagRefresh.png
trunk/Client/Common/Resources/Images/32/Target.png
trunk/Client/Common/Resources/Images/32/TargetAdd.png
trunk/Client/Common/Resources/Images/32/TargetDelete.png
trunk/Client/Common/Resources/Images/32/TargetEdit.png
trunk/Client/Common/Resources/Images/32/TargetRefresh.png
trunk/Client/Common/Resources/Images/32/Transaction.png
trunk/Client/Common/Resources/Images/32/TransactionAdd.png
trunk/Client/Common/Resources/Images/32/TransactionDelete.png
trunk/Client/Common/Resources/Images/32/TransactionEdit.png
trunk/Client/Common/Resources/Images/32/TransactionLink.png
trunk/Client/Common/Resources/Images/32/TransactionRed.png
trunk/Client/Common/Resources/Images/32/TransactionRefresh.png
trunk/Client/Common/Resources/Images/32/User.png
trunk/Client/Common/Resources/Images/32/Year.png
trunk/Client/Common/Resources/Images/32/creditcard.png
trunk/Client/Common/Resources/Images/32/web.png
trunk/Client/Common/Resources/Images/48/Bar.png
trunk/Client/Common/Resources/Images/48/Options.png
trunk/Client/Common/Resources/Images/48/User.png
trunk/Client/Common/Resources/Images/48/down.png
trunk/Client/Common/Resources/Images/64/Down.png
trunk/Client/Common/Resources/Images/64/UP.png
trunk/Client/Common/Resources/Images/Splash.jpg
trunk/Client/Common/Resources/Images/dottedline.png
trunk/Client/Common/Services/IMessageBoxService.cs
trunk/Client/Common/Services/ISession.cs
trunk/Client/Common/Services/MessageBoxService.cs
trunk/Client/Common/Services/SessionManager.cs
trunk/Client/Common/Services/Themes.cs
trunk/Client/Common/Theme/Brushes.xaml
trunk/Client/Common/Theme/Styles.xaml
trunk/Client/Common/Translation/ITranslationProvider.cs
trunk/Client/Common/Translation/LanguageChangedEventManager.cs
trunk/Client/Common/Translation/ResxTranslationProvider.cs
trunk/Client/Common/Translation/TranslateExtension.cs
trunk/Client/Common/Translation/TranslationData.cs
trunk/Client/Common/Translation/TranslationManager.cs
trunk/Client/Desktop.Tests/Commands/ExitCommandTests.cs
trunk/Client/Desktop.Tests/Commands/LoginCommandTests.cs
trunk/Client/Desktop.Tests/Hisaab.Client.Desktop.Tests.csproj
trunk/Client/Desktop.Tests/Hisaab.Client.Desktop.Tests.csproj.vspscc
trunk/Client/Desktop.Tests/MockServiceLocator.cs
trunk/Client/Desktop.Tests/NotifyPropertyChangedTester.cs
trunk/Client/Desktop.Tests/Properties/AssemblyInfo.cs
trunk/Client/Desktop.Tests/ViewModel/LoginViewModelTest.cs
trunk/Client/Desktop.Tests/ViewModel/ShellViewModelTests.cs
trunk/Client/Desktop/App.xaml
trunk/Client/Desktop/App.xaml.cs
trunk/Client/Desktop/Bootstrapper.cs
trunk/Client/Desktop/Commands/ExitCommand.cs
trunk/Client/Desktop/Commands/LoginCommand.cs
trunk/Client/Desktop/Hisaab.Client.Desktop.csproj
trunk/Client/Desktop/Hisaab.Client.Desktop.csproj.vspscc
trunk/Client/Desktop/Properties/AssemblyInfo.cs
trunk/Client/Desktop/Properties/Resources.Designer.cs
trunk/Client/Desktop/Properties/Resources.resx
trunk/Client/Desktop/Properties/Settings.Designer.cs
trunk/Client/Desktop/Properties/Settings.settings
trunk/Client/Desktop/View/Login.xaml
trunk/Client/Desktop/View/Login.xaml.cs
trunk/Client/Desktop/View/Shell.xaml
trunk/Client/Desktop/View/Shell.xaml.cs
trunk/Client/Desktop/ViewModel/LoginViewModel.cs
trunk/Client/Desktop/ViewModel/ShellViewModel.cs
trunk/Client/Desktop/app.config
trunk/Client/Desktop/app.ico
trunk/Client/Mapping/ClientBusinessMapping.cs
trunk/Client/Mapping/Hisaab.Client.Mapping.csproj
trunk/Client/Mapping/Hisaab.Client.Mapping.csproj.vspscc
trunk/Client/Mapping/Properties/AssemblyInfo.cs
trunk/Client/Model/Account.cs
trunk/Client/Model/AccountHistoryData.cs
trunk/Client/Model/AccountMonthlyTotal.cs
trunk/Client/Model/AccountSummary.cs
trunk/Client/Model/AccountType.cs
trunk/Client/Model/Bill.cs
trunk/Client/Model/ConnectionString.cs
trunk/Client/Model/Hisaab.Client.Model.csproj
trunk/Client/Model/Hisaab.Client.Model.csproj.vspscc
trunk/Client/Model/ImportTransaction.cs
trunk/Client/Model/ModelBase.cs
trunk/Client/Model/OrderByType.cs
trunk/Client/Model/Properties/AssemblyInfo.cs
trunk/Client/Model/RecurringFrequencyTypes.cs
trunk/Client/Model/SortByType.cs
trunk/Client/Model/SummaryReport.cs
trunk/Client/Model/Tag.cs
trunk/Client/Model/Target.cs
trunk/Client/Model/Transaction.cs
trunk/Client/Model/TransactionTypes.cs
trunk/Client/Model/User.cs
trunk/Client/Model/Vehicle.cs
trunk/Client/Model/VehicleTransaction.cs
trunk/Client/Modules/Core.Tests/Dashboard/SummaryBackStageTabViewModelTest.cs
trunk/Client/Modules/Core.Tests/Hisaab.Client.Modules.Core.Tests.csproj
trunk/Client/Modules/Core.Tests/Hisaab.Client.Modules.Core.Tests.csproj.vspscc
trunk/Client/Modules/Core.Tests/Management/BackupViewModelTests.cs
trunk/Client/Modules/Core.Tests/Management/ImportViewModelTests.cs
trunk/Client/Modules/Core.Tests/NotifyPropertyChangedTester.cs
trunk/Client/Modules/Core.Tests/Properties/AssemblyInfo.cs
trunk/Client/Modules/Core/Account/AccountGlobalCommands.cs
trunk/Client/Modules/Core/Account/AccountModule.cs
trunk/Client/Modules/Core/Account/AccountTemplateSelector.cs
trunk/Client/Modules/Core/Account/Commands/AddAccountCommand.cs
trunk/Client/Modules/Core/Account/Commands/ViewAccountsCommand.cs
trunk/Client/Modules/Core/Account/View/AccountAddButton.xaml
trunk/Client/Modules/Core/Account/View/AccountAddButton.xaml.cs
trunk/Client/Modules/Core/Account/View/AccountEditor.xaml
trunk/Client/Modules/Core/Account/View/AccountEditor.xaml.cs
trunk/Client/Modules/Core/Account/View/AccountNavigation.xaml
trunk/Client/Modules/Core/Account/View/AccountNavigation.xaml.cs
trunk/Client/Modules/Core/Account/View/AccountSideBar.xaml
trunk/Client/Modules/Core/Account/View/AccountSideBar.xaml.cs
trunk/Client/Modules/Core/Account/View/AccountSummaryView.xaml
trunk/Client/Modules/Core/Account/View/AccountSummaryView.xaml.cs
trunk/Client/Modules/Core/Account/View/AccountViewButton.xaml
trunk/Client/Modules/Core/Account/View/AccountViewButton.xaml.cs
trunk/Client/Modules/Core/Account/View/Accounts.xaml
trunk/Client/Modules/Core/Account/View/Accounts.xaml.cs
trunk/Client/Modules/Core/Account/View/AccountsTab.xaml
trunk/Client/Modules/Core/Account/View/AccountsTab.xaml.cs
trunk/Client/Modules/Core/Account/ViewModel/AccountEditorViewModel.cs
trunk/Client/Modules/Core/Account/ViewModel/AccountNavigationViewModel.cs
trunk/Client/Modules/Core/Account/ViewModel/AccountSideBarViewModel.cs
trunk/Client/Modules/Core/Account/ViewModel/AccountSummaryViewModel.cs
trunk/Client/Modules/Core/Account/ViewModel/AccountViewButtonViewModel.cs
trunk/Client/Modules/Core/Account/ViewModel/AccountsViewModel.cs
trunk/Client/Modules/Core/Account/ViewModel/AddAccountButtonViewModel.cs
trunk/Client/Modules/Core/Bill/BillModule.cs
trunk/Client/Modules/Core/Bill/Commands/AddBillCommand.cs
trunk/Client/Modules/Core/Bill/Commands/PayBillCommand.cs
trunk/Client/Modules/Core/Bill/Commands/ViewBillsCommand.cs
trunk/Client/Modules/Core/Bill/View/BillAddButton.xaml
trunk/Client/Modules/Core/Bill/View/BillAddButton.xaml.cs
trunk/Client/Modules/Core/Bill/View/BillEditor.xaml
trunk/Client/Modules/Core/Bill/View/BillEditor.xaml.cs
trunk/Client/Modules/Core/Bill/View/BillNavigation.xaml
trunk/Client/Modules/Core/Bill/View/BillNavigation.xaml.cs
trunk/Client/Modules/Core/Bill/View/BillPaymentButton.xaml
trunk/Client/Modules/Core/Bill/View/BillPaymentButton.xaml.cs
trunk/Client/Modules/Core/Bill/View/BillPaymentEditor.xaml
trunk/Client/Modules/Core/Bill/View/BillPaymentEditor.xaml.cs
trunk/Client/Modules/Core/Bill/View/BillView.xaml
trunk/Client/Modules/Core/Bill/View/BillView.xaml.cs
trunk/Client/Modules/Core/Bill/View/BillViewButton.xaml
trunk/Client/Modules/Core/Bill/View/BillViewButton.xaml.cs
trunk/Client/Modules/Core/Bill/View/Bills.xaml
trunk/Client/Modules/Core/Bill/View/Bills.xaml.cs
trunk/Client/Modules/Core/Bill/View/BillsTab.xaml
trunk/Client/Modules/Core/Bill/View/BillsTab.xaml.cs
trunk/Client/Modules/Core/Bill/ViewModel/BillAddButtonViewModel.cs
trunk/Client/Modules/Core/Bill/ViewModel/BillEditorViewModel.cs
trunk/Client/Modules/Core/Bill/ViewModel/BillNavigationViewModel.cs
trunk/Client/Modules/Core/Bill/ViewModel/BillPaymentButtonViewModel.cs
trunk/Client/Modules/Core/Bill/ViewModel/BillPaymentEditorViewModel.cs
trunk/Client/Modules/Core/Bill/ViewModel/BillViewButtonViewModel.cs
trunk/Client/Modules/Core/Bill/ViewModel/BillViewModel.cs
trunk/Client/Modules/Core/Bill/ViewModel/BillsViewModel.cs
trunk/Client/Modules/Core/Converters/AccountIdToNameConverter.cs
trunk/Client/Modules/Core/Converters/AccountTypeImageConverter.cs
trunk/Client/Modules/Core/Converters/AccountTypeToNameConverter.cs
trunk/Client/Modules/Core/Converters/TagIdToNameConverter.cs
trunk/Client/Modules/Core/Converters/TagListToStringConverter.cs
trunk/Client/Modules/Core/Converters/TransactionTypeImageConverter.cs
trunk/Client/Modules/Core/Dashboard/Commands/RefreshSummaryCommand.cs
trunk/Client/Modules/Core/Dashboard/Commands/SummaryButtonViewModel.cs
trunk/Client/Modules/Core/Dashboard/Commands/ViewDashboardCommand.cs
trunk/Client/Modules/Core/Dashboard/DashboardModule.cs
trunk/Client/Modules/Core/Dashboard/View/DashboardHomeRibbon.xaml
trunk/Client/Modules/Core/Dashboard/View/DashboardHomeRibbon.xaml.cs
trunk/Client/Modules/Core/Dashboard/View/DashboardView.xaml
trunk/Client/Modules/Core/Dashboard/View/DashboardView.xaml.cs
trunk/Client/Modules/Core/Dashboard/View/DashboardViewButton.xaml
trunk/Client/Modules/Core/Dashboard/View/DashboardViewButton.xaml.cs
trunk/Client/Modules/Core/Dashboard/View/SummaryBackStageTab.xaml
trunk/Client/Modules/Core/Dashboard/View/SummaryBackStageTab.xaml.cs
trunk/Client/Modules/Core/Dashboard/ViewModel/DashboardViewButtonViewModel.cs
trunk/Client/Modules/Core/Dashboard/ViewModel/DashboardViewModel.cs
trunk/Client/Modules/Core/Dashboard/ViewModel/SummaryBackStageTabViewModel.cs
trunk/Client/Modules/Core/Hisaab.Client.Modules.Core.csproj
trunk/Client/Modules/Core/Hisaab.Client.Modules.Core.csproj.vspscc
trunk/Client/Modules/Core/Management/ManagementModule.cs
trunk/Client/Modules/Core/Management/Tabs/BackupBackstageTab.xaml
trunk/Client/Modules/Core/Management/Tabs/BackupBackstageTab.xaml.cs
trunk/Client/Modules/Core/Management/Tabs/ImportBackstageTab.xaml
trunk/Client/Modules/Core/Management/Tabs/ImportBackstageTab.xaml.cs
trunk/Client/Modules/Core/Management/Tabs/OptionBackstageTab.xaml
trunk/Client/Modules/Core/Management/Tabs/OptionBackstageTab.xaml.cs
trunk/Client/Modules/Core/Management/Tabs/UserManagementBackstageTab.xaml
trunk/Client/Modules/Core/Management/Tabs/UserManagementBackstageTab.xaml.cs
trunk/Client/Modules/Core/Management/View/BackupView.xaml
trunk/Client/Modules/Core/Management/View/BackupView.xaml.cs
trunk/Client/Modules/Core/Management/View/ImportBankDataView.xaml
trunk/Client/Modules/Core/Management/View/ImportBankDataView.xaml.cs
trunk/Client/Modules/Core/Management/View/ImportView.xaml
trunk/Client/Modules/Core/Management/View/ImportView.xaml.cs
trunk/Client/Modules/Core/Management/View/OptionView.xaml
trunk/Client/Modules/Core/Management/View/OptionView.xaml.cs
trunk/Client/Modules/Core/Management/View/UserManagementView.xaml
trunk/Client/Modules/Core/Management/View/UserManagementView.xaml.cs
trunk/Client/Modules/Core/Management/ViewModel/BackupViewModel.cs
trunk/Client/Modules/Core/Management/ViewModel/ImportBankDataViewModel.cs
trunk/Client/Modules/Core/Management/ViewModel/ImportViewModel.cs
trunk/Client/Modules/Core/Management/ViewModel/OptionViewModel.cs
trunk/Client/Modules/Core/Management/ViewModel/UserManagementBackstageViewModel.cs
trunk/Client/Modules/Core/Properties/AssemblyInfo.cs
trunk/Client/Modules/Core/Properties/Resources.Designer.cs
trunk/Client/Modules/Core/Properties/Resources.resx
trunk/Client/Modules/Core/Properties/Settings.Designer.cs
trunk/Client/Modules/Core/Properties/Settings.settings
trunk/Client/Modules/Core/Tag/Commands/AddTagCommand.cs
trunk/Client/Modules/Core/Tag/Commands/ViewTagsCommand.cs
trunk/Client/Modules/Core/Tag/TagGlobalCommands.cs
trunk/Client/Modules/Core/Tag/TagModule.cs
trunk/Client/Modules/Core/Tag/View/TagAddButton.xaml
trunk/Client/Modules/Core/Tag/View/TagAddButton.xaml.cs
trunk/Client/Modules/Core/Tag/View/TagEditor.xaml
trunk/Client/Modules/Core/Tag/View/TagEditor.xaml.cs
trunk/Client/Modules/Core/Tag/View/TagNavigation.xaml
trunk/Client/Modules/Core/Tag/View/TagNavigation.xaml.cs
trunk/Client/Modules/Core/Tag/View/TagView.xaml
trunk/Client/Modules/Core/Tag/View/TagView.xaml.cs
trunk/Client/Modules/Core/Tag/View/TagViewButton.xaml
trunk/Client/Modules/Core/Tag/View/TagViewButton.xaml.cs
trunk/Client/Modules/Core/Tag/View/TagsTab.xaml
trunk/Client/Modules/Core/Tag/View/TagsTab.xaml.cs
trunk/Client/Modules/Core/Tag/View/TagsView.xaml
trunk/Client/Modules/Core/Tag/View/TagsView.xaml.cs
trunk/Client/Modules/Core/Tag/ViewModel/TagAddButtonViewModel.cs
trunk/Client/Modules/Core/Tag/ViewModel/TagEditorViewModel.cs
trunk/Client/Modules/Core/Tag/ViewModel/TagNavigationViewModel.cs
trunk/Client/Modules/Core/Tag/ViewModel/TagViewButtonViewModel.cs
trunk/Client/Modules/Core/Tag/ViewModel/TagViewModel.cs
trunk/Client/Modules/Core/Tag/ViewModel/TagsViewModel.cs
trunk/Client/Modules/Core/Target/Commands/AddTargetCommand.cs
trunk/Client/Modules/Core/Target/Commands/ViewTargetsCommand.cs
trunk/Client/Modules/Core/Target/TargetGlobalCommands.cs
trunk/Client/Modules/Core/Target/TargetModule.cs
trunk/Client/Modules/Core/Target/View/TargetAddButton.xaml
trunk/Client/Modules/Core/Target/View/TargetAddButton.xaml.cs
trunk/Client/Modules/Core/Target/View/TargetEditor.xaml
trunk/Client/Modules/Core/Target/View/TargetEditor.xaml.cs
trunk/Client/Modules/Core/Target/View/TargetNavigation.xaml
trunk/Client/Modules/Core/Target/View/TargetNavigation.xaml.cs
trunk/Client/Modules/Core/Target/View/TargetView.xaml
trunk/Client/Modules/Core/Target/View/TargetView.xaml.cs
trunk/Client/Modules/Core/Target/View/TargetViewButton.xaml
trunk/Client/Modules/Core/Target/View/TargetViewButton.xaml.cs
trunk/Client/Modules/Core/Target/View/Targets.xaml
trunk/Client/Modules/Core/Target/View/Targets.xaml.cs
trunk/Client/Modules/Core/Target/View/TargetsTab.xaml
trunk/Client/Modules/Core/Target/View/TargetsTab.xaml.cs
trunk/Client/Modules/Core/Target/ViewModel/TargetAddButtonViewModel.cs
trunk/Client/Modules/Core/Target/ViewModel/TargetEditorViewModel.cs
trunk/Client/Modules/Core/Target/ViewModel/TargetNavigationViewModel.cs
trunk/Client/Modules/Core/Target/ViewModel/TargetViewButtonViewModel.cs
trunk/Client/Modules/Core/Target/ViewModel/TargetViewModel.cs
trunk/Client/Modules/Core/Target/ViewModel/TargetsViewModel.cs
trunk/Client/Modules/Core/Transaction/Commands/AddTransactionCommand.cs
trunk/Client/Modules/Core/Transaction/Commands/ViewTransactionsCommand.cs
trunk/Client/Modules/Core/Transaction/TransactionGlobalCommands.cs
trunk/Client/Modules/Core/Transaction/TransactionModule.cs
trunk/Client/Modules/Core/Transaction/TransactionTemplateSelector.cs
trunk/Client/Modules/Core/Transaction/View/TransactionAddButton.xaml
trunk/Client/Modules/Core/Transaction/View/TransactionAddButton.xaml.cs
trunk/Client/Modules/Core/Transaction/View/TransactionEditor.xaml
trunk/Client/Modules/Core/Transaction/View/TransactionEditor.xaml.cs
trunk/Client/Modules/Core/Transaction/View/TransactionView.xaml
trunk/Client/Modules/Core/Transaction/View/TransactionView.xaml.cs
trunk/Client/Modules/Core/Transaction/View/TransactionViewButton.xaml
trunk/Client/Modules/Core/Transaction/View/TransactionViewButton.xaml.cs
trunk/Client/Modules/Core/Transaction/View/Transactions.xaml
trunk/Client/Modules/Core/Transaction/View/Transactions.xaml.cs
trunk/Client/Modules/Core/Transaction/View/TransactionsTab.xaml
trunk/Client/Modules/Core/Transaction/View/TransactionsTab.xaml.cs
trunk/Client/Modules/Core/Transaction/ViewModel/TransactionAddButtonViewModel.cs
trunk/Client/Modules/Core/Transaction/ViewModel/TransactionEditorViewModel.cs
trunk/Client/Modules/Core/Transaction/ViewModel/TransactionViewButtonViewModel.cs
trunk/Client/Modules/Core/Transaction/ViewModel/TransactionsTabViewModel.cs
trunk/Client/Modules/Core/Transaction/ViewModel/TransactionsViewModel.cs
trunk/Data/Data.Tests/AccountRepositoryTest.cs
trunk/Data/Data.Tests/AccountTypeRepositoryTest.cs
trunk/Data/Data.Tests/Filters/AccountFilterTests.cs
trunk/Data/Data.Tests/Filters/AccountTypeFilterTests.cs
trunk/Data/Data.Tests/Filters/TagFilterTests.cs
trunk/Data/Data.Tests/Filters/TransactionFilterTests.cs
trunk/Data/Data.Tests/Filters/UserFilterTests.cs
trunk/Data/Data.Tests/Filters/VehicleFilterTests.cs
trunk/Data/Data.Tests/Filters/VehicleTransactionFilterTests.cs
trunk/Data/Data.Tests/Hisaab.Data.Tests.csproj
trunk/Data/Data.Tests/Hisaab.Data.Tests.csproj.vspscc
trunk/Data/Data.Tests/MockObjectSet.cs
trunk/Data/Data.Tests/Properties/AssemblyInfo.cs
trunk/Data/Data.Tests/TagRepositoryTest.cs
trunk/Data/Data.Tests/TagRepositoryTests.cs
trunk/Data/Data.Tests/TransactionRepositoryTest.cs
trunk/Data/Data.Tests/UserRepositoryTest.cs
trunk/Data/Data.Tests/VehicleRepositoryTest.cs
trunk/Data/Data.Tests/VehicleTransactionRepositoryTest.cs
trunk/Data/Data/AccountRepository.cs
trunk/Data/Data/AccountTypeRepository.cs
trunk/Data/Data/BillRepository.cs
trunk/Data/Data/ClassDiagram1.cd
trunk/Data/Data/Database.cs
trunk/Data/Data/Filters/AccountFilter.cs
trunk/Data/Data/Filters/AccountTypeFilter.cs
trunk/Data/Data/Filters/BillFilter.cs
trunk/Data/Data/Filters/PageFilter.cs
trunk/Data/Data/Filters/TagFilter.cs
trunk/Data/Data/Filters/TargetFilter.cs
trunk/Data/Data/Filters/TransactionFilter.cs
trunk/Data/Data/Filters/UserFilter.cs
trunk/Data/Data/Filters/VehicleFilter.cs
trunk/Data/Data/Filters/VehicleTransactionFilter.cs
trunk/Data/Data/Hisaab.Data.csproj
trunk/Data/Data/Hisaab.Data.csproj.vspscc
trunk/Data/Data/Properties/AssemblyInfo.cs
trunk/Data/Data/Properties/Settings.Designer.cs
trunk/Data/Data/Properties/Settings.settings
trunk/Data/Data/TagRepository.cs
trunk/Data/Data/TargetRepository.cs
trunk/Data/Data/TransactionRepository.cs
trunk/Data/Data/UserRepository.cs
trunk/Data/Data/VehicleRepository.cs
trunk/Data/Data/VehicleTransactionRepository.cs
trunk/Data/DataModel/App.Config
trunk/Data/DataModel/Entity.Context.cs
trunk/Data/DataModel/Entity.Context.tt
trunk/Data/DataModel/Hisaab.Data.DataModel.csproj
trunk/Data/DataModel/Hisaab.Data.DataModel.csproj.vspscc
trunk/Data/DataModel/Properties/AssemblyInfo.cs
trunk/Data/DataModel/Universe.Designer.cs
trunk/Data/DataModel/Universe.edmx
trunk/Data/Database/Database.dbproj.schemaview
trunk/Data/Database/Database.dbproj.user
trunk/Data/Database/Database.refactorlog
trunk/Data/Database/Hisaab.Database.dbproj.schemaview
trunk/Data/Database/Hisaab.Database.refactorlog
trunk/Data/Database/Hisaab.dbproj
trunk/Data/Database/Hisaab.dbproj.vspscc
trunk/Data/Database/Properties/Database.sqlcmdvars
trunk/Data/Database/Properties/Database.sqldeployment
trunk/Data/Database/Properties/Database.sqlpermissions
trunk/Data/Database/Properties/Database.sqlsettings
trunk/Data/Database/Schema Objects/Schemas/dbo/Programmability/Stored Procedures/GetAccountMonthlyTotal.proc.sql
trunk/Data/Database/Schema Objects/Schemas/dbo/Tables/Account.table.sql
trunk/Data/Database/Schema Objects/Schemas/dbo/Tables/AccountType.table.sql
trunk/Data/Database/Schema Objects/Schemas/dbo/Tables/Bill.table.sql
trunk/Data/Database/Schema Objects/Schemas/dbo/Tables/Keys/Account.FK_AccountType.fkey.sql
trunk/Data/Database/Schema Objects/Schemas/dbo/Tables/Keys/Account.FK_User_Account.fkey.sql
trunk/Data/Database/Schema Objects/Schemas/dbo/Tables/Keys/Account.PK_Account.pkey.sql
trunk/Data/Database/Schema Objects/Schemas/dbo/Tables/Keys/AccountType.PK_AccountType.pkey.sql
trunk/Data/Database/Schema Objects/Schemas/dbo/Tables/Keys/Bill.PK_Bill.pkey.sql
trunk/Data/Database/Schema Objects/Schemas/dbo/Tables/Keys/Tag.FK_User_Tag.fkey.sql
trunk/Data/Database/Schema Objects/Schemas/dbo/Tables/Keys/Tag.PK_Tag.pkey.sql
trunk/Data/Database/Schema Objects/Schemas/dbo/Tables/Keys/Target.FK_Account_Target.fkey.sql
trunk/Data/Database/Schema Objects/Schemas/dbo/Tables/Keys/Target.FK_Tag_Target.fkey.sql
trunk/Data/Database/Schema Objects/Schemas/dbo/Tables/Keys/Target.FK_TargetType_Target.fkey.sql
trunk/Data/Database/Schema Objects/Schemas/dbo/Tables/Keys/Target.PK_Target.pkey.sql
trunk/Data/Database/Schema Objects/Schemas/dbo/Tables/Keys/TargetType.PK_TargetType.pkey.sql
trunk/Data/Database/Schema Objects/Schemas/dbo/Tables/Keys/Transaction.FK_TransactionType.fkey.sql
trunk/Data/Database/Schema Objects/Schemas/dbo/Tables/Keys/Transaction.FK_Transaction_Account.fkey.sql
trunk/Data/Database/Schema Objects/Schemas/dbo/Tables/Keys/Transaction.PK_Transaction.pkey.sql
trunk/Data/Database/Schema Objects/Schemas/dbo/Tables/Keys/TransactionTag.FK_TransactionTag_Tag.fkey.sql
trunk/Data/Database/Schema Objects/Schemas/dbo/Tables/Keys/TransactionTag.FK_TransactionTag_Transaction.fkey.sql
trunk/Data/Database/Schema Objects/Schemas/dbo/Tables/Keys/TransactionTag.PK_TransactionTag.pkey.sql
trunk/Data/Database/Schema Objects/Schemas/dbo/Tables/Keys/TransactionType.PK_TransactionType.pkey.sql
trunk/Data/Database/Schema Objects/Schemas/dbo/Tables/Keys/Transfer.FK_Transfer_FromAccount.fkey.sql
trunk/Data/Database/Schema Objects/Schemas/dbo/Tables/Keys/Transfer.FK_Transfer_Tag.fkey.sql
trunk/Data/Database/Schema Objects/Schemas/dbo/Tables/Keys/Transfer.FK_Transfer_ToAccount.fkey.sql
trunk/Data/Database/Schema Objects/Schemas/dbo/Tables/Keys/Transfer.PK_Transfer.pkey.sql
trunk/Data/Database/Schema Objects/Schemas/dbo/Tables/Keys/TransferTag.FK_TransferTag_Tag.fkey.sql
trunk/Data/Database/Schema Objects/Schemas/dbo/Tables/Keys/TransferTag.FK_TransferTag_Transfer.fkey.sql
trunk/Data/Database/Schema Objects/Schemas/dbo/Tables/Keys/TransferTag.PK_TransferTag.pkey.sql
trunk/Data/Database/Schema Objects/Schemas/dbo/Tables/Keys/User.PK_User.pkey.sql
trunk/Data/Database/Schema Objects/Schemas/dbo/Tables/Keys/Vehicle.FK_Vehicle_User.fkey.sql
trunk/Data/Database/Schema Objects/Schemas/dbo/Tables/Keys/Vehicle.PK_Vehicle.pkey.sql
trunk/Data/Database/Schema Objects/Schemas/dbo/Tables/Keys/VehicleTransaction.FK_Transaction.fkey.sql
trunk/Data/Database/Schema Objects/Schemas/dbo/Tables/Keys/VehicleTransaction.FK_VehicleTransaction_Vehicle.fkey.sql
trunk/Data/Database/Schema Objects/Schemas/dbo/Tables/Keys/VehicleTransaction.PK_VehicleTransaction.pkey.sql
trunk/Data/Database/Schema Objects/Schemas/dbo/Tables/Tag.table.sql
trunk/Data/Database/Schema Objects/Schemas/dbo/Tables/Target.table.sql
trunk/Data/Database/Schema Objects/Schemas/dbo/Tables/TargetType.table.sql
trunk/Data/Database/Schema Objects/Schemas/dbo/Tables/Transaction.table.sql
trunk/Data/Database/Schema Objects/Schemas/dbo/Tables/TransactionTag.table.sql
trunk/Data/Database/Schema Objects/Schemas/dbo/Tables/Transfer.table.sql
trunk/Data/Database/Schema Objects/Schemas/dbo/Tables/TransferTag.table.sql
trunk/Data/Database/Schema Objects/Schemas/dbo/Tables/User.table.sql
trunk/Data/Database/Schema Objects/Schemas/dbo/Tables/Vehicle.table.sql
trunk/Data/Database/Schema Objects/Schemas/dbo/Tables/VehicleTransaction.table.sql
trunk/Data/Database/Scripts/Post-Deployment/Script.PostDeployment.sql
trunk/Data/Database/Scripts/Pre-Deployment/Script.PreDeployment.sql
trunk/Data/Entities/Account.cs
trunk/Data/Entities/AccountMonthlyTotal.cs
trunk/Data/Entities/AccountType.cs
trunk/Data/Entities/Bill.cs
trunk/Data/Entities/Entity.cs
trunk/Data/Entities/Entity.tt
trunk/Data/Entities/Hisaab.Data.Entities.csproj
trunk/Data/Entities/Hisaab.Data.Entities.csproj.vspscc
trunk/Data/Entities/OrderByType.cs
trunk/Data/Entities/Properties/AssemblyInfo.cs
trunk/Data/Entities/SortByType.cs
trunk/Data/Entities/Tag.cs
trunk/Data/Entities/Target.cs
trunk/Data/Entities/TargetType.cs
trunk/Data/Entities/Transaction.cs
trunk/Data/Entities/User.cs
trunk/Data/Entities/Vehicle.cs
trunk/Data/Entities/VehicleTransaction.cs
trunk/Data/Interfaces/Hisaab.Data.Interfaces.csproj
trunk/Data/Interfaces/Hisaab.Data.Interfaces.csproj.vspscc
trunk/Data/Interfaces/IAccountRepository.cs
trunk/Data/Interfaces/IAccountTypeRepository.cs
trunk/Data/Interfaces/IBaseRepository.cs
trunk/Data/Interfaces/IBillRepository.cs
trunk/Data/Interfaces/IDatabase.cs
trunk/Data/Interfaces/IReadOnlyRepository.cs
trunk/Data/Interfaces/ITagRepository.cs
trunk/Data/Interfaces/ITargetRepository.cs
trunk/Data/Interfaces/ITargetTypeRepository.cs
trunk/Data/Interfaces/ITransactionRepository.cs
trunk/Data/Interfaces/IUserRepository.cs
trunk/Data/Interfaces/IVehicleRepository.cs
trunk/Data/Interfaces/IVehicleTransactionRepository.cs
trunk/Data/Interfaces/Properties/AssemblyInfo.cs
trunk/External/AutoMapper.dll
trunk/External/AvalonDock.Themes.dll
trunk/External/AvalonDock.dll
trunk/External/DataSource.dll
trunk/External/Fluent.dll
trunk/External/LINQtoCSV.dll
trunk/External/Microsoft.SqlServer.ConnectionInfo.dll
trunk/External/Microsoft.SqlServer.Management.Sdk.Sfc.dll
trunk/External/Microsoft.SqlServer.Smo.dll
trunk/External/Microsoft.SqlServer.SmoExtended.dll
trunk/External/Microsoft.SqlServer.SqlEnum.dll
trunk/External/Microsoft.Windows.Shell.dll
trunk/External/Moq.dll
trunk/External/MultiComboBox.dll
trunk/External/NavigationPane.dll
trunk/External/OfficeWebUI.dll
trunk/External/Prism/Microsoft.Practices.Prism.Interactivity.dll
trunk/External/Prism/Microsoft.Practices.Prism.MefExtensions.dll
trunk/External/Prism/Microsoft.Practices.Prism.UnityExtensions.dll
trunk/External/Prism/Microsoft.Practices.Prism.dll
trunk/External/Prism/Microsoft.Practices.ServiceLocation.dll
trunk/External/Prism/Microsoft.Practices.Unity.Configuration.dll
trunk/External/Prism/Microsoft.Practices.Unity.dll
trunk/External/Prism/System.Windows.Interactivity.dll
trunk/External/RibbonControlsLibrary.dll
trunk/External/WPF Toolkit/System.Windows.Controls.DataVisualization.Toolkit.Design.4.0.dll
trunk/External/WPF Toolkit/System.Windows.Controls.DataVisualization.Toolkit.Design.4.0.pdb
trunk/External/WPF Toolkit/System.Windows.Controls.DataVisualization.Toolkit.Expression.Design.dll
trunk/External/WPF Toolkit/System.Windows.Controls.DataVisualization.Toolkit.Expression.Design.pdb
trunk/External/WPF Toolkit/System.Windows.Controls.DataVisualization.Toolkit.VisualStudio.Design.dll
trunk/External/WPF Toolkit/System.Windows.Controls.DataVisualization.Toolkit.VisualStudio.Design.pdb
trunk/External/WPF Toolkit/System.Windows.Controls.DataVisualization.Toolkit.dll
trunk/External/WPF Toolkit/System.Windows.Controls.DataVisualization.Toolkit.pdb
trunk/External/WPF Toolkit/System.Windows.Controls.Input.Toolkit.Design.dll
trunk/External/WPF Toolkit/System.Windows.Controls.Input.Toolkit.Design.pdb
trunk/External/WPF Toolkit/System.Windows.Controls.Input.Toolkit.VisualStudio.Design.dll
trunk/External/WPF Toolkit/System.Windows.Controls.Input.Toolkit.VisualStudio.Design.pdb
trunk/External/WPF Toolkit/System.Windows.Controls.Input.Toolkit.dll
trunk/External/WPF Toolkit/System.Windows.Controls.Input.Toolkit.pdb
trunk/External/WPF Toolkit/System.Windows.Controls.Layout.Toolkit.Design.dll
trunk/External/WPF Toolkit/System.Windows.Controls.Layout.Toolkit.Design.pdb
trunk/External/WPF Toolkit/System.Windows.Controls.Layout.Toolkit.VisualStudio.Design.dll
trunk/External/WPF Toolkit/System.Windows.Controls.Layout.Toolkit.VisualStudio.Design.pdb
trunk/External/WPF Toolkit/System.Windows.Controls.Layout.Toolkit.dll
trunk/External/WPF Toolkit/System.Windows.Controls.Layout.Toolkit.pdb
trunk/External/WPF Toolkit/WPFToolkit.Design.dll
trunk/External/WPF Toolkit/WPFToolkit.Design.pdb
trunk/External/WPF Toolkit/WPFToolkit.VisualStudio.Design.dll
trunk/External/WPF Toolkit/WPFToolkit.VisualStudio.Design.pdb
trunk/External/WPF Toolkit/WPFToolkit.dll
trunk/External/WPF Toolkit/WPFToolkit.pdb
trunk/External/WPFToolkit.Extended.dll
trunk/Hisaab.Common/Configuration.cs
trunk/Hisaab.Common/Currency.cs
trunk/Hisaab.Common/Hisaab.Common.csproj
trunk/Hisaab.Common/Hisaab.Common.csproj.vspscc
trunk/Hisaab.Common/IConfiguration.cs
trunk/Hisaab.Common/KeyValue.cs
trunk/Hisaab.Common/ObjectMapper.cs
trunk/Hisaab.Common/Properties/AssemblyInfo.cs
trunk/Hisaab.Common/Wrappers/FileWrapper.cs
trunk/Hisaab.Common/Wrappers/IFileWrapper.cs
trunk/Hisaab.sln
trunk/Hisaab.vsmdi
trunk/Hisaab.vssscc
trunk/Installer/Windows/DatabaseArtifacts.wxi
trunk/Installer/Windows/Hisaab.Installer.Windows.wixproj
trunk/Installer/Windows/Hisaab.Installer.Windows.wixproj.vspscc
trunk/Installer/Windows/Product.wxs
trunk/Installer/Windows/VsdbcmdArtifacts.wxi
trunk/Local.testsettings
trunk/Resources/Images/banner.bmp
trunk/Resources/Images/banner.pdn
trunk/Resources/Images/dialog.bmp
trunk/Resources/Images/dialog.pdn
trunk/Services/Entities/Account.cs
trunk/Services/Entities/AccountMonthlyTotal.cs
trunk/Services/Entities/AccountSummary.cs
trunk/Services/Entities/AccountType.cs
trunk/Services/Entities/Hisaab.Services.Entities.csproj
trunk/Services/Entities/Hisaab.Services.Entities.csproj.vspscc
trunk/Services/Entities/KeyValue.cs
trunk/Services/Entities/OrderByType.cs
trunk/Services/Entities/Properties/AssemblyInfo.cs
trunk/Services/Entities/SortByType.cs
trunk/Services/Entities/Tag.cs
trunk/Services/Entities/Transaction.cs
trunk/Services/Entities/TransactionFilter.cs
trunk/Services/Entities/TransactionType.cs
trunk/Services/Entities/TransactionTypes.cs
trunk/Services/Entities/User.cs
trunk/Services/Entities/Vehicle.cs
trunk/Services/Entities/VehicleTransaction.cs
trunk/Services/Interfaces/Hisaab.Services.Interfaces.csproj
trunk/Services/Interfaces/Hisaab.Services.Interfaces.csproj.vspscc
trunk/Services/Interfaces/IAccountService.cs
trunk/Services/Interfaces/IServiceBase.cs
trunk/Services/Interfaces/ITagService.cs
trunk/Services/Interfaces/ITransactionService.cs
trunk/Services/Interfaces/ITypeService.cs
trunk/Services/Interfaces/IUserService.cs
trunk/Services/Interfaces/IVehicleService.cs
trunk/Services/Interfaces/IVehicleTransactionService.cs
trunk/Services/Interfaces/Properties/AssemblyInfo.cs
trunk/Services/Mapping/Hisaab.Services.Mapping.csproj
trunk/Services/Mapping/Hisaab.Services.Mapping.csproj.vspscc
trunk/Services/Mapping/Properties/AssemblyInfo.cs
trunk/Services/Mapping/ServiceMapping.cs
trunk/Services/Services.UnitTests/Hisaab.Services.UnitTests.csproj
trunk/Services/Services.UnitTests/Hisaab.Services.UnitTests.csproj.vspscc
trunk/Services/Services.UnitTests/Properties/AssemblyInfo.cs
trunk/Services/Services.UnitTests/ServiceContractTests.cs
trunk/Services/Services.UnitTests/ServiceMappingTests.cs
trunk/Services/Services/AccountService.cs
trunk/Services/Services/App.config
trunk/Services/Services/Hisaab.Services.csproj
trunk/Services/Services/Hisaab.Services.csproj.vspscc
trunk/Services/Services/Properties/AssemblyInfo.cs
trunk/Services/Services/TagService.cs
trunk/Services/Services/TransactionService.cs
trunk/Services/Services/TypeService.cs
trunk/Services/Services/UserService.cs
trunk/Services/Services/VehicleService.cs
trunk/Services/Services/VehicleTransactionService.cs
trunk/Settings.StyleCop
trunk/TraceAndTestImpact.testsettings
trunk/Windows/Client.Test/ClientMappingTests.cs
trunk/Windows/Client.Test/Hisaab.Client.WindowsClient.Test.csproj
trunk/Windows/Client.Test/Hisaab.Client.WindowsClient.Test.csproj.vspscc
trunk/Windows/Client.Test/MainWindowViewModelTests.cs
trunk/Windows/Client.Test/MockServiceLocator.cs
trunk/Windows/Client.Test/NotifyPropertyChangedTester.cs
trunk/Windows/Client.Test/Properties/AssemblyInfo.cs
trunk/Windows/Client.Test/ViewModel/AccountSummaryViewModelTests.cs
trunk/Windows/Client.Test/ViewModel/BackupViewModelTests.cs
trunk/Windows/Client.Test/ViewModel/DashboardViewModelTests.cs
trunk/Windows/Client.Test/ViewModel/NotifyPropertyChangedTester.cs
trunk/Windows/Client.Test/ViewModel/RelateTransactionViewModelTests.cs
trunk/Windows/Client/Adapters/AvalonRegionAdapter.cs
trunk/Windows/Client/Adapters/RibbonRegionAdapter.cs
trunk/Windows/Client/App.xaml
trunk/Windows/Client/App.xaml.cs
trunk/Windows/Client/Bootstrapper.cs
trunk/Windows/Client/ClientMapping.cs
trunk/Windows/Client/Converters/AccountIdToNameConverter.cs
trunk/Windows/Client/Converters/AccountTypeImageConverter.cs
trunk/Windows/Client/Converters/AccountTypeToNameConverter.cs
trunk/Windows/Client/Converters/TagIdToNameConverter.cs
trunk/Windows/Client/Converters/TagListToStringConverter.cs
trunk/Windows/Client/Converters/VehicleToNameConverter.cs
trunk/Windows/Client/Converters/VisibleToBoolConverter.cs
trunk/Windows/Client/DataImport.cs
trunk/Windows/Client/Dictionaries/Brushes.xaml
trunk/Windows/Client/Dictionaries/Colors.xaml
trunk/Windows/Client/Dictionaries/Icons.xaml
trunk/Windows/Client/Dictionaries/RibbonStyles.xaml
trunk/Windows/Client/Dictionaries/Styles.xaml
trunk/Windows/Client/Dictionaries/Templates.xaml
trunk/Windows/Client/Dictionaries/TextStyles.xaml
trunk/Windows/Client/DocumentManagerAdapter.cs
trunk/Windows/Client/Documents/AccountEditorDocument.cs
trunk/Windows/Client/Documents/AccountsDocument.cs
trunk/Windows/Client/Documents/DashboardDocument.cs
trunk/Windows/Client/Documents/TagsDocument.cs
trunk/Windows/Client/Documents/TransactionEditorDocument.cs
trunk/Windows/Client/Documents/TransactionsDocument.cs
trunk/Windows/Client/Documents/VehicleTransactionEditorDocument.cs
trunk/Windows/Client/Documents/VehicleTransactionsDocument.cs
trunk/Windows/Client/Documents/VehiclesDocument.cs
trunk/Windows/Client/Helpers/ChartHelper.cs
trunk/Windows/Client/Helpers/SeriesType.cs
trunk/Windows/Client/Hisaab.Windows.Client.csproj
trunk/Windows/Client/Hisaab.Windows.Client.csproj.vspscc
trunk/Windows/Client/HisaabDataTemplateSelector.cs
trunk/Windows/Client/IMainWindow.cs
trunk/Windows/Client/Images/Edit.png
trunk/Windows/Client/Images/Large/Calculator.png
trunk/Windows/Client/Images/Large/Calendar.png
trunk/Windows/Client/Images/Large/Export.png
trunk/Windows/Client/Images/Large/Filter.png
trunk/Windows/Client/Images/Large/HSBC.png
trunk/Windows/Client/Images/Large/Help.png
trunk/Windows/Client/Images/Large/Home.png
trunk/Windows/Client/Images/Large/Import.png
trunk/Windows/Client/Images/Large/New.png
trunk/Windows/Client/Images/Large/Paste.png
trunk/Windows/Client/Images/Large/Refresh.png
trunk/Windows/Client/Images/Large/Save.png
trunk/Windows/Client/Images/Large/Tag.png
trunk/Windows/Client/Images/Large/Tag_Delete.png
trunk/Windows/Client/Images/Large/Tag_add.png
trunk/Windows/Client/Images/Large/Tag_edit.png
trunk/Windows/Client/Images/Large/Tag_refresh.png
trunk/Windows/Client/Images/Large/Transaction.png
trunk/Windows/Client/Images/Large/Transaction_Delete.png
trunk/Windows/Client/Images/Large/Transaction_Edit.png
trunk/Windows/Client/Images/Large/Transaction_Refresh.png
trunk/Windows/Client/Images/Large/Transaction_link.png
trunk/Windows/Client/Images/Large/Vehicle.png
trunk/Windows/Client/Images/Large/VehicleTransaction.png
trunk/Windows/Client/Images/Large/account.png
trunk/Windows/Client/Images/Large/account_add.png
trunk/Windows/Client/Images/Large/account_delete.png
trunk/Windows/Client/Images/Large/account_edit.png
trunk/Windows/Client/Images/Large/account_filter.png
trunk/Windows/Client/Images/Large/account_refresh.png
trunk/Windows/Client/Images/Large/backup.png
trunk/Windows/Client/Images/Large/bar_chart.png
trunk/Windows/Client/Images/Large/info.png
trunk/Windows/Client/Images/Large/natwest.jpg
trunk/Windows/Client/Images/Large/options.png
trunk/Windows/Client/Images/Large/restore.png
trunk/Windows/Client/Images/Large/transaction_add.png
trunk/Windows/Client/Images/Large/transfer.png
trunk/Windows/Client/Images/Large/transfer_add.png
trunk/Windows/Client/Images/Large/transfer_delete.png
trunk/Windows/Client/Images/Large/transfer_edit.png
trunk/Windows/Client/Images/Large/transfer_refresh.png
trunk/Windows/Client/Images/Large/vehicle_add.png
trunk/Windows/Client/Images/Large/vehicletransaction_add.png
trunk/Windows/Client/Images/Small/Copy.png
trunk/Windows/Client/Images/Small/Cut.png
trunk/Windows/Client/Images/Small/Exit.png
trunk/Windows/Client/Images/Small/Filter.png
trunk/Windows/Client/Images/Small/Help.png
trunk/Windows/Client/Images/Small/Paste.png
trunk/Windows/Client/Images/Small/Play.png
trunk/Windows/Client/Images/Small/Save.png
trunk/Windows/Client/Images/Small/account.png
trunk/Windows/Client/Images/Small/account_add.png
trunk/Windows/Client/Images/Small/account_online.png
trunk/Windows/Client/Images/Small/account_unknown.png
trunk/Windows/Client/Images/Small/arrow_right.png
trunk/Windows/Client/Images/Small/creditcards.png
trunk/Windows/Client/Images/Small/delete.png
trunk/Windows/Client/Images/Small/tag_add.png
trunk/Windows/Client/Images/Small/transaction_add.png
trunk/Windows/Client/Images/Small/transaction_green.png
trunk/Windows/Client/Images/Small/transaction_red.png
trunk/Windows/Client/Images/Small/transaction_yellow.png
trunk/Windows/Client/Images/Small/transfer.png
trunk/Windows/Client/Images/Small/transfer_add.png
trunk/Windows/Client/Images/Small/user.png
trunk/Windows/Client/Images/Small/vehicle_add.png
trunk/Windows/Client/Images/Small/vehicletransaction_add.png
trunk/Windows/Client/Images/Splash.jpg
trunk/Windows/Client/Images/app.ico
trunk/Windows/Client/Images/car.png
trunk/Windows/Client/Images/dlgBkg.jpg
trunk/Windows/Client/Images/plus.png
trunk/Windows/Client/Images/reload.png
trunk/Windows/Client/Model/Account.cs
trunk/Windows/Client/Model/AccountHistoryData.cs
trunk/Windows/Client/Model/AccountMonthlyTotal.cs
trunk/Windows/Client/Model/AccountSummary.cs
trunk/Windows/Client/Model/AccountType.cs
trunk/Windows/Client/Model/AccountTypes.cs
trunk/Windows/Client/Model/ConnectionString.cs
trunk/Windows/Client/Model/ModelBase.cs
trunk/Windows/Client/Model/OrderByType.cs
trunk/Windows/Client/Model/SortByType.cs
trunk/Windows/Client/Model/Tag.cs
trunk/Windows/Client/Model/Transaction.cs
trunk/Windows/Client/Model/TransactionTypes.cs
trunk/Windows/Client/Model/User.cs
trunk/Windows/Client/Model/Vehicle.cs
trunk/Windows/Client/Model/VehicleTransaction.cs
trunk/Windows/Client/Properties/AssemblyInfo.cs
trunk/Windows/Client/Properties/Resources.Designer.cs
trunk/Windows/Client/Properties/Resources.resx
trunk/Windows/Client/Properties/Settings.Designer.cs
trunk/Windows/Client/Properties/Settings.settings
trunk/Windows/Client/SessionManager.cs
trunk/Windows/Client/Shell.xaml
trunk/Windows/Client/Shell.xaml.cs
trunk/Windows/Client/StructureMap.config
trunk/Windows/Client/View/AccountEditorView.xaml
trunk/Windows/Client/View/AccountEditorView.xaml.cs
trunk/Windows/Client/View/AccountSummaryView.xaml
trunk/Windows/Client/View/AccountSummaryView.xaml.cs
trunk/Windows/Client/View/AccountsView.xaml
trunk/Windows/Client/View/AccountsView.xaml.cs
trunk/Windows/Client/View/BackupView.xaml
trunk/Windows/Client/View/BackupView.xaml.cs
trunk/Windows/Client/View/DashboardView.xaml
trunk/Windows/Client/View/DashboardView.xaml.cs
trunk/Windows/Client/View/FluentMainWindow.xaml
trunk/Windows/Client/View/FluentMainWindow.xaml.cs
trunk/Windows/Client/View/Login.xaml
trunk/Windows/Client/View/Login.xaml.cs
trunk/Windows/Client/View/OptionsView.xaml
trunk/Windows/Client/View/OptionsView.xaml.cs
trunk/Windows/Client/View/RelateTransactionView.xaml
trunk/Windows/Client/View/RelateTransactionView.xaml.cs
trunk/Windows/Client/View/RibbonMainWindow.xaml
trunk/Windows/Client/View/RibbonMainWindow.xaml.cs
trunk/Windows/Client/View/TagEditorView.xaml
trunk/Windows/Client/View/TagEditorView.xaml.cs
trunk/Windows/Client/View/TagSummaryView.xaml
trunk/Windows/Client/View/TagSummaryView.xaml.cs
trunk/Windows/Client/View/TagsView.xaml
trunk/Windows/Client/View/TagsView.xaml.cs
trunk/Windows/Client/View/TransactionEditorView.xaml
trunk/Windows/Client/View/TransactionEditorView.xaml.cs
trunk/Windows/Client/View/TransactionView.xaml
trunk/Windows/Client/View/TransactionView.xaml.cs
trunk/Windows/Client/View/TransactionsView.xaml
trunk/Windows/Client/View/TransactionsView.xaml.cs
trunk/Windows/Client/View/VehicleEditorView.xaml
trunk/Windows/Client/View/VehicleEditorView.xaml.cs
trunk/Windows/Client/View/VehicleTransactionEditorView.xaml
trunk/Windows/Client/View/VehicleTransactionEditorView.xaml.cs
trunk/Windows/Client/View/VehicleTransactionView.xaml
trunk/Windows/Client/View/VehicleTransactionView.xaml.cs
trunk/Windows/Client/View/VehicleTransactionsView.xaml
trunk/Windows/Client/View/VehicleTransactionsView.xaml.cs
trunk/Windows/Client/View/VehiclesView.xaml
trunk/Windows/Client/View/VehiclesView.xaml.cs
trunk/Windows/Client/View/ViewBase.cs
trunk/Windows/Client/View/WindowDialog.xaml
trunk/Windows/Client/View/WindowDialog.xaml.cs
trunk/Windows/Client/ViewModel/AccountEditorViewModel.cs
trunk/Windows/Client/ViewModel/AccountSummaryViewModel.cs
trunk/Windows/Client/ViewModel/AccountsViewModel.cs
trunk/Windows/Client/ViewModel/BackupViewModel.cs
trunk/Windows/Client/ViewModel/DashboardViewModel.cs
trunk/Windows/Client/ViewModel/DialogViewModel.cs
trunk/Windows/Client/ViewModel/LoginViewModel.cs
trunk/Windows/Client/ViewModel/MainWindowViewModel.cs
trunk/Windows/Client/ViewModel/OptionsViewModel.cs
trunk/Windows/Client/ViewModel/RelateTransactionViewModel.cs
trunk/Windows/Client/ViewModel/TagEditorViewModel.cs
trunk/Windows/Client/ViewModel/TagSummaryViewModel.cs
trunk/Windows/Client/ViewModel/TagsViewModel.cs
trunk/Windows/Client/ViewModel/TransactionEditorViewModel.cs
trunk/Windows/Client/ViewModel/TransactionViewModel.cs
trunk/Windows/Client/ViewModel/TransactionsViewModel.cs
trunk/Windows/Client/ViewModel/VehicleEditorViewModel.cs
trunk/Windows/Client/ViewModel/VehicleTransactionEditorViewModel.cs
trunk/Windows/Client/ViewModel/VehicleTransactionViewModel.cs
trunk/Windows/Client/ViewModel/VehicleTransactionsViewModel.cs
trunk/Windows/Client/ViewModel/VehiclesViewModel.cs
trunk/Windows/Client/ViewModel/ViewModelBase.cs
trunk/Windows/Client/WindowDialogService.cs
trunk/Windows/Client/app.config
trunk/Windows/Common/ActiveAwareCommand.cs
trunk/Windows/Common/ActiveDocumentChangedEventArgs.cs
trunk/Windows/Common/AffectsOtherPropertyAttribute.cs
trunk/Windows/Common/Command.cs
trunk/Windows/Common/CommandManagerHelper.cs
trunk/Windows/Common/DelegateCommand.cs
trunk/Windows/Common/DelegateCommandTemplate.cs
trunk/Windows/Common/DialogCloser.cs
trunk/Windows/Common/Document.cs
trunk/Windows/Common/DocumentManager.cs
trunk/Windows/Common/ExtendedBinding.cs
trunk/Windows/Common/FocusActiveAwareAdapter.cs
trunk/Windows/Common/FocusBehavior.cs
trunk/Windows/Common/Hisaab.Windows.Common.csproj
trunk/Windows/Common/Hisaab.Windows.Common.csproj.vspscc
trunk/Windows/Common/IActiveAware.cs
trunk/Windows/Common/IDialogResultHelper.cs
trunk/Windows/Common/ISession.cs
trunk/Windows/Common/IViewBase.cs
trunk/Windows/Common/IWindowDialogService.cs
trunk/Windows/Common/NavigationCompletedEvent.cs
trunk/Windows/Common/PasswordHelper.cs
trunk/Windows/Common/Properties/AssemblyInfo.cs
trunk/Windows/Common/ViewModelBase.cs
trunk/Windows/RibbonWrapper/FluentLibrary/Ribbon.cs
trunk/Windows/RibbonWrapper/FluentLibrary/RibbonContextualTabGroup.cs
trunk/Windows/RibbonWrapper/Hisaab.Windows.RibbonWrapper.csproj
trunk/Windows/RibbonWrapper/Hisaab.Windows.RibbonWrapper.csproj.vspscc
trunk/Windows/RibbonWrapper/IRibbon.cs
trunk/Windows/RibbonWrapper/IRibbonContextualTabGroup.cs
trunk/Windows/RibbonWrapper/MenuItemExtensions.cs
trunk/Windows/RibbonWrapper/Properties/AssemblyInfo.cs
trunk/Windows/RibbonWrapper/RibbonControlLibrary/Ribbon.cs
trunk/Windows/RibbonWrapper/RibbonControlLibrary/RibbonContextualTabGroup.cs
trunk/Windows/RibbonWrapper/RibbonFactory.cs
trunk/packages/AutoMapper.1.1.0.118/AutoMapper.1.1.0.118.nupkg
trunk/packages/Moq.4.0.10827/License.txt
trunk/packages/Moq.4.0.10827/Moq.4.0.10827.nupkg
trunk/packages/Moq.4.0.10827/Moq.chm
trunk/packages/Moq.4.0.10827/lib/NET35/Moq.xml
trunk/packages/Moq.4.0.10827/lib/NET40/Moq.xml
trunk/packages/Moq.4.0.10827/lib/Silverlight4/Moq.Silverlight.xml
trunk/packages/repositories.config
trunk/packages/structuremap.2.6.2/lib/StructureMap.XML
trunk/packages/structuremap.2.6.2/structuremap.2.6.2.nupkg
trunk/packages/wpfthemes.0.0.1/wpfthemes.0.0.1.nupkg

Download

Click the following link to download hisaab.zip.

hisaab.zip




















Home »
  C# Free Code »
    Office »




Excel
MSOffice
MSWord
Outlook
PowerPoint
VSTO