@life365/multiorders_components
v0.3.4
Published
All Life365 multiorders component project
Downloads
11
Readme
Life365 js authentication modules
Usage
Set variables (this are only path example):
const AUTH = { "AUTH_API": "/api/auth/", "AUTH_DECODE_API": "/api/auth/decode/", "ROLES": ["admin", "warehouse", "iot"], "USER": null };
const GET_DATA = "/api/multiorders2/data.json";
const GET_ORDER = "/api/order/"
const GET_ASSET = "/api/multiorders2/static/multiorders2/assets/"
const BASE_PATH = window.location.pathname
const GET_PRODUCT_BY_BARCODE = "/api/products/barcode/"
const GET_PRODUCT_BY_ID = "/api/products/"
const WRITE_PICKER_LOG = "/api/multiorders2/wh_picker_log"
const GET_WH_PICKER_LOG = "/api/multiorders2/wh_picker_log/order/"
const ORDER_EDIT = "/api/order/edit/
Use this bootstrap version
FOR DEVELOPER
- geek_tasks need a repo