Skip to content

FourFront-Senior-Design/DataEntryForm

Repository files navigation

Data Entry Form

Build Status License: MIT

The Data Entry Form acts as an interface between the Microsoft Access Database and the Data Entry Personnel. This Form displays one record at a time from the Microsoft Access Database. It will allow users to enter and edit data in the database.

Prerequisites

Setup

  • Install Microsoft Visual Studios 2017 (or higher) with the .NET framework 4.6.1.
  • Build and run the project using Visual Studios. Make sure all the projects are running on the x64 platform.
  • Test and run the project on the Test Databases sections. Note: The path should be to the section folder and not to the access database directly.

Features

  • Mandatory information
  • Separate image window with zooming feature
  • Keyboard shortcuts for common words
  • Display the image of the emblem next to the emblem field
  • Help menu
  • Logging
  • Error handling

Development

  • The project uses MVVM design Pattern.
  • Here is a tutorial on creating a WPF desktop application.
  • Contributors and future developers are requested to fork from this project.