/******************************Company Fecility********************************** */
export const storeData = [
  { title: "Store Name", key: "storeName" },
  { title: "Country", key: "country" },
  { title: "Postal Code", key: "postalCode" },
  { title: "Region / State / Province", key: "regions" },
  { title: "City", key: "city" },
  { title: "Street / Address", key: "streetAddress" },
  { title: "Geolocation Coordinates", key: "longitude" },
  { title: "Nearby Seaport", key: "nearSeaport" },
  { title: "Nearby Airport", key: "nearAirport" },
  { title: "Annual Stored unit", key: "annualStorUnit" },
];
export const warehouseData = [
  { title: "Warehouse Name", key: "wareHouseName" },
  { title: "Warehouse Volume m 3", key: "wareHouseVolume" },
  { title: "No. Of Products", key: "noOfProducts" },
  { title: "Country ", key: "country" },
  { title: "Region / State / Province", key: "regions" },
  { title: "City", key: "city" },
  { title: "Street / Address", key: "streetAddress" },
  { title: "Postal Code", key: "postalCode" },
  { title: "Additional Address", key: "additionalAddress" },
  { title: "Geolocation Coordinates", key: "longitude" },
  { title: "Nearby Seaport", key: "nearSeaport" },
  { title: "Nearby Airport", key: "nearAirport" },
  { title: "No. of QA Staff", key: "noOfQaStaff" },
  { title: "Annual Stored Value", key: "annualStoreValue" },
  { title: "Annual Stored Unit", key: "annualStorUnit" },
];

export const factoryData = [
  { title: "Factory Name", key: "factoryName" },
  { title: "Factory Size", key: "factorySize" },
  { title: "Years of Affiliation", key: "yearOfAffilation" },
  { title: "Factory Images", key: "factoryImage" },
  { title: "No. of R&D Staff", key: "noofRNdStaff" },
  { title: "No. of QA Staff", key: "noOfQaStaff" },
  { title: "Country", key: "country" },
  { title: "City", key: "city" },
  { title: "Region / State / Province", key: "regions" },
  { title: "Street / Address", key: "streetAddress" },
  { title: "Geolocation Coordinates", key: "longitude" },
  { title: "Nearby Seaport", key: "nearSeaport" },
  { title: "Nearby Airport", key: "nearAirport" },
  {
    title:
      "Total transaction amount (In USD-$) with the factory (previous Year))",
    key: "totalTransectionAmount",
  },
  { title: "Production Capacity", key: "production_capacity" },
  { title: "Annual Output Unit", key: "annualStorUnit" },
  { title: "Postal Code", key: "postalCode" },
  // { title: "Testing Certificate", key: "testing_certificate" },
];
export const annualProductionCapacity = [
  { title: "Product Name", key: "productName" },
  { title: "No. of Unit Produced", key: "noUnitProductedValue" },
  {
    title: "No. of Unit Produced (Last Year)",
    key: "noUnitProductedValueYear",
  },
];
export const production_process = [
  { title: "Process Name", key: "process_name" },
  { title: "Process Description", key: "process_description" },
  { title: "Process Image", key: "testing_certificate" },
];
export const productionLine = [
  { title: "Production Line Name", key: "productionLine" },
  { title: "No. Of Operator", key: "noofoperators" },
  { title: "Supervisor No.", key: "noofSuperviser" },
  { title: "No. Of QA/QC Staff", key: "noofQaStaff" },
];
export const productionEquipmentTitleDatas = [
  { title: "Equipment Name", key: "equipmentName" },
  { title: "Equipment Volume", key: "equipmentVolume" },
  { title: "No. of Products", key: "noofproducts" },
];

/******************************QA/QC********************************** */
export const departmentData = [
  { title: "Testing Facility", key: "testing_facility" },
  { title: "Testing Certificate", key: "testing_certificate" },
  {
    title: "Certification Level of Quality Head",
    key: "certificate_level_quality",
  },
  { title: "First Pass Yield (in %)", key: "first_pass_yield" },
  { title: "Inspecting Parties", key: "inspecting_parties" },
  { title: "Overall Yield (in %)", key: "overall_yield" },
  { title: "Equipment Name", key: "qa_enable" },
  { title: "Scrap Rate (in %)", key: "scrap_rate_in" },
  { title: "Supplier Defect Rate (in %)", key: "supplier_defect_rate_in" },
];
export const qualityControlProcessData = [
  { title: "Process Name", key: "process_name" },
  { title: "Process Description", key: "process_description" },
  { title: "Process Image", key: "testing_certificate" },
];
export const qualityTestEquipmentData = [
  { title: "Equipment Model", key: "equipmentModel" },
  { title: "Equipment Name", key: "equipmentName" },
  { title: "Equipment Quantity", key: "equipmentQuantity" },
];
