Introduction

Ballistic 06 Data

Ballistic 06 Data

// Armor data for the report
const armorData = [
{
“ListeeName”: “Galls”,
“Address”: “1340 Russell Cave Road Lexington, KY 40555
Tel: 800-477-7766 Fax: 877-914-2557
http://www.galls.com/“,
“Model_ID”: 508,
“applicant_id”: 145,
“Model_Code”: “PBS09-000508”,
“Model_Name”: “AIIA-1”,
“ICWModel_Id”: 0,
“Model_Submission_Date”: “2009-06-29T00:00:00”,
“Model_Created_Date”: “2016-09-23T10:18:50.963”,
“Model_Gender_Id”: 1,
“Gender_Name”: “Male”,
“Model_Type_Desc”: “Flexible”,
“Opening_Id”: 1,
“Model_Opening_Desc”: “Side Opening”,
“Opening_Other”: “”,
“Model_Opening_Type_Desc”: “Side Opening”,
“Threat_Level_Id”: 1,
“Threat_Level_Desc”: “IIA”,
“SortOrder”: 1,
“Caliber1_Distance_Id”: 5,
“Edge_Distance_Desc1”: “2″”,
“Caliber1_Distance_Other”: “”,
“Caliber2_Distance_Id”: 3,
“Edge_Distance_Desc2”: “3″”,
“Caliber2_Distance_Other”: “”,
“Model_Status_Id”: 2,
“Status_Desc”: “Inactive”,
“Model_Status_Date”: “2009-06-29T00:00:00”,
“Model_Size_Low_Id”: 2,
“Model_Size_Low”: “C2”,
“Model_Size_High_Id”: 5,
“Model_Size_High”: “C5”,
“Warranty_Period_Id”: 5,
“Warranty_Period”: “5 Years”
// … rest of your data (copy from your current file)
}
// … continue with all your data entries
];