By the end of this guide you will have opened Amvel Warehouse in a browser, signed in with an out-of-the-box account, explored the dashboard KPIs, saved a complete inbound shipment record, and confirmed that the record appears in Inventory. No installation, server, or database is needed — every step runs entirely in the browser.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.
Open the application
Navigate to the project root and open The Amvel Warehouse login page will appear. No network connection is required after the page loads.
index.html in any modern browser (Chrome, Edge, Firefox, or Safari). You can open it directly from the file system using a file:// URL, or serve the folder from a local HTTP server.Sign in
Use one of the two default accounts that are seeded into the system on first load.
Enter the User ID and Password in the login form and click Sign In. On success, the browser will redirect automatically to
| Role | User ID | Password |
|---|---|---|
| Admin | admin001 | Admin@123 |
| Employee | emp001 | Employee@123 |
pages/dashboard.html.Explore the Dashboard
After login you land on the Dashboard. At the top of the page you will see three KPI cards, each updated in real time from the shipment records stored in
Clicking any KPI card filters the Recent Shipments table below to the matching subset of records.Below the KPI cards is the Activity Report — a paginated, filterable, and exportable table showing every shipment reference with its date in, quantity in, date out, and quantity out. Use the Filters button to narrow by date range, transaction type, or warehouse location.
localStorage:| Card | What it shows |
|---|---|
| Total Shipments | The total count of unique shipment references (aggregated by HAWB or MAWB) stored in the system |
| Cargo in Warehouse | The sum of remaining quantity across all shipment references (inbound quantity minus outbound quantity) |
| Outgoing Today | The count of shipment references that have at least one outbound entry dated today |
Receive your first shipment (Inbound)
In the left-hand sidebar, click Inbound & Outbound. The page opens on the Inbound tab by default.Fill in all required fields in the form:
When all fields are complete, click Save. A confirmation toast will appear at the bottom-right of the screen.
| Field | Notes |
|---|---|
| Client | Name of the client or consignee (e.g. YAZAKI) |
| Destination | Delivery destination (e.g. Manila) |
| HAWB | House Air Waybill number (e.g. YPH-04800983) |
| MAWB | Master Air Waybill number (e.g. SPSF-26A-030) |
| Invoice / Markings | Invoice number or cargo markings (optional) |
| Transaction Type | Select one of AFF Import, AFF Export, OFF Import, or OFF Export |
| Date | Date the cargo was received |
| Time | Time the cargo was received |
| Received By | Name of the warehouse staff member who received the shipment — supports autocomplete from the staff roster |
| Plate No | Vehicle plate number — start typing and the field will autocomplete from the built-in trucker reference list, automatically filling the Trucker field |
| Trucker | Trucking company name — auto-filled when a matching plate number is selected |
| Driver | Driver name |
| Cargo Condition | Condition of the cargo on arrival (e.g. GOOD, MINOR DENT) — supports autocomplete |
| Location | Warehouse rack location (e.g. RACK A A1A) — supports autocomplete |
| Quantity | Number of units received |
| Unit | Unit of measure — select from PLT, CTN, SACK, PARCEL, BUNDLE, DRUM, PAIL, WOODEN CRATE, STEEL CRATE, ROLLS, CRATE, PCS, CASE, or PKG |
The HAWB field is the primary grouping key. Subsequent outbound entries with the same HAWB will be aggregated against this inbound record in both the Activity Report and Inventory views.
Check Inventory
Click Inventory in the left-hand sidebar. The record you just saved will appear as a row in the inventory table. The row shows:
- The client name, HAWB, MAWB, and destination
- Qty In — the quantity you entered in the Inbound form
- Qty Out —
0(no outbound has been recorded yet) - Remaining — equal to Qty In
- Status —
RECEIVED - Location — the rack location you entered
What’s Next
Authentication
Understand how sessions and role-based page guards work, and explore the complete AuthService API reference.
Inbound & Outbound
Full field reference for both the Inbound and Outbound forms, including HAWB autocomplete on outbound.
Inventory
Learn how inbound and outbound entries are aggregated into inventory rows, and how to use filters and exports.
User Management
Create new operator accounts, assign roles, reset passwords, and activate or deactivate users (admin only).