Skip to main content

Documentation Index

Fetch the complete documentation index at: https://mintlify.com/phauline-racel/LIMO-YUSEN-WAREHOUSE/llms.txt

Use this file to discover all available pages before exploring further.

The Dashboard is the first screen you see after logging in to Amvel Warehouse. It gives you an instant, live overview of warehouse activity — three summary cards at the top reflect the current state of all stored shipments, while the Activity Report below lists every inbound and outbound transaction in a searchable, filterable table. All figures update automatically whenever a new shipment is saved anywhere in the system.

KPI Cards

Three animated cards sit at the top of the page, each pulling its value directly from the stored shipment data. Clicking a card filters the Activity Report to the relevant subset of records.
KPI CardElement IDWhat it showsSub-label
Total ShipmentsdashboardTotalShipmentsAll-time count of unique shipment references (grouped by HAWB or MAWB) ever recorded. Includes every inbound and outbound entry combined.All time
Cargo in WarehousedashboardCargoInWarehouseSum of remaining quantities across all active inventory records — total quantity received minus total quantity released.Current
Outgoing TodaydashboardOutgoingTodayNumber of distinct shipment records that have at least one outbound entry dated today.Shipments
Clicking any KPI card instantly filters the Activity Report table below to show only the relevant set of shipments — all records for Total Shipments, records with remaining stock for Cargo in Warehouse, and today’s outbound movements for Outgoing Today.

Activity Report

Beneath the KPI cards, the Activity Report table shows the full transaction log across all shipments. Each row corresponds to one aggregated shipment reference and displays:
ColumnDescription
MonthThe month and year of the inbound date (e.g. Jul 2026)
ClientThe name of the cargo owner or consignee
MAWBMaster Air Waybill number
HAWBHouse Air Waybill number
Date InThe date the cargo was received into the warehouse
Qty InTotal quantity received (number + unit, e.g. 12 CTN)
Date OutThe date(s) the cargo was released; multiple outbound entries each show on their own line
Qty OutTotal quantity released per outbound event

Search and QR Scan

The search box above the Activity Report is identified as activitySearchInput in the page. Type any partial string to filter rows instantly by HAWB, MAWB, or Client name — results narrow in real time as you type. Next to the search box sits an inline QR scan button (📷 icon). Clicking it opens the camera modal so you can scan a QR code printed on a physical shipment label. A successful scan either:
  • JSON payload — fills all form fields on the Inbound & Outbound page.
  • Plain text — treats the scanned value as a HAWB or MAWB and jumps straight to the matching inventory record.

Filters Panel

Click the Filters toggle button to expand the filter panel (activityFilterPanel). The available filters are: Date Range — A calendar-based picker with the following preset shortcuts:
PresetWhat it selects
TodayThe current calendar day
YesterdayThe previous calendar day
Last 7 DaysThe past seven days including today
Last 30 DaysThe past thirty days including today
This MonthThe 1st to the last day of the current month
Last MonthThe full previous calendar month
Custom RangeOpens an inline calendar to pick start and end dates manually
After selecting a preset or a custom range, click Apply to activate the filter, Reset to clear it, or Cancel to close the popover without changing anything. Transaction Type — A free-text field with autocomplete suggestions: AFF Import, AFF Export, OFF Import, OFF Export. Type any part of the type name to narrow to matching rows. Warehouse Location — A free-text field with autocomplete suggestions covering every rack position in the warehouse (e.g. RACK A A1A). Type a rack letter or row code to filter by storage location. A Clear filters button at the bottom of the panel resets all three filters at once.

Page-Size Control

Four buttons at the top of the toolbar control how many rows appear per page:
ButtonRows shown per page
55 rows
1010 rows (default)
2020 rows
AllEvery row at once
Pagination controls appear below the table whenever the total results exceed the selected page size.

Export Options

Three export buttons sit in the toolbar to the right of the page-size control:
ButtonAction
Export ExcelDownloads the current (filtered) Activity Report as an .xlsx spreadsheet using SheetJS.
Export PDFDownloads the current view as a PDF document using jsPDF and jspdf-autotable.
PrintOpens the browser’s print dialog with the table formatted for paper output.
All three buttons respect the active search query and filters — only the rows currently visible in the table are included in the export or print. The collapsible sidebar on the left provides access to all main sections of the application:
LinkDestination
DashboardThis page — KPI summary and Activity Report
Inbound & OutboundReceive or release cargo via the entry forms
InventoryFull warehouse stock list with search and filter
The sidebar can be collapsed by clicking the toggle button (☰) in the sidebar header. Its collapsed or expanded state is saved to localStorage so it persists across page navigations. User Management is visible only to users with the Administrator role. It appears inside the user profile dropdown (top-right corner of the topbar) rather than in the main sidebar nav. Non-admin users do not see this link at all.

Build docs developers (and LLMs) love