Commit 8b7ea4da by Owen Ryan Ang

Schema folder cleanup, made prod output unit configurable

parent 2a7e6d73
//Data Input Field Config
export var SCHEMA_FILE_PATH = "./WebGde-Widgets/sample_schema/OTS-nosection.json";
export var SCHEMA_FILE_PATH = "./WebGde-Widgets/sample_schema/OTS.json";
//DBLookup Webservice URL
export var DB_URL = "http://localhost:8080/WebGde/svc/gfs-rest/db-lookup"
\ No newline at end of file
{
"SECTION":
{
"Surname":
{
"fieldLabel": "Surname",
"validation":
{
"fieldLength": 30,
"collection": "alphanumeric",
"invalidchar": "`~!@#&$%^*._={}[]:;/\"|\\<>",
"mandatory": true
}
},
"Religion":
{
"fieldLabel": "Religion",
"validation":
{
"fieldLength": 30,
"collection": "alphabet"
}
},
"Place_of_Birth":
{
"fieldLabel": "Place of Birth",
"validation":
{
"fieldLength": 50,
"collection": "alphanumeric",
"mandatory": true,
"invalidchar": "`~!@#&$%^*_={}[]:;/\"|\\<>"
}
},
"Birthdate":
{
"fieldLabel": "Birthdate",
"validation":
{
"fieldLength": 10,
"collection": "datepicker",
"regexformat": "(^0[0-9]|^1[012])[-](0[0-9]|[12][0-9]|3[01])[-]((19\\d\\d)|(200[0-9])|(201[0-9])|(202[0])|0000)",
"mandatory": true
}
},
"Age":
{
"fieldLabel": "Age",
"validation":
{
"fieldLength": 2,
"collection": "numeric",
"mandatory": true
}
},
"Gender":
{
"fieldLabel": "Gender",
"validation":
{
"fieldLength": 1,
"collection": "dropdown",
"options": ["M", "F"],
"mandatory": true
}
},
"Civil_Status":
{
"fieldLabel": "Civil Status",
"validation":
{
"fieldLength": 15,
"collection": "dropdown",
"options": ["Single", "Married", "Widowed"],
"mandatory": true
}
},
"Nationality":
{
"fieldLabel": "Nationality",
"validation":
{
"fieldLength": 15,
"collection": "dropdown",
"options": ["Filipino", "Foreigner"],
"mandatory": true
}
},
"Height_in_Cm":
{
"fieldLabel": "Height (in cm)",
"validation":
{
"fieldLength": 3,
"collection": "numeric"
}
},
"Weight_in_Kg":
{
"fieldLabel": "Weight (in kg)",
"validation":
{
"fieldLength": 3,
"collection": "numeric"
}
}
}
}
\ No newline at end of file
{
"SECTION":
{
"Surname":
{
"fieldLabel": "Surname",
"validation":
{
"fieldLength": 30,
"collection": "alphanumeric",
"invalidchar": "`~!@#&$%^*._={}[]:;/\"|\\<>",
"mandatory": true
}
},
"House_Number":
{
"fieldLabel": "House Number",
"validation":
{
"fieldLength": 15,
"collection": "alphanumeric",
"invalidchar": "`~!@&$%^*_={}[]:;\"|\\<>"
}
},
"Street":
{
"fieldLabel": "Street",
"validation":
{
"fieldLength": 30,
"collection": "alphanumeric",
"invalidchar": "`~!@#&$%^*_={}[]:;/\"|\\<>"
}
},
"Village_Subdivision":
{
"fieldLabel": "Village/Subdivision",
"validation":
{
"fieldLength": 30,
"collection": "alphanumeric",
"invalidchar": "`~!@#&$%^*_={}[]:;/\"|\\<>"
}
},
"Municipality_City_Province":
{
"fieldLabel": "Municipality/City/Province",
"validation":
{
"fieldLength": 30,
"collection": "alphanumeric",
"mandatory": true,
"invalidchar": "`~!@#&$%^*_={}[]:;/\"|\\<>"
}
},
"Years_of_Stay":
{
"fieldLabel": "Years of Stay",
"validation":
{
"fieldLength": 2,
"collection": "numeric"
}
},
"Religion":
{
"fieldLabel": "Religion",
"validation":
{
"fieldLength": 30,
"collection": "alphabet"
}
},
"Place_of_Birth":
{
"fieldLabel": "Place of Birth",
"validation":
{
"fieldLength": 50,
"collection": "alphanumeric",
"mandatory": true,
"invalidchar": "`~!@#&$%^*_={}[]:;/\"|\\<>"
}
},
"Birthdate":
{
"fieldLabel": "Birthdate",
"validation":
{
"fieldLength": 10,
"collection": "datepicker",
"regexformat": "(^0[0-9]|^1[012])[-](0[0-9]|[12][0-9]|3[01])[-]((19\\d\\d)|(200[0-9])|(201[0-9])|(202[0])|0000)",
"mandatory": true
}
},
"Age":
{
"fieldLabel": "Age",
"validation":
{
"fieldLength": 2,
"collection": "numeric",
"mandatory": true
}
},
"Gender":
{
"fieldLabel": "Gender",
"validation":
{
"fieldLength": 1,
"collection": "dropdown",
"options": ["M", "F"],
"mandatory": true
}
},
"Civil_Status":
{
"fieldLabel": "Civil Status",
"validation":
{
"fieldLength": 15,
"collection": "dropdown",
"options": ["Single", "Married", "Widowed"],
"mandatory": true
}
},
"Nationality":
{
"fieldLabel": "Nationality",
"validation":
{
"fieldLength": 15,
"collection": "dropdown",
"options": ["Filipino", "Foreigner"],
"mandatory": true
}
},
"Height_in_Cm":
{
"fieldLabel": "Height (in cm)",
"validation":
{
"fieldLength": 3,
"collection": "numeric"
}
},
"Weight_in_Kg":
{
"fieldLabel": "Weight (in kg)",
"validation":
{
"fieldLength": 3,
"collection": "numeric"
}
}
}
}
\ No newline at end of file
{
"_attributes": {
"readOnly": false
},
"REG-INP" : {
"Section" : {
"profile_section_header": {
"fieldLabel" : "Profile",
"validation" : {
"collection" : "title"
}
},
"business_name" : {
"fieldLabel" : "Business Name",
"aka" : "field2",
"validation" : {
"fieldLength" : 50.0,
"collection" : "alphanumeric",
"mandatory" : false
}
},
"risk_level" : {
"fieldLabel" : "Risk Level",
"aka" : "field11",
"validation" : {
"fieldLength" : 1.0,
"collection" : "dropdown",
"options" : [ "LOW", "HIGH" ],
"mandatory" : true
}
},
"stand_alone_line_occupancy" : {
"fieldLabel" : "Stand Alone/Line Occupancy",
"aka" : "field20",
"validation" : {
"fieldLength" : 1.0,
"collection" : "radiolist",
"items" : [ "Stand Alone", "Line Occupancy" ],
"mandatory" : false
}
}
}
},
"COMP-INP1" : {
"Section" : {
"profile_section_header": {
"fieldLabel" : "Profile",
"validation" : {
"collection" : "title"
}
},
"business_name" : {
"fieldLabel" : "Business Name",
"aka" : "field2",
"validation" : {
"fieldLength" : 50.0,
"collection" : "alphanumeric",
"mandatory" : true
}
},
"risk_level" : {
"fieldLabel" : "Risk Level",
"aka" : "field11",
"validation" : {
"fieldLength" : 1.0,
"collection" : "dropdown",
"options" : [ "LOW", "HIGH" ],
"mandatory" : true
}
}
}
},
"COMP-INP2" : {
"Section" : {
"profile_section_header": {
"fieldLabel" : "Profile",
"validation" : {
"collection" : "title"
}
},
"business_name" : {
"fieldLabel" : "Business Name",
"aka" : "field2",
"validation" : {
"fieldLength" : 50.0,
"collection" : "alphanumeric",
"mandatory" : true
}
},
"risk_level" : {
"fieldLabel" : "Risk Level",
"aka" : "field11",
"validation" : {
"fieldLength" : 1.0,
"collection" : "dropdown",
"options" : [ "LOW", "HIGH" ],
"mandatory" : true
}
}
}
},
"COMP-INP3" : {
"Section" : {
"profile_section_header": {
"fieldLabel" : "Profile",
"validation" : {
"collection" : "title"
}
},
"business_name" : {
"fieldLabel" : "Business Name",
"aka" : "field2",
"validation" : {
"fieldLength" : 50.0,
"collection" : "alphanumeric",
"mandatory" : true
}
},
"risk_level" : {
"fieldLabel" : "Risk Level",
"aka" : "field11",
"validation" : {
"fieldLength" : 1.0,
"collection" : "dropdown",
"options" : [ "LOW", "HIGH" ],
"mandatory" : true
}
}
}
}
}
\ No newline at end of file
{
"SECTION":
{
"Surname":
{
"fieldLabel": "Surname",
"validation":
{
"fieldLength": 30,
"collection": "alphanumeric",
"invalidchar": "`~!@#&$%^*._={}[]:;/\"|\\<>",
"mandatory": true
}
},
"Middle_Name":
{
"fieldLabel": "Middle Name",
"validation":
{
"fieldLength": 30,
"collection": "alphanumeric",
"invalidchar": "`~!@#&$%^*_={}[]:;/\"|\\<>",
"mandatory": true
}
},
"Nickname":
{
"fieldLabel": "Nickname",
"validation":
{
"fieldLength": 15,
"collection": "alphanumeric",
"invalidchar": "`~!@#&$%^*_={}[]:;/\"|\\<>"
}
},
"Email_Address":
{
"fieldLabel": "Email Address",
"validation":
{
"fieldLength": 30,
"collection": "alphanumeric"
}
},
"Mobile_Number":
{
"fieldLabel": "Mobile Number",
"validation":
{
"fieldLength": 15,
"collection": "numeric"
}
},
"Telephone_Number":
{
"fieldLabel": "Telephone Number",
"validation":
{
"fieldLength": 15,
"collection": "numeric"
}
},
"House_Number":
{
"fieldLabel": "House Number",
"validation":
{
"fieldLength": 15,
"collection": "alphanumeric",
"invalidchar": "`~!@&$%^*_={}[]:;\"|\\<>"
}
},
"Street":
{
"fieldLabel": "Street",
"validation":
{
"fieldLength": 30,
"collection": "alphanumeric",
"invalidchar": "`~!@#&$%^*_={}[]:;/\"|\\<>"
}
},
"Village_Subdivision":
{
"fieldLabel": "Village/Subdivision",
"validation":
{
"fieldLength": 30,
"collection": "alphanumeric",
"invalidchar": "`~!@#&$%^*_={}[]:;/\"|\\<>"
}
},
"Municipality_City_Province":
{
"fieldLabel": "Municipality/City/Province",
"validation":
{
"fieldLength": 30,
"collection": "alphanumeric",
"mandatory": true,
"invalidchar": "`~!@#&$%^*_={}[]:;/\"|\\<>"
}
},
"Years_of_Stay":
{
"fieldLabel": "Years of Stay",
"validation":
{
"fieldLength": 2,
"collection": "numeric"
}
},
"Religion":
{
"fieldLabel": "Religion",
"validation":
{
"fieldLength": 30,
"collection": "alphabet"
}
},
"Place_of_Birth":
{
"fieldLabel": "Place of Birth",
"validation":
{
"fieldLength": 50,
"collection": "alphanumeric",
"mandatory": true,
"invalidchar": "`~!@#&$%^*_={}[]:;/\"|\\<>"
}
},
"Birthdate":
{
"fieldLabel": "Birthdate",
"validation":
{
"fieldLength": 10,
"collection": "datepicker",
"regexformat": "(^0[0-9]|^1[012])[-](0[0-9]|[12][0-9]|3[01])[-]((19\\d\\d)|(200[0-9])|(201[0-9])|(202[0])|0000)",
"mandatory": true
}
},
"Age":
{
"fieldLabel": "Age",
"validation":
{
"fieldLength": 2,
"collection": "numeric",
"mandatory": true
}
},
"Gender":
{
"fieldLabel": "Gender",
"validation":
{
"fieldLength": 1,
"collection": "dropdown",
"options": ["M","F"],
"mandatory": true
}
},
"Civil_Status":
{
"fieldLabel": "Civil Status",
"validation":
{
"fieldLength": 15,
"collection": "dropdown",
"options": ["Single", "Married", "Widowed"]
}
},
"Nationality":
{
"fieldLabel": "Nationality",
"validation":
{
"fieldLength": 15,
"collection": "dropdown",
"options": ["Filipino", "Foreigner"],
"mandatory": true
}
},
"Height_in_Cm":
{
"fieldLabel": "Height (in cm)",
"validation":
{
"fieldLength": 3,
"collection": "numeric"
}
},
"Weight_in_Kg":
{
"fieldLabel": "Weight (in kg)",
"validation":
{
"fieldLength": 3,
"collection": "numeric"
}
}
}
}
\ No newline at end of file
{
"SECTION":
{
"Surname":
{
"fieldLabel": "Surname",
"validation":
{
"fieldLength": 30,
"collection": "alphanumeric",
"invalidchar": "`~!@#&$%^*._={}[]:;/\"|\\<>",
"mandatory": true
}
},
"Religion":
{
"fieldLabel": "Religion",
"validation":
{
"fieldLength": 30,
"collection": "alphabet"
}
},
"Birthdate":
{
"fieldLabel": "Birthdate",
"validation":
{
"fieldLength": 10,
"collection": "datepicker",
"mandatory": true
}
},
"Age":
{
"fieldLabel": "Age",
"validation":
{
"fieldLength": 2,
"collection": "numeric",
"mandatory": true
}
},
"Civil_Status":
{
"fieldLabel": "Civil Status",
"validation":
{
"fieldLength": 15,
"collection": "dropdown",
"options": ["Single", "Married", "Widowed"],
"mandatory": true
}
}
}
}
\ No newline at end of file
{
"SECTION":
{
"Payee":
{
"fieldLabel": "Payee",
"page": 1,
"validation":
{
"fieldLength": 50,
"collection": "alphanumeric",
"invalidchar": "`~!@#&$%^*._={}[]:;/\"|\\<>",
"mandatory": true
}
},
"Particulars":
{
"fieldLabel": "Particulars",
"validation":
{
"fieldLength": 200,
"collection": "alphanumeric",
"mandatory": true
}
},
"Account_No":
{
"fieldLabel": "Account No",
"validation":
{
"fieldLength": 30,
"collection": "alphanumeric",
"invalidchar": "`~!@#&$%^*_={}[]:;/\"|\\<>",
"mandatory": true
}
},
"Transaction_Date":
{
"fieldLabel": "Transaction Date",
"validation":
{
"fieldLength": 10,
"collection": "datepicker",
"mandatory": true
}
}
}
}
{
"_attributes": {
"readOnly": true
},
"DEV-SCHEMA" : {
"Section1" : {
"header_ng_ina_mo":{
"fieldLabel" : "Header ng Ina mo",
"validation" : {
"collection" : "title"
}
},
"additional_findings_and_observation" : {
"fieldLabel" : "Additional findings and observation",
"aka" : "field2",
"validation" : {
"fieldLength" : 20.0,
"collection" : "alphanumeric",
"mandatory" : false
},
"readOnly" : false
},
"evr_date" : {
"fieldLabel" : "Date",
"aka" : "field3",
"validation" : {
"fieldLength" : 10.0,
"collection" : "datepicker",
"mandatory" : false
},
"readOnly" : false
},
"email_address" : {
"fieldLabel" : "Email Address",
"aka" : "field4",
"validation" : {
"fieldLength" : 20.0,
"collection" : "email",
"mandatory" : false
},
"readOnly" : false
},
"material_recovery_facility" : {
"fieldLabel" : "Material recovery Facility",
"aka" : "field5",
"validation" : {
"fieldLength" : 1.0,
"collection" : "radiolist",
"items" : [ "Yes", "No", "Not Required/Not Applicable" ],
"mandatory" : false
},
"readOnly" : false
},
"age" : {
"fieldLabel" : "Age",
"aka" : "field6",
"validation" : {
"fieldLength" : 3.0,
"collection" : "numeric",
"mandatory" : false
},
"readOnly" : false
},
"identification_card_presented" : {
"fieldLabel" : "Identification Card Presented",
"aka" : "field7",
"validation" : {
"fieldLength" : 1.0,
"collection" : "dropdown",
"options" : [ "Airman License", "Company ID Card", "Driver's License", "Fishworker's License issued by BFAR", "GSIS Card", "Health or Medical Card", "OWWA E-Card", "Phil Health ID Card", "Philippine Postal ID", "PNP Firearm License Card", "Police Clearance", "PRC ID Card", "School ID Card", "Seafarer's Record Book (SRB)", "Senior Citizen ID", "SSS Card", "Student Permit issued by LTO", "TIN Card", "UMID Card", "Voter's ID" ],
"mandatory" : false
},
"readOnly" : false
},
"nature_of_offense" : {
"fieldLabel" : "Nature of Offense",
"aka" : "field8",
"validation" : {
"fieldLength" : 1.0,
"collection" : "checklist",
"items" : [ "Urinating/Defecating/Indiscriminate Disposal", "Littering", "Dirty Frontage/Surroundings", "Improper Disposal", "Dumping of Grease/Fat/Lard and Oil Residue in Drainage/waterways", "Disposal of Untreated wasteways", "sludge", "chemicals in waterways", "No Trash can in Public Utility Jeep", "Illegal Spillage/Scattering", "Illegal Recycling/Sorting", "Burning of Waste", "No Canvass Cover", "Unsanitized Truck", "No Proper Cleaning/Clearing Materials" ],
"mandatory" : false
},
"readOnly" : false
},
"place" : {
"fieldLabel" : "Place",
"aka" : "field9",
"validation" : {
"fieldLength" : 20.0,
"collection" : "timepicker",
"mandatory" : false
},
"readOnly" : false
},
"Image" : {
"fieldLabel" : "Image",
"aka" : "field10",
"validation" : {
"fieldLength" : 20.0,
"collection" : "image-capture",
"mandatory" : false
},
"readOnly" : false
},
"EndLocation" : {
"fieldLabel" : "End Location",
"aka" : "field11",
"validation" : {
"fieldLength" : 20.0,
"collection" : "geotag",
"mandatory" : false
}
},
"StartLocation" : {
"fieldLabel" : "Start Location",
"aka" : "field12",
"validation" : {
"fieldLength" : 20.0,
"collection" : "geotagstart",
"mandatory" : false
}
},
"device_id" : {
"fieldLabel" : "Device ID",
"aka" : "field13",
"validation" : {
"collection" : "deviceid",
"mandatory" : false
}
}
}
},
"DEV-SCHEMA2" : {
"Section1" : {
"header_ng_ina_mo":{
"fieldLabel" : "Header ng Ina mo",
"validation" : {
"collection" : "title"
}
},
"additional_findings_and_observation" : {
"fieldLabel" : "Additional findings and observation",
"aka" : "field2",
"validation" : {
"fieldLength" : 20.0,
"collection" : "alphanumeric",
"mandatory" : false
},
"readOnly" : false
},
"evr_date" : {
"fieldLabel" : "Date",
"aka" : "field3",
"validation" : {
"fieldLength" : 10.0,
"collection" : "datepicker",
"mandatory" : false
},
"readOnly" : false
},
"email_address" : {
"fieldLabel" : "Email Address",
"aka" : "field4",
"validation" : {
"fieldLength" : 20.0,
"collection" : "email",
"mandatory" : false
},
"readOnly" : false
},
"material_recovery_facility" : {
"fieldLabel" : "Material recovery Facility",
"aka" : "field5",
"validation" : {
"fieldLength" : 1.0,
"collection" : "radiolist",
"items" : [ "Yes", "No", "Not Required/Not Applicable" ],
"mandatory" : false
},
"readOnly" : false
},
"age" : {
"fieldLabel" : "Age",
"aka" : "field6",
"validation" : {
"fieldLength" : 3.0,
"collection" : "numeric",
"mandatory" : false
},
"readOnly" : false
},
"identification_card_presented" : {
"fieldLabel" : "Identification Card Presented",
"aka" : "field7",
"validation" : {
"fieldLength" : 1.0,
"collection" : "dropdown",
"options" : [ "Airman License", "Company ID Card", "Driver's License", "Fishworker's License issued by BFAR", "GSIS Card", "Health or Medical Card", "OWWA E-Card", "Phil Health ID Card", "Philippine Postal ID", "PNP Firearm License Card", "Police Clearance", "PRC ID Card", "School ID Card", "Seafarer's Record Book (SRB)", "Senior Citizen ID", "SSS Card", "Student Permit issued by LTO", "TIN Card", "UMID Card", "Voter's ID" ],
"mandatory" : false
},
"readOnly" : false
},
"nature_of_offense" : {
"fieldLabel" : "Nature of Offense",
"aka" : "field8",
"validation" : {
"fieldLength" : 1.0,
"collection" : "checklist",
"items" : [ "Urinating/Defecating/Indiscriminate Disposal", "Littering", "Dirty Frontage/Surroundings", "Improper Disposal", "Dumping of Grease/Fat/Lard and Oil Residue in Drainage/waterways", "Disposal of Untreated wasteways", "sludge", "chemicals in waterways", "No Trash can in Public Utility Jeep", "Illegal Spillage/Scattering", "Illegal Recycling/Sorting", "Burning of Waste", "No Canvass Cover", "Unsanitized Truck", "No Proper Cleaning/Clearing Materials" ],
"mandatory" : false
},
"readOnly" : false
},
"place" : {
"fieldLabel" : "Place",
"aka" : "field9",
"validation" : {
"fieldLength" : 20.0,
"collection" : "timepicker",
"mandatory" : false
},
"readOnly" : false
},
"Image" : {
"fieldLabel" : "Image",
"aka" : "field10",
"validation" : {
"fieldLength" : 20.0,
"collection" : "image-capture",
"mandatory" : false
},
"readOnly" : false
},
"EndLocation" : {
"fieldLabel" : "End Location",
"aka" : "field11",
"validation" : {
"fieldLength" : 20.0,
"collection" : "geotag",
"mandatory" : false
}
},
"StartLocation" : {
"fieldLabel" : "Start Location",
"aka" : "field12",
"validation" : {
"fieldLength" : 20.0,
"collection" : "geotagstart",
"mandatory" : false
}
},
"device_id" : {
"fieldLabel" : "Device ID",
"aka" : "field13",
"validation" : {
"collection" : "deviceid",
"mandatory" : false
}
}
}
}
}
\ No newline at end of file
{
"Buyer Information Sheet" : {
"Motoxpress" : {
"customer_name" : {
"fieldLabel" : "Customer Name (Last, First, Middle,Suffix)",
"aka" : "field2",
"validation" : {
"fieldLength" : 50.0,
"collection" : "alphanumeric",
"invalidchar" : "`~!@#&$%^*_={}[]:;/\"|\\<>",
"mandatory" : true
}
},
"gender" : {
"fieldLabel" : "Gender",
"aka" : "field3",
"validation" : {
"fieldLength" : 1.0,
"collection" : "radiolist",
"items" : [ "M", "F" ],
"mandatory" : false
}
},
"date_of_birth" : {
"fieldLabel" : "Date of Birth",
"aka" : "field4",
"validation" : {
"fieldLength" : 10.0,
"collection" : "date",
"mandatory" : false
}
},
"contact_number" : {
"fieldLabel" : "Contact Number",
"aka" : "field5",
"validation" : {
"fieldLength" : 11.0,
"collection" : "numeric",
"mandatory" : false
}
},
"email_address" : {
"fieldLabel" : "Email Address",
"aka" : "field6",
"validation" : {
"fieldLength" : 30.0,
"collection" : "alphanumeric",
"mandatory" : false
}
},
"mothers_maiden_name" : {
"fieldLabel" : "Mother's Maiden Name",
"aka" : "field7",
"validation" : {
"fieldLength" : 50.0,
"collection" : "alphanumeric",
"invalidchar" : "`~!@#&$%^*_={}[]:;/\"|\\<>",
"mandatory" : false
}
},
"nationality" : {
"fieldLabel" : "Nationality",
"aka" : "field8",
"validation" : {
"fieldLength" : 20.0,
"collection" : "alphanumeric",
"mandatory" : false
}
},
"house_lot_block_no" : {
"fieldLabel" : "House No./Lot & Blk No.",
"aka" : "field9",
"validation" : {
"fieldLength" : 10.0,
"collection" : "alphanumeric",
"mandatory" : false
}
},
"street" : {
"fieldLabel" : "Street",
"aka" : "field10",
"validation" : {
"fieldLength" : 20.0,
"collection" : "alphanumeric",
"mandatory" : false
}
},
"subdivision_or_village" : {
"fieldLabel" : "Subdivision/Village",
"aka" : "field11",
"validation" : {
"fieldLength" : 20.0,
"collection" : "alphanumeric",
"mandatory" : false
}
},
"barangay" : {
"fieldLabel" : "Barangay",
"aka" : "field12",
"validation" : {
"fieldLength" : 20.0,
"collection" : "alphanumeric",
"mandatory" : false
}
},
"city_or_municipality" : {
"fieldLabel" : "City/Municipality",
"aka" : "field13",
"validation" : {
"fieldLength" : 20.0,
"collection" : "alphanumeric",
"mandatory" : false
}
},
"province" : {
"fieldLabel" : "Province",
"aka" : "field14",
"validation" : {
"fieldLength" : 20.0,
"collection" : "alphanumeric",
"mandatory" : false
}
}
},
"Motoxpress2" : {
"evr_customer_name" : {
"fieldLabel" : "Customer Name (Last, First, Middle,Suffix)",
"aka" : "field2",
"validation" : {
"fieldLength" : 50.0,
"collection" : "alphanumeric",
"invalidchar" : "`~!@#&$%^*_={}[]:;/\"|\\<>",
"mandatory" : true
}
},
"evr_gender" : {
"fieldLabel" : "Gender",
"aka" : "field3",
"validation" : {
"fieldLength" : 1.0,
"collection" : "radiolist",
"items" : [ "M", "F" ],
"mandatory" : false
}
},
"evr_date_of_birth" : {
"fieldLabel" : "Date of Birth",
"aka" : "field4",
"validation" : {
"fieldLength" : 10.0,
"collection" : "date",
"mandatory" : false
}
},
"evr_contact_number" : {
"fieldLabel" : "Contact Number",
"aka" : "field5",
"validation" : {
"fieldLength" : 11.0,
"collection" : "numeric",
"mandatory" : false
}
}
}
}
}
\ No newline at end of file
{
"ACCOUNTING DOCUMENTS":
{
"SECTION1":
{
"Name":
{
"fieldLabel": "Name",
"aka": "field7",
"validation":
{
"fieldLength": 100,
"collection": "alphanumeric",
"invalidchar": "`~!@#&$%^*_={}[]:;/\"|\\<>",
"mandatory": true
}
},
"Subject":
{
"fieldLabel": "Subject",
"aka": "field8",
"validation":
{
"fieldLength": 200,
"collection": "alphanumeric",
"mandatory": true
}
},
"Gender":
{
"fieldLabel": "Gender",
"aka": "field27",
"source": "s",
"validation":
{
"fieldLength": 10,
"collection": "alphanumeric",
"invalidchar": "`~!@#&$%^*={}[]:;/\"|\\<>",
"mandatory": true,
"validvalues": ["Male","Female"]
}
},
"Document_No":
{
"fieldLabel": "Document No",
"aka": "field6",
"validation":
{
"fieldLength": 30,
"collection": "alphanumeric",
"invalidchar": "`~!@#&$%^*={}[]:;/\"|\\<>",
"mandatory": true
}
},
"Date":
{
"fieldLabel": "Date",
"aka": "field5",
"validation":
{
"fieldLength": 20,
"collection": "datepicker",
"mandatory": false
}
},
"Civil_Status":
{
"fieldLabel": "Civil Status",
"aka": "field28",
"source":"s",
"validation":
{
"fieldLength": 15,
"collection": "dropdown",
"options": ["Single", "Married", "Widowed"],
"mandatory": true
}
},
"Mother's_Name":
{
"fieldLabel": "Mother's Name",
"aka": "field31",
"source":"s",
"validation":
{
"fieldLength": 100,
"collection": "alphanumeric",
"invalidchar": "`~!@#&$%^*={}[]:;/\"|\\<>",
"mandatory": true
},
"childof": "Civil_Status",
"parentvalue": ["Single"]
},
"Spouse_Name":
{
"fieldLabel": "Spouse Name",
"aka": "field29",
"source":"s",
"validation":
{
"fieldLength": 100,
"collection": "alphanumeric",
"invalidchar": "`~!@#&$%^*={}[]:;/\"|\\<>",
"mandatory": true
},
"childof": "Civil_Status",
"parentvalue": ["Married","Widowed"]
},
"Date_of_Marriage":
{
"fieldLabel": "Date of Marriage",
"aka": "field30",
"source":"s",
"validation":
{
"fieldLength": 30,
"collection": "alphanumeric",
"invalidchar": "`~!@#&$%^*={}[]:;/\"|\\<>",
"mandatory": true
},
"childof": "Civil_Status",
"parentvalue": ["Married","Widowed"]
}
},
"SECTIONNEXT":
{
"Name":
{
"fieldLabel": "Name",
"aka": "field7",
"validation":
{
"fieldLength": 100,
"collection": "alphanumeric",
"invalidchar": "`~!@#&$%^*_={}[]:;/\"|\\<>",
"mandatory": true
}
},
"Subject":
{
"fieldLabel": "Subject",
"aka": "field8",
"validation":
{
"fieldLength": 200,
"collection": "alphanumeric",
"mandatory": true
}
},
"Document_No":
{
"fieldLabel": "Document No",
"aka": "field6",
"validation":
{
"fieldLength": 30,
"collection": "alphanumeric",
"invalidchar": "`~!@#&$%^*={}[]:;/\"|\\<>",
"mandatory": true
}
},
"Date":
{
"fieldLabel": "Date",
"aka": "field5",
"validation":
{
"fieldLength": 20,
"collection": "datepicker",
"mandatory": false
}
}
}
},
"BANK APPLICATION FORMS":
{
"SECTION2":
{
"Name":
{
"fieldLabel": "Name",
"aka": "field3",
"validation":
{
"fieldLength": 100,
"collection": "alphanumeric",
"invalidchar": "`~!@#&$%^*_={}[]:;/\"|\\<>",
"mandatory": true
}
},
"Account_No":
{
"fieldLabel": "Account No",
"aka": "field4",
"validation":
{
"fieldLength": 30,
"collection": "alphanumeric",
"invalidchar": "`~!@#&$%^*={}[]:;/\"|\\<>",
"mandatory": false
}
},
"Date":
{
"fieldLabel": "Date",
"aka": "field2",
"validation":
{
"fieldLength": 20,
"collection": "datepicker",
"mandatory": false
}
}
}
},
"HR FILES":
{
"SECTION3":
{
"Name":
{
"fieldLabel": "Name",
"aka": "field10",
"validation":
{
"fieldLength": 100,
"collection": "alphanumeric",
"invalidchar": "`~!@#&$%^*_={}[]:;/\"|\\<>",
"mandatory": true
}
},
"Subject":
{
"fieldLabel": "Subject",
"aka": "field12",
"validation":
{
"fieldLength": 200,
"collection": "alphanumeric",
"mandatory": true
}
},
"Employee_No":
{
"fieldLabel": "Employee No",
"aka": "field11",
"validation":
{
"fieldLength": 30,
"collection": "alphanumeric",
"invalidchar": "`~!@#&$%^*={}[]:;/\"|\\<>",
"mandatory": false
}
},
"Date":
{
"fieldLabel": "Date",
"aka": "field9",
"validation":
{
"fieldLength": 20,
"collection": "datepicker",
"mandatory": false
}
}
}
}
}
\ No newline at end of file
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
{
"SECTION":
{
"Surname":
{
"fieldLabel": "Surname",
"validation":
{
"fieldLength": 30,
"collection": "alphanumeric",
"invalidchar": "`~!@#&$%^*._={}[]:;/\"|\\<>",
"mandatory": true
}
},
"First_Name":
{
"fieldLabel": "First Name",
"validation":
{
"fieldLength": 30,
"collection": "alphanumeric",
"invalidchar": "`~!@#&$%^*_={}[]:;/\"|\\<>",
"mandatory": true
}
},
"Middle_Name":
{
"fieldLabel": "Middle Name",
"validation":
{
"fieldLength": 30,
"collection": "alphanumeric",
"invalidchar": "`~!@#&$%^*_={}[]:;/\"|\\<>",
"mandatory": true
}
},
"Nickname":
{
"fieldLabel": "Nickname",
"validation":
{
"fieldLength": 15,
"collection": "alphanumeric",
"invalidchar": "`~!@#&$%^*_={}[]:;/\"|\\<>"
}
},
"Email_Address":
{
"fieldLabel": "Email Address",
"validation":
{
"fieldLength": 30,
"collection": "alphanumeric"
}
},
"Mobile_Number":
{
"fieldLabel": "Mobile Number",
"validation":
{
"fieldLength": 15,
"collection": "numeric"
}
},
"Telephone_Number":
{
"fieldLabel": "Telephone Number",
"validation":
{
"fieldLength": 15,
"collection": "numeric"
}
},
"House_Number":
{
"fieldLabel": "House Number",
"validation":
{
"fieldLength": 15,
"collection": "alphanumeric",
"invalidchar": "`~!@&$%^*_={}[]:;\"|\\<>"
}
},
"Street":
{
"fieldLabel": "Street",
"validation":
{
"fieldLength": 30,
"collection": "alphanumeric",
"invalidchar": "`~!@#&$%^*_={}[]:;/\"|\\<>"
}
},
"Village_Subdivision":
{
"fieldLabel": "Village/Subdivision",
"validation":
{
"fieldLength": 30,
"collection": "alphanumeric",
"invalidchar": "`~!@#&$%^*_={}[]:;/\"|\\<>"
}
},
"Municipality_City_Province":
{
"fieldLabel": "Municipality/City/Province",
"validation":
{
"fieldLength": 30,
"collection": "alphanumeric",
"mandatory": true,
"invalidchar": "`~!@#&$%^*_={}[]:;/\"|\\<>"
}
},
"Years_of_Stay":
{
"fieldLabel": "Years of Stay",
"validation":
{
"fieldLength": 2,
"collection": "numeric"
}
},
"Religion":
{
"fieldLabel": "Religion",
"validation":
{
"fieldLength": 30,
"collection": "alphabet"
}
},
"Place_of_Birth":
{
"fieldLabel": "Place of Birth",
"validation":
{
"fieldLength": 50,
"collection": "alphanumeric",
"mandatory": true,
"invalidchar": "`~!@#&$%^*_={}[]:;/\"|\\<>"
}
},
"Birthdate":
{
"fieldLabel": "Birthdate",
"validation":
{
"fieldLength": 10,
"collection": "datepicker",
"regexformat": "(^0[0-9]|^1[012])[-](0[0-9]|[12][0-9]|3[01])[-]((19\\d\\d)|(200[0-9])|(201[0-9])|(202[0])|0000)",
"mandatory": true
}
},
"Age":
{
"fieldLabel": "Age",
"validation":
{
"fieldLength": 2,
"collection": "numeric",
"mandatory": true
}
},
"Gender":
{
"fieldLabel": "Gender",
"validation":
{
"fieldLength": 1,
"collection": "dropdown",
"options": ["M", "F"],
"mandatory": true
}
},
"Civil_Status":
{
"fieldLabel": "Civil Status",
"validation":
{
"fieldLength": 15,
"collection": "dropdown",
"options": ["Single", "Married", "Widowed"],
"mandatory": true
}
},
"Nationality":
{
"fieldLabel": "Nationality",
"validation":
{
"fieldLength": 15,
"collection": "dropdown",
"options": ["Filipino", "Foreigner"],
"mandatory": true
}
},
"Height_in_Cm":
{
"fieldLabel": "Height (in cm)",
"validation":
{
"fieldLength": 3,
"collection": "numeric"
}
},
"Weight_in_Kg":
{
"fieldLabel": "Weight (in kg)",
"validation":
{
"fieldLength": 3,
"collection": "numeric"
}
}
}
}
\ No newline at end of file
This source diff could not be displayed because it is too large. You can view the blob instead.
{
"APPLICATION_FORM":
{
"SECTION1":
{
"Date":
{
"fieldLabel": "Date",
"aka": "field2",
"validation":
{
"fieldLength": 20,
"collection": "alphanumeric",
"invalidchar": "",
"mandatory": false
}
},
"Position Applied For":
{
"fieldLabel": "Pos Applied For",
"aka": "field3",
"validation":
{
"fieldLength": 30,
"collection": "alphanumeric",
"invalidchar": "",
"mandatory": false
}
},
"Surname":
{
"fieldLabel": "Surname",
"aka": "field4",
"validation":
{
"fieldLength": 50,
"collection": "alphanumeric",
"invalidchar": "",
"mandatory": false
}
},
"First Name":
{
"fieldLabel": "First Name",
"aka": "field5",
"validation":
{
"fieldLength": 50,
"collection": "alphanumeric",
"invalidchar": "",
"mandatory": false
}
},
"Middle Name":
{
"fieldLabel": "Mid Name",
"aka": "field6",
"validation":
{
"fieldLength": 50,
"collection": "alphanumeric",
"invalidchar": "",
"mandatory": false
}
},
"Mother's Maiden Name":
{
"fieldLabel": "Mother's Maiden Name",
"aka": "field7",
"validation":
{
"fieldLength": 100,
"collection": "alphanumeric",
"invalidchar": "",
"mandatory": false
}
},
"Nickname":
{
"fieldLabel": "Nickname",
"aka": "field8",
"validation":
{
"fieldLength": 20,
"collection": "alphanumeric",
"invalidchar": "",
"mandatory": false
}
},
"Email Address":
{
"fieldLabel": "Email",
"aka": "field9",
"validation":
{
"fieldLength": 50,
"collection": "alphanumeric",
"mandatory": false
}
},
"Mobile Number":
{
"fieldLabel": "Mobile No.",
"aka": "field10",
"validation":
{
"fieldLength": 30,
"collection": "alphanumeric",
"invalidchar": "",
"mandatory": false
}
},
"Telephone Number":
{
"fieldLabel": "Tel. No.",
"aka": "field11",
"validation":
{
"fieldLength": 20,
"collection": "alphanumeric",
"invalidchar": "",
"mandatory": false
}
},
"Present Address House No":
{
"fieldLabel": "Pres Add House No",
"aka": "field13",
"validation":
{
"fieldLength": 20,
"collection": "alphanumeric",
"invalidchar": "",
"mandatory": false
}
},
"Present Address Street":
{
"fieldLabel": "Pres Add Street",
"aka": "field14",
"validation":
{
"fieldLength": 30,
"collection": "alphanumeric",
"mandatory": false
}
},
"Present Address Village/Subd":
{
"fieldLabel": "Pres Add Vill/Subd",
"aka": "field15",
"validation":
{
"fieldLength": 50,
"collection": "alphanumeric",
"invalidchar": "`",
"mandatory": false
}
},
"Present Address Municipality/City/Province":
{
"fieldLabel": "Pres Add Mun/City/Prov",
"aka": "field16",
"validation":
{
"fieldLength": 60,
"collection": "alphanumeric",
"invalidchar": "",
"mandatory": false
}
},
"Years of Stay":
{
"fieldLabel": "Yrs of Stay",
"aka": "field17",
"validation":
{
"fieldLength": 3,
"collection": "numeric",
"mandatory": false
}
},
"Provincial Address House No":
{
"fieldLabel": "Prov Add House No",
"aka": "field19",
"validation":
{
"fieldLength": 20,
"collection": "alphanumeric",
"invalidchar": "`",
"mandatory": false
}
},
"Provincial Address Street":
{
"fieldLabel": "Prov Add Street",
"aka": "field20",
"validation":
{
"fieldLength": 30,
"collection": "alphanumeric",
"mandatory": false
}
},
"Provincial Address Village/Subd":
{
"fieldLabel": "Prov Add Vill/Subd",
"aka": "field21",
"validation":
{
"fieldLength": 50,
"collection": "alphanumeric",
"invalidchar": "",
"mandatory": false
}
},
"Provincial Address Municipality/City/Province":
{
"fieldLabel": "Prov Add Mun/City/Prov",
"aka": "field22",
"validation":
{
"fieldLength": 60,
"collection": "alphanumeric",
"invalidchar": "",
"mandatory": false
}
},
"Religion":
{
"fieldLabel": "Religion",
"aka": "field23",
"validation":
{
"fieldLength": 30,
"collection": "alphanumeric",
"invalidchar": "",
"mandatory": false
}
},
"Place of Birth":
{
"fieldLabel": "Place of Birth",
"aka": "field24",
"validation":
{
"fieldLength": 50,
"collection": "alphanumeric",
"invalidchar": "",
"mandatory": false
}
},
"Date of Birth":
{
"fieldLabel": "Date of Birth",
"aka": "field25",
"validation":
{
"fieldLength": 30,
"collection": "alphanumeric",
"invalidchar": "",
"mandatory": false
}
},
"Age":
{
"fieldLabel": "Age",
"aka": "field26",
"validation":
{
"fieldLength": 3,
"collection": "numeric",
"mandatory": false
}
},
"Gender":
{
"fieldLabel": "Gender",
"aka": "field27",
"validation":
{
"fieldLength": 10,
"collection": "alphanumeric",
"invalidchar": "",
"mandatory": false
}
},
"Civil Status":
{
"fieldLabel": "Civil Status",
"aka": "field28",
"validation":
{
"fieldLength": 10,
"collection": "alphanumeric",
"invalidchar": "",
"mandatory": false
}
},
"Nationality":
{
"fieldLabel": "Nationality",
"aka": "field29",
"validation":
{
"fieldLength": 20,
"collection": "alphanumeric",
"invalidchar": "",
"mandatory": false
}
},
"SSS Number":
{
"fieldLabel": "SSS No",
"aka": "field30",
"validation":
{
"fieldLength": 20,
"collection": "alphanumeric",
"invalidchar": "",
"mandatory": false
}
},
"TIN":
{
"fieldLabel": "TIN",
"aka": "field31",
"validation":
{
"fieldLength": 20,
"collection": "alphanumeric",
"invalidchar": "",
"mandatory": false
}
},
"Commmunity Tax Number":
{
"fieldLabel": "Comm Tax No",
"aka": "field32",
"validation":
{
"fieldLength": 20,
"collection": "alphanumeric",
"invalidchar": "",
"mandatory": false
}
},
"Place of Issue":
{
"fieldLabel": "Place of Issue",
"aka": "field33",
"validation":
{
"fieldLength": 30,
"collection": "alphanumeric",
"invalidchar": "",
"mandatory": false
}
},
"Date of Issue":
{
"fieldLabel": "Date of Issue",
"aka": "field34",
"validation":
{
"fieldLength": 25,
"collection": "alphanumeric",
"invalidchar": "",
"mandatory": false
}
},
"Height":
{
"fieldLabel": "Height",
"aka": "field35",
"validation":
{
"fieldLength": 10,
"collection": "alphanumeric",
"invalidchar": "",
"mandatory": false
}
},
"Weight":
{
"fieldLabel": "Weight",
"aka": "field36",
"validation":
{
"fieldLength": 10,
"collection": "alphanumeric",
"invalidchar": "",
"mandatory": false
}
},
"Spoken Languages":
{
"fieldLabel": "Spoken Languages",
"aka": "field38",
"validation":
{
"fieldLength": 30,
"collection": "alphanumeric",
"invalidchar": "",
"mandatory": false
}
},
"Written Languages":
{
"fieldLabel": "Written Languages",
"aka": "field39",
"validation":
{
"fieldLength": 30,
"collection": "alphanumeric",
"invalidchar": "",
"mandatory": false
}
}
}
}
}
{
"APPLICATION FORM":
{
"SECTION1":
{
"Date":
{
"fieldLabel": "Date",
"aka": "field2",
"validation":
{
"fieldLength": 20,
"collection": "alphanumeric",
"invalidchar": "`~!@#&$%^*_={}[]:;/\"|\\<>",
"mandatory": true
}
},
"Position Applied For":
{
"fieldLabel": "Pos Applied For",
"aka": "field3",
"validation":
{
"fieldLength": 30,
"collection": "alphanumeric",
"invalidchar": "`~!@#&$%^*={}[]:;/\"|\\<>",
"mandatory": true
}
},
"Surname":
{
"fieldLabel": "Surname",
"aka": "field4",
"validation":
{
"fieldLength": 50,
"collection": "alphanumeric",
"invalidchar": "`~!@#&$%^*={}[]:;/\"|\\<>",
"mandatory": true
}
},
"First Name":
{
"fieldLabel": "First Name",
"aka": "field5",
"validation":
{
"fieldLength": 50,
"collection": "alphanumeric",
"invalidchar": "`~!@#&$%^*={}[]:;/\"|\\<>",
"mandatory": true
}
},
"Middle Name":
{
"fieldLabel": "Mid Name",
"aka": "field6",
"validation":
{
"fieldLength": 50,
"collection": "alphanumeric",
"invalidchar": "`~!@#&$%^*={}[]:;/\"|\\<>",
"mandatory": true
}
},
"Mother's Maiden Name":
{
"fieldLabel": "Mother's Maiden Name",
"aka": "field7",
"validation":
{
"fieldLength": 100,
"collection": "alphanumeric",
"invalidchar": "`~!@#&$%^*={}[]:;/\"|\\<>",
"mandatory": true
}
},
"Nickname":
{
"fieldLabel": "Nickname",
"aka": "field8",
"validation":
{
"fieldLength": 20,
"collection": "alphanumeric",
"invalidchar": "`~!@#&$%^*={}[]:;/\"|\\<>",
"mandatory": true
}
},
"Email Address":
{
"fieldLabel": "Email",
"aka": "field9",
"validation":
{
"fieldLength": 50,
"collection": "alphanumeric",
"mandatory": true
}
},
"Mobile Number":
{
"fieldLabel": "Mobile No.",
"aka": "field10",
"validation":
{
"fieldLength": 30,
"collection": "alphanumeric",
"invalidchar": "`~!@#&$%^*={}[]:;/\"|\\<>",
"mandatory": true
}
},
"Telephone Number":
{
"fieldLabel": "Tel. No.",
"aka": "field11",
"validation":
{
"fieldLength": 20,
"collection": "alphanumeric",
"invalidchar": "`~!@#&$%^*={}[]:;/\"|\\<>",
"mandatory": false
}
},
"Present Address House No":
{
"fieldLabel": "Pres Add House No",
"aka": "field13",
"validation":
{
"fieldLength": 20,
"collection": "alphanumeric",
"invalidchar": "`~!@&$%^*={}[]:;/\"|\\<>",
"mandatory": true
}
},
"Present Address Street":
{
"fieldLabel": "Pres Add Street",
"aka": "field14",
"validation":
{
"fieldLength": 30,
"collection": "alphanumeric",
"mandatory": true
}
},
"Present Address Village/Subd":
{
"fieldLabel": "Pres Add Vill/Subd",
"aka": "field15",
"validation":
{
"fieldLength": 50,
"collection": "alphanumeric",
"invalidchar": "`~!@&$%^*={}[]:;/\"|\\<>",
"mandatory": true
}
},
"Present Address Municipality/City/Province":
{
"fieldLabel": "Pres Add Mun/City/Prov",
"aka": "field16",
"validation":
{
"fieldLength": 60,
"collection": "alphanumeric",
"invalidchar": "`~!@#&$%^*={}[]:;/\"|\\<>",
"mandatory": true
}
},
"Years of Stay":
{
"fieldLabel": "Yrs of Stay",
"aka": "field17",
"validation":
{
"fieldLength": 3,
"collection": "numeric",
"mandatory": true
}
},
"Provincial Address House No":
{
"fieldLabel": "Prov Add House No",
"aka": "field19",
"validation":
{
"fieldLength": 20,
"collection": "alphanumeric",
"invalidchar": "`~!@&$%^*={}[]:;/\"|\\<>",
"mandatory": true
}
},
"Provincial Address Street":
{
"fieldLabel": "Prov Add Street",
"aka": "field20",
"validation":
{
"fieldLength": 30,
"collection": "alphanumeric",
"mandatory": true
}
},
"Provincial Address Village/Subd":
{
"fieldLabel": "Prov Add Vill/Subd",
"aka": "field21",
"validation":
{
"fieldLength": 50,
"collection": "alphanumeric",
"invalidchar": "`~!@&$%^*={}[]:;/\"|\\<>",
"mandatory": true
}
},
"Provincial Address Municipality/City/Province":
{
"fieldLabel": "Prov Add Mun/City/Prov",
"aka": "field22",
"validation":
{
"fieldLength": 60,
"collection": "alphanumeric",
"invalidchar": "`~!@#&$%^*={}[]:;/\"|\\<>",
"mandatory": true
}
},
"Religion":
{
"fieldLabel": "Religion",
"aka": "field23",
"validation":
{
"fieldLength": 30,
"collection": "alphanumeric",
"invalidchar": "`~!@#&$%^*={}[]:;/\"|\\<>",
"mandatory": true
}
},
"Place of Birth":
{
"fieldLabel": "Place of Birth",
"aka": "field24",
"validation":
{
"fieldLength": 50,
"collection": "alphanumeric",
"invalidchar": "`~!@#&$%^*={}[]:;/\"|\\<>",
"mandatory": true
}
},
"Date of Birth":
{
"fieldLabel": "Date of Birth",
"aka": "field25",
"validation":
{
"fieldLength": 30,
"collection": "alphanumeric",
"invalidchar": "`~!@#&$%^*={}[]:;/\"|\\<>",
"mandatory": true
}
},
"Age":
{
"fieldLabel": "Age",
"aka": "field26",
"validation":
{
"fieldLength": 3,
"collection": "numeric",
"mandatory": true
}
},
"Gender":
{
"fieldLabel": "Gender",
"aka": "field27",
"validation":
{
"fieldLength": 10,
"collection": "alphanumeric",
"invalidchar": "`~!@#&$%^*={}[]:;/\"|\\<>",
"mandatory": true
}
},
"Civil Status":
{
"fieldLabel": "Civil Status",
"aka": "field28",
"validation":
{
"fieldLength": 10,
"collection": "alphanumeric",
"invalidchar": "`~!@#&$%^*={}[]:;/\"|\\<>",
"mandatory": true
}
},
"Nationality":
{
"fieldLabel": "Nationality",
"aka": "field29",
"validation":
{
"fieldLength": 20,
"collection": "alphanumeric",
"invalidchar": "`~!@#&$%^*={}[]:;/\"|\\<>",
"mandatory": true
}
},
"SSS Number":
{
"fieldLabel": "SSS No",
"aka": "field30",
"validation":
{
"fieldLength": 20,
"collection": "alphanumeric",
"invalidchar": "`~!@#&$%^*={}[]:;/\"|\\<>",
"mandatory": false
}
},
"TIN":
{
"fieldLabel": "TIN",
"aka": "field31",
"validation":
{
"fieldLength": 20,
"collection": "alphanumeric",
"invalidchar": "`~!@#&$%^*={}[]:;/\"|\\<>",
"mandatory": false
}
},
"Commmunity Tax Number":
{
"fieldLabel": "Comm Tax No",
"aka": "field32",
"validation":
{
"fieldLength": 20,
"collection": "alphanumeric",
"invalidchar": "`~!@#&$%^*={}[]:;/\"|\\<>",
"mandatory": false
}
},
"Place of Issue":
{
"fieldLabel": "Place of Issue",
"aka": "field33",
"validation":
{
"fieldLength": 30,
"collection": "alphanumeric",
"invalidchar": "`~!@#&$%^*={}[]:;/\"|\\<>",
"mandatory": false
}
},
"Date of Issue":
{
"fieldLabel": "Date of Issue",
"aka": "field34",
"validation":
{
"fieldLength": 25,
"collection": "alphanumeric",
"invalidchar": "`~!@#&$%^*={}[]:;/\"|\\<>",
"mandatory": false
}
},
"Height":
{
"fieldLabel": "Height",
"aka": "field35",
"validation":
{
"fieldLength": 10,
"collection": "alphanumeric",
"invalidchar": "`~!@#&$%^*={}[]:;/\"|\\<>",
"mandatory": true
}
},
"Weight":
{
"fieldLabel": "Weight",
"aka": "field36",
"validation":
{
"fieldLength": 10,
"collection": "alphanumeric",
"invalidchar": "`~!@#&$%^*={}[]:;/\"|\\<>",
"mandatory": true
}
},
"Spoken Languages":
{
"fieldLabel": "Spoken Languages",
"aka": "field38",
"validation":
{
"fieldLength": 30,
"collection": "alphanumeric",
"invalidchar": "`~!@#&$%^*={}[]:;/\"|\\<>",
"mandatory": true
}
},
"Written Languages":
{
"fieldLabel": "Written Languages",
"aka": "field39",
"validation":
{
"fieldLength": 30,
"collection": "alphanumeric",
"invalidchar": "`~!@#&$%^*={}[]:;/\"|\\<>",
"mandatory": true
}
}
}
}
}
{
"TEXT FIELDS": {
"SECTION1": {
"First Name": {
"fieldLabel": "First Name",
"aka": "field7",
"validation": {
"fieldLength": 30,
"collection": "alphanumeric",
"invalidchar": "`~!@#&$%^*_={}[]:;/\"|\\<>",
"mandatory": false
}
},
"Middle Name": {
"fieldLabel": "Middle Name",
"aka": "field8",
"validation": {
"fieldLength": 30,
"collection": "alphanumeric",
"invalidchar": "`~!@#&$%^*_={}[]:;/\"|\\<>",
"mandatory": false
}
},
"Surname": {
"fieldLabel": "Surname",
"aka": "field9",
"validation": {
"fieldLength": 30,
"collection": "alphanumeric",
"invalidchar": "`~!@#&$%^*_={}[]:;/\"|\\<>",
"mandatory": false
}
},
"Address": {
"fieldLabel": "Address",
"aka": "field10",
"validation": {
"fieldLength": 100,
"collection": "alphanumeric",
"invalidchar": "`~!$%^*=_[]:\"|\\<>",
"mandatory": false
}
},
"Birthdate": {
"fieldLabel": "Birthate",
"aka": "field5",
"validation": {
"fieldLength": 20,
"collection": "datepicker",
"mandatory": false
}
},
"Civil_Status": {
"fieldLabel": "Civil Status",
"aka": "field28",
"source": "s",
"validation": {
"fieldLength": 15,
"collection": "dropdown",
"options": [
"Single",
"Married",
"Widowed"
],
"mandatory": true
}
},
"Mother's_Name": {
"fieldLabel": "Mother's Name",
"aka": "field31",
"source": "s",
"validation": {
"fieldLength": 30,
"collection": "alphanumeric",
"invalidchar": "`~!@#&$%^*={}[]:;/\"|\\<>",
"mandatory": true
},
"childof": "Civil_Status",
"parentvalue": [
"Single"
]
},
"Spouse_Name": {
"fieldLabel": "Spouse Name",
"aka": "field29",
"source": "s",
"validation": {
"fieldLength": 30,
"collection": "alphanumeric",
"invalidchar": "`~!@#&$%^*={}[]:;/\"|\\<>",
"mandatory": true
},
"childof": "Civil_Status",
"parentvalue": [
"Married",
"Widowed"
]
},
"Date_of_Marriage": {
"fieldLabel": "Date of Marriage",
"aka": "field30",
"source": "s",
"validation": {
"fieldLength": 30,
"collection": "alphanumeric",
"invalidchar": "`~!@#&$%^*={}[]:;/\"|\\<>",
"mandatory": true
},
"childof": "Civil_Status",
"parentvalue": [
"Married",
"Widowed"
]
}
},
"SECTIONNEXT": {
"Name": {
"fieldLabel": "Name",
"aka": "field7",
"validation": {
"fieldLength": 30,
"collection": "alphanumeric",
"invalidchar": "`~!@#&$%^*_={}[]:;/\"|\\<>",
"mandatory": false
}
},
"Subject": {
"fieldLabel": "Subject",
"aka": "field8",
"validation": {
"fieldLength": 30,
"collection": "alphanumeric",
"mandatory": false
}
},
"Document_No": {
"fieldLabel": "Document No",
"aka": "field6",
"validation": {
"fieldLength": 30,
"collection": "alphanumeric",
"invalidchar": "`~!@#&$%^*={}[]:;/\"|\\<>",
"mandatory": false
}
},
"Date": {
"fieldLabel": "Date",
"aka": "field5",
"validation": {
"fieldLength": 20,
"collection": "datepicker",
"mandatory": false
}
}
}
},
"DATA INPUT": {
"SECTION3": {
"Thumb":{
"fieldLabel": "Thumb",
"aka": "field4",
"validation": {
"collection": "fingerprint",
"mandatory": false
}
},
"Image1":{
"fieldLabel": "Image1",
"aka": "field5",
"validation": {
"collection": "image-capture",
"mandatory": false
}
},
"Image2":{
"fieldLabel": "Image2",
"aka": "field6",
"validation": {
"collection": "image-capture",
"mandatory": false
}
},
"First Name": {
"fieldLabel": "First Name",
"aka": "field7",
"validation": {
"fieldLength": 30,
"collection": "alphanumeric",
"invalidchar": "`~!@#&$%^*_={}[]:;/\"|\\<>",
"mandatory": false
}
},
"Middle Name": {
"fieldLabel": "Middle Name",
"aka": "field8",
"validation": {
"fieldLength": 30,
"collection": "alphanumeric",
"invalidchar": "`~!@#&$%^*_={}[]:;/\"|\\<>",
"mandatory": false
}
},
"Surname": {
"fieldLabel": "Surname",
"aka": "field9",
"validation": {
"fieldLength": 30,
"collection": "alphanumeric",
"invalidchar": "`~!@#&$%^*_={}[]:;/\"|\\<>",
"mandatory": false
}
}
}
}
}
\ No newline at end of file
{
"SAMPLE FIELDS": {
"Doctype 1": {
"First Name": {
"fieldLabel": "First Name",
"aka": "field7",
"validation": {
"fieldLength": 50,
"collection": "alphanumeric",
"invalidchar": "`~!@#&$%^*_={}[]:;/\"|\\<>",
"mandatory": true
}
},
"Middle Name": {
"fieldLabel": "Middle Name",
"aka": "field8",
"validation": {
"fieldLength": 50,
"collection": "alphanumeric",
"invalidchar": "`~!@#&$%^*_={}[]:;/\"|\\<>",
"mandatory": false
}
},
"Civil_Status": {
"fieldLabel": "Civil Status",
"aka": "field9",
"source": "s",
"validation": {
"fieldLength": 15,
"collection": "dropdown",
"options": [
"Single",
"Married",
"Widowed"
],
"mandatory": false
}
},
"Checkbox_List": {
"fieldLabel": "Checkbox List",
"aka": "field10",
"source": "s",
"validation": {
"collection": "checklist",
"items": [
"sample-item1",
"sample-item2",
"sample-item3",
"sample-item4",
"sample-item5",
"other"
],
"mandatory": false
}
},
"Radio_List": {
"fieldLabel": "Radio List",
"aka": "field11",
"source": "s",
"validation": {
"collection": "radiolist",
"items": [
"sample-item1",
"sample-item2",
"sample-item3",
"sample-item4",
"sample-item5"
],
"mandatory": false
}
},
"Time": {
"fieldLabel": "Time",
"aka": "field12",
"validation": {
"collection": "timepicker",
"mandatory": false
}
},
"Date": {
"fieldLabel": "Date",
"aka": "field13",
"validation": {
"fieldLength": 20,
"collection": "datepicker",
"validdate": "past",
"mandatory": false
}
},
"Image1":{
"fieldLabel": "Image1",
"aka": "field14",
"validation": {
"collection": "image-capture",
"mandatory": false
}
},
"Test": {
"fieldLabel": "Test",
"aka": "field15",
"validation": {
"fieldLength": 30,
"collection": "alphanumeric",
"invalidchar": "`~!@#&$%^*_={}[]:;/\"|\\<>",
"mandatory": false
}
}
}
},"SAMPLE FIELDS 2": {
"Doctype 1": {
"First Name": {
"fieldLabel": "First Name",
"aka": "field16",
"validation": {
"fieldLength": 50,
"collection": "alphanumeric",
"invalidchar": "`~!@#&$%^*_={}[]:;/\"|\\<>",
"mandatory": true
}
},
"Middle Name": {
"fieldLabel": "Middle Name",
"aka": "field17",
"validation": {
"fieldLength": 50,
"collection": "alphanumeric",
"invalidchar": "`~!@#&$%^*_={}[]:;/\"|\\<>",
"mandatory": true
}
},
"Civil_Status": {
"fieldLabel": "Civil Status",
"aka": "field18",
"source": "s",
"validation": {
"fieldLength": 15,
"collection": "dropdown",
"options": [
"Single",
"Married",
"Widowed"
],
"mandatory": true
}
},
"Checkbox_List": {
"fieldLabel": "Checkbox List",
"aka": "field19",
"source": "s",
"validation": {
"collection": "checklist",
"items": [
"sample-item1",
"sample-item2",
"sample-item3",
"sample-item4",
"sample-item5",
"other"
],
"mandatory": true
}
},
"Radio_List": {
"fieldLabel": "Radio List",
"aka": "field20",
"source": "s",
"validation": {
"collection": "radiolist",
"items": [
"sample-item1",
"sample-item2",
"sample-item3",
"sample-item4",
"sample-item5"
],
"mandatory": true
}
},
"Time": {
"fieldLabel": "Time",
"aka": "field21",
"validation": {
"collection": "timepicker",
"mandatory": true
}
},
"Date": {
"fieldLabel": "Date",
"aka": "field22",
"validation": {
"fieldLength": 20,
"collection": "datepicker",
"validdate": "past",
"mandatory": true
}
},
"Image1":{
"fieldLabel": "Image1",
"aka": "field5",
"validation": {
"collection": "image-capture",
"mandatory": true
}
},
"Test": {
"fieldLabel": "Test",
"aka": "field23",
"validation": {
"fieldLength": 30,
"collection": "alphanumeric",
"invalidchar": "`~!@#&$%^*_={}[]:;/\"|\\<>",
"mandatory": true
}
}
}
}
}
\ No newline at end of file
{
"MEDICAL RECORD" : {
"PATIENT INFORMATION" : {
"name" : {
"fieldLabel" : "Full Name (Last, First, M.I)",
"aka" : "field1",
"validation" : {
"fieldLength" : 50.0,
"collection" : "alphabet",
"invalidchar" : "`~!@#&$%^*_={}[]:;/\"|\\<>0123456789",
"mandatory" : true
}
},
"address" : {
"fieldLabel" : "Address",
"aka" : "field2",
"validation" : {
"fieldLength" : 50.0,
"collection" : "alphanumeric",
"invalidchar" : "`~!@#&$%^*_={}[]:;/\"|\\<>0123456789",
"mandatory" : false
}
},
"symptoms" : {
"fieldLabel" : "Symptoms Experienced",
"aka" : "field3",
"validation" : {
"fieldLength" : 51.0,
"collection" : "checklist",
"items" : [ "Cough", "Fever", "Sore Throat", "Other" ],
"mandatory" : false
}
},
"birthdate" : {
"fieldLabel" : "Birth Date",
"aka" : "field4",
"validation" : {
"fieldLength" : 52.0,
"collection" : "datepicker",
"mandatory" : false
}
},
"illness_date" : {
"fieldLabel" : "Start of Symptoms",
"aka" : "field5",
"validation" : {
"fieldLength" : 53.0,
"collection" : "date",
"mandatory" : false
},
"childof" : "symptoms",
"parentvalue" : [ "Cough", "Fever", "Sore Throat", "Other" ]
},
"direction" : {
"fieldLabel" : "Current Direction",
"aka" : "field6",
"validation" : {
"fieldLength" : 54.0,
"collection" : "direction",
"mandatory" : false
}
},
"payment_method" : {
"fieldLabel" : "Payment Method",
"aka" : "field7",
"validation" : {
"fieldLength" : 55.0,
"collection" : "dropdown",
"options" : [ "Cash", "Bank", "Gcash" ],
"mandatory" : false
}
},
"email" : {
"fieldLabel" : "Email Address",
"aka" : "field8",
"validation" : {
"fieldLength" : 56.0,
"collection" : "email",
"mandatory" : false
},
"childof" : "payment_method",
"parentvalue" : [ "Bank", "Gcash" ]
},
"payment_method2" : {
"fieldLabel" : "Payment Method",
"aka" : "field7",
"validation" : {
"fieldLength" : 55.0,
"collection" : "dropdown",
"options" : [ "Cash", "Bank", "Gcash" ],
"mandatory" : false
}
},
"email2" : {
"fieldLabel" : "Email Address2",
"aka" : "field8",
"validation" : {
"fieldLength" : 56.0,
"collection" : "email",
"mandatory" : false
},
"childof" : "payment_method2",
"parentvalue" : [ "Bank", "Gcash" ]
},
"fingerprint" : {
"fieldLabel" : "Fingerprint",
"aka" : "field9",
"validation" : {
"fieldLength" : 57.0,
"collection" : "fingerprint",
"mandatory" : false
}
},
"geotag" : {
"fieldLabel" : "Geotag",
"aka" : "field10",
"validation" : {
"fieldLength" : 58.0,
"collection" : "geotag",
"mandatory" : false
},
"hidden" : true
},
"patient_image" : {
"fieldLabel" : "Patient Image",
"aka" : "field11",
"validation" : {
"fieldLength" : 59.0,
"collection" : "image-capture",
"mandatory" : false
}
},
"phone_number" : {
"fieldLabel" : "Phone Number",
"aka" : "field12",
"validation" : {
"fieldLength" : 60.0,
"collection" : "numeric",
"mandatory" : false
}
},
"gender" : {
"fieldLabel" : "Gender",
"aka" : "field13",
"validation" : {
"fieldLength" : 61.0,
"collection" : "radiolist",
"items" : [ "M", "F", "Other" ],
"mandatory" : false
}
},
"time" : {
"fieldLabel" : "Time",
"aka" : "field16",
"validation" : {
"fieldLength" : 64.0,
"collection" : "timepicker",
"mandatory" : false
}
}
}
}
}
\ No newline at end of file
{
"FINGERPRINT": {
"LEFT HAND": {
"Image1":{
"fieldLabel": "Image1",
"aka": "field20",
"validation": {
"collection": "image-capture",
"mandatory": false
}
},
"Left Little": {
"fieldLabel": "Left Little",
"aka": "field1",
"validation": {
"collection": "fingerprint",
"mandatory": false
}
},
"Left Ring": {
"fieldLabel": "Left Ring",
"aka": "field2",
"validation": {
"collection": "fingerprint",
"mandatory": false
}
},
"Left Middle": {
"fieldLabel": "Left Middle",
"aka": "field3",
"validation": {
"collection": "fingerprint",
"mandatory": false
}
},
"Left Index": {
"fieldLabel": "Left Index",
"aka": "field4",
"validation": {
"collection": "fingerprint",
"mandatory": false
}
},
"Left Thumb": {
"fieldLabel": "Left Thumb",
"aka": "field5",
"validation": {
"collection": "fingerprint",
"mandatory": false
}
}
},
"RIGHT HAND": {
"Right Little": {
"fieldLabel": "Right Little",
"aka": "field6",
"validation": {
"collection": "fingerprint",
"mandatory": false
}
},
"Right Ring": {
"fieldLabel": "Right Ring",
"aka": "field7",
"validation": {
"collection": "fingerprint",
"mandatory": false
}
},
"Right Middle": {
"fieldLabel": "Right Middle",
"aka": "field8",
"validation": {
"collection": "fingerprint",
"mandatory": false
}
},
"Right Index": {
"fieldLabel": "Right Index",
"aka": "field9",
"validation": {
"collection": "fingerprint",
"mandatory": false
}
},
"Right Thumb": {
"fieldLabel": "Right Thumb",
"aka": "field10",
"validation": {
"collection": "fingerprint",
"mandatory": false
}
}
}
}
}
{
"ACCOUNTS PAYABLE":
{
"SECTION1":
{
"Business Name":{
"fieldLabel": "Business Name",
"aka": "field110",
"validation":{
"fieldLength": 30,
"collection": "dropdown",
"options": ["Antel", "BDO_CC", "CIAC", "Converge", "Crayon_Software_Experts", "Electric_Bill", "F.A._Bautista_And_Partners", "Globe", "Gsantiago_Commercial_Building", "HSBC", "Payroll", "PLDT", "Sir_Patrick_Security_Services", "Smart", "Source_Telecomms", "UPB_CC", "UPB_Interest_On_Loan", "Vengons_Bldg", "Water_Bill"],
"mandatory": true
}
},
"Date":{
"fieldLabel": "Date",
"aka": "field120",
"validation":{
"fieldLength": 10,
"collection": "datepicker",
"mandatory": true
}
},
"Project Classification":{
"fieldLabel": "Project Classification",
"aka": "field130",
"validation":{
"fieldLength": 0,
"collection": "alphanumeric",
"mandatory": false
}
},
"Amount Due":{
"fieldLabel": "Amt Due/Total Amt/Bal Due",
"aka": "field140",
"validation":{
"fieldLength": 16,
"collection": "alphanumeric",
"invalidchar": "abcdefghijklmnoprqstuvwxzyABCDEFGHIJKLMNOPQRSTUVWXYZ~!@$%^*_+={}[]:;\"|\\<>",
"mandatory": true
}
},
"Due Date":{
"fieldLabel": "Due Date",
"aka": "field150",
"validation":{
"fieldLength": 10,
"collection": "datepicker",
"mandatory": true
}
},
"Description":{
"fieldLabel": "Description",
"aka": "field160",
"validation":{
"fieldLength": 100,
"collection": "alphanumeric",
"mandatory": true
}
},
"Vat Amount":{
"fieldLabel": "VAT/Tax Amt",
"aka": "field170",
"validation":{
"fieldLength": 16,
"collection": "alphanumeric",
"invalidchar": "abcdefghijklmnoprqstuvwxzyABCDEFGHIJKLMNOPQRSTUVWXYZ~!@$%^*_+={}[]:;\"|\\<>",
"mandatory": true
}
}
}
},
"ACCOUNTS RECEIVABLE":{
"SECTION2":{
"To":{
"fieldLabel": "To",
"aka": "field210",
"validation":{
"fieldLength": 50,
"collection": "alphanumeric",
"mandatory": true
}
},
"Project Classification":{
"fieldLabel": "Project Classification",
"aka": "field220",
"validation":{
"fieldLength": 15,
"collection": "dropdown",
"options": ["BPI_KYC", "BPI_CC", "BPI_Banko_KYC", "SEC_ODRS", "SEC_Manual", "PHC", "Culion", "CDC", "Advantage", "Prisma", "NEA", "PHIVOLCS"],
"mandatory": true
}
},
"Date":{
"fieldLabel": "Date",
"aka": "field230",
"validation":{
"fieldLength": 10,
"collection": "datepicker",
"mandatory": true
}
},
"Address":{
"fieldLabel": "Address",
"aka": "field240",
"validation":{
"fieldLength": 100,
"collection": "alphanumeric",
"mandatory": true
}
},
"Invoice number":{
"fieldLabel": "Invoice Number",
"aka": "field250",
"validation":{
"fieldLength": 10,
"collection": "numeric",
"invalidchar": "abcdefghijklmnoprqstuvwxzyABCDEFGHIJKLMNOPQRSTUVWXYZ.,'~!@$%^*_+={}[]:;\"|\\<>",
"mandatory": true
}
},
"P.O. Number":{
"fieldLabel": "P.O. Number",
"aka": "field260",
"validation":{
"fieldLength": 10,
"collection": "numeric",
"invalidchar": "abcdefghijklmnoprqstuvwxzyABCDEFGHIJKLMNOPQRSTUVWXYZ.,'~!@$%^*_+={}[]:;\"|\\<>",
"mandatory": false
}
},
"Description":{
"fieldLabel": "Description",
"aka": "field270",
"validation":{
"fieldLength": 100,
"collection": "alphanumeric",
"mandatory": true
}
},
"Amount 1":{
"fieldLabel": "Amount 1",
"aka": "field280",
"validation":{
"fieldLength": 16,
"collection": "alphanumeric",
"invalidchar": "abcdefghijklmnoprqstuvwxzyABCDEFGHIJKLMNOPQRSTUVWXYZ~!@$%^*_+={}[]:;\"|\\<>",
"mandatory": true
}
},
"Amount 2":{
"fieldLabel": "Amount 2",
"aka": "field281",
"validation":{
"fieldLength": 16,
"collection": "alphanumeric",
"invalidchar": "abcdefghijklmnoprqstuvwxzyABCDEFGHIJKLMNOPQRSTUVWXYZ~!@$%^*_+={}[]:;\"|\\<>",
"mandatory": true
}
},
"Amount 3":{
"fieldLabel": "Amount 3",
"aka": "field282",
"validation":{
"fieldLength": 16,
"collection": "alphanumeric",
"invalidchar": "abcdefghijklmnoprqstuvwxzyABCDEFGHIJKLMNOPQRSTUVWXYZ~!@$%^*_+={}[]:;\"|\\<>",
"mandatory": true
}
},
"Amount 4":{
"fieldLabel": "Amount 4",
"aka": "field283",
"validation":{
"fieldLength": 16,
"collection": "alphanumeric",
"invalidchar": "abcdefghijklmnoprqstuvwxzyABCDEFGHIJKLMNOPQRSTUVWXYZ~!@$%^*_+={}[]:;\"|\\<>",
"mandatory": true
}
},
"Amount 5":{
"fieldLabel": "Amount 5",
"aka": "field284",
"validation":{
"fieldLength": 16,
"collection": "alphanumeric",
"invalidchar": "abcdefghijklmnoprqstuvwxzyABCDEFGHIJKLMNOPQRSTUVWXYZ~!@$%^*_+={}[]:;\"|\\<>",
"mandatory": true
}
}
}
}
}
\ No newline at end of file
{
"SECTION":
{
"Surname":
{
"validation":
{
"fieldLength": 30,
"collection": "alphanumeric",
"invalidchar": "`~!@#&$%^*._={}[]:;/\"|\\<>",
"mandatory": true
}
},
"Gender":
{
"fieldLabel": "Gender",
"validation":
{
"fieldLength": 1,
"collection": "dropdown",
"options": [],
"mandatory": true
}
},
"Middle_Name":
{
"fieldLabel": "Middle Name"
},
"fieldLabel": "Nickname",
"validation":
{
"fieldLength": 15,
"collection": "alphanumeric",
"invalidchar": "`~!@#&$%^*_={}[]:;/\"|\\<>"
},
"Email_Address":
{
"fieldLabel": "Email Address",
"validation":
{
"fieldLength": 30,
"collection": "alphanumeric"
}
}
}
}
\ No newline at end of file
{
"ACCOUNTING DOCUMENTS": {
"SECTION1": {
"Checkbox_List": {
"fieldLabel": "Checkbox List",
"aka": "field28",
"source": "s",
"validation": {
"fieldLength": 30,
"collection": "checklist",
"items": [
"sample-item1",
"sample-item2",
"sample-item3",
"sample-item4",
"sample-item5"
],
"mandatory": true
}
},
"Radio_List": {
"fieldLabel": "Radio List",
"aka": "field28",
"source": "s",
"validation": {
"fieldLength": 30,
"collection": "radiolist",
"items": [
"sample-item1",
"sample-item2",
"sample-item3",
"sample-item4",
"sample-item5"
],
"mandatory": true
}
},
"Upload_Audio": {
"fieldLabel": "Upload or Record Audio",
"aka": "field7",
"validation": {
"collection": "audio-upload",
"mandatory": true
}
},
"Upload Video": {
"fieldLabel": "Capture Image",
"aka": "field7",
"validation": {
"collection": "video-upload",
"mandatory": true
}
},
"Time": {
"fieldLabel": "Time",
"aka": "field5",
"validation": {
"fieldLength": 20,
"collection": "timepicker",
"mandatory": false
}
},
"Date_Range": {
"fieldLabel": "Date Range",
"aka": "field5",
"validation": {
"fieldLength": 20,
"collection": "daterange",
"mandatory": false
}
}
},
"SECTIONNEXT": {
"Name": {
"fieldLabel": "Name",
"aka": "field7",
"validation": {
"fieldLength": 100,
"collection": "alphanumeric",
"invalidchar": "`~!@#&$%^*_={}[]:;/\"|\\<>",
"mandatory": true
}
},
"Subject": {
"fieldLabel": "Subject",
"aka": "field8",
"validation": {
"fieldLength": 200,
"collection": "alphanumeric",
"mandatory": true
}
},
"Document_No": {
"fieldLabel": "Document No",
"aka": "field6",
"validation": {
"fieldLength": 30,
"collection": "alphanumeric",
"invalidchar": "`~!@#&$%^*={}[]:;/\"|\\<>",
"mandatory": true
}
},
"Date": {
"fieldLabel": "Date",
"aka": "field5",
"validation": {
"fieldLength": 20,
"collection": "datepicker",
"mandatory": false
}
}
}
},
"BANK APPLICATION FORMS": {
"SECTION2": {
"Checkbox_List": {
"fieldLabel": "Checkbox List",
"aka": "field28",
"source": "s",
"validation": {
"fieldLength": 30,
"collection": "checklist",
"items": [
"sample-item1",
"sample-item2",
"sample-item3",
"sample-item4",
"sample-item5"
],
"mandatory": true
}
},
"Radio List": {
"fieldLabel": "Radio List",
"aka": "field28",
"source": "s",
"validation": {
"fieldLength": 30,
"collection": "radiolist",
"items": [
"sample-item1",
"sample-item2",
"sample-item3",
"sample-item4",
"sample-item5"
],
"mandatory": true
}
},
"Upload_Audio": {
"fieldLabel": "Upload or Record Audio",
"aka": "field7",
"validation": {
"collection": "audio-upload",
"mandatory": true
}
},
"Upload_Video": {
"fieldLabel": "Capture Image",
"aka": "field7",
"validation": {
"collection": "video-upload",
"mandatory": true
}
},
"Time": {
"fieldLabel": "Time",
"aka": "field5",
"validation": {
"fieldLength": 20,
"collection": "timepicker",
"mandatory": false
}
},
"Date_Range": {
"fieldLabel": "Date Range",
"aka": "field5",
"validation": {
"fieldLength": 20,
"collection": "daterange",
"mandatory": false
}
}
}
},
"HR FILES": {
"SECTION3": {
"Upload_Audio": {
"fieldLabel": "Capture Selfie",
"aka": "field12",
"validation": {
"collection": "selfie-capture",
"mandatory": false
}
},
"Upload_Video": {
"fieldLabel": "Capture Image",
"aka": "field7",
"validation": {
"collection": "video-upload",
"mandatory": false
}
},
"Name": {
"fieldLabel": "Name",
"aka": "field10",
"validation": {
"fieldLength": 100,
"collection": "alphanumeric",
"invalidchar": "`~!@#&$%^*_={}[]:;/\"|\\<>",
"mandatory": true
}
},
"Subject": {
"fieldLabel": "Subject",
"aka": "field12",
"validation": {
"fieldLength": 200,
"collection": "alphanumeric",
"mandatory": false
}
},
"Employee_No": {
"fieldLabel": "Employee No",
"aka": "field11",
"validation": {
"fieldLength": 30,
"collection": "alphanumeric",
"invalidchar": "`~!@#&$%^*={}[]:;/\"|\\<>",
"mandatory": false
}
},
"Date": {
"fieldLabel": "Date",
"aka": "field9",
"validation": {
"fieldLength": 20,
"collection": "datepicker",
"mandatory": false
}
}
}
}
}
\ No newline at end of file
{
"Surname":
{
"fieldLabel": "Surname",
"validation":
{
"fieldLength": 30,
"collection": "alphanumeric",
"invalidchar": "`~!@#&$%^*._={}[]:;/\"|\\<>",
"mandatory": true
}
},
"Middle_Name":
{
"fieldLabel": "Middle Name",
"validation":
{
"fieldLength": 30,
"collection": "alphanumeric",
"invalidchar": "`~!@#&$%^*_={}[]:;/\"|\\<>",
"mandatory": true
}
},
"Nickname":
{
"fieldLabel": "Nickname",
"validation":
{
"fieldLength": 15,
"collection": "alphanumeric",
"invalidchar": "`~!@#&$%^*_={}[]:;/\"|\\<>"
}
},
"Email_Address":
{
"fieldLabel": "Email Address",
"validation":
{
"fieldLength": 30,
"collection": "alphanumeric"
}
},
"Mobile_Number":
{
"fieldLabel": "Mobile Number",
"validation":
{
"fieldLength": 15,
"collection": "numeric"
}
},
"Telephone_Number":
{
"fieldLabel": "Telephone Number",
"validation":
{
"fieldLength": 15,
"collection": "numeric"
}
},
"House_Number":
{
"fieldLabel": "House Number",
"validation":
{
"fieldLength": 15,
"collection": "alphanumeric",
"invalidchar": "`~!@&$%^*_={}[]:;\"|\\<>"
}
},
"Street":
{
"fieldLabel": "Street",
"validation":
{
"fieldLength": 30,
"collection": "alphanumeric",
"invalidchar": "`~!@#&$%^*_={}[]:;/\"|\\<>"
}
},
"Village_Subdivision":
{
"fieldLabel": "Village/Subdivision",
"validation":
{
"fieldLength": 30,
"collection": "alphanumeric",
"invalidchar": "`~!@#&$%^*_={}[]:;/\"|\\<>"
}
},
"Municipality_City_Province":
{
"fieldLabel": "Municipality/City/Province",
"validation":
{
"fieldLength": 30,
"collection": "alphanumeric",
"mandatory": true,
"invalidchar": "`~!@#&$%^*_={}[]:;/\"|\\<>"
}
},
"Years_of_Stay":
{
"fieldLabel": "Years of Stay",
"validation":
{
"fieldLength": 2,
"collection": "numeric"
}
},
"Religion":
{
"fieldLabel": "Religion",
"validation":
{
"fieldLength": 30,
"collection": "alphabet"
}
},
"Place_of_Birth":
{
"fieldLabel": "Place of Birth",
"validation":
{
"fieldLength": 50,
"collection": "alphanumeric",
"mandatory": true,
"invalidchar": "`~!@#&$%^*_={}[]:;/\"|\\<>"
}
},
"Birthdate":
{
"fieldLabel": "Birthdate",
"validation":
{
"fieldLength": 10,
"collection": "datepicker",
"regexformat": "(^0[0-9]|^1[012])[-](0[0-9]|[12][0-9]|3[01])[-]((19\\d\\d)|(200[0-9])|(201[0-9])|(202[0])|0000)",
"mandatory": true
}
},
"Age":
{
"fieldLabel": "Age",
"validation":
{
"fieldLength": 2,
"collection": "numeric",
"mandatory": true
}
},
"Gender":
{
"fieldLabel": "Gender",
"validation":
{
"fieldLength": 1,
"collection": "dropdown",
"options": [],
"mandatory": true
}
},
"Civil_Status":
{
"fieldLabel": "Civil Status",
"validation":
{
"fieldLength": 15,
"collection": "dropdown",
"options": ["Single", "Married", "Widowed"],
"mandatory": true
}
},
"Nationality":
{
"fieldLabel": "Nationality",
"validation":
{
"fieldLength": 15,
"collection": "dropdown",
"options": ["Filipino", "Foreigner"],
"mandatory": true
}
},
"Height_in_Cm":
{
"fieldLabel": "Height (in cm)",
"validation":
{
"fieldLength": 3,
"collection": "numeric"
}
},
"Weight_in_Kg":
{
"fieldLabel": "Weight (in kg)",
"validation":
{
"fieldLength": 3,
"collection": "numeric"
}
}
}
\ No newline at end of file
{
"DOCUMENT_TYPE":{
"_attributes": {
"readonly": false
},
"SECTION1": {
"field10": {
"fieldLabel" : "field10",
"aka" : "field10",
"validation" : {
"fieldLength" : 40.0,
"collection" : "alphanumeric",
"mandatory" : true
}
}
}
},
"DOCUMENT_TYPE2":{
"_attributes": {
"readonly": true
},
"SECTION1": {
"field10": {
"fieldLabel" : "field10",
"aka" : "field10",
"validation" : {
"fieldLength" : 40.0,
"collection" : "alphanumeric",
"mandatory" : true
}
}
}
}
}
{
"dta": {
"elementid": "element10",
"schema": "/sample_schema/HR Speed Test schema.json",
"record": {
"1": {
"doctype": "ACCOUNTING DOCUMENTS",
"field":
{
"field5": "2011/01/01",
"field6": "field6",
"field7": "dta rec 1 field7",
"field8": "dta rec 1 field8"
}
,
"imagename":"http://35.169.23.0:8080/gfs-explorer-ws/svc/gfs-rest/get-file/goL0Lu3sWnJZXddRtDo0bdCgYEhZe9aIuC0q6Szu9NbAQoAroEPBGKIUtJbZGt00QfElS5ZNKwt6Vb_z08aO-kjEbyNbAabrlXho8G5n5ESUBPUqGIRvfooyVunIFqCqeeiT2VKbO0iDTCOoB_ePaPwNlCH9UPIznw82ZhYl7i5WB3qTdFOJFfBlqJFH4saLP2Wmk1TG66gGVBDJ7ex3nA",
"section": "SECTION1"
},
"2": {
"doctype": "ACCOUNTING DOCUMENTS",
"field": {
"field5": "20011/01/01",
"field6": "dta rec 2 field6",
"field7": "dta rec 2 field7",
"field8": "dta rec 2 field8"
},
"imagename": "http://35.169.23.0:8080/gfs-explorer-ws/svc/gfs-rest/get-file/Yx4mpPHc8_ag8e1JAa1prf6M7CXyfoFwxurFRFkSqO132U3dJtSZRk-8CHUL49tigiuclz0YibNu-u-svktpsHXR9_aC01KJ91Vpb0vzl0OUBPUqGIRvfooyVunIFqCqeeiT2VKbO0iDTCOoB_ePaPwNlCH9UPIznw82ZhYl7i5WB3qTdFOJFfBlqJFH4saLP2Wmk1TG66gGVBDJ7ex3nA",
"section": "SECTION1"
},
"3": {
"doctype": "ACCOUNTING DOCUMENTS",
"field": {
"field5": "03/11/2011",
"field6": "dta rec 3 field6",
"field7": "dta rec 3 field7",
"field8": "dta rec 3 field8"
},
"imagename": "http://35.169.23.0:8080/gfs-explorer-ws/svc/gfs-rest/get-file/aO6o2ZdH-5wB9LnFSfrjt03K5lx1pAuzZ_7-5lGDnnlydwCGMEeMudMQqoDo87yagiuclz0YibNu-u-svktpsOSy9PJp3GHiuKbwlmW8vjGUBPUqGIRvfooyVunIFqCqeeiT2VKbO0iDTCOoB_ePaPwNlCH9UPIznw82ZhYl7i5WB3qTdFOJFfBlqJFH4saLP2Wmk1TG66gGVBDJ7ex3nA",
"section": "SECTION1"
},
"4": {
"doctype": "ACCOUNTING DOCUMENTS",
"field": {
"field5": "03/11/2011",
"field6": "dta rec 4 field6",
"field7": "dta rec 4 field7",
"field8": "dta rec 4 field8"
},
"imagename": "http://35.169.23.0:8080/gfs-explorer-ws/svc/gfs-rest/get-file/dOKWg-Um99mksR-WFv1N08cnWa47xISXL4kA9_xT-EUqRiFCEhATDYz79ZE8L9kEgiuclz0YibNu-u-svktpsAYh1H0OxgGDM7W2LP84wi2UBPUqGIRvfooyVunIFqCqeeiT2VKbO0iDTCOoB_ePaPwNlCH9UPIznw82ZhYl7i5WB3qTdFOJFfBlqJFH4saLP2Wmk1TG66gGVBDJ7ex3nA",
"section": "SECTION1"
},
"5": {
"doctype": "ACCOUNTING DOCUMENTS",
"field": {
"field5": "03/11/2011",
"field6": "dta rec 5 field6",
"field7": "dta rec 5 field7",
"field8": "dta rec 5 field8"
},
"imagename": "http://35.169.23.0:8080/gfs-explorer-ws/svc/gfs-rest/get-file/xvaMBVjVDYy3WovLpy-3PVCNm2VPpmsToqXc4Mvn0WR81UegDsC6L2FtpE6oMTcngiuclz0YibNu-u-svktpsLDIeDgBWJGEPEwkRNKvjseUBPUqGIRvfooyVunIFqCqeeiT2VKbO0iDTCOoB_ePaPwNlCH9UPIznw82ZhYl7i5WB3qTdFOJFfBlqJFH4saLP2Wmk1TG66gGVBDJ7ex3nA",
"section": "SECTION1"
},
"6": {
"doctype": "ACCOUNTING DOCUMENTS",
"field": {
"field5": "03/11/2011",
"field6": "dta rec 6 field6",
"field7": "dta rec 6 field7",
"field8": "dta rec 6 field8"
},
"imagename": "http://35.169.23.0:8080/gfs-explorer-ws/svc/gfs-rest/get-file/_LR7U_ZEj5SjKhHItmhkCNVcQBURPadm4U3StBrD2X6iLi83V59sYG4-_x4SuWMfgiuclz0YibNu-u-svktpsB8Y5dKD10RGGstTVIO-BAGUBPUqGIRvfooyVunIFqCqeeiT2VKbO0iDTCOoB_ePaPwNlCH9UPIznw82ZhYl7i5WB3qTdFOJFfBlqJFH4saLP2Wmk1TG66gGVBDJ7ex3nA",
"section": "SECTION1"
},
"7": {
"doctype": "ACCOUNTING DOCUMENTS",
"field": {
"field5": "03/11/2011",
"field6": "dta rec 7 field6",
"field7": "dta rec 7 field7",
"field8": "dta rec 7 field8"
},
"imagename": "http://35.169.23.0:8080/gfs-explorer-ws/svc/gfs-rest/get-file/DA5BKE-REc7B8E3qedY3BA8EuiJu-Y4HLa3-BNxDNp9FxR1M6XRy7dmGcPOPAlPRgiuclz0YibNu-u-svktpsH1vcqQuHwD7FJUIbbeLi6WUBPUqGIRvfooyVunIFqCqeeiT2VKbO0iDTCOoB_ePaPwNlCH9UPIznw82ZhYl7i5WB3qTdFOJFfBlqJFH4saLP2Wmk1TG66gGVBDJ7ex3nA",
"section": "SECTION1"
}
}
},
"dfc": {
"elementid": "element10",
"schema": "/sample_schema/HR Speed Test schema.json",
"record": {
"1": {
"doctype": "ACCOUNTING DOCUMENTS",
"field":
{
"field5": "11/11/2011",
"field6": "dta rec 1 field6"
}
,
"imagename": "http://35.169.23.0:8080/gfs-explorer-ws/svc/gfs-rest/get-file/_zHfLjuVYQStpfjtsQZC_3un4V_TONkYEIAwqOkzjC2-E16VTONKfn_ytsi2zRhdJZ3Gt9S96NxazsBjDcEIJyXjvR5MjHswPnMJPJ82E46UBPUqGIRvfooyVunIFqCqeeiT2VKbO0iDTCOoB_ePaPwNlCH9UPIznw82ZhYl7i5WB3qTdFOJFfBlqJFH4saLP2Wmk1TG66gGVBDJ7ex3nA",
"section": "SECTION1"
},
"2": {
"doctype": "ACCOUNTING DOCUMENTS",
"field":{
"field7": "dta rec 1 field7",
"field8": "dta rec 1 field8"
},
"imagename": "http://35.169.23.0:8080/gfs-explorer-ws/svc/gfs-rest/get-file/9vk3S1nUoNK8vdL-uOvlzJlMmsLy5eBT1FFV2Ls3PBnp3ipxKMTGE7Esxax9ryDjJZ3Gt9S96NxazsBjDcEIJ5waesBqss-MY0JEKtnpR8mUBPUqGIRvfooyVunIFqCqeeiT2VKbO0iDTCOoB_ePaPwNlCH9UPIznw82ZhYl7i5WB3qTdFOJFfBlqJFH4saLP2Wmk1TG66gGVBDJ7ex3nA",
"section": "SECTION1"
}
}
},
"dtb": {
"elementid": "element10",
"schema": "/sample_schema/HR Speed Test schema.json",
"record": {
"1": {
"doctype": "ACCOUNTING DOCUMENTS",
"field":
{
"field5": "2011/01/01",
"field6": "dtb field6",
"field7": "dtb rec 1 field7",
"field8": "dtb rec 1 field8"
}
,
"imagename": "http://35.169.23.0:8080/gfs-explorer-ws/svc/gfs-rest/get-file/_zHfLjuVYQStpfjtsQZC_3un4V_TONkYEIAwqOkzjC2-E16VTONKfn_ytsi2zRhdJZ3Gt9S96NxazsBjDcEIJyXjvR5MjHswPnMJPJ82E46UBPUqGIRvfooyVunIFqCqeeiT2VKbO0iDTCOoB_ePaPwNlCH9UPIznw82ZhYl7i5WB3qTdFOJFfBlqJFH4saLP2Wmk1TG66gGVBDJ7ex3nA",
"section": "SECTION1"
},
"2": {
"doctype": "ACCOUNTING DOCUMENTS",
"field": {
"field5": "02/12/2011",
"field6": "dtb rec 2 field6",
"field7": "dtb rec 2 field7",
"field8": "field8"
},
"imagename": "http://35.169.23.0:8080/gfs-explorer-ws/svc/gfs-rest/get-file/9vk3S1nUoNK8vdL-uOvlzJlMmsLy5eBT1FFV2Ls3PBnp3ipxKMTGE7Esxax9ryDjJZ3Gt9S96NxazsBjDcEIJ5waesBqss-MY0JEKtnpR8mUBPUqGIRvfooyVunIFqCqeeiT2VKbO0iDTCOoB_ePaPwNlCH9UPIznw82ZhYl7i5WB3qTdFOJFfBlqJFH4saLP2Wmk1TG66gGVBDJ7ex3nA",
"section": "SECTION1"
}
}
},
"withDfc": true,
"errorCount": 1
}
\ No newline at end of file
{
"MEDICAL RECORD" : {
"PATIENT INFORMATION" : {
"full_name" : {
"fieldLabel" : "Full Name (Last, First, M.I)",
"aka" : "field2",
"validation" : {
"fieldLength" : 50.0,
"collection" : "image-capture",
"invalidchar" : "`~!@#&$%^*_={}[]:;/\"|\\<>0123456789",
"mandatory" : true
}
},
"date_of_birth" : {
"fieldLabel" : "Date of Birth (mm/dd/yyyy)",
"aka" : "field3",
"source" : "S",
"validation" : {
"fieldLength" : 10.0,
"collection" : "datepicker",
"mandatory" : false
}
},
"gender" : {
"fieldLabel" : "Gender (M/F)",
"aka" : "field4",
"validation" : {
"fieldLength" : 1.0,
"collection" : "radiolist",
"items" : [ "M", "F", "other"],
"mandatory" : true
}
},
"radiolist2" : {
"fieldLabel" : "Check List",
"aka" : "field45",
"validation" : {
"fieldLength" : 1.0,
"collection" : "checklist",
"items" : [ "Option 1", "Option 2", "Option 3", "other" ],
"mandatory" : true
}
},
"email_address" : {
"fieldLabel" : "Email Address",
"aka" : "field5",
"validation" : {
"fieldLength" : 20.0,
"collection" : "email",
"mandatory" : false
}
},
"emergency_contact" : {
"fieldLabel" : "Emergency Contact",
"aka" : "field6",
"validation" : {
"fieldLength" : 50.0,
"collection" : "alphanumeric",
"mandatory" : false
}
},
"medical_record_no" : {
"fieldLabel" : "Medical Record Number",
"aka" : "field7",
"validation" : {
"fieldLength" : 10.0,
"collection" : "numeric",
"mandatory" : false
}
}
},
"MEDICAL HISTORY" : {
"past_conditions" : {
"fieldLabel" : "Past Conditions",
"aka" : "field8",
"validation" : {
"fieldLength" : 50.0,
"collection" : "alphanumeric",
"mandatory" : false
}
},
"surgical_procedures" : {
"fieldLabel" : "Surgical Procedures",
"aka" : "field9",
"validation" : {
"fieldLength" : 50.0,
"collection" : "alphanumeric",
"mandatory" : false
}
},
"allergies" : {
"fieldLabel" : "Allergies",
"aka" : "field10",
"validation" : {
"fieldLength" : 50.0,
"collection" : "alphanumeric",
"mandatory" : false
}
},
"family_history" : {
"fieldLabel" : "Family History",
"aka" : "field11",
"validation" : {
"fieldLength" : 50.0,
"collection" : "alphanumeric",
"mandatory" : false
}
}
},
"CURRENT MEDICATIONS" : {
"num_current_meds" : {
"fieldLabel" : "No. of Current Medications",
"aka" : "field12",
"validation" : {
"fieldLength" : 2.0,
"collection" : "numeric",
"mandatory" : true
}
},
"name_of_med_1" : {
"fieldLabel" : "Name of Medication 1",
"aka" : "field13",
"validation" : {
"fieldLength" : 25.0,
"collection" : "alphanumeric",
"mandatory" : true
},
"childof" : "num_current_meds",
"parentvalue" : [ "1" ]
},
"dosage_1" : {
"fieldLabel" : "Dosage 1",
"aka" : "field14",
"validation" : {
"fieldLength" : 7.0,
"collection" : "alphanumeric",
"invalidchar" : "`~!@#&$%^*_={}[]:;/\"|\\<>",
"mandatory" : true
},
"childof" : "num_current_meds",
"parentvalue" : [ "1" ]
},
"frequency_1" : {
"fieldLabel" : "Frequency 1",
"aka" : "field15",
"validation" : {
"fieldLength" : 20.0,
"collection" : "alphanumeric",
"invalidchar" : "`~!@#&$%^*_={}[]:;/\"|\\<>",
"mandatory" : true
},
"childof" : "num_current_meds",
"parentvalue" : [ "1" ]
},
"prescribing_physician_1" : {
"fieldLabel" : "Prescribing Physician 1",
"aka" : "field16",
"validation" : {
"fieldLength" : 50.0,
"collection" : "alphanumeric",
"invalidchar" : "`~!@#&$%^*_={}[]:;/\"|\\<>0123456789",
"mandatory" : false
},
"childof" : "num_current_meds",
"parentvalue" : [ "1" ],
"hidden" : true
},
"name_of_med_2" : {
"fieldLabel" : "Name of Medication 2",
"aka" : "field17",
"validation" : {
"fieldLength" : 25.0,
"collection" : "alphanumeric",
"mandatory" : true
},
"childof" : "num_current_meds",
"parentvalue" : [ "2" ]
},
"dosage_2" : {
"fieldLabel" : "Dosage 2",
"aka" : "field18",
"validation" : {
"fieldLength" : 7.0,
"collection" : "alphanumeric",
"invalidchar" : "`~!@#&$%^*_={}[]:;/\"|\\<>",
"mandatory" : true
},
"childof" : "num_current_meds",
"parentvalue" : [ "2" ]
},
"frequency_2" : {
"fieldLabel" : "Frequency 2",
"aka" : "field19",
"validation" : {
"fieldLength" : 20.0,
"collection" : "alphanumeric",
"invalidchar" : "`~!@#&$%^*_={}[]:;/\"|\\<>",
"mandatory" : true
},
"childof" : "num_current_meds",
"parentvalue" : [ "2" ]
},
"prescribing_physician_2" : {
"fieldLabel" : "Prescribing Physician 2",
"aka" : "field20",
"validation" : {
"fieldLength" : 50.0,
"collection" : "alphanumeric",
"invalidchar" : "`~!@#&$%^*_={}[]:;/\"|\\<>0123456789",
"mandatory" : false
},
"childof" : "num_current_meds",
"parentvalue" : [ "2" ],
"hidden" : true
}
}
}
}
\ No newline at end of file
{
"APPLICATION FORM": {
"SECTION1": {
"Date": {
"fieldLabel": "Date",
"aka": "field2",
"source": "p",
"validation": {
"fieldLength": 20,
"collection": "alphanumeric",
"invalidchar": "`~!@#&$%^*_={}[]:;/\"|\\<>",
"mandatory": true
}
},
"Position Applied For": {
"fieldLabel": "Pos Applied For",
"aka": "field3",
"source": "p",
"validation": {
"fieldLength": 30,
"collection": "alphanumeric",
"invalidchar": "`~!@#&$%^*={}[]:;/\"|\\<>",
"mandatory": true
}
},
"Surname": {
"fieldLabel": "Surname",
"aka": "field4",
"source": "p",
"validation": {
"fieldLength": 50,
"collection": "textarea",
"invalidchar": "`~!@#&$%^*={}[]:;/\"|\\<>",
"mandatory": true
}
},
"First Name": {
"fieldLabel": "First Name",
"aka": "field5",
"source": "p",
"validation": {
"fieldLength": 50,
"collection": "textarea",
"invalidchar": "`~!@#&$%^*={}[]:;/\"|\\<>",
"mandatory": true
}
},
"Middle Name": {
"fieldLabel": "Mid Name",
"aka": "field6",
"source": "p",
"validation": {
"fieldLength": 50,
"collection": "textarea",
"invalidchar": "`~!@#&$%^*={}[]:;/\"|\\<>",
"mandatory": true
}
},
"Mother's Maiden Name": {
"fieldLabel": "Mother's Maiden Name",
"aka": "field7",
"source": "p",
"validation": {
"fieldLength": 100,
"collection": "textarea",
"invalidchar": "`~!@#&$%^*={}[]:;/\"|\\<>",
"mandatory": true
}
},
"Date of Birth": {
"fieldLabel": "Date of Birth",
"aka": "field25",
"source": "p",
"validation": {
"fieldLength": 30,
"collection": "datepicker",
"mandatory": true
}
},
"Age": {
"fieldLabel": "Age",
"aka": "field26",
"source": "p",
"validation": {
"fieldLength": 3,
"collection": "numeric",
"mandatory": true
}
},
"Gender": {
"fieldLabel": "Gender",
"aka": "field27",
"source": "p",
"validation": {
"fieldLength": 10,
"collection": "dropdown",
"invalidchar": "`~!@#&$%^*={}[]:;/\"|\\<>",
"mandatory": true,
"options": ["Male","Female"]
}
},
"Civil Status": {
"fieldLabel": "Civil Status",
"aka": "field28",
"source": "s",
"validation": {
"fieldLength": 10,
"collection": "alphanumeric",
"invalidchar": "`~!@#&$%^*={}[]:;/\"|\\<>",
"mandatory": true,
"validvalues": ["Single", "Married", "Widowed"]
}
},
"Spouse Name": {
"fieldLabel": "Spouse Name",
"aka": "field29",
"source": "s",
"validation": {
"fieldLength": 100,
"collection": "textarea",
"invalidchar": "`~!@#&$%^*={}[]:;/\"|\\<>",
"mandatory": true
},
"childof": "Civil Status",
"parentvalue": ["Married", "Widowed"]
},
"Date of Marriage": {
"fieldLabel": "Date of Marriage",
"aka": "field30",
"source": "s",
"validation": {
"fieldLength": 30,
"collection": "alphanumeric",
"invalidchar": "`~!@#&$%^*={}[]:;/\"|\\<>",
"mandatory": true
},
"childof": "Civil Status",
"parentvalue": ["Married", "Widowed"]
},
"Mother's Name": {
"fieldLabel": "Mother's Name",
"aka": "field31",
"source": "s",
"validation": {
"fieldLength": 100,
"collection": "textarea",
"invalidchar": "`~!@#&$%^*={}[]:;/\"|\\<>",
"mandatory": true
},
"childof": "Civil Status",
"parentvalue": ["Single"]
},
"School": {
"fieldLabel": "School",
"aka": "field32",
"source": "p",
"validation": {
"fieldLength": 100,
"collection": "dblookup",
"mandatory": true,
"options": "TBLSchool~Name"
}
},
"TOR": {
"fieldLabel": "TOR",
"aka": "field33",
"source": "p",
"validation": {
"fieldLength": 100,
"collection": "alphanumeric",
"mandatory": true
},
"hidden": "y"
}
}
}
}
\ No newline at end of file
//Data Input Field Config
export var SCHEMA_FILE_PATH = "./WebGde-Widgets/sample_schema/REG-INP-nosection.json";
export var SCHEMA_FILE_PATH = "./WebGde-Widgets/sample_schema/REG-INP.json";
//DBLookup Webservice URL
export var DB_URL = "http://localhost:8080/WebGde/svc/gfs-rest/db-lookup"
\ No newline at end of file
......@@ -4,7 +4,7 @@ import { checkValidValues, validateInput, validateReturnInput } from "../DataInp
import { goBackToElementListViewer } from "../ElementListWidget/ElementListWidget.js";
import { uploadFile } from "../FileUpload/fileUpload.js";
import { createLoadingModal, removeLoadingModal } from "../LoadingModal/LoadingModal.js";
import { IS_RETRIEVE_FROM_BPO, SHOW_ELEMENT_LIST_VIEWER, USERID_FIELD } from "../config.js";
import { IS_RETRIEVE_FROM_BPO, PROD_OUTPUT_UNIT, SHOW_ELEMENT_LIST_VIEWER, USERID_FIELD } from "../config.js";
import { createConfirmationModal, createErrorModal, createInfoModal } from "../genericPopup/genericPopup.js";
import { DISPLAY_FIELD_OBJECT } from "../globalVariable.js";
import { Settings } from "./XMLWriter/Global.js";
......@@ -381,7 +381,7 @@ function validateMedia(key) {
export async function completeToNextNode(elementId) {
let requestJSON = {
"productionOutputUnits": {
"KEYSTROKE": {
[PROD_OUTPUT_UNIT]: {
"outputCount": 0,
"errorCount": 0
}
......
......@@ -30,6 +30,7 @@ export let BPO_URL = DOMAIN + "bpo/";
// export const CURRENT_NODE = "Web_GDE_DEV"
export let CURRENT_NODE = ""
export const ENCODING_PASS = "PASS1"
export const PROD_OUTPUT_UNIT = "INSPECTION"
export const NEXT_NODE = "INSPECTED"
export const EXCEPTION_NODE = "CANCELLED"
export const SHOW_ELEMENT_LIST_VIEWER = "Y"
......
{
"SECTION":
{
"Surname":
{
"fieldLabel": "Surname",
"validation":
{
"fieldLength": 30,
"collection": "alphanumeric",
"invalidchar": "`~!@#&$%^*._={}[]:;/\"|\\<>",
"mandatory": true
}
},
"Religion":
{
"fieldLabel": "Religion",
"validation":
{
"fieldLength": 30,
"collection": "alphabet"
}
},
"Place_of_Birth":
{
"fieldLabel": "Place of Birth",
"validation":
{
"fieldLength": 50,
"collection": "alphanumeric",
"mandatory": true,
"invalidchar": "`~!@#&$%^*_={}[]:;/\"|\\<>"
}
},
"Birthdate":
{
"fieldLabel": "Birthdate",
"validation":
{
"fieldLength": 10,
"collection": "datepicker",
"regexformat": "(^0[0-9]|^1[012])[-](0[0-9]|[12][0-9]|3[01])[-]((19\\d\\d)|(200[0-9])|(201[0-9])|(202[0])|0000)",
"mandatory": true
}
},
"Age":
{
"fieldLabel": "Age",
"validation":
{
"fieldLength": 2,
"collection": "numeric",
"mandatory": true
}
},
"Gender":
{
"fieldLabel": "Gender",
"validation":
{
"fieldLength": 1,
"collection": "dropdown",
"options": ["M", "F"],
"mandatory": true
}
},
"Civil_Status":
{
"fieldLabel": "Civil Status",
"validation":
{
"fieldLength": 15,
"collection": "dropdown",
"options": ["Single", "Married", "Widowed"],
"mandatory": true
}
},
"Nationality":
{
"fieldLabel": "Nationality",
"validation":
{
"fieldLength": 15,
"collection": "dropdown",
"options": ["Filipino", "Foreigner"],
"mandatory": true
}
},
"Height_in_Cm":
{
"fieldLabel": "Height (in cm)",
"validation":
{
"fieldLength": 3,
"collection": "numeric"
}
},
"Weight_in_Kg":
{
"fieldLabel": "Weight (in kg)",
"validation":
{
"fieldLength": 3,
"collection": "numeric"
}
}
}
}
\ No newline at end of file
{
"SECTION":
{
"Surname":
{
"fieldLabel": "Surname",
"validation":
{
"fieldLength": 30,
"collection": "alphanumeric",
"invalidchar": "`~!@#&$%^*._={}[]:;/\"|\\<>",
"mandatory": true
}
},
"House_Number":
{
"fieldLabel": "House Number",
"validation":
{
"fieldLength": 15,
"collection": "alphanumeric",
"invalidchar": "`~!@&$%^*_={}[]:;\"|\\<>"
}
},
"Street":
{
"fieldLabel": "Street",
"validation":
{
"fieldLength": 30,
"collection": "alphanumeric",
"invalidchar": "`~!@#&$%^*_={}[]:;/\"|\\<>"
}
},
"Village_Subdivision":
{
"fieldLabel": "Village/Subdivision",
"validation":
{
"fieldLength": 30,
"collection": "alphanumeric",
"invalidchar": "`~!@#&$%^*_={}[]:;/\"|\\<>"
}
},
"Municipality_City_Province":
{
"fieldLabel": "Municipality/City/Province",
"validation":
{
"fieldLength": 30,
"collection": "alphanumeric",
"mandatory": true,
"invalidchar": "`~!@#&$%^*_={}[]:;/\"|\\<>"
}
},
"Years_of_Stay":
{
"fieldLabel": "Years of Stay",
"validation":
{
"fieldLength": 2,
"collection": "numeric"
}
},
"Religion":
{
"fieldLabel": "Religion",
"validation":
{
"fieldLength": 30,
"collection": "alphabet"
}
},
"Place_of_Birth":
{
"fieldLabel": "Place of Birth",
"validation":
{
"fieldLength": 50,
"collection": "alphanumeric",
"mandatory": true,
"invalidchar": "`~!@#&$%^*_={}[]:;/\"|\\<>"
}
},
"Birthdate":
{
"fieldLabel": "Birthdate",
"validation":
{
"fieldLength": 10,
"collection": "datepicker",
"regexformat": "(^0[0-9]|^1[012])[-](0[0-9]|[12][0-9]|3[01])[-]((19\\d\\d)|(200[0-9])|(201[0-9])|(202[0])|0000)",
"mandatory": true
}
},
"Age":
{
"fieldLabel": "Age",
"validation":
{
"fieldLength": 2,
"collection": "numeric",
"mandatory": true
}
},
"Gender":
{
"fieldLabel": "Gender",
"validation":
{
"fieldLength": 1,
"collection": "dropdown",
"options": ["M", "F"],
"mandatory": true
}
},
"Civil_Status":
{
"fieldLabel": "Civil Status",
"validation":
{
"fieldLength": 15,
"collection": "dropdown",
"options": ["Single", "Married", "Widowed"],
"mandatory": true
}
},
"Nationality":
{
"fieldLabel": "Nationality",
"validation":
{
"fieldLength": 15,
"collection": "dropdown",
"options": ["Filipino", "Foreigner"],
"mandatory": true
}
},
"Height_in_Cm":
{
"fieldLabel": "Height (in cm)",
"validation":
{
"fieldLength": 3,
"collection": "numeric"
}
},
"Weight_in_Kg":
{
"fieldLabel": "Weight (in kg)",
"validation":
{
"fieldLength": 3,
"collection": "numeric"
}
}
}
}
\ No newline at end of file
{
"_attributes": {
"readOnly": false
},
"REG-INP" : {
"Section" : {
"profile_section_header": {
"fieldLabel" : "Profile",
"validation" : {
"collection" : "title"
}
},
"business_name" : {
"fieldLabel" : "Business Name",
"aka" : "field2",
"validation" : {
"fieldLength" : 50.0,
"collection" : "alphanumeric",
"mandatory" : false
}
},
"risk_level" : {
"fieldLabel" : "Risk Level",
"aka" : "field11",
"validation" : {
"fieldLength" : 1.0,
"collection" : "dropdown",
"options" : [ "LOW", "HIGH" ],
"mandatory" : true
}
},
"stand_alone_line_occupancy" : {
"fieldLabel" : "Stand Alone/Line Occupancy",
"aka" : "field20",
"validation" : {
"fieldLength" : 1.0,
"collection" : "radiolist",
"items" : [ "Stand Alone", "Line Occupancy" ],
"mandatory" : false
}
}
}
},
"COMP-INP1" : {
"Section" : {
"profile_section_header": {
"fieldLabel" : "Profile",
"validation" : {
"collection" : "title"
}
},
"business_name" : {
"fieldLabel" : "Business Name",
"aka" : "field2",
"validation" : {
"fieldLength" : 50.0,
"collection" : "alphanumeric",
"mandatory" : true
}
},
"risk_level" : {
"fieldLabel" : "Risk Level",
"aka" : "field11",
"validation" : {
"fieldLength" : 1.0,
"collection" : "dropdown",
"options" : [ "LOW", "HIGH" ],
"mandatory" : true
}
}
}
},
"COMP-INP2" : {
"Section" : {
"profile_section_header": {
"fieldLabel" : "Profile",
"validation" : {
"collection" : "title"
}
},
"business_name" : {
"fieldLabel" : "Business Name",
"aka" : "field2",
"validation" : {
"fieldLength" : 50.0,
"collection" : "alphanumeric",
"mandatory" : true
}
},
"risk_level" : {
"fieldLabel" : "Risk Level",
"aka" : "field11",
"validation" : {
"fieldLength" : 1.0,
"collection" : "dropdown",
"options" : [ "LOW", "HIGH" ],
"mandatory" : true
}
}
}
},
"COMP-INP3" : {
"Section" : {
"profile_section_header": {
"fieldLabel" : "Profile",
"validation" : {
"collection" : "title"
}
},
"business_name" : {
"fieldLabel" : "Business Name",
"aka" : "field2",
"validation" : {
"fieldLength" : 50.0,
"collection" : "alphanumeric",
"mandatory" : true
}
},
"risk_level" : {
"fieldLabel" : "Risk Level",
"aka" : "field11",
"validation" : {
"fieldLength" : 1.0,
"collection" : "dropdown",
"options" : [ "LOW", "HIGH" ],
"mandatory" : true
}
}
}
}
}
\ No newline at end of file
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment