Skip to main content

Daily Changelog — 2026-05-22

BranchAuthorGenerated
bugfix/gst-admin-orderAryan Jaya2026-05-22

Fixes

  • Fix weights input on edit change over rental for change-over bins e00d07e6c, 2026-05-22
  • Fix weight on pickup task from rental order being changed when opening task edit d24921e58, 2026-05-22
  • Fix missing FAF price when updating extra invoices for rental orders 2ea469182, 2026-05-22
  • Fix order detail subtotal calculation when finishing a rental task 53d7314d1, 2026-05-22
  • Fix null safety for additional data parsing in change-over pickup page 71a2549fe, 2026-05-22
  • Include missing FAF amount in subtotal calculation on rental order edits 686b4a88e, 2026-05-22
  • Add null safety for discount price on edit change over page 97e75c88d, 2026-05-22
  • Fix missing FAF amount for subtotal when editing a rental order 95b3594f6, 2026-05-22
  • Add null safety for discount price display on Edit Empty Return page 7781d7e57, 2026-05-22
  • Correct GST calculation and order total pricing on the admin order page e70e509df, 2026-05-22

Summary

  1. Corrected GST calculation and order total pricing on the admin new skip bin order page by replacing methods with computed properties and dynamically displaying FAF when present.
  2. Resolved missing Fuel Adjustment Factor (FAF) amounts during rental order subtotal calculations across order edits, change over pages, extra invoice updates, and task completions.
  3. Added null safety checks for discount prices and JSON additional data parsing across change over, empty return, and pickup page rental components.
  4. Fixed weights input for live tasks so that the correct task data is applied when editing a change-over rental bin.