{
  "ACTIONS_COLUMN_WIDTH": 80,
  "RC_OPTIONS": [
    { "value": "", "title": "" },
    { "value": "M", "title": "M" },
    { "value": "N", "title": "N" },
    { "value": "Q", "title": "Q" },
    { "value": "B", "title": "B" },
    { "value": "K", "title": "K" },
    { "value": "C", "title": "C" },
    { "value": "R", "title": "R" },
    { "value": "S", "title": "S" },
    { "value": "U", "title": "U" },
    { "value": "E", "title": "E" },
    { "value": "X", "title": "X" },
    { "value": "Y", "title": "Y" },
    { "value": "W", "title": "W" }
  ],
  "commodityTableColumns": [
    {
      "title": "Number",
      "key": "number",
      "align": null,
      "component": "VTextField",
      "inputType": "text",
      "minWidth": 100,
      "maxWidth": 180
    },
    {
      "title": "Pieces",
      "key": "pieces",
      "align": "center",
      "component": "VTextField",
      "minWidth": 64,
      "maxWidth": 88
    },
    {
      "title": "L",
      "key": "length",
      "align": "center",
      "component": "FormattedNumberField",
      "minWidth": 48,
      "maxWidth": 72
    },
    {
      "title": "W",
      "key": "width",
      "align": "center",
      "component": "FormattedNumberField",
      "minWidth": 48,
      "maxWidth": 72
    },
    {
      "title": "H",
      "key": "height",
      "align": "center",
      "component": "FormattedNumberField",
      "minWidth": 48,
      "maxWidth": 72
    },
    {
      "title": "Description",
      "key": "description",
      "align": null,
      "component": "VTextField",
      "minWidth": 100,
      "maxWidth": 240
    },
    {
      "title": "G. Weight",
      "key": "weight",
      "align": "end",
      "component": "FormattedNumberField",
      "minWidth": 72,
      "maxWidth": 112
    },
    {
      "title": "Volume",
      "key": "vol",
      "align": "end",
      "component": "FormattedNumberField",
      "minWidth": 64,
      "maxWidth": 96
    },
    {
      "title": "Vol. Weight",
      "key": "volumetricWeight",
      "align": "end",
      "component": "FormattedNumberField",
      "readOnly": true,
      "minWidth": 72,
      "maxWidth": 112
    },
    {
      "title": "K/L",
      "key": "KL",
      "align": "center",
      "component": "VTextField",
      "minWidth": 48,
      "maxWidth": 72,
      "readOnly": true
    },
    {
      "title": "RC",
      "key": "RC",
      "align": "center",
      "component": "VSelect",
      "items": [
        { "value": "", "title": "" },
        { "value": "M", "title": "M" },
        { "value": "N", "title": "N" },
        { "value": "Q", "title": "Q" },
        { "value": "B", "title": "B" },
        { "value": "K", "title": "K" },
        { "value": "C", "title": "C" },
        { "value": "R", "title": "R" },
        { "value": "S", "title": "S" },
        { "value": "U", "title": "U" },
        { "value": "E", "title": "E" },
        { "value": "X", "title": "X" },
        { "value": "Y", "title": "Y" },
        { "value": "W", "title": "W" }
      ],
      "itemTitle": "title",
      "itemValue": "value",
      "clearable": false,
      "minWidth": 72,
      "maxWidth": 96
    },
    {
      "title": "Item#",
      "key": "itemNo",
      "align": "center",
      "component": "VTextField",
      "inputType": "text",
      "minWidth": 64,
      "maxWidth": 96
    },
    {
      "title": "C. Weight",
      "key": "tweight",
      "align": "end",
      "component": "FormattedNumberField",
      "minWidth": 80,
      "maxWidth": 120
    },
    {
      "title": "Price",
      "key": "price",
      "align": "end",
      "component": "FormattedNumberField",
      "minWidth": 72,
      "maxWidth": 112
    },
    {
      "title": "Total",
      "key": "total",
      "align": "end",
      "component": "FormattedNumberField",
      "minWidth": 80,
      "maxWidth": 120,
      "readOnly": true
    }
  ],
  "commodityTableTotals": [
    {
      "title": "G. Weight",
      "key": "weight"
    },
    {
      "title": "C. Weight",
      "key": "tweight"
    },
    {
      "title": "Pieces",
      "key": "pieces"
    },
    {
      "title": "Vol. Weight",
      "key": "volumetricWeight"
    },
    {
      "title": "Volumen",
      "key": "vol"
    },
    {
      "title": "Total",
      "key": "total"
    }
  ],
  "cellInputArgs": {
    "density": "compact",
    "hideDetails": true
  }
}
