jef-caferimo-manual-inventory-logs

Source

  • Repository: jef-systems/jef-caferimo-backend

  • Table: jef-caferimo-manual-inventory-logs

  • Schema path: dynamodb/jef-caferimo-manual-inventory-logs/schema.json

  • Commit: 470c8a0e5fdc4686cbc80daf77d2cfe989a9bc7f

  • Generated at: 2026-05-05T18:13:37Z

Attributes

{
  "entity_number": "string",
  "inventory_date": "string-date",
  "inventory_item_number": "string",
  "inventory_item_name": "string",
  "category": "string",
  "unit": "string",
  "counted_quantity": "number",
  "low_stock_alert_value": "number",
  "full_stock_alert_value": "number",
  "stock_alert_status": "string",
  "counted_by": "string",
  "created_at": "string-iso8601",
  "updated_at": "string-iso8601",
  "is_active": "boolean"
}

Main Index

{
  "pk": "inventory_date",
  "sk": "inventory_item_number"
}

Raw Schema

{
  "table": "jef-caferimo-manual-inventory-logs",
  "attributes": {
    "entity_number": "string",
    "inventory_date": "string-date",
    "inventory_item_number": "string",
    "inventory_item_name": "string",
    "category": "string",
    "unit": "string",
    "counted_quantity": "number",
    "low_stock_alert_value": "number",
    "full_stock_alert_value": "number",
    "stock_alert_status": "string",
    "counted_by": "string",
    "created_at": "string-iso8601",
    "updated_at": "string-iso8601",
    "is_active": "boolean"
  },
  "main_index": {
    "pk": "inventory_date",
    "sk": "inventory_item_number"
  },
  "gsi_1": {
    "gsi_1_pk": "inventory_item_number",
    "gsi_1_sk": "inventory_date"
  }
}