{
  "entity" : "POSOnlineOrderEntry",
  "table" : "POSOnlineOrderEntry",
  "module" : "system-tables",
  "page" : "https://dm.namasoft.com/modules/system-tables/POSOnlineOrderEntry.html",
  "fields" : [ {
    "id" : "creationDate",
    "column" : "creationDate",
    "ar" : "تاريخ الإنشاء",
    "en" : "Creation Date",
    "type" : "DateAndTime"
  }, {
    "id" : "customer",
    "column" : "customer_id",
    "ar" : "العميل",
    "en" : "Customer",
    "type" : "Reference",
    "refTo" : "Customer",
    "refPath" : "/modules/basic/Customer.html"
  }, {
    "id" : "id",
    "column" : "id",
    "type" : "ID"
  }, {
    "id" : "lastUpdateDate",
    "column" : "lastUpdateDate",
    "ar" : "تاريخ اخر تحديث",
    "en" : "Last update Date",
    "type" : "DateAndTime"
  }, {
    "id" : "orderJson",
    "column" : "orderJson",
    "ar" : "Order Json",
    "en" : "Order Json",
    "type" : "BigText"
  }, {
    "id" : "registerId",
    "column" : "registerId",
    "type" : "ID"
  }, {
    "id" : "status",
    "column" : "status",
    "ar" : "الحالة",
    "en" : "Status",
    "type" : "Enum",
    "enum" : "OrderStatus"
  } ]
}