Skip to main content

Changelog: Dwi - 2026-05-28

Daily Changelog - Waste Vantage Legacy

Overview

Today's changes by Dwi focus on refining the Work-In-Progress (WIP) accounting query to ignore overload/waiting invoices with a price of zero, disabling the bin type deletion interface elements from the admin panel, and recompiling theme and dependency assets.


Added

  • None.

Changed

  • WIP Overload/Waiting Invoice Filtering (app/Http/Controllers/Admin/Accounting/InvoiceController.php)
    • Updated the query for WIP / overload orders to filter out items where overload_price is not greater than 0, preventing invoice items with 0 price from being loaded.
  • Compiled Assets (public/css/..., public/js/..., public/mix-manifest.json)
    • Recompiled public assets including Chart, Select2, and main theme stylesheets/scripts to sync workspace updates.

Fixed

  • Bin Type Deletion Action Disabling (resources/views/admin/bin-type/index.blade.php)
    • Commented out the waste type delete action button and its corresponding confirmation modal within the bin type management view, effectively preventing manual deletion of bin types from the UI.

Removed

  • None.