{{ getPageTitle() }}
{{ lang === 'en' ? '中文' : 'English' }}
{{ currentUser?.username }} ({{ currentUser?.role }})
| {{ t('customer') }} | {{ t('container_no') }} | {{ t('terminal') }} | ETA | PU-LFD | {{ t('rt_lfd') }} | BOL | {{ t('size') }} | {{ t('delivery_to') }} | {{ t('wh_appt') }} | {{ t('driver') }} | {{ t('note') }} | {{ t('status') }} |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| {{ t('no_shipments_found') }} | ||||||||||||
| {{ shipment.customer_name || '-' }} | ⚠️ {{ shipment.container_no }} | {{ shipment.terminal || '-' }} | {{ formatDate(shipment.eta) }} | {{ formatDate(shipment.pu_lfd) }} | {{ formatDate(shipment.rt_lfd) }} | {{ shipment.bol || '-' }} | {{ shipment.size || '-' }} | {{ shipment.delivery_to || '-' }} | {{ formatDate(shipment.warehouse_appt) }} | {{ shipment.driver || '-' }} | {{ shipment.note || '-' }} |
{{ shipment.status || '-' }}
{{ shipment.hold_status }}
|
Change Password
| {{ t('short_name') }} | {{ t('company_name') }} | {{ t('address') }} | {{ t('actions') }} |
|---|---|---|---|
| {{ t('no_customers_found') }} | |||
| {{ customer.short_name }} | {{ customer.company_full_name || '-' }} | {{ customer.address || '-' }} |
|
| {{ t('username') }} | {{ t('role') }} | {{ t('actions') }} |
|---|---|---|
| {{ employee.username }} | {{ employee.role }} |
This triggers a one-time Gmail ingest for the configured customer.
Use this API key to authenticate requests to the agent endpoints.
Format: nb_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
{{ t('global_mail_config') }}
Password is masked for security. Enter a new value only if you want to change it.
| Bill ID | Shipment ID | {{ t('amount') }} | {{ t('currency') }} | {{ t('status') }} | {{ t('due_date') }} | {{ t('actions') }} | |
|---|---|---|---|---|---|---|---|
| {{ t('no_bills_found') }} | |||||||
| {{ bill.id ? bill.id.substring(0, 8) + '...' : '-' }} | {{ bill.shipment_id ? bill.shipment_id.substring(0, 8) + '...' : '-' }} | ${{ bill.amount ? bill.amount.toFixed(2) : '0.00' }} | {{ bill.currency || 'USD' }} | {{ bill.status || '-' }} | {{ formatDate(bill.due_date) }} | ||