Mobile application migration from VB.net to Android on a Zebra scanner.

Job ID: 32370386

Budget: $750 – $1,500 CAD

We have an existing barcode scanner application written in VB.net that connects to an MS SQL server for tracking order loading.

It needs to be rewritten to run on an android based scanner. A C#.net Visual Studio project has already been started with the foundation for the web API and the mobile application. The API may need completion in the VS 2019 C# solution. The original mobile project is in the same solution and was started with Xamarin however we are open to it being done in Flutter.

The original VB.net, VS 2010 code is available for reference.

Here are the required screens:
Configuration - device id, server address, database, username, password (new will be as required for api connection)
OrderList - view order history or orders filtered to various statuses, 2 or 3 columns
OrderDetails - Order lines with #, Item#, Qty Req'd, Qty picked
Scan input - Part Number, Module, Product No. Serial Number, scans are validated for business rules (length, format, etc.) Scanning interface will be via Keyboard wedge app on scanner so no IO level coding required)
Last Scans screen - shows a log of recent scans to help the user keep track of where they are.
Comparison Scan Form - allows for scanning of labels on boxes against previous data to ensure accuracy.