Avis

Web application to manage sending of product batches

We developed a web app in which suppliers login and enter the details of the batch they are going to send, e.g. 16 boxes with 50 parts each, every 4 boxes are packed inside another box (4 in total) and all these 4 boxes are put on a standard pallet. This is done with AJAX using a tree component. Once the hierarchy has been defined the supplier can enter or import via csv details like: best before dates, lot numbers, serial numbers, etc.Once the batch has all data needed the supplier can print stickers for each box. They are A4 PDFs with all relevant data and a barcode identifier for each box. After this is done the batch can be sent and marked as sent in the application.Sent batches can be imported into our customer's ERP via CSV, so when it is delivered all the parts can be fed into the warehouse system by scanning the boxes' barcodes.This project was particularly challening since we need to integrate the application with our customer's ERP, Microsoft Navision a.k.a Microsoft Dynamics Nav.