Skip to main content

Changelog: Dedek - 2026-06-08

Daily Changelog - Waste Vantage Legacy

Overview

Today's changes by Dedek focus on resolving a duplicate GST calculation issue when creating frontlift extra empty contracts. This is solved by simplifying the client-side Vue component calculation for extra empty items and matching it on the backend by removing redundant adjustment deductions from the contract details builder repository.


Added

  • None.

Changed

  • Frontlift Extra Empty Vue Component (resources/js/components/front-bins/ExtraEmpty.vue)
    • Simplified client-side calculations for grandTotal and gst for extra empty items, directly applying supplier GST rates to the computed subtotal of the items.

Fixed

  • GST Duplication on Frontlift Extra Empty Contracts (app/Repositories/OrderRentalRepository.php)
    • Removed incorrect $grandtotal = $grandtotal - $data['gst'] deduction in the order detail setup repository, resolving duplicate GST calculations on backend contract compilation.

Removed

  • None.