AthenaWeb.Router.Helpers (athena_logistics v1.0.0)

Module with named helpers generated from AthenaWeb.Router.

Link to this section Summary

Functions

Generates the path information including any necessary prefix.

Generates an integrity hash to a static asset given its file path.

Generates path to a static asset given its file path.

Generates url to a static asset given its file path.

Generates the connection/endpoint base URL without any path information.

Link to this section Functions

Link to this function

admin_event_path(conn_or_endpoint, action)

Link to this function

admin_event_path(conn_or_endpoint, action, params)

Link to this function

admin_event_path(conn_or_endpoint, action, id, params)

Link to this function

admin_event_url(conn_or_endpoint, action)

Link to this function

admin_event_url(conn_or_endpoint, action, params)

Link to this function

admin_event_url(conn_or_endpoint, action, id, params)

Link to this function

admin_item_group_path(conn_or_endpoint, action, event)

Link to this function

admin_item_group_path(conn_or_endpoint, action, event, params)

Link to this function

admin_item_group_url(conn_or_endpoint, action, event)

Link to this function

admin_item_group_url(conn_or_endpoint, action, event, params)

Link to this function

admin_item_path(conn_or_endpoint, action, item_group)

Link to this function

admin_item_path(conn_or_endpoint, action, item_group, params)

Link to this function

admin_item_url(conn_or_endpoint, action, item_group)

Link to this function

admin_item_url(conn_or_endpoint, action, item_group, params)

Link to this function

admin_location_path(conn_or_endpoint, action, event)

Link to this function

admin_location_path(conn_or_endpoint, action, event, params)

Link to this function

admin_location_url(conn_or_endpoint, action, event)

Link to this function

admin_location_url(conn_or_endpoint, action, event, params)

Link to this function

admin_movement_path(conn_or_endpoint, action, item)

Link to this function

admin_movement_path(conn_or_endpoint, action, item, params)

Link to this function

admin_movement_url(conn_or_endpoint, action, item)

Link to this function

admin_movement_url(conn_or_endpoint, action, item, params)

Link to this function

frontend_logistics_inventory_path(conn_or_endpoint, action, location)

Link to this function

frontend_logistics_inventory_path(conn_or_endpoint, action, location, params)

Link to this function

frontend_logistics_inventory_url(conn_or_endpoint, action, location)

Link to this function

frontend_logistics_inventory_url(conn_or_endpoint, action, location, params)

Link to this function

frontend_logistics_live_path(conn_or_endpoint, action, event)

Link to this function

frontend_logistics_live_path(conn_or_endpoint, action, event, params)

Link to this function

frontend_logistics_live_url(conn_or_endpoint, action, event)

Link to this function

frontend_logistics_live_url(conn_or_endpoint, action, event, params)

Link to this function

frontend_logistics_movement_path(conn_or_endpoint, action, event)

Link to this function

frontend_logistics_movement_path(conn_or_endpoint, action, event, params)

Link to this function

frontend_logistics_movement_url(conn_or_endpoint, action, event)

Link to this function

frontend_logistics_movement_url(conn_or_endpoint, action, event, params)

Link to this function

frontend_logistics_stats_path(conn_or_endpoint, action, location)

Link to this function

frontend_logistics_stats_path(conn_or_endpoint, action, location, params)

Link to this function

frontend_logistics_stats_url(conn_or_endpoint, action, location)

Link to this function

frontend_logistics_stats_url(conn_or_endpoint, action, location, params)

Link to this function

frontend_vendor_inventory_path(conn_or_endpoint, action, location)

Link to this function

frontend_vendor_inventory_path(conn_or_endpoint, action, location, params)

Link to this function

frontend_vendor_inventory_url(conn_or_endpoint, action, location)

Link to this function

frontend_vendor_inventory_url(conn_or_endpoint, action, location, params)

Link to this function

live_dashboard_path(conn_or_endpoint, action)

Link to this function

live_dashboard_path(conn_or_endpoint, action, params)

Link to this function

live_dashboard_path(conn_or_endpoint, action, page, params)

Link to this function

live_dashboard_path(conn_or_endpoint, action, node, page, params)

Link to this function

live_dashboard_url(conn_or_endpoint, action)

Link to this function

live_dashboard_url(conn_or_endpoint, action, params)

Link to this function

live_dashboard_url(conn_or_endpoint, action, page, params)

Link to this function

live_dashboard_url(conn_or_endpoint, action, node, page, params)

Link to this function

path(data, path)

Generates the path information including any necessary prefix.

Link to this function

redirector_path(conn_or_endpoint, action)

Link to this function

redirector_path(conn_or_endpoint, action, params)

Link to this function

redirector_url(conn_or_endpoint, action)

Link to this function

redirector_url(conn_or_endpoint, action, params)

Link to this function

static_integrity(endpoint, path)

Generates an integrity hash to a static asset given its file path.

Link to this function

static_path(conn, path)

Generates path to a static asset given its file path.

Link to this function

static_url(conn, path)

Generates url to a static asset given its file path.

Generates the connection/endpoint base URL without any path information.