Skip to content

Releases: miraquel/sparepartmanagementsystem_flutter

v1.0.3

09 Dec 03:36
1fce571

Choose a tag to compare

What's Changed

  • feat: update dependencies and project configurations by @miraquel in #20
  • refactor: update project to use Kotlin DSL and upgrade dependencies by @miraquel in #21
  • feat: add mobile scanner and remove flutter_barcode_scanner by @miraquel in #22
  • feat: add ios, linux, macos, web, and windows platform support by @miraquel in #23
  • feat: add HTTPS certificate validation toggle and refactor related components by @miraquel in #24

Full Changelog: v1.0.2...v1.0.3

v1.0.2

19 Jul 10:20
567862c

Choose a tag to compare

What's Changed

  • fix: goods receipt label issue where the label failed to print by @miraquel in #12
  • feat: add print label feature from inventory master by @miraquel in #13
  • fix: goods receipt error messages to be readable by @miraquel in #14
  • refactor: remove unused variables by @miraquel in #15
  • fix: trim qr code location to prevent lookup to AX with whitespaces by @miraquel in #16
  • fix: add condition in the fetch argument if the page is not from add page by @miraquel in #17
  • fix: change the parameter for getVendPackingSlipJourWithLines by @miraquel in #18
  • build: preparation for v1.0.2 release by @miraquel in #19

Full Changelog: v1.0.1...v1.0.2

v1.0.1

16 Jul 01:42
009aeec

Choose a tag to compare

V1.0.1 Release Notes

This release is intended to fix some issues in v1.0.0

the fixes and the features are:

  1. When the goods receipt just have been created and saved, updated location is missing from the page.
  2. Can print label for all type of items.

You can download the apk and install it directly on the android phone.

What's Changed

  • fix: missing location after save a goods receipt by @miraquel in #9
  • fix: enable print label button for all item types by @miraquel in #10
  • build: preparation for release v1.0.1 by @miraquel in #11

Full Changelog: v1.0.0...v1.0.1

v1.0.0

14 Jul 13:27
034fdcf

Choose a tag to compare

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