format('F'); //------------------------------------------ //History Type //------------------------------------------ $type1 = 'General'; $type2 = 'Customer'; $type3 = 'Service'; $type4 = 'Testing'; $type5 = 'Data'; $type6 = 'Other'; $type7 = 'Internal'; $type8 = 'Ignore'; $type9 = 'Warranty'; $type10 = 'Contract'; $type11 = 'Warranty-Expired'; $type12 = 'Contract-Expired'; $type13 = "Order"; $type14 = "ServiceReport"; $type15 = "SRIncluded"; $type16 = "Notes"; $type17 = "Visual"; $HistoryType_1 = 'Bootloader'; $HistoryType_2 = 'Firmware'; $HistoryType_3 = 'SerialNumber'; $HistoryType_4 = 'Visual_Test'; $HistoryType_5 = 'Maintenance_Test'; $HistoryType_6 = 'Assembly_Test'; $HistoryType_7 = 'ProductNumber'; $HistoryType_8 = 'Visual'; $HistoryType_9 = 'ServiceReport'; //------------------------------------------ //Permissions CRUD //------------------------------------------ $permission_4 = 'CRUD'; //Admin+ $permission_3 = 'CRUD'; //Admin $permission_2 = 'CRU'; //SuperUser $permission_1 = 'CRU'; //CreateUpdate $permission_0 = 'R'; //Readonly $permissionlabel1 = 'Permission'; $permission1 = 'Superuser'; #1 $permission2 = 'Create & Update'; #2 $permission3 = 'read-only'; // #3 $permission4 = 'Admin'; //#4 $permission5 = 'Admin+'; // #5 $settingslabel1 = 'profile'; $setting1 = 'firmware'; //Fix $setting2 = 'service'; $setting3 = 'build'; //Fix $setting4 = 'distribution'; $setting5 = ''; $setting6 = ''; $setting7 = ''; //Fix $setting8 = 'interface'; //------------------------------------------ //Partners //------------------------------------------ $partnertype1 = 'SalesID'; $partnertype2 = 'SoldTo'; $partnertype3 = 'ShipTo'; $partnertype4 = 'Location'; $partnertype5 = 'Section';