Skip to content

v1.0.0

Choose a tag to compare

@miraquel miraquel released this 14 Jul 13:27
· 17 commits to master since this release
034fdcf

SAMSON v1.0.0

Inventory Master Module

  • Real-time Access to AX 2012 Items: The Inventory Master module now allows users to access items from AX 2012 in real-time, leveraging pagination for enhanced performance.
  • Barcode Scanning for Quick Navigation: Users can scan the barcode generated from the Goods Receipt module to swiftly navigate to the item details.
  • On-hand Stock Check: The module provides functionality to check the on-hand stock of items, ensuring users have up-to-date inventory information.

Goods Receipt Module

  • Mobile Goods Receipt Processing: Users can now process goods receipts directly from their mobile devices. This data is later sent to AX 2012 to be recognized as an actual transaction.
  • QR Code Scanning for Purchase Orders: The module supports QR code scanning, allowing users to quickly navigate to and fill out the purchase order form.
  • Barcode Generation for Received Items: After receiving items, users can generate barcodes, facilitating easier tracking and management.
  • Hybrid Integration: The Goods Receipt module employs a hybrid integration approach, saving transactions in both the MySQL database and AX 2012. Transactions are synchronized with AX 2012 upon user action.

Work Order Module

  • Direct Access to AX 2012 Work Orders: Users can access work orders from AX 2012 directly on their mobile devices, streamlining field operations.
  • Item Consumption and Inventory Journal Creation: The module enables users to consume items for a work order, create an inventory journal as a draft, and close the work order to post the inventory journal.
  • Barcode and Location Scanning: Users can scan the barcode and location of items to quickly view the on-hand stock, improving efficiency in managing work order tasks.

This release designed to enhance the efficiency and usability of the inventory management system, providing seamless integration with AX 2012 and improving the overall user experience.

What's Changed

  • fix: after UAT by @miraquel in #2
  • fix: add CODEOWNERS to make miraquel the global reviewer by @miraquel in #3
  • fix: after UAT 9 July 2024 by @miraquel in #4
  • fix: change the name and the logo of the application by @miraquel in #5
  • fix: change date time from now() to today using a helper (date only) by @miraquel in #6
  • fix: layout issue in goods receipt and item requisition page by @miraquel in #7
  • fix: using try catch in the printer helper by @miraquel in #8

Full Changelog: https://github.com/miraquel/sparepartmanagementsystem_flutter/commits/v1.0.0