Commit 68609dee authored by Sven Franck's avatar Sven Franck

added all configuration as JSON (per page)

parent 8e888e0c
{
"title": "Computers",
"title_i18n": "",
"portal_type_source": "",
"portal_type_title":"",
"options": {
"jump": {"hash": "","items": [{"href":"", "title":"", "title_i18n":""}]},
"action": {"hash":"", "items": [{"href": "", "title": "", "title_i18n":""}]},
"export": {"hash":"", "items": [{"href": "", "title": "", "title_i18n":""}]}
},
"toolbars": {
"header": [
[
{"control":"navigate","active":"true"}
],[
{"control":"login", "active":"true"},
{"control":"home","active":"true"}
]
],
"footer": [
{"control":"jump", "active":"true"},
{"control":"add", "active":"true"},
{"control":"remove","active":"true"},
{"control":"action","active":"true"},
{"control":"export", "active":"true"}
]
},
"gadgets": {
"account_actions": {
"portal_type_source": "Persons",
"portal_type_title": "account",
"layout": {
"type": "controlgroup",
"direction": "vertical",
"class": "center",
"buttons": [
{"type": "a", "direct": {"href": "", "className": "translate action ui-btn ui-shadow ui-icon-lock ui-btn-active ui-corner-all ui-btn-icon-left"}, "attributes": {"data-reference": "request_ssl", "data-i18n":""},"logic": {"text": "Request SSL Certificate"}},
{"type": "a", "direct": {"href": "", "className": "translate action ui-btn ui-shadow ui-icon-unlock ui-btn-active ui-corner-all ui-btn-icon-left"},"attributes": {"data-reference": "revoke_ssl", "data-i18n":""}, "logic": {"text": "Revoke SSL Certificate"}},
{"type": "a", "direct": {"href": "", "className": "translate action ui-btn ui-shadow ui-icon-lock ui-btn-active ui-corner-all ui-btn-icon-left"}, "attributes": {"data-reference": "request_computer_token", "data-i18n":""}, "logic": {"text": "Computer Security Token"}},
{"type": "a", "direct": {"href": "", "className": "translate action ui-btn ui-shadow ui-icon-lock ui-btn-active ui-corner-all ui-btn-icon-left"},"attributes": {"data-reference": "request_credential_token", "data-i18n":""}, "logic": {"text": "Credential Security Token"}}
]
}
},
"fieldlist_01": {
"portal_type_source": "Persons",
"portal_type_title":"person",
"base_element": {},
"form_wrapper": {"type":"form", "direct":{"id": "form_get_subscriptions", "className": "jio_trigger validate"}, "attributes":{"data-reference": "getSomeSubscriptions"},"logic":{}},
"layout": {
"blocks": [
{"fullscreen": true, "fields": ["my_first_name", "my_last_name", "my_participation_number", "my_zip_code"], "overrides": {},"actions": [{ "type": "controlgroup", "direction": "horizontal", "class": "right ", "controls_class": "", "buttons": [{ "type": "a", "direct": { "href": "payments.html", "className": "ui-btn-aide-brown translate action_submit ui-link ui-btn ui-btn-inline ui-shadow ui-corner-all ui-icon-signout ui-corner-all ui-btn-icon-right ui-first-child ui-last-child" }, "attributes": { "data-theme": "aide-brown", "data-type": "person", "data-form": "form_get_subscriptions", "data-role":"button", "data-icon":"signout", "data-i18n":"", "data-iconpos":"right" },"logic": {"text": "Soumettre"}}]}]}
]
}
}
}
}
\ No newline at end of file
{
"title": "Computers",
"title_i18n": "",
"portal_type_source": "",
"portal_type_title":"",
"options": {
"jump": {"hash": "","items": [{"href":"", "title":"", "title_i18n":""}]},
"action": {"hash":"", "items": [{"href": "", "title": "", "title_i18n":""}]},
"export": {"hash":"", "items": [{"href": "", "title": "", "title_i18n":""}]}
},
"toolbars": {
"header": [
[
{"control":"navigate","active":"true"}
],[
{"control":"login", "active":"true"},
{"control":"home","active":"true"}
]
],
"footer": [
{"control":"jump", "active":"true"},
{"control":"add", "active":"true"},
{"control":"remove","active":"true"},
{"control":"action","active":"true"},
{"control":"export", "active":"true"}
]
},
"field_definitions": {
"my_title": {
"type": "StringField",
"widget": {
"id": "my_title",
"alternate_name": "my_title",
"title": "Title",
"title_i18n": "",
"description": "The name of a document in ERP5",
"description_i18n": "",
"default": null,
"css_class": null,
"hidden": false,
"display_width": 30,
"maximum_input": null,
"extra": {"data-clear-btn":"true"}
},
"validator": {
"enabled": true,
"editable": true,
"external_validator": null,
"required": null,
"preserve_whitespace": null,
"unicode": null,
"maximum_length": null,
"truncate": null
},
"messages": {
"external_validator_failed": {
"message": "The input failed the external validator.",
"i18n": ""
},
"required_not_found": {
"message": "Input is required but no input given.",
"i18n": ""
},
"too_long": {
"message":"Too much input was given.",
"i18n": ""
}
}
},
"my_reference": {
"type": "StringField",
"widget": {
"id": "my_reference",
"alternate_name": "my_reference",
"title": "Reference",
"title_i18n": "",
"description": "The name of a document in ERP5",
"description_i18n": "",
"default": null,
"css_class": null,
"hidden": false,
"display_width": 30,
"maximum_input": null,
"extra": {"data-clear-btn":"true"}
},
"validator": {
"enabled": true,
"editable": true,
"external_validator": null,
"required": null,
"preserve_whitespace": null,
"unicode": null,
"maximum_length": null,
"truncate": null
},
"messages": {
"external_validator_failed": {
"message": "The input failed the external validator.",
"i18n": ""
},
"required_not_found": {
"message": "Input is required but no input given.",
"i18n": ""
},
"too_long": {
"message":"Too much input was given.",
"i18n": ""
}
}
},
"my_group": {
"type": "ListField",
"widget": {
"id": "my_group",
"alternate_name": "my_group",
"title": "Group",
"title_i18n": "",
"description": "The name of a document in ERP5",
"description_i18n": "",
"default": null,
"css_class": null,
"hidden": false,
"size": 1,
"items": "getComputerGroups",
"select_first_item": true,
"extra_per_item": null,
"extra": null
},
"validator": {
"enabled": true,
"editable": true,
"external_validator": null,
"required": null,
"preserve_whitespace": null,
"unicode": null
},
"messages": {
"external_validator_failed": {
"message": "The input failed the external validator.",
"i18n": ""
},
"required_not_found": {
"message": "Input is required but no input given.",
"i18n": ""
},
"unknown_selection": {
"message":"You selected on option not on the menu",
"i18n": ""
}
}
},
"my_cpu_core": {
"type": "ListField",
"widget": {
"id": "my_cpu_core",
"alternate_name": "my_cpu_core",
"title": "CPU Core",
"title_i18n": "",
"description": "The name of a document in ERP5",
"description_i18n": "",
"default": null,
"css_class": null,
"hidden": false,
"size": 1,
"items": "getComputerCPUCore",
"select_first_item": true,
"extra_per_item": null,
"extra": null
},
"validator": {
"enabled": true,
"editable": true,
"external_validator": null,
"required": null,
"preserve_whitespace": null,
"unicode": null
},
"messages": {
"external_validator_failed": {
"message": "The input failed the external validator.",
"i18n": ""
},
"required_not_found": {
"message": "Input is required but no input given.",
"i18n": ""
},
"unknown_selection": {
"message":"You selected on option not on the menu",
"i18n": ""
}
}
},
"my_cpu_frequency": {
"type": "ListField",
"widget": {
"id": "my_cpu_frequency",
"alternate_name": "my_cpu_frequency",
"title": "CPU Frequency",
"title_i18n": "",
"description": "The name of a document in ERP5",
"description_i18n": "",
"default": null,
"css_class": null,
"hidden": false,
"size": 1,
"items": "getComputerCPUFrequency",
"select_first_item": true,
"extra_per_item": null,
"extra": null
},
"validator": {
"enabled": true,
"editable": true,
"external_validator": null,
"required": null,
"preserve_whitespace": null,
"unicode": null
},
"messages": {
"external_validator_failed": {
"message": "The input failed the external validator.",
"i18n": ""
},
"required_not_found": {
"message": "Input is required but no input given.",
"i18n": ""
},
"unknown_selection": {
"message":"You selected on option not on the menu",
"i18n": ""
}
}
},
"my_cpu_type": {
"type": "ListField",
"widget": {
"id": "my_cpu_type",
"alternate_name": "my_cpu_type",
"title": "CPU Type",
"title_i18n": "",
"description": "The name of a document in ERP5",
"description_i18n": "",
"default": null,
"css_class": null,
"hidden": false,
"size": 1,
"items": "getComputerCPUType",
"select_first_item": true,
"extra_per_item": null,
"extra": null
},
"validator": {
"enabled": true,
"editable": true,
"external_validator": null,
"required": null,
"preserve_whitespace": null,
"unicode": null
},
"messages": {
"external_validator_failed": {
"message": "The input failed the external validator.",
"i18n": ""
},
"required_not_found": {
"message": "Input is required but no input given.",
"i18n": ""
},
"unknown_selection": {
"message":"You selected on option not on the menu",
"i18n": ""
}
}
},
"my_memory_size": {
"type": "ListField",
"widget": {
"id": "my_memory_size",
"alternate_name": "my_memory_size",
"title": "Memory Size",
"title_i18n": "",
"description": "The name of a document in ERP5",
"description_i18n": "",
"default": null,
"css_class": null,
"hidden": false,
"size": 1,
"items": "getComputerMemorySize",
"select_first_item": true,
"extra_per_item": null,
"extra": null
},
"validator": {
"enabled": true,
"editable": true,
"external_validator": null,
"required": null,
"preserve_whitespace": null,
"unicode": null
},
"messages": {
"external_validator_failed": {
"message": "The input failed the external validator.",
"i18n": ""
},
"required_not_found": {
"message": "Input is required but no input given.",
"i18n": ""
},
"unknown_selection": {
"message":"You selected on option not on the menu",
"i18n": ""
}
}
},
"my_memory_type": {
"type": "ListField",
"widget": {
"id": "my_memory_type",
"alternate_name": "my_memory_type",
"title": "Memory Type",
"title_i18n": "",
"description": "The name of a document in ERP5",
"description_i18n": "",
"default": null,
"css_class": null,
"hidden": false,
"size": 1,
"items": "getComputerMemoryType",
"select_first_item": true,
"extra_per_item": null,
"extra": null
},
"validator": {
"enabled": true,
"editable": true,
"external_validator": null,
"required": null,
"preserve_whitespace": null,
"unicode": null
},
"messages": {
"external_validator_failed": {
"message": "The input failed the external validator.",
"i18n": ""
},
"required_not_found": {
"message": "Input is required but no input given.",
"i18n": ""
},
"unknown_selection": {
"message":"You selected on option not on the menu",
"i18n": ""
}
}
},
"my_region": {
"type": "ListField",
"widget": {
"id": "my_region",
"alternate_name": "my_region",
"title": "Region",
"title_i18n": "",
"description": "The name of a document in ERP5",
"description_i18n": "",
"default": null,
"css_class": null,
"hidden": false,
"size": 1,
"items": "getComputerRegion",
"select_first_item": true,
"extra_per_item": null,
"extra": null
},
"validator": {
"enabled": true,
"editable": true,
"external_validator": null,
"required": null,
"preserve_whitespace": null,
"unicode": null
},
"messages": {
"external_validator_failed": {
"message": "The input failed the external validator.",
"i18n": ""
},
"required_not_found": {
"message": "Input is required but no input given.",
"i18n": ""
},
"unknown_selection": {
"message":"You selected on option not on the menu",
"i18n": ""
}
}
},
"my_storage_capacity": {
"type": "ListField",
"widget": {
"id": "my_storage_capacity",
"alternate_name": "my_storage_capacity",
"title": "Storage Capacity",
"title_i18n": "",
"description": "The name of a document in ERP5",
"description_i18n": "",
"default": null,
"css_class": null,
"hidden": false,
"size": 1,
"items": "getComputerStorageCapacity",
"select_first_item": true,
"extra_per_item": null,
"extra": null
},
"validator": {
"enabled": true,
"editable": true,
"external_validator": null,
"required": null,
"preserve_whitespace": null,
"unicode": null
},
"messages": {
"external_validator_failed": {
"message": "The input failed the external validator.",
"i18n": ""
},
"required_not_found": {
"message": "Input is required but no input given.",
"i18n": ""
},
"unknown_selection": {
"message":"You selected on option not on the menu",
"i18n": ""
}
}
},
"my_storage_interface": {
"type": "ListField",
"widget": {
"id": "my_storage_interface",
"alternate_name": "my_storage_interface",
"title": "Storage Interface",
"title_i18n": "",
"description": "The name of a document in ERP5",
"description_i18n": "",
"default": null,
"css_class": null,
"hidden": false,
"size": 1,
"items": "getComputerStorageInterface",
"select_first_item": true,
"extra_per_item": null,
"extra": null
},
"validator": {
"enabled": true,
"editable": true,
"external_validator": null,
"required": null,
"preserve_whitespace": null,
"unicode": null
},
"messages": {
"external_validator_failed": {
"message": "The input failed the external validator.",
"i18n": ""
},
"required_not_found": {
"message": "Input is required but no input given.",
"i18n": ""
},
"unknown_selection": {
"message":"You selected on option not on the menu",
"i18n": ""
}
}
},
"my_storage_redundancy": {
"type": "ListField",
"widget": {
"id": "my_storage_redundancy",
"alternate_name": "my_storage_redundancy",
"title": "Storage Redundancy",
"title_i18n": "",
"description": "The name of a document in ERP5",
"description_i18n": "",
"default": null,
"css_class": null,
"hidden": false,
"size": 1,
"items": "getComputerStorageRedundancy",
"select_first_item": true,
"extra_per_item": null,
"extra": null
},
"validator": {
"enabled": true,
"editable": true,
"external_validator": null,
"required": null,
"preserve_whitespace": null,
"unicode": null
},
"messages": {
"external_validator_failed": {
"message": "The input failed the external validator.",
"i18n": ""
},
"required_not_found": {
"message": "Input is required but no input given.",
"i18n": ""
},
"unknown_selection": {
"message":"You selected on option not on the menu",
"i18n": ""
}
}
},
"my_wide_area_network_type": {
"type": "ListField",
"widget": {
"id": "my_wide_area_network_type",
"alternate_name": "my_wide_area_network_type",
"title": "Network Type",
"title_i18n": "",
"description": "The name of a document in ERP5",
"description_i18n": "",
"default": null,
"css_class": null,
"hidden": false,
"size": 1,
"items": "getComputerNetwork",
"select_first_item": true,
"extra_per_item": null,
"extra": null
},
"validator": {
"enabled": true,
"editable": true,
"external_validator": null,
"required": null,
"preserve_whitespace": null,
"unicode": null
},
"messages": {
"external_validator_failed": {
"message": "The input failed the external validator.",
"i18n": ""
},
"required_not_found": {
"message": "Input is required but no input given.",
"i18n": ""
},
"unknown_selection": {
"message":"You selected on option not on the menu",
"i18n": ""
}
}
},
"my_local_area_network_type": {
"type": "ListField",
"widget": {
"id": "my_local_area_network_type",
"alternate_name": "my_local_area_network_type",
"title": "Local Area Network Type",
"title_i18n": "",
"description": "The name of a document in ERP5",
"description_i18n": "",
"default": null,
"css_class": null,
"hidden": false,
"size": 1,
"items": "getComputerLANType",
"select_first_item": true,
"extra_per_item": null,
"extra": null
},
"validator": {
"enabled": true,
"editable": true,
"external_validator": null,
"required": null,
"preserve_whitespace": null,
"unicode": null
},
"messages": {
"external_validator_failed": {
"message": "The input failed the external validator.",
"i18n": ""
},
"required_not_found": {
"message": "Input is required but no input given.",
"i18n": ""
},
"unknown_selection": {
"message":"You selected on option not on the menu",
"i18n": ""
}
}
},
"my_storage_technology": {
"type": "ListField",
"widget": {
"id": "my_storage_technology",
"alternate_name": "my_storage_technology",
"title": "Storage Technology",
"title_i18n": "",
"description": "The name of a document in ERP5",
"description_i18n": "",
"default": null,
"css_class": null,
"hidden": false,
"size": 1,
"items": "getStorageTechnology",
"select_first_item": true,
"extra_per_item": null,
"extra": null
},
"validator": {
"enabled": true,
"editable": true,
"external_validator": null,
"required": null,
"preserve_whitespace": null,
"unicode": null
},
"messages": {
"external_validator_failed": {
"message": "The input failed the external validator.",
"i18n": ""
},
"required_not_found": {
"message": "Input is required but no input given.",
"i18n": ""
},
"unknown_selection": {
"message":"You selected on option not on the menu",
"i18n": ""
}
}
},
"my_description": {
"type": "TextareaField",
"widget": {
"id": "my_group",
"alternate_name": "my_group",
"title": "Description",
"title_i18n": "",
"description": "The name of a document in ERP5",
"description_i18n": "",
"default": null,
"css_class": null,
"hidden": false,
"width": 100,
"height": 10
},
"validator": {
"enabled": true,
"editable": true,
"external_validator": null,
"required": null,
"preserve_whitespace": null,
"unicode": null,
"maximum_lines": null,
"maximum_length_of_line": null,
"maximum_length": null
},
"messages": {
"external_validator_failed": {
"message": "The input failed the external validator.",
"i18n": ""
},
"required_not_found": {
"message": "Input is required but no input given.",
"i18n": ""
},
"too_many_lines": {
"message":"You entered too many lines",
"i18n": ""
},
"line_too_long": {
"message": "A line was too long",
"i18n": ""
},
"too_long": {
"message": "You entered too many characters",
"i18n": ""
}
}
},
"my_translated_validation_state_title": {
"type": "StringField",
"widget": {
"id": "my_translated_validation_state_title",
"alternate_name": "my_translated_validation_state_title",
"title": "Validation State",
"title_i18n": "",
"description": "The name of a document in ERP5",
"description_i18n": "",
"default": null,
"css_class": null,
"hidden": false,
"display_width": 30,
"maximum_input": null,
"extra": {"data-clear-btn":"true"}
},
"validator": {
"enabled": true,
"editable": true,
"external_validator": null,
"required": null,
"preserve_whitespace": null,
"unicode": null,
"maximum_length": null,
"truncate": null
},
"messages": {
"external_validator_failed": {
"message": "The input failed the external validator.",
"i18n": ""
},
"required_not_found": {
"message": "Input is required but no input given.",
"i18n": ""
},
"too_long": {
"message":"Too much input was given.",
"i18n": ""
}
}
},
"my_default_network_address_netmask": {
"type": "StringField",
"widget": {
"id": "my_default_network_address_netmask",
"alternate_name": "my_default_network_address_netmask",
"title": "Netmask",
"title_i18n": "",
"description": "The name of a document in ERP5",
"description_i18n": "",
"default": null,
"css_class": null,
"hidden": false,
"display_width": 30,
"maximum_input": null,
"extra": {"data-clear-btn":"true"}
},
"validator": {
"enabled": true,
"editable": true,
"external_validator": null,
"required": null,
"preserve_whitespace": null,
"unicode": null,
"maximum_length": null,
"truncate": null
},
"messages": {
"external_validator_failed": {
"message": "The input failed the external validator.",
"i18n": ""
},
"required_not_found": {
"message": "Input is required but no input given.",
"i18n": ""
},
"too_long": {
"message":"Too much input was given.",
"i18n": ""
}
}
},
"my_default_network_address_ip_address": {
"type": "StringField",
"widget": {
"id": "my_default_network_address_ip_address",
"alternate_name": "my_default_network_address_ip_address",
"title": "IP Address",
"title_i18n": "",
"description": "The name of a document in ERP5",
"description_i18n": "",
"default": null,
"css_class": null,
"hidden": false,
"display_width": 30,
"maximum_input": null,
"extra": {"data-clear-btn":"true"}
},
"validator": {
"enabled": true,
"editable": true,
"external_validator": null,
"required": null,
"preserve_whitespace": null,
"unicode": null,
"maximum_length": null,
"truncate": null
},
"messages": {
"external_validator_failed": {
"message": "The input failed the external validator.",
"i18n": ""
},
"required_not_found": {
"message": "Input is required but no input given.",
"i18n": ""
},
"too_long": {
"message":"Too much input was given.",
"i18n": ""
}
}
},
"my_default_network_address_host_name": {
"type": "StringField",
"widget": {
"id": "my_default_network_address_host_name",
"alternate_name": "my_default_network_address_host_name",
"title": "Hostname",
"title_i18n": "",
"description": "The name of a document in ERP5",
"description_i18n": "",
"default": null,
"css_class": null,
"hidden": false,
"display_width": 30,
"maximum_input": null,
"extra": {"data-clear-btn":"true"}
},
"validator": {
"enabled": true,
"editable": true,
"external_validator": null,
"required": null,
"preserve_whitespace": null,
"unicode": null,
"maximum_length": null,
"truncate": null
},
"messages": {
"external_validator_failed": {
"message": "The input failed the external validator.",
"i18n": ""
},
"required_not_found": {
"message": "Input is required but no input given.",
"i18n": ""
},
"too_long": {
"message":"Too much input was given.",
"i18n": ""
}
}
},
"my_quantity": {
"type": "IntegerField",
"widget": {
"id": "my_quantity",
"alternate_name": "my_quantity",
"title": "Number of Computer Partitions",
"title_i18n": "",
"description": "The name of a document in ERP5",
"description_i18n": "",
"default": undefined,
"css_class": undefined,
"hidden": false,
"display_width": 5,
"maximum_input": undefined,
"extra": {"data-clear-btn":"true"}
},
"validator": {
"enabled": true,
"editable": true,
"external_validator": undefined,
"required": undefined,
"preserve_whitespace": undefined,
"truncate": undefined,
"start": undefined,
"end": undefined
},
"messages": {
"external_validator_failed": {
"message": "The input failed the external validator.",
"i18n": ""
},
"required_not_found": {
"message": "Input is required but no input given.",
"i18n": ""
},
"not_integer": {
"message":"You did not enter an integer.",
"i18n": ""
},
"integer_out_of_range": {
"message":"The integer you entered is out of range.",
"i18n": ""
}
}
},
"my_specialize_title": {
"type": "RelationStringField",
"widget": {
"id": "my_specialize_title",
"alternate_name": "my_specialize_title",
"title": "Computer Model",
"title_i18n": "",
"description": "The name of a document in ERP5",
"description_i18n": "",
"default": undefined,
"css_class": undefined,
"hidden": false,
"width": 20,
"extra": {
"data-clear-btn":"true",
"data-action-btn":"true",
"data-action-btn-icon": "plane",
"data-action-btn-text": "Jump",
"data-reference": "relation",
"data-action-btn-pop": "true",
"data-action-btn-pop-id": "relation",
"data-action-btn-class": "ui-disabled"
},
"update_method": undefined,
"jump_method": undefined,
"allow_jump": true,
"base_category": undefined,
"portal_type": "Computer Model",
"allow_creation": true,
"container_getter_method": undefined,
"context_getter_method": undefined,
"catalog_index": undefined,
"relation_update_method": undefined,
"relation_form": undefined,
"columns": undefined,
"default_list": undefined,
"parameter_list": undefined,
"list_method": undefined,
"select_first_item": undefined,
"items": undefined,
"proxy_listbox_ids": undefined,
"size": undefined,
"extra_per_item": undefined
},
"validator": {
"enabled": true,
"editable": true,
"external_validator": undefined,
"required": undefined,
"preserver_whitespace": undefined,
"unicode": undefined,
"maximum_lenght": undefined,
"truncate": undefined,
"maximum_lines": undefined,
"maximum_length_of_line": undefined
}
}
},
"gadgets": {
"computer_01": {
"portal_type_source": "Computer",
"portal_type_title":"computer",
"base_element": {"type": "table", "direct": {"id": "computer_1","className":"table-stroke ui-responsive"}, "attributes": {"data-filter":"true", "data-input":"#global_search_invoices","data-mode": "columntoggle","data-use-pop": false,"data-wrap": "both","data-top-grid": 1,"data-bottom-grid": 1}, "logic": {}},
"form_wrapper": undefined,
"configuration": {
"wrapper": [
{"caption": false, "slot":"1", "element": {"type": "p", "direct": {}, "attributes": {"data-i18n": ""}, "logic": {"text": "Computers Overview"}}, "children": []},
],
"controlbar": [
{"global_search": true, "element": {"type": "input", "direct":{"id":"global_search_invoices"},"attributes":{"data-enhanced":"true", "data-i18n": "","placeholder":"Search Invoices", "data-icon":"search", "data-action-btn":"true", "data-type":"search", "type":"search"},"logic":{"clear":"true", "action":"search"}}, "children":[]},
{"record_info": false, "element": {"type": "span", "direct": {"className":"record_info invoices_01"}}, "children":[]},
{"filter_info": false, "element": {"type": "span", "direct": {"className":"filter_info invoices_01"}}, "children":[]}
],
"table": {}
},
"layout": {
"columns": [
{"title": "_id", "show": false, "priority": 5 },
{"title": "status", "show": true, "persist":"true", "status": true },
{"title": "my_title", "show": true, "persist":"true"},
{"title": "my_reference", "show": true, "persist":"true"},
{"title": "my_translated_validation_state_title","show": true, "priority": 6 }
]
},
"actions": []
},
"computer_actions": {
"portal_type_source": "Computers",
"portal_type_title": "computer",
"layout": {
"type": "controlgroup",
"direction": "horizontal",
"class": "action_menu center ",
"buttons": [
{"type": "a", "direct": {"href": "object.html?type=computers&mode=new", "className": "translate action ui-link ui-btn ui-btn-inline ui-shadow ui-icon-hdd ui-btn-active ui-corner-all ui-btn-icon-left"}, "attributes": {"data-reference": "new", "data-i18n":""},"logic": {"text": "Add Computer"}}
]
}
},
"tabs_01": {
"portal_type_source": "Computers",
"portal_type_title": "computer",
"base_element": {"type":"collapsible"},
"form_wrapper": undefined,
"layout": {
"tabs": [
{"title": "View", "i18n": "", "blocks": [{"fullscreen": false, "fields": ["my_title", "my_reference", "my_group", "my_specialize_title"], "overrides": {}},{"fullscreen": false, "fields": ["my_quantity","my_default_network_address_host_name","my_default_network_address_ip_address","my_default_network_address_netmask","my_translated_validation_state_title"],"overrides": {"my_quantity": {"default": 0},"my_translated_validation_state_title": {"editable": false}}},{"fullscreen": true, "fields": ["my_description"],"overrides":{}},{"fullscreen": true,"fields": [],"view": {"gadget_id": "listbox_03", "renderWith": "constructListbox"}}]},
{"title": "Computer Partitions","i18n": "","blocks": [{"fullscreen": false, "fields": ["my_title", "my_reference", "my_group"],"overrides": { "my_reference": {"disabled": true}}}]},
{"title": "Model", "i18n": "", "blocks": [{"fullscreen": false,"fields": ["my_title","my_reference","my_group","my_cpu_core","my_cpu_frequency","my_cpu_type","my_local_area_network_type","my_memory_size","my_memory_type"],"overrides": {"my_reference":{"editable": false}}},{"fullscreen": false, "fields": ["my_region","my_storage_capacity","my_storage_interface","my_storage_redundancy", "my_storage_technology", "my_wide_area_network_type","my_translated_validation_state_title"],"overrides": {"my_translated_validation_state_title": { "editable": false}}}]},
{"title": "Capacity","i18n": "", "blocks": [{"fullscreen": false, "fields": ["my_title"], "overrides": {}}]},
{"title": "Tcp Port Number", "i18n": "", "blocks": []},
{"title": "Computer Useage", "i18n": "", "blocks": []},
{"title": "Consistency", "i18n": "", "blocks": []},
{"title": "History", "i18n": "", "blocks": []},
{"title": "Metadata", "i18n": "", "blocks": [{"fullscreen": false,"fields": ["my_title"],"overrides": {}} ]}
]
}
},
"tabs_02": {
"portal_type_title": "computer",
"configuration": {
"editable": false,
"autosave": "collapsiblebeforeexpand"
},
"layout": [
{
"title": "View",
"i18n": "computer.tabs.names.view",
"blocks": [
{
"fullscreen": false,
"fields": [
"my_title",
"my_reference",
"my_group",
"my_specialize_title"
],
"overrides": {}
},
{
"fullscreen": false,
"fields": [
"my_quantity",
"my_default_network_address_host_name",
"my_default_network_address_ip_address",
"my_default_network_address_netmask",
"my_translated_validation_state_title"
],
"overrides": {
"my_quantity": {
"default": 0
},
"my_translated_validation_state_title": {
"editable": false
}
}
},
{
"fullscreen": true,
"fields": [
"my_description"
],
"overrides":{}
},
{
"fullscreen": true,
"fields": [],
"view": {
"gadget_id": "listbox_03",
"renderWith": "constructListbox"
}
}
]
},{
"title": "Computer Partitions",
"i18n": "computer.tabs.names.partitions",
"blocks": [
{
"fullscreen": false,
"fields": [
"my_title",
"my_reference",
"my_group"
],
"overrides": {
"my_reference": {
"disabled": true
}
}
}
]
}, {
"title": "Model",
"i18n": "computer.tabs.names.model",
"blocks": [
{
"fullscreen": false,
"fields": [
"my_title",
"my_reference",
"my_group",
"my_cpu_core",
"my_cpu_frequency",
"my_cpu_type",
"my_local_area_network_type",
"my_memory_size",
"my_memory_type"
],
"overrides": {
"my_reference":{
"editable": false
}
}
}, {
"fullscreen": false,
"fields": [
"my_region",
"my_storage_capacity",
"my_storage_interface",
"my_storage_redundancy",
"my_storage_technology",
"my_wide_area_network_type",
"my_translated_validation_state_title"
],
"overrides": {
"my_translated_validation_state_title": {
"editable": false
}
}
}
]
}, {
"title": "Capacity",
"i18n": "computer.tabs.names.capacity",
"blocks": [
{
"fullscreen": false,
"fields": ["my_title"],
"overrides": {}
}
]
}, {
"title": "Tcp Port Number",
"i18n": "computer.tabs.names.tcpportnumbers",
"blocks": []
}, {
"title": "Computer Useage",
"i18n": "computer.tabs.names.usage",
"blocks": []
}, {
"title": "Consistency",
"i18n": "computer.tabs.names.consistency",
"blocks": []
}, {
"title": "History",
"i18n": "computer.tabs.names.history",
"blocks": []
}, {
"title": "Metadata",
"i18n": "computer.tabs.names.metadata",
"blocks": [
{
"fullscreen": false,
"fields": ["my_title"],
"overrides": {}
}
]
}
]
}
}
},
"records": [
{
"_id": 1,
"doc": {
"status": {"state":"error", "message": "No data found for COMP-1781", "message_i18n":"", "error_i18n":""},
"_id": 1,
"my_title": "Sample_001",
"my_reference": "COMP-1781",
"my_translated_validation_state_title": "personal"
}
}, {
"_id": 2,
"doc": {
"status": {"state":"error", "message": "No data found for COMP-1796", "message_i18n":"", "error_i18n":""},
"_id": 2,
"my_title": "f",
"my_reference": "COMP-1796",
"my_translated_validation_state_title": "personal"
}
}
]
}
\ No newline at end of file
{
"global_elements": [
[
{
"widget": "header",
"widget_class": "",
"application_popup": {
"id" :"global_popup",
"transition": "fade",
"shadow": "true",
"classes": "popup single ui-content",
"theme": "slapos-white",
"position": "window",
"tolerance": "30,30,30,30",
"overlay_theme": "slapos-black"
}
}, {
"listbox_popup": {
"id" :"listbox_popup",
"transition": "fade",
"shadow": "true",
"classes": "ui-popup-wide",
"theme": "slapos-white",
"position": "window",
"tolerance": "30,30,30,30",
"overlay_theme": null
}
}, {
"application_header": {
"id": "global_header",
"class": undefined,
"transition":"slidedown",
"title": undefined,
"title_i18n": undefined,
"fixed": true,
"global": true,
"theme": "slapos-white",
"controls": [{
"widget": "controlgroup",
"widget_class": "",
"type": "controlgroup",
"direction": "horizontal",
"widget_class": "",
"buttons": [{
"type":"a",
"direct": {"href": "#menu", "className":"responsive translate"},
"direct": {"href": "#menu", "className":"responsive"},
"attributes": {"data-rel":"panel", "data-icon":"reorder", "data-i18n":"", "data-iconpos":"left"},
"logic": {"text":"Navigate"}
}]
},{
"widget": "controlgroup",
"widget_class": "",
"type": "controlgroup",
"direction": "horizontal",
"widget_class": "",
"buttons": [{
"type":"a",
"direct": {"href": "#global_popup", "className":"responsive translate toggle_global_popup"},
"attributes": {"data-rel":"popup", "data-reference":"login", "data-icon":"user", "data-iconpos":"left", "data-i18n":""},
"direct": {"href": "#global_popup", "className":"responsive toggle_global_popup"},
"attributes": {"data-rel":"popup", "data-reference":"login", "data-transition":"pop", "data-position-to":"window", "data-icon":"user", "data-iconpos":"left", "data-i18n":""},
"logic": {"text":"Login"}
}, {
"type":"a",
"direct": {"href": "index.html", "className":"responsive"},
"attributes": {"data-icon":"home", "data-iconpos":"left", "data-i18n":""},
"logic": {"text":"Home"}
}]
}
]
}
}, {
"application_footer": {
"id": "global_footer",
"widget": "footer",
"widget_class":"",
"class": undefined,
"transition":"slidedown",
"type": "navbar",
"type_class":"",
"fixed": true,
"global": true,
"theme": "slapos-white",
"controls": [
"buttons": [
{
"type":"a",
"direct": {"href": "#global_popup", "className":"toggle_global_popup translate"},
"attributes": {"data-rel":"popup", "data-reference":"browse", "data-icon":"compass", "data-iconpos":"top", "data-i18n":""},
"logic": {"text":"Browse"}
"attributes": {"data-rel":"popup", "data-reference":"browse", "data-transition":"pop", "data-position-to":"window", "data-icon":"compass", "data-iconpos":"top", "data-i18n":""},
"logic": {"text":"Jump"}
}, {
"type":"a",
"direct": {"href": "", "className":"action translate"},
......@@ -52,47 +88,310 @@
}, {
"type":"a",
"direct": {"href": "#global_popup", "className":"toggle_global_popup translate"},
"attributes": {"data-rel":"popup", "data-reference":"action", "data-icon":"cog", "data-iconpos":"top", "data-i18n":""},
"attributes": {"data-rel":"popup", "data-reference":"action", "data-transition":"pop", "data-position-to":"window", "data-icon":"cog", "data-iconpos":"top", "data-i18n":""},
"logic": {"text":"Action"}
}, {
"type":"a",
"direct": {"href": "#global_popup", "className":"toggle_global_popup translate"},
"attributes": {"data-rel":"popup", "data-reference":"export", "data-icon":"share", "data-iconpos":"top", "data-i18n":""},
"attributes": {"data-rel":"popup", "data-reference":"export", "data-transition":"pop", "data-position-to":"window", "data-icon":"share", "data-iconpos":"top", "data-i18n":""},
"logic": {"text":"Export"}
}
]
}
}, {
"widget": "popup",
"widget_class": "",
"id" :"global_popup",
"theme": "slapos-white",
}, {
"widget": "panel",
"application_menu": {
"theme": "slapos-black",
"controls": [
"elements": [
{
"type": "global_search",
"element": {
"type": "input",
"direct": {"id":"global_search", "className": "action"},
"attributes":{"data-i18n": "","placeholder":"Search", "data-reference":"search", "data-icon":"search", "data-action-btn":"true", "data-type":"search", "type":"search"},
"logic":{"clear":true, "action":"search"}
"type": "globalsearch",
"theme": "slapos-black"
},
"children":[]
{
"type": "listmenu",
"theme": "slapos-black",
"role": "listview",
"class": undefined,
"items": [
{
"type": "divider",
"text": "Account",
"text_i18n": undefined
},
{
"type": "menu_list",
"element": {
"widget": "listview",
"widget_class": "",
"inset":"false",
"theme": "slapos-black"
"type": "item",
"left": {
"img": undefined,
"icon": "user"
},
"middle": {
"href": "account.html",
"href_title": undefined,
"href_i18n": undefined,
"title": "Account Info",
"title_i18n": undefined,
"subtitle": "Registration/Invoicing Info",
"subtitle_i18n": undefined,
"info": undefined,
"info_i18n": undefined
},
"aside": undefined,
"right": undefined,
"split": undefined
},
{
"type": "item",
"left": {
"img": undefined,
"icon": "file-text-alt"
},
"middle": {
"href": "invoices.html",
"href_title": undefined,
"href_i18n": undefined,
"title": "Invoices",
"title_i18n": undefined,
"subtitle": "Invoice Overview",
"subtitle_i18n": undefined,
"info": undefined,
"info_i18n": undefined
},
"aside": undefined,
"right": undefined,
"split": undefined
},
{
"type": "item",
"left": {
"img": undefined,
"icon": "hdd"
},
"middle": {
"href": "servers.html",
"href_title": undefined,
"href_i18n": undefined,
"title": "Servers",
"title_i18n": undefined,
"subtitle": "Server Instances being used",
"subtitle_i18n": undefined,
"info": undefined,
"info_i18n": undefined
},
"aside": undefined,
"right": undefined,
"split": undefined
},
{
"type": "item",
"left": {
"img": undefined,
"icon": "cogs"
},
"middle": {
"href": "services.html",
"href_title": undefined,
"href_i18n": undefined,
"title": "Services",
"title_i18n": undefined,
"subtitle": "Installed Software Administration",
"subtitle_i18n": undefined,
"info": undefined,
"info_i18n": undefined
},
"aside": undefined,
"right": undefined,
"split": undefined
},
{
"type": "item",
"left": {
"img": undefined,
"icon": "sitemap"
},
"middle": {
"href": "networks.html",
"href_title": undefined,
"href_i18n": undefined,
"title": "Networks",
"title_i18n": undefined,
"subtitle": "Network Administration",
"subtitle_i18n": undefined,
"info": undefined,
"info_i18n": undefined
},
"aside": undefined,
"right": undefined,
"split": undefined
},
{
"type": "divider",
"text": "Performance",
"text_i18n": undefined
},
{
"type": "item",
"left": {
"img": undefined,
"icon": "bar-chart"
},
"middle": {
"href": "monitoring.html",
"href_title": undefined,
"href_i18n": undefined,
"title": "Monitoring",
"title_i18n": undefined,
"subtitle": "Server Status Reports",
"subtitle_i18n": undefined,
"info": undefined,
"info_i18n": undefined
},
"aside": undefined,
"right": undefined,
"split": undefined
},
{
"type": "divider",
"text": "Support",
"text_i18n": ""
},
{
"type": "item",
"left": {
"img": undefined,
"icon": "question-sign"
},
"middle": {
"href": "help.html",
"href_title": undefined,
"href_i18n": undefined,
"title": "Help",
"title_i18n": undefined,
"subtitle": "Contact Customer Support",
"subtitle_i18n": undefined,
"info": undefined,
"info_i18n": undefined
},
"aside": undefined,
"right": undefined,
"split": undefined
}
]
},
{
"type": "listmenu",
"theme": "slapos-black",
"class": undefined,
"role":"listview",
"items": [
{
"type": "divider",
"text": "General",
"text_i18n": undefined
},
{
"type": "item",
"left": {
"img": undefined,
"icon": "folder-open-alt"
},
"middle": {
"href": "software.html",
"href_title": undefined,
"href_i18n": undefined,
"title": "Software",
"title_i18n": "",
"subtitle": undefined,
"subtitle_i18n": undefined,
"info": undefined,
"info_i18n": undefined
},
"aside": undefined,
"right": undefined,
"split": undefined
},
{
"type": "item",
"left": {
"img": undefined,
"icon": "book"
},
"middle": {
"href": "wiki.html",
"href_title": undefined,
"href_i18n": undefined,
"title": "Documentation",
"title_i18n": "",
"subtitle": undefined,
"subtitle_i18n": undefined,
"info": undefined,
"info_i18n": undefined
},
"aside": undefined,
"right": undefined,
"split": undefined
},
{
"type": "item",
"left": {
"img": undefined,
"icon": "download"
},
"middle": {
"href": "download.html",
"href_title": undefined,
"href_i18n": undefined,
"title": "Download",
"title_i18n": "",
"subtitle": undefined,
"subtitle_i18n": undefined,
"info": undefined,
"info_i18n": undefined
},
"aside": undefined,
"right": undefined,
"split": undefined
},
{
"type": "item",
"left": {
"img": undefined,
"icon": "comments"
},
"middle": {
"href": "forum.html",
"href_title": undefined,
"href_i18n": undefined,
"title": "Forum",
"title_i18n": "",
"subtitle": undefined,
"subtitle_i18n": undefined,
"info": undefined,
"info_i18n": undefined
},
"aside": undefined,
"right": undefined,
"split": undefined
},
{
"type": "item",
"left": {
"img": undefined,
"icon": "microphone"
},
"middle": {
"href": "blog.html",
"href_title": undefined,
"href_i18n": undefined,
"title": "Blog",
"title_i18n": "",
"subtitle": undefined,
"subtitle_i18n": undefined,
"info": undefined,
"info_i18n": undefined
},
"aside": undefined,
"right": undefined,
"split": undefined
},
"children": [
{"type":"divider", "direct":{}, "attributes":{"data-i18n":""}, "logic":{"text":"Account"}},
{"type":"item", "direct":{}, "attributes": {}, "logic": {}}
{
"left": {
"img": undefined,
......@@ -113,10 +412,28 @@
"right": undefined,
"split": undefined
}
]
},
{
"type": "listmenu",
"role": undefined,
"class": "list mini ",
"theme":undefined,
"items": [{
"type": "item",
"middle": {
"href":"http://nexedi.com/",
"href_title": undefined,
"href_i18n": undefined,
"info": "Nexedi 2013",
"info_i18n": undefined
}
}
]
}
]
}
\ No newline at end of file
}
}
]
......@@ -21,13 +21,8 @@
{"control":"jump", "active":"true"},
{"control":"add", "active":"false"},
{"control":"remove","active":"false"},
{"control":"action","active":"false"},
{"control":"action","active":"true"},
{"control":"export", "active":"true"}
]
}
}
[
"getCurrencies": [
{"text": "", "i18n": "", "value": ""},
{"text": "EUR", "i18n": "", "value": "eur"},
{"text": "USD", "i18n": "", "value": "usd"}
],
"getComputerGroups": [
{"text": "", "i18n":"", "value":""},
{"text": "Amazon.Group", "i18n":"", "value": "amazon"},
{"text": "Atlantic.net Group", "i18n":"", "value":"atlanticnet"},
{"text": "Bull Group", "i18n":"", "value":"bull"},
{"text": "Slapos Company", "i18n":"", "value":"company"},
{"text": "Gandi Group", "i18n":"", "value":"gandi"},
{"text": "IBM Group", "i18n":"", "value":"ibm"},
{"text": "Joyent Group", "i18n":"", "value":"joyent"},
{"text": "OVH Group", "i18n":"", "value":"ovh"},
{"text": "Microsoft Group", "i18n":"", "value":"microsoft"},
{"text": "Rackspace Group", "i18n":"", "value":"rackspace"},
{"text": "VIFIB Group", "i18n":"", "value":"vifib"},
{"text": "wmWare Group", "i18n":"", "value":"vmware"}
],
"getComputerCPUCore": [
{"text": "", "i18n":"", "class":"translate", "value":""},
],
"getComputerCPUFrequency": [
{"text": "", "i18n":"", "class":"translate", "value":""},
{"text": "1000 MHz", "i18n":"", "class":"translate", "value":"1000"},
{"text": "1100 MHz", "i18n":"", "class":"translate", "value":"1100"},
{"text": "1200 MHz", "i18n":"", "class":"translate", "value":"1200"},
{"text": "1300 MHz", "i18n":"", "class":"translate", "value":"1300"},
{"text": "1400 MHz", "i18n":"", "class":"translate", "value":"1400"},
{"text": "1500 MHz", "i18n":"", "class":"translate", "value":"1500"},
{"text": "1600 MHz", "i18n":"", "class":"translate", "value":"1600"},
{"text": "1700 MHz", "i18n":"", "class":"translate", "value":"1700"},
{"text": "1800 MHz", "i18n":"", "class":"translate", "value":"1800"},
{"text": "1900 MHz", "i18n":"", "class":"translate", "value":"1900"},
{"text": "2000 MHz", "i18n":"", "class":"translate", "value":"2000"},
{"text": "2100 MHz", "i18n":"", "class":"translate", "value":"2100"},
{"text": "2200 MHz", "i18n":"", "class":"translate", "value":"2200"},
{"text": "2300 MHz", "i18n":"", "class":"translate", "value":"2300"},
{"text": "2400 MHz", "i18n":"", "class":"translate", "value":"2400"},
{"text": "2500 MHz", "i18n":"", "class":"translate", "value":"2500"},
{"text": "2600 MHz", "i18n":"", "class":"translate", "value":"2600"},
{"text": "2700 MHz", "i18n":"", "class":"translate", "value":"2700"},
{"text": "2800 MHz", "i18n":"", "class":"translate", "value":"2800"},
{"text": "2900 MHz", "i18n":"", "class":"translate", "value":"2900"},
{"text": "3000 MHz", "i18n":"", "class":"translate", "value":"3000"},
{"text": "3100 MHz", "i18n":"", "class":"translate", "value":"3100"},
{"text": "3200 MHz", "i18n":"", "class":"translate", "value":"3200"},
{"text": "3300 MHz", "i18n":"", "class":"translate", "value":"3300"},
{"text": "3400 MHz", "i18n":"", "class":"translate", "value":"3400"},
{"text": "600 MHz", "i18n":"", "class":"translate", "value":"600"},
{"text": "700 MHz", "i18n":"", "class":"translate", "value":"700"},
{"text": "800 MHz", "i18n":"", "class":"translate", "value":"800"},
{"text": "900 MHz", "i18n":"", "class":"translate", "value":"900"},
],
"getComputerCPUType": [
{"text": "", "i18n":"", "class":"translate", "value":""},
{"text": "ARM", "i18n":"", "class":"translate", "value":"arm"},
{"text": "ARM/ARM11", "i18n":"", "class":"translate", "value":"arm/arm11"},
{"text": "ARM/ARM7", "i18n":"", "class":"translate", "value":"arm/arm7"},
{"text": "ARM/ARM9", "i18n":"", "class":"translate", "value":"arm/arm9"},
{"text": "Intel x86", "i18n":"", "class":"translate", "value":"x86"},
{"text": "Intel x86/Intel x86 32 bit", "i18n":"", "class":"translate", "value":"x86/x86_32"},
{"text": "Intel x86/Intel x86 32 bit/Intel 486", "i18n":"", "class":"translate", "value":"x86/x86_32/i486"},
{"text": "Intel x86/Intel x86 32 bit/Intel Core", "i18n":"", "class":"translate", "value":"x86/x86_32/core"},
{"text": "Intel x86/Intel x86 32 bit/Intel Pentium", "i18n":"", "class":"translate", "value":"x86/x86_32/i586"},
{"text": "Intel x86/Intel x86 32 bit/Intel Pentium Pro", "i18n":"", "class":"translate", "value":"x86/x86_32/i686"},
{"text": "Intel x86/Intel x86 64 bit", "i18n":"", "class":"translate", "value":"x86/x86_64"},
{"text": "Intel x86/Intel x86 64 bit/Intel Nehalem Architecture", "i18n":"", "class":"translate", "value":"x86/x86_64/nehalem"},
{"text": "Intel x86/Intel x86 64 bit/Intel Sandy Bridge Architecture", "i18n":"", "class":"translate", "value":"x86/x86_64/sandybridge"},
],
"getComputerLANType": [
{"text": "", "i18n":"", "class":"translate", "value":""},
{"text": "Ethernet", "i18n":"", "class":"translate", "value":"ethernet"},
{"text": "Ethernet/1 Gbps Ethernet", "i18n":"", "class":"translate", "value":"ethernet/1g"},
{"text": "Ethernet/10 Gbps Ethernet", "i18n":"", "class":"translate", "value":"ethernet/10g"},
{"text": "Ethernet/10 Mbps Ethernet", "i18n":"", "class":"translate", "value":"ethernet/10m"},
{"text": "Ethernet/100 Gbps Ethernet", "i18n":"", "class":"translate", "value":"ethernet/100g"},
{"text": "Ethernet/100 Mbps Ethernet", "i18n":"", "class":"translate", "value":"ethernet/100m"},
{"text": "Ethernet/40 Gbps Ethernet", "i18n":"", "class":"translate", "value":"ethernet/40g"},
{"text": "Infiniband", "i18n":"", "class":"translate", "value":"infiniband"},
{"text": "Wifi 802.11", "i18n":"", "class":"translate", "value":"wifi"},
{"text": "Wifi 802.11/801.11b Wifi", "i18n":"", "class":"translate", "value":"wifi/b"},
{"text": "Wifi 802.11/802.11g Wifi", "i18n":"", "class":"translate", "value":"wifi/g"},
{"text": "Wifi 802.11/802.11n Wifi", "i18n":"", "class":"translate", "value":"wifi/n"},
],
"getComputerMemorySize": [
{"text": "", "i18n":"", "class":"translate", "value":""},
{"text": "1 GB RAM", "i18n":"", "class":"translate", "value":"1"},
{"text": "12 GB RAM", "i18n":"", "class":"translate", "value":"12"},
{"text": "128 GB RAM", "i18n":"", "class":"translate", "value":"128"},
{"text": "16 GB RAM", "i18n":"", "class":"translate", "value":"16"},
{"text": "196 GB RAM", "i18n":"", "class":"translate", "value":"196"},
{"text": "2 GB RAM", "i18n":"", "class":"translate", "value":"2"},
{"text": "24 GB RAM", "i18n":"", "class":"translate", "value":"24"},
{"text": "256 GB RAM", "i18n":"", "class":"translate", "value":"256"},
{"text": "32 GB RAM", "i18n":"", "class":"translate", "value":"32"},
{"text": "4 GB RAM", "i18n":"", "class":"translate", "value":"4"},
{"text": "48 GB RAM", "i18n":"", "class":"translate", "value":"48"},
{"text": "64 GB RAM", "i18n":"", "class":"translate", "value":"64"},
{"text": "8 GB RAM", "i18n":"", "class":"translate", "value":"8"},
{"text": "96 GB RAM", "i18n":"", "class":"translate", "value":"96"},
],
"getComputerMemoryType": [
{"text": "", "i18n":"", "class":"translate", "value":""},
{"text": "DDR2 Memory", "i18n":"", "class":"translate", "value":"ddr2"},
{"text": "DDR2 Memory/1066 Mhz", "i18n":"", "class":"translate", "value":"ddr2/1066"},
{"text": "DDR2 Memory/400 Mhz", "i18n":"", "class":"translate", "value":"ddr2/400"},
{"text": "DDR2 Memory/533 Mhz", "i18n":"", "class":"translate", "value":"ddr2/533"},
{"text": "DDR2 Memory/667 Mhz", "i18n":"", "class":"translate", "value":"ddr2/667"},
{"text": "DDR2 Memory/800 Mhz", "i18n":"", "class":"translate", "value":"ddr2/800"},
{"text": "DDR3 Memory", "i18n":"", "class":"translate", "value":"ddr3"},
{"text": "DDR3 Memory/1066 Mhz", "i18n":"", "class":"translate", "value":"ddr3/1066"},
{"text": "DDR3 Memory/1333 Mhz", "i18n":"", "class":"translate", "value":"ddr3/1333"},
{"text": "DDR3 Memory/1600 Mhz", "i18n":"", "class":"translate", "value":"ddr3/1600"},
{"text": "DDR3 Memory/1866 Mhz", "i18n":"", "class":"translate", "value":"ddr3/1866"},
{"text": "DDR3 Memory/2133 Mhz", "i18n":"", "class":"translate", "value":"ddr3/2133"},
{"text": "DDR3 Memory/800 Mhz", "i18n":"", "class":"translate", "value":"ddr3/800"},
],
"getComputerRegion": [
{"text": "", "i18n":"", "class":"translate", "value":""},
{"text": "Africa", "i18n":"", "class":"translate", "value":"africa"},
{"text": "Africa/Eastern Africa", "i18n":"", "class":"translate", "value":"africa/east"},
{"text": "Africa/Eastern Africa/Burundi", "i18n":"", "class":"translate", "value":"africa/east/108"},
{"text": "Africa/Eastern Africa/Comoros", "i18n":"", "class":"translate", "value":"africa/east/174"},
{"text": "Africa/Eastern Africa/Djibouti", "i18n":"", "class":"translate", "value":"africa/east/262"},
{"text": "Africa/Eastern Africa/Eritrea", "i18n":"", "class":"translate", "value":"africa/east/232"},
{"text": "Africa/Eastern Africa/Ethiopia", "i18n":"", "class":"translate", "value":"africa/east/ethiopia"},
{"text": "Africa/Eastern Africa/Kenya", "i18n":"", "class":"translate", "value":"africa/east/404"},
{"text": "Africa/Eastern Africa/Madagascar", "i18n":"", "class":"translate", "value":"africa/east/450"},
{"text": "Africa/Eastern Africa/Malawi", "i18n":"", "class":"translate", "value":"africa/east/454"},
{"text": "Africa/Eastern Africa/Mauritius", "i18n":"", "class":"translate", "value":"africa/east/480"},
{"text": "Africa/Eastern Africa/Mayotte", "i18n":"", "class":"translate", "value":"africa/east/175"},
{"text": "Africa/Eastern Africa/Mozambique", "i18n":"", "class":"translate", "value":"africa/east/508"},
{"text": "Africa/Eastern Africa/Rwanda", "i18n":"", "class":"translate", "value":"africa/east/646"},
{"text": "Africa/Eastern Africa/Réunion", "i18n":"", "class":"translate", "value":"africa/east/638"},
{"text": "Africa/Eastern Africa/Seychelles", "i18n":"", "class":"translate", "value":"africa/east/690"},
{"text": "Africa/Eastern Africa/Somalia", "i18n":"", "class":"translate", "value":"africa/east/706"},
{"text": "Africa/Eastern Africa/Uganda", "i18n":"", "class":"translate", "value":"africa/east/800"},
{"text": "Africa/Eastern Africa/United Republic of Tanzania", "i18n":"", "class":"translate", "value":"africa/east/834"},
{"text": "Africa/Eastern Africa/Zambia", "i18n":"", "class":"translate", "value":"africa/east/894"},
{"text": "Africa/Eastern Africa/Zimbabwe", "i18n":"", "class":"translate", "value":"africa/east/716"},
{"text": "Africa/Middle Africa", "i18n":"", "class":"translate", "value":"africa/central"},
{"text": "Africa/Middle Africa/Angola", "i18n":"", "class":"translate", "value":"africa/central/024"},
{"text": "Africa/Middle Africa/Cameroon", "i18n":"", "class":"translate", "value":"africa/central/cameroun"},
{"text": "Africa/Middle Africa/Central African Republic", "i18n":"", "class":"translate", "value":"africa/central/140"},
{"text": "Africa/Middle Africa/Chad", "i18n":"", "class":"translate", "value":"africa/central/148"},
{"text": "Africa/Middle Africa/Congo", "i18n":"", "class":"translate", "value":"africa/central/178"},
{"text": "Africa/Middle Africa/Democratic Republic of the Congo", "i18n":"", "class":"translate", "value":"africa/central/180"},
{"text": "Africa/Middle Africa/Equatorial Guinea", "i18n":"", "class":"translate", "value":"africa/central/226"},
{"text": "Africa/Middle Africa/Gabon", "i18n":"", "class":"translate", "value":"africa/central/266"},
{"text": "Africa/Middle Africa/Sao Tome and Principe", "i18n":"", "class":"translate", "value":"africa/central/678"},
{"text": "Africa/Northern Africa", "i18n":"", "class":"translate", "value":"africa/north"},
{"text": "Africa/Northern Africa/Algeria", "i18n":"", "class":"translate", "value":"africa/north/algeria"},
{"text": "Africa/Northern Africa/Egypt", "i18n":"", "class":"translate", "value":"africa/north/818"},
{"text": "Africa/Northern Africa/Libyan Arab Jamahiriya", "i18n":"", "class":"translate", "value":"africa/north/434"},
{"text": "Africa/Northern Africa/Morocco", "i18n":"", "class":"translate", "value":"africa/north/morocco"},
{"text": "Africa/Northern Africa/Sudan", "i18n":"", "class":"translate", "value":"africa/north/736"},
{"text": "Africa/Northern Africa/Tunisia", "i18n":"", "class":"translate", "value":"africa/north/tunisia"},
{"text": "Africa/Northern Africa/Western Sahara", "i18n":"", "class":"translate", "value":"africa/north/732"},
{"text": "Africa/Southern Africa", "i18n":"", "class":"translate", "value":"africa/018"},
{"text": "Africa/Southern Africa/Botswana", "i18n":"", "class":"translate", "value":"africa/018/072"},
{"text": "Africa/Southern Africa/Lesotho", "i18n":"", "class":"translate", "value":"africa/018/426"},
{"text": "Africa/Southern Africa/Namibia", "i18n":"", "class":"translate", "value":"africa/018/516"},
{"text": "Africa/Southern Africa/South Africa", "i18n":"", "class":"translate", "value":"africa/018/710"},
{"text": "Africa/Southern Africa/Swaziland", "i18n":"", "class":"translate", "value":"africa/018/748"},
{"text": "Africa/Western Africa", "i18n":"", "class":"translate", "value":"africa/west"},
{"text": "Africa/Western Africa/Benin", "i18n":"", "class":"translate", "value":"africa/west/204"},
{"text": "Africa/Western Africa/Burkina Faso", "i18n":"", "class":"translate", "value":"africa/west/854"},
{"text": "Africa/Western Africa/Cabo Verde", "i18n":"", "class":"translate", "value":"africa/west/caboverde"},
{"text": "Africa/Western Africa/Cote d'Ivoire", "i18n":"", "class":"translate", "value":"africa/west/ivorycoast"},
{"text": "Africa/Western Africa/Gambia", "i18n":"", "class":"translate", "value":"africa/west/270"},
{"text": "Africa/Western Africa/Ghana", "i18n":"", "class":"translate", "value":"africa/west/288"},
{"text": "Africa/Western Africa/Guinea", "i18n":"", "class":"translate", "value":"africa/west/324"},
{"text": "Africa/Western Africa/Guinea-Bissau", "i18n":"", "class":"translate", "value":"africa/west/624"},
{"text": "Africa/Western Africa/Liberia", "i18n":"", "class":"translate", "value":"africa/west/430"},
{"text": "Africa/Western Africa/Mali", "i18n":"", "class":"translate", "value":"africa/west/mali"},
{"text": "Africa/Western Africa/Mauritania", "i18n":"", "class":"translate", "value":"africa/west/mauritania"},
{"text": "Africa/Western Africa/Niger", "i18n":"", "class":"translate", "value":"africa/west/562"},
{"text": "Africa/Western Africa/Nigeria", "i18n":"", "class":"translate", "value":"africa/west/566"},
{"text": "Africa/Western Africa/Saint Helena", "i18n":"", "class":"translate", "value":"africa/west/654"},
{"text": "Africa/Western Africa/Senegal", "i18n":"", "class":"translate", "value":"africa/west/senegal"},
{"text": "Africa/Western Africa/Sierra Leone", "i18n":"", "class":"translate", "value":"africa/west/694"},
{"text": "Africa/Western Africa/Togo", "i18n":"", "class":"translate", "value":"africa/west/768"},
{"text": "Americas", "i18n":"", "class":"translate", "value":"america"},
{"text": "Americas/Caribbean", "i18n":"", "class":"translate", "value":"america/029"},
{"text": "Americas/Caribbean/Anguilla", "i18n":"", "class":"translate", "value":"america/029/660"},
{"text": "Americas/Caribbean/Antigua and Barbuda", "i18n":"", "class":"translate", "value":"america/029/028"},
{"text": "Americas/Caribbean/Aruba", "i18n":"", "class":"translate", "value":"america/029/533"},
{"text": "Americas/Caribbean/Bahamas", "i18n":"", "class":"translate", "value":"america/029/044"},
{"text": "Americas/Caribbean/Barbados", "i18n":"", "class":"translate", "value":"america/029/052"},
{"text": "Americas/Caribbean/British Virgin Islands", "i18n":"", "class":"translate", "value":"america/029/092"},
{"text": "Americas/Caribbean/Cayman Islands", "i18n":"", "class":"translate", "value":"america/029/136"},
{"text": "Americas/Caribbean/Cuba", "i18n":"", "class":"translate", "value":"america/029/192"},
{"text": "Americas/Caribbean/Dominica", "i18n":"", "class":"translate", "value":"america/029/212"},
{"text": "Americas/Caribbean/Dominican Republic", "i18n":"", "class":"translate", "value":"america/029/214"},
{"text": "Americas/Caribbean/Grenada", "i18n":"", "class":"translate", "value":"america/029/308"},
{"text": "Americas/Caribbean/Guadeloupe", "i18n":"", "class":"translate", "value":"america/029/312"},
{"text": "Americas/Caribbean/Haiti", "i18n":"", "class":"translate", "value":"america/029/332"},
{"text": "Americas/Caribbean/Jamaica", "i18n":"", "class":"translate", "value":"america/029/388"},
{"text": "Americas/Caribbean/Martinique", "i18n":"", "class":"translate", "value":"america/029/474"},
{"text": "Americas/Caribbean/Montserrat", "i18n":"", "class":"translate", "value":"america/029/500"},
{"text": "Americas/Caribbean/Netherlands Antilles", "i18n":"", "class":"translate", "value":"america/029/530"},
{"text": "Americas/Caribbean/Puerto Rico", "i18n":"", "class":"translate", "value":"america/029/630"},
{"text": "Americas/Caribbean/Saint Kitts and Nevis", "i18n":"", "class":"translate", "value":"america/029/659"},
{"text": "Americas/Caribbean/Saint Lucia", "i18n":"", "class":"translate", "value":"america/029/662"},
{"text": "Americas/Caribbean/Saint Martin (French part)", "i18n":"", "class":"translate", "value":"america/029/663"},
{"text": "Americas/Caribbean/Saint Vincent and the Grenadines", "i18n":"", "class":"translate", "value":"america/029/670"},
{"text": "Americas/Caribbean/Saint-Barthélemy", "i18n":"", "class":"translate", "value":"america/029/652"},
{"text": "Americas/Caribbean/Trinidad and Tobago", "i18n":"", "class":"translate", "value":"america/029/780"},
{"text": "Americas/Caribbean/Turks and Caicos Islands", "i18n":"", "class":"translate", "value":"america/029/796"},
{"text": "Americas/Caribbean/United States Virgin Islands", "i18n":"", "class":"translate", "value":"america/029/850"},
{"text": "Americas/Central America", "i18n":"", "class":"translate", "value":"america/central"},
{"text": "Americas/Central America/Belize", "i18n":"", "class":"translate", "value":"america/central/084"},
{"text": "Americas/Central America/Costa Rica", "i18n":"", "class":"translate", "value":"america/central/188"},
{"text": "Americas/Central America/El Salvador", "i18n":"", "class":"translate", "value":"america/central/222"},
{"text": "Americas/Central America/Guatemala", "i18n":"", "class":"translate", "value":"america/central/320"},
{"text": "Americas/Central America/Honduras", "i18n":"", "class":"translate", "value":"america/central/340"},
{"text": "Americas/Central America/Mexico", "i18n":"", "class":"translate", "value":"america/central/484"},
{"text": "Americas/Central America/Nicaragua", "i18n":"", "class":"translate", "value":"america/central/558"},
{"text": "Americas/Central America/Panama", "i18n":"", "class":"translate", "value":"america/central/591"},
{"text": "Americas/Northern America", "i18n":"", "class":"translate", "value":"america/north"},
{"text": "Americas/Northern America/Bermuda", "i18n":"", "class":"translate", "value":"america/north/060"},
{"text": "Americas/Northern America/Canada", "i18n":"", "class":"translate", "value":"america/north/canada"},
{"text": "Americas/Northern America/Greenland", "i18n":"", "class":"translate", "value":"america/north/304"},
{"text": "Americas/Northern America/Mexico", "i18n":"", "class":"translate", "value":"america/north/mexico"},
{"text": "Americas/Northern America/Saint Pierre and Miquelon", "i18n":"", "class":"translate", "value":"america/north/666"},
{"text": "Americas/Northern America/United States of America", "i18n":"", "class":"translate", "value":"america/north/usa"},
{"text": "Americas/South America", "i18n":"", "class":"translate", "value":"america/south"},
{"text": "Americas/South America/Argentina", "i18n":"", "class":"translate", "value":"america/south/032"},
{"text": "Americas/South America/Bolivia", "i18n":"", "class":"translate", "value":"america/south/068"},
{"text": "Americas/South America/Brazil", "i18n":"", "class":"translate", "value":"america/south/brazil"},
{"text": "Americas/South America/Chile", "i18n":"", "class":"translate", "value":"america/south/152"},
{"text": "Americas/South America/Colombia", "i18n":"", "class":"translate", "value":"america/south/170"},
{"text": "Americas/South America/Ecuador", "i18n":"", "class":"translate", "value":"america/south/218"},
{"text": "Americas/South America/Falkland Islands (Malvinas)", "i18n":"", "class":"translate", "value":"america/south/238"},
{"text": "Americas/South America/French Guiana", "i18n":"", "class":"translate", "value":"america/south/254"},
{"text": "Americas/South America/Guyana", "i18n":"", "class":"translate", "value":"america/south/328"},
{"text": "Americas/South America/Paraguay", "i18n":"", "class":"translate", "value":"america/south/600"},
{"text": "Americas/South America/Peru", "i18n":"", "class":"translate", "value":"america/south/604"},
{"text": "Americas/South America/Suriname", "i18n":"", "class":"translate", "value":"america/south/740"},
{"text": "Americas/South America/Uruguay", "i18n":"", "class":"translate", "value":"america/south/858"},
{"text": "Americas/South America/Venezuela (Bolivarian Republic of)", "i18n":"", "class":"translate", "value":"america/south/862"},
{"text": "Asia", "i18n":"", "class":"translate", "value":"asia"},
{"text": "Asia/Central Asia", "i18n":"", "class":"translate", "value":"asia/143"},
{"text": "Asia/Central Asia/Kazakhstan", "i18n":"", "class":"translate", "value":"asia/143/398"},
{"text": "Asia/Central Asia/Kyrgyzstan", "i18n":"", "class":"translate", "value":"asia/143/417"},
{"text": "Asia/Central Asia/Tajikistan", "i18n":"", "class":"translate", "value":"asia/143/762"},
{"text": "Asia/Central Asia/Turkmenistan", "i18n":"", "class":"translate", "value":"asia/143/795"},
{"text": "Asia/Central Asia/Uzbekistan", "i18n":"", "class":"translate", "value":"asia/143/860"},
{"text": "Asia/Eastern Asia", "i18n":"", "class":"translate", "value":"asia/east"},
{"text": "Asia/Eastern Asia/China", "i18n":"", "class":"translate", "value":"asia/east/china"},
{"text": "Asia/Eastern Asia/Democratic People's Republic of Korea", "i18n":"", "class":"translate", "value":"asia/east/408"},
{"text": "Asia/Eastern Asia/Hong Kong Special Administrative Region of China", "i18n":"", "class":"translate", "value":"asia/east/344"},
{"text": "Asia/Eastern Asia/Japan", "i18n":"", "class":"translate", "value":"asia/east/japan"},
{"text": "Asia/Eastern Asia/Macao Special Administrative Region of China", "i18n":"", "class":"translate", "value":"asia/east/446"},
{"text": "Asia/Eastern Asia/Mongolia", "i18n":"", "class":"translate", "value":"asia/east/496"},
{"text": "Asia/Eastern Asia/Republic of Korea", "i18n":"", "class":"translate", "value":"asia/east/southkorea"},
{"text": "Asia/Eastern Asia/Taiwan", "i18n":"", "class":"translate", "value":"asia/east/taiwan"},
{"text": "Asia/South-Eastern Asia", "i18n":"", "class":"translate", "value":"asia/southeast"},
{"text": "Asia/South-Eastern Asia/Brunei Darussalam", "i18n":"", "class":"translate", "value":"asia/southeast/096"},
{"text": "Asia/South-Eastern Asia/Cambodia", "i18n":"", "class":"translate", "value":"asia/southeast/116"},
{"text": "Asia/South-Eastern Asia/Indonesia", "i18n":"", "class":"translate", "value":"asia/southeast/indonesia"},
{"text": "Asia/South-Eastern Asia/Lao People's Democratic Republic", "i18n":"", "class":"translate", "value":"asia/southeast/418"},
{"text": "Asia/South-Eastern Asia/Malaysia", "i18n":"", "class":"translate", "value":"asia/southeast/malaysia"},
{"text": "Asia/South-Eastern Asia/Myanmar", "i18n":"", "class":"translate", "value":"asia/southeast/104"},
{"text": "Asia/South-Eastern Asia/Philippines", "i18n":"", "class":"translate", "value":"asia/southeast/608"},
{"text": "Asia/South-Eastern Asia/Singapore", "i18n":"", "class":"translate", "value":"asia/southeast/singapore"},
{"text": "Asia/South-Eastern Asia/Thailand", "i18n":"", "class":"translate", "value":"asia/southeast/thailand"},
{"text": "Asia/South-Eastern Asia/Timor-Leste", "i18n":"", "class":"translate", "value":"asia/southeast/626"},
{"text": "Asia/South-Eastern Asia/Viet Nam", "i18n":"", "class":"translate", "value":"asia/southeast/704"},
{"text": "Asia/Southern Asia", "i18n":"", "class":"translate", "value":"asia/south"},
{"text": "Asia/Southern Asia/Afghanistan", "i18n":"", "class":"translate", "value":"asia/south/004"},
{"text": "Asia/Southern Asia/Bangladesh", "i18n":"", "class":"translate", "value":"asia/south/050"},
{"text": "Asia/Southern Asia/Bhutan", "i18n":"", "class":"translate", "value":"asia/south/064"},
{"text": "Asia/Southern Asia/India", "i18n":"", "class":"translate", "value":"asia/south/india"},
{"text": "Asia/Southern Asia/Iran, Islamic Republic of", "i18n":"", "class":"translate", "value":"asia/south/364"},
{"text": "Asia/Southern Asia/Maldives", "i18n":"", "class":"translate", "value":"asia/south/462"},
{"text": "Asia/Southern Asia/Nepal", "i18n":"", "class":"translate", "value":"asia/south/524"},
{"text": "Asia/Southern Asia/Pakistan", "i18n":"", "class":"translate", "value":"asia/south/586"},
{"text": "Asia/Southern Asia/Sri Lanka", "i18n":"", "class":"translate", "value":"asia/south/144"},
{"text": "Asia/Western Asia", "i18n":"", "class":"translate", "value":"asia/145"},
{"text": "Asia/Western Asia/Armenia", "i18n":"", "class":"translate", "value":"asia/145/051"},
{"text": "Asia/Western Asia/Azerbaijan", "i18n":"", "class":"translate", "value":"asia/145/031"},
{"text": "Asia/Western Asia/Bahrain", "i18n":"", "class":"translate", "value":"asia/145/048"},
{"text": "Asia/Western Asia/Cyprus", "i18n":"", "class":"translate", "value":"asia/145/196"},
{"text": "Asia/Western Asia/Georgia", "i18n":"", "class":"translate", "value":"asia/145/268"},
{"text": "Asia/Western Asia/Iraq", "i18n":"", "class":"translate", "value":"asia/145/368"},
{"text": "Asia/Western Asia/Israel", "i18n":"", "class":"translate", "value":"asia/145/376"},
{"text": "Asia/Western Asia/Jordan", "i18n":"", "class":"translate", "value":"asia/145/400"},
{"text": "Asia/Western Asia/Kuwait", "i18n":"", "class":"translate", "value":"asia/145/414"},
{"text": "Asia/Western Asia/Lebanon", "i18n":"", "class":"translate", "value":"asia/145/422"},
{"text": "Asia/Western Asia/Occupied Palestinian Territory", "i18n":"", "class":"translate", "value":"asia/145/275"},
{"text": "Asia/Western Asia/Oman", "i18n":"", "class":"translate", "value":"asia/145/512"},
{"text": "Asia/Western Asia/Qatar", "i18n":"", "class":"translate", "value":"asia/145/634"},
{"text": "Asia/Western Asia/Saudi Arabia", "i18n":"", "class":"translate", "value":"asia/145/682"},
{"text": "Asia/Western Asia/Syrian Arab Republic", "i18n":"", "class":"translate", "value":"asia/145/760"},
{"text": "Asia/Western Asia/Turkey", "i18n":"", "class":"translate", "value":"asia/145/792"},
{"text": "Asia/Western Asia/United Arab Emirates", "i18n":"", "class":"translate", "value":"asia/145/784"},
{"text": "Asia/Western Asia/Yemen", "i18n":"", "class":"translate", "value":"asia/145/887"},
{"text": "Europe", "i18n":"", "class":"translate", "value":"europe"},
{"text": "Europe/Eastern Europe", "i18n":"", "class":"translate", "value":"europe/east"},
{"text": "Europe/Eastern Europe/Belarus", "i18n":"", "class":"translate", "value":"europe/east/112"},
{"text": "Europe/Eastern Europe/Bulgaria", "i18n":"", "class":"translate", "value":"europe/east/bulgariya"},
{"text": "Europe/Eastern Europe/Czech Republic", "i18n":"", "class":"translate", "value":"europe/east/203"},
{"text": "Europe/Eastern Europe/Hungary", "i18n":"", "class":"translate", "value":"europe/east/348"},
{"text": "Europe/Eastern Europe/Poland", "i18n":"", "class":"translate", "value":"europe/east/poland"},
{"text": "Europe/Eastern Europe/Republic of Moldova", "i18n":"", "class":"translate", "value":"europe/east/498"},
{"text": "Europe/Eastern Europe/Romania", "i18n":"", "class":"translate", "value":"europe/east/642"},
{"text": "Europe/Eastern Europe/Russian Federation", "i18n":"", "class":"translate", "value":"europe/east/643"},
{"text": "Europe/Eastern Europe/Slovakia", "i18n":"", "class":"translate", "value":"europe/east/703"},
{"text": "Europe/Eastern Europe/Ukraine", "i18n":"", "class":"translate", "value":"europe/east/804"},
{"text": "Europe/Northern Europe", "i18n":"", "class":"translate", "value":"europe/north"},
{"text": "Europe/Northern Europe/Channel Islands", "i18n":"", "class":"translate", "value":"europe/north/830"},
{"text": "Europe/Northern Europe/Denmark", "i18n":"", "class":"translate", "value":"europe/north/denmark"},
{"text": "Europe/Northern Europe/Estonia", "i18n":"", "class":"translate", "value":"europe/north/233"},
{"text": "Europe/Northern Europe/Faeroe Islands", "i18n":"", "class":"translate", "value":"europe/north/234"},
{"text": "Europe/Northern Europe/Finland", "i18n":"", "class":"translate", "value":"europe/north/finland"},
{"text": "Europe/Northern Europe/Guernsey", "i18n":"", "class":"translate", "value":"europe/north/831"},
{"text": "Europe/Northern Europe/Iceland", "i18n":"", "class":"translate", "value":"europe/north/352"},
{"text": "Europe/Northern Europe/Ireland", "i18n":"", "class":"translate", "value":"europe/north/372"},
{"text": "Europe/Northern Europe/Isle of Man", "i18n":"", "class":"translate", "value":"europe/north/833"},
{"text": "Europe/Northern Europe/Jersey", "i18n":"", "class":"translate", "value":"europe/north/832"},
{"text": "Europe/Northern Europe/Latvia", "i18n":"", "class":"translate", "value":"europe/north/428"},
{"text": "Europe/Northern Europe/Lithuania", "i18n":"", "class":"translate", "value":"europe/north/440"},
{"text": "Europe/Northern Europe/Norway", "i18n":"", "class":"translate", "value":"europe/north/norway"},
{"text": "Europe/Northern Europe/Svalbard and Jan Mayen Islands", "i18n":"", "class":"translate", "value":"europe/north/744"},
{"text": "Europe/Northern Europe/Sweden", "i18n":"", "class":"translate", "value":"europe/north/sweden"},
{"text": "Europe/Northern Europe/United Kingdom of Great Britain and Northern Ireland", "i18n":"", "class":"translate", "value":"europe/north/uk"},
{"text": "Europe/Northern Europe/Åland Islands", "i18n":"", "class":"translate", "value":"europe/north/248"},
{"text": "Europe/Southern Europe", "i18n":"", "class":"translate", "value":"europe/south"},
{"text": "Europe/Southern Europe/Albania", "i18n":"", "class":"translate", "value":"europe/south/008"},
{"text": "Europe/Southern Europe/Andorra", "i18n":"", "class":"translate", "value":"europe/south/020"},
{"text": "Europe/Southern Europe/Bosnia and Herzegovina", "i18n":"", "class":"translate", "value":"europe/south/070"},
{"text": "Europe/Southern Europe/Croatia", "i18n":"", "class":"translate", "value":"europe/south/191"},
{"text": "Europe/Southern Europe/Gibraltar", "i18n":"", "class":"translate", "value":"europe/south/292"},
{"text": "Europe/Southern Europe/Greece", "i18n":"", "class":"translate", "value":"europe/south/greece"},
{"text": "Europe/Southern Europe/Holy See", "i18n":"", "class":"translate", "value":"europe/south/336"},
{"text": "Europe/Southern Europe/Italy", "i18n":"", "class":"translate", "value":"europe/south/italy"},
{"text": "Europe/Southern Europe/Malta", "i18n":"", "class":"translate", "value":"europe/south/470"},
{"text": "Europe/Southern Europe/Montenegro", "i18n":"", "class":"translate", "value":"europe/south/499"},
{"text": "Europe/Southern Europe/Portugal", "i18n":"", "class":"translate", "value":"europe/south/portugal"},
{"text": "Europe/Southern Europe/San Marino", "i18n":"", "class":"translate", "value":"europe/south/674"},
{"text": "Europe/Southern Europe/Serbia", "i18n":"", "class":"translate", "value":"europe/south/688"},
{"text": "Europe/Southern Europe/Slovenia", "i18n":"", "class":"translate", "value":"europe/south/705"},
{"text": "Europe/Southern Europe/Spain", "i18n":"", "class":"translate", "value":"europe/south/spain"},
{"text": "Europe/Southern Europe/The former Yugoslav Republic of Macedonia", "i18n":"", "class":"translate", "value":"europe/south/807"},
{"text": "Europe/Western Europe", "i18n":"", "class":"translate", "value":"europe/west"},
{"text": "Europe/Western Europe/Austria", "i18n":"", "class":"translate", "value":"europe/west/austria"},
{"text": "Europe/Western Europe/Belgium", "i18n":"", "class":"translate", "value":"europe/west/belgium"},
{"text": "Europe/Western Europe/Eire", "i18n":"", "class":"translate", "value":"europe/west/ireland"},
{"text": "Europe/Western Europe/France", "i18n":"", "class":"translate", "value":"europe/west/france"},
{"text": "Europe/Western Europe/Germany", "i18n":"", "class":"translate", "value":"europe/west/germany"},
{"text": "Europe/Western Europe/Liechtenstein", "i18n":"", "class":"translate", "value":"europe/west/lichtenstein"},
{"text": "Europe/Western Europe/Luxembourg", "i18n":"", "class":"translate", "value":"europe/west/luxembourg"},
{"text": "Europe/Western Europe/Monaco", "i18n":"", "class":"translate", "value":"europe/west/492"},
{"text": "Europe/Western Europe/Netherlands", "i18n":"", "class":"translate", "value":"europe/west/netherlands"},
{"text": "Europe/Western Europe/Switzerland", "i18n":"", "class":"translate", "value":"europe/west/switzerland"},
{"text": "Europe/Western Europe/United Kingdom", "i18n":"", "class":"translate", "value":"europe/west/uk"},
{"text": "Oceania", "i18n":"", "class":"translate", "value":"oceania"},
{"text": "Oceania/Australia", "i18n":"", "class":"translate", "value":"oceania/australia"},
{"text": "Oceania/Melanesia", "i18n":"", "class":"translate", "value":"oceania/054"},
{"text": "Oceania/Melanesia/Fiji", "i18n":"", "class":"translate", "value":"oceania/054/242"},
{"text": "Oceania/Melanesia/New Caledonia", "i18n":"", "class":"translate", "value":"oceania/054/540"},
{"text": "Oceania/Melanesia/Papua New Guinea", "i18n":"", "class":"translate", "value":"oceania/054/598"},
{"text": "Oceania/Melanesia/Solomon Islands", "i18n":"", "class":"translate", "value":"oceania/054/090"},
{"text": "Oceania/Melanesia/Vanuatu", "i18n":"", "class":"translate", "value":"oceania/054/548"},
{"text": "Oceania/Micronesia", "i18n":"", "class":"translate", "value":"oceania/057"},
{"text": "Oceania/Micronesia/Guam", "i18n":"", "class":"translate", "value":"oceania/057/316"},
{"text": "Oceania/Micronesia/Kiribati", "i18n":"", "class":"translate", "value":"oceania/057/296"},
{"text": "Oceania/Micronesia/Marshall Islands", "i18n":"", "class":"translate", "value":"oceania/057/584"},
{"text": "Oceania/Micronesia/Micronesia, Federated States of", "i18n":"", "class":"translate", "value":"oceania/057/583"},
{"text": "Oceania/Micronesia/Nauru", "i18n":"", "class":"translate", "value":"oceania/057/520"},
{"text": "Oceania/Micronesia/Northern Mariana Islands", "i18n":"", "class":"translate", "value":"oceania/057/580"},
{"text": "Oceania/Micronesia/Palau", "i18n":"", "class":"translate", "value":"oceania/057/585"},
{"text": "Oceania/New Zealand", "i18n":"", "class":"translate", "value":"oceania/newzealand"},
{"text": "Oceania/Norfolk Island", "i18n":"", "class":"translate", "value":"oceania/574"},
{"text": "Oceania/Polynesia", "i18n":"", "class":"translate", "value":"oceania/061"},
{"text": "Oceania/Polynesia/American Samoa", "i18n":"", "class":"translate", "value":"oceania/061/016"},
{"text": "Oceania/Polynesia/Cook Islands", "i18n":"", "class":"translate", "value":"oceania/061/184"},
{"text": "Oceania/Polynesia/French Polynesia", "i18n":"", "class":"translate", "value":"oceania/061/258"},
{"text": "Oceania/Polynesia/Niue", "i18n":"", "class":"translate", "value":"oceania/061/570"},
{"text": "Oceania/Polynesia/Pitcairn", "i18n":"", "class":"translate", "value":"oceania/061/612"},
{"text": "Oceania/Polynesia/Samoa", "i18n":"", "class":"translate", "value":"oceania/061/882"},
{"text": "Oceania/Polynesia/Tokelau", "i18n":"", "class":"translate", "value":"oceania/061/772"},
{"text": "Oceania/Polynesia/Tonga", "i18n":"", "class":"translate", "value":"oceania/061/776"},
{"text": "Oceania/Polynesia/Tuvalu", "i18n":"", "class":"translate", "value":"oceania/061/798"},
{"text": "Oceania/Polynesia/Wallis and Futuna Islands", "i18n":"", "class":"translate", "value":"oceania/061/876"},
],
"getComputerStorageCapacity": [
{"text": "", "i18n":"", "class":"translate", "value":""},
{"text": "Finite Storage Capacity", "i18n":"", "class":"translate", "value":"finite"},
{"text": "Finite Storage Capacity/1 TB Storage Capacity", "i18n":"", "class":"translate", "value":"finite/1000"},
{"text": "Finite Storage Capacity/1.5 TB Storage Capacity", "i18n":"", "class":"translate", "value":"finite/1500"},
{"text": "Finite Storage Capacity/10 GB Storage Capacity", "i18n":"", "class":"translate", "value":"finite/10"},
{"text": "Finite Storage Capacity/100 GB Storage Capacity", "i18n":"", "class":"translate", "value":"finite/100"},
{"text": "Finite Storage Capacity/128 GB Storage Capacity", "i18n":"", "class":"translate", "value":"finite/128"},
{"text": "Finite Storage Capacity/16 GB Storage Capacity", "i18n":"", "class":"translate", "value":"finite/16"},
{"text": "Finite Storage Capacity/160 GB Storage Capacity", "i18n":"", "class":"translate", "value":"finite/160"},
{"text": "Finite Storage Capacity/2 TB Storage Capacity", "i18n":"", "class":"translate", "value":"finite/2000"},
{"text": "Finite Storage Capacity/20 GB Storage Capacity", "i18n":"", "class":"translate", "value":"finite/20"},
{"text": "Finite Storage Capacity/200 GB Storage Capacity", "i18n":"", "class":"translate", "value":"finite/200"},
{"text": "Finite Storage Capacity/300 GB Storage Capacity", "i18n":"", "class":"translate", "value":"finite/300"},
{"text": "Finite Storage Capacity/32 GB Storage Capacity", "i18n":"", "class":"translate", "value":"finite/32"},
{"text": "Finite Storage Capacity/320 GB Storage Capacity", "i18n":"", "class":"translate", "value":"finite/320"},
{"text": "Finite Storage Capacity/4 TB Storage Capacity", "i18n":"", "class":"translate", "value":"finite/4000"},
{"text": "Finite Storage Capacity/40 GB Storage Capacity", "i18n":"", "class":"translate", "value":"finite/40"},
{"text": "Finite Storage Capacity/500 GB Storage Capacity", "i18n":"", "class":"translate", "value":"finite/500"},
{"text": "Finite Storage Capacity/64 GB Storage Capacity", "i18n":"", "class":"translate", "value":"finite/64"},
{"text": "Finite Storage Capacity/750 GB Storage Capacity", "i18n":"", "class":"translate", "value":"finite/750"},
{"text": "Finite Storage Capacity/80 GB Storage Capacity", "i18n":"", "class":"translate", "value":"finite/80"},
{"text": "Finite Storage Capacity/8GB Storage Capacity", "i18n":"", "class":"translate", "value":"finite/8"},
{"text": "Infinite Storage Capacity", "i18n":"", "class":"translate", "value":"infinite"},
],
"getComputerStorageInterface": [
{"text": "", "i18n":"", "class":"translate", "value":""},
{"text": "Network Attached Storage", "i18n":"", "class":"translate", "value":"nas"},
{"text": "Serial Advanced Technology Attachment", "i18n":"", "class":"translate", "value":"sata"},
{"text": "Serial Attached SCSI", "i18n":"", "class":"translate", "value":"sas"},
{"text": "Storage Area Network", "i18n":"", "class":"translate", "value":"san"},
{"text": "Universal Serial Bus", "i18n":"", "class":"translate", "value":"usb"},
{"text": "Universal Serial Bus/USB2", "i18n":"", "class":"translate", "value":"usb/usb2"},
{"text": "Universal Serial Bus/USB3", "i18n":"", "class":"translate", "value":"usb/usb3"},
],
"getComputerStorageRedundancy": [
{"text": "", "i18n":"", "class":"translate", "value":""},
{"text": "Distributed Hash Table", "i18n":"", "class":"translate", "value":"dht"},
{"text": "Redundant Array of Independent Disks", "i18n":"", "class":"translate", "value":"raid"},
{"text": "Redundant Array of Independent Disks/Redundant Array of Independent Disks Level 0", "i18n":"", "class":"translate", "value":"raid/level0"},
{"text": "Redundant Array of Independent Disks/Redundant Array of Independent Disks Level 0 + Level 1", "i18n":"", "class":"translate", "value":"raid/nested01"},
{"text": "Redundant Array of Independent Disks/Redundant Array of Independent Disks Level 1", "i18n":"", "class":"translate", "value":"raid/level1"},
{"text": "Redundant Array of Independent Disks/Redundant Array of Independent Disks Level 1 + Level 0", "i18n":"", "class":"translate", "value":"raid/nested10"},
{"text": "Redundant Array of Independent Disks/Redundant Array of Independent Disks Level 2", "i18n":"", "class":"translate", "value":"raid/level2"},
{"text": "Redundant Array of Independent Disks/Redundant Array of Independent Disks Level 3", "i18n":"", "class":"translate", "value":"raid/level3"},
{"text": "Redundant Array of Independent Disks/Redundant Array of Independent Disks Level 4", "i18n":"", "class":"translate", "value":"raid/level4"},
{"text": "Redundant Array of Independent Disks/Redundant Array of Independent Disks Level 5", "i18n":"", "class":"translate", "value":"raid/level5"},
{"text": "Redundant Array of Independent Disks/Redundant Array of Independent Disks Level 5 + Level 0", "i18n":"", "class":"translate", "value":"raid/nested50"},
{"text": "Redundant Array of Independent Disks/Redundant Array of Independent Disks Level 6", "i18n":"", "class":"translate", "value":"raid/level6"},
],
"getComputerNetwork": [
{"text": "", "i18n":"", "class":"translate", "value":""}
],
"getStorageTechnology": [
{"text": "", "i18n":"", "class":"translate", "value":""},
{"text": "Disk Storage", "i18n":"", "class":"translate", "value":"disk"},
{"text": "Disk Storage/10,000 rpm", "i18n":"", "class":"translate", "value":"disk/10000"},
{"text": "Disk Storage/15,000 rpm", "i18n":"", "class":"translate", "value":"disk/15000"},
{"text": "Disk Storage/5,400 rpm", "i18n":"", "class":"translate", "value":"disk/5400"},
{"text": "Disk Storage/7,200 rpm", "i18n":"", "class":"translate", "value":"disk/7200"},
{"text": "ram", "i18n":"", "class":"translate", "value":"ram"},
{"text": "ssd", "i18n":"", "class":"translate", "value":"ssd"}
]
]
\ No newline at end of file
[
{
"title": "Invoices",
"title_i18n": "",
"portal_type_source": "",
"portal_type_title":"",
"options": {
"jump": {"hash": "","items": [{"href":"", "title":"", "title_i18n":""}]},
"action": {"hash":"", "items": [{"href": "", "title": "", "title_i18n":""}]},
"export": {"hash":"", "items": [{"href": "", "title": "", "title_i18n":""}]}
},
"toolbars": {
"header": [
[
{"control":"navigate","active":"true"}
],[
{"control":"login", "active":"true"},
{"control":"home","active":"true"}
]
],
"footer": [
{"control":"jump", "active":"true"},
{"control":"add", "active":"false"},
{"control":"remove","active":"false"},
{"control":"action","active":"true"},
{"control":"export", "active":"true"}
]
},
"field_definitions": {
"my_invoice_date": {
"type": "DateTimeField",
"widget": {
"id": "my_invoice_date",
"alternate_name": "my_invoice_date",
"title": "Date",
"title_i18n": "",
"description": "The name of a document in ERP5",
"description_i18n": "",
"default": null,
"css_class": null,
"hidden": null,
"default_to_now": null,
"date_separator": null,
"time_separator": null,
"input_style": null,
"input_order": null,
"display_date_only": null,
"am_pm_time_style": null,
"display_timezone": null,
"hide_day": null,
"hidden_day_is_last_day_of_month": null
},
"properties": {
"enabled": true,
"editable": true,
"external_validator": null,
"required": null,
"start_datetime": null,
"end_datetime": null,
"allow_empty_time": null
},
"messages": {
"external_validator_failed": {
"message": "The input failed the external validator.",
"i18n": ""
},
"required_not_found": {
"message": "Input is required but no input given.",
"i18n": ""
},
"not_datetime": {
"message": "You did not enter a valid date and time.",
"i18n": ""
},
"datetime_out_of_range": {
"message": "The date and time you entered were out of range.",
"i18n": ""
}
}
},
"my_total_price": {
"type": "FloatField",
"widget": {
"id": "my_total_price",
"alternate_name": "my_total_price",
"title": "Total",
"title_i18n": "",
"description": "The name of a document in ERP5",
"description_i18n": "",
"default": null,
"css_class": null,
"hidden": false,
"display_width": 30,
"maximum_input": null,
"extra": {"data-clear-btn":"true"},
"input_style": null,
"precision": null
},
"validator": {
"enabled": true,
"editable": true,
"external_validator": null,
"required": null,
"preserve_whitespace": null,
"unicode": null
},
"messages": {
"external_validator_failed": {
"message": "The input failed the external validator.",
"i18n": ""
},
"required_not_found": {
"message": "Input is required but no input given.",
"i18n": ""
},
"not_float": {
"message":"You did not enter a floating number.",
"i18n": ""
}
}
},
"my_price_currency": {
"type": "ListField",
"widget": {
"id": "my_price_currency",
"alternate_name": "my_price_currency",
"title": "Currency",
"title_i18n": "",
"description": "The name of a document in ERP5",
"description_i18n": "",
"default": null,
"css_class": null,
"hidden": false,
"size": 1,
"items": "getCurrencies",
"select_first_item": true,
"extra_per_item": null,
"extra": null
},
"validator": {
"enabled": true,
"editable": true,
"external_validator": null,
"required": null,
"preserve_whitespace": null,
"unicode": null
},
"messages": {
"external_validator_failed": {
"message": "The input failed the external validator.",
"i18n": ""
},
"required_not_found": {
"message": "Input is required but no input given.",
"i18n": ""
},
"unknown_selection": {
"message":"You selected on option not on the menu",
"i18n": ""
}
}
},
"my_translated_simulation_state_title": {
"type": "StringField",
"widget": {
"id": "my_translated_simulation_state_title",
"alternate_name": "my_translated_simulation_state_title",
"title": "State",
"title_i18n": "",
"description": "The name of a document in ERP5",
"description_i18n": "",
"default": null,
"css_class": null,
"hidden": false,
"display_width": 30,
"maximum_input": null,
"extra": {"data-clear-btn":"true"}
},
"validator": {
"enabled": true,
"editable": true,
"external_validator": null,
"required": null,
"preserve_whitespace": null,
"unicode": null,
"maximum_length": null,
"truncate": null
},
"messages": {
"external_validator_failed": {
"message": "The input failed the external validator.",
"i18n": ""
},
"required_not_found": {
"message": "Input is required but no input given.",
"i18n": ""
},
"too_long": {
"message":"Too much input was given.",
"i18n": ""
}
}
}
},
"gadgets": {
"invoices_01": {
"portal_type_source": "Sale Invoice Transaction",
"portal_type_title": "invoices",
"base_element": {"type": "table", "direct": {"id": "invoices_1","className":"table-stroke ui-responsive"}, "attributes": {"data-filter":"true", "data-sort":"true", "data-input":"#global_search_invoices","data-mode": "columntoggle","data-use-pop": false,"data-wrap": "both","data-top-grid": 3,"data-bottom-grid": 1, "data-sorting":"true"}, "logic": {}},
"form_wrapper": "",
"configuration": {
"wrapper": [
{"group_search": false, "slot": "1", "element": {"type": "a", "direct": {"className": "toggle_global_popup invoices_01 ui-btn ui-btn-icon-left ui-icon-sitemap ui-shadow ui-corner-all","href":"#global_popup"},"attributes": {"data-reference":"group_search","data-type":"invoices", "data-rel":"popup","data-transition":"pop","data-position-to":"window"},"logic": {"text":"Group"}}, "children": [], "global_popup": true},
{"detail_search": false, "slot": "2", "element": {"type": "a", "direct": {"className": "toggle_global_popup invoices_01 ui-btn ui-btn-icon-left ui-icon-filter ui-shadow ui-corner-all","href":"#global_popup"},"attributes": {"data-reference":"detail_search","data-type":"invoices", "data-rel":"popup","data-transition":"pop","data-position-to":"window"},"logic": {"text":"Detail Search"}}, "children": [], "global_popup": true},
{"configure_search": false, "slot":"3", "element": {"type": "a","direct": {"className": "toggle_local_popup invoices_01 ui-btn ui-btn-icon-left ui-icon-cogs ui-shadow ui-corner-all","href":"#global_popup"},"attributes": {"data-reference":"configure_search","data-type":"invoices", "data-rel":"popup","data-transition":"pop","data-position-to":"window"},"logic": {"text":"Configuration"}}, "children":[], "local_popup": true},
{"pagination": false, "slot": "4", "widget": {"type": "controlgroup", "widget_class": "pagination", "direction": "horizontal"},"children":[
{"type":"a", "direct":{"href":"#", "className":"action"}, "attributes":{"data-i18n":"", "data-action":"first", "data-icon":"step-backward", "data-iconpos":"notext"},"logic":{"text":"First"}},
{"type":"a", "direct":{"href":"#", "className":"action"}, "attributes":{"data-i18n":"", "data-action":"prev", "data-icon":"backward", "data-iconpos":"notext"}, "logic":{"text":"Step Backward"}},
{"type":"select", "direct":{"id":"paginate_invoices_01"},"attributes": {"data-icon":"reorder"},"logic": {"options":[{"value": "5", "text": "5", "data-i18n":"", "selected":"", "disabled":""},{"value": "10", "text": "10", "data-i18n":"", "selected":"", "disabled":""},{"value": "25", "text": "25", "data-i18n":"", "selected":"", "disabled":""},{"value": "50", "text": "50", "data-i18n":"", "selected":"", "disabled":""}]}},
{"type":"a", "direct":{"href":"#", "className":"action"}, "attributes":{"data-i18n":"", "data-action":"next", "data-icon":"forward", "data-iconpos":"notext"}, "logic":{"text":"Step Forward"}},
{"type":"a", "direct":{"href":"#", "className":"action"}, "attributes":{"data-i18n":"", "data-action":"last", "data-icon":"step-forward", "data-iconpos":"notext"}, "logic":{"text": "Last"}}]}
],
"controlbar": [
{"global_search": true, "element": {"type": "input", "direct":{"id":"global_search_invoices"},"attributes":{"data-enhanced":"true", "data-i18n": "","placeholder":"Search Invoices", "data-icon":"search", "data-action-btn":"true", "data-type":"search", "type":"search"},"logic":{"clear":"true", "action":"search"}}, "children":[]},
{"record_info": false, "element": {"type": "span", "direct": {"className":"record_info invoices_01"}}, "children":[]},
{"select_info": false, "element": {"type": "span", "direct": {"className":"select_info invoices_01"}}, "children":[]},
{"filter_info": false, "element": {"type": "span", "direct": {"className":"filter_info invoices_01"}}, "children":[]}
],
"table": {
"checkbox_rows": true,
"sorting_columns": true,
"editable_rows": true,
"linkable_rows": true,
"mergeable_columns": true
}
},
"layout": {
"columns": [
{"title": "_id", "show": false, "priority": 5, "sort":true},
{"title": "my_invoice_date", "show": true, "sort":true,"persist": true},
{"title": "my_total_price", "show": true, "persist": true, "sort":true},
{"title": "my_price_currency", "show": true, "priority": 4, "sort":true },
{"title": "my_translated_simulation_state_title", "show": true, "priority": 6, "sort":true },
{"title": "download", "show": true, "persist": true, "actions": ["download"], "sort":"true" }
]
},
"actions": []
}
},
"records": [
{
"translated_simulation_state_title": "Cancelled",
"price_currency": "EUR",
......@@ -699,4 +947,5 @@
"invoice_date": "2005/08/16",
"id": "invoice_99"
}
]
\ No newline at end of file
]
}
\ No newline at end of file
{
"title": "Computers",
"title_i18n": "",
"portal_type_source": "",
"portal_type_title":"",
"options": {
"jump": {"hash": "","items": [{"href":"", "title":"", "title_i18n":""}]},
"action": {"hash":"", "items": [{"href": "", "title": "", "title_i18n":""}]},
"export": {"hash":"", "items": [{"href": "", "title": "", "title_i18n":""}]}
},
"toolbars": {
"header": [
[
{"control":"navigate","active":"true"}
],[
{"control":"login", "active":"true"},
{"control":"home","active":"true"}
]
],
"footer": [
{"control":"jump", "active":"true"},
{"control":"add", "active":"true"},
{"control":"remove","active":"true"},
{"control":"action","active":"true"},
{"control":"export", "active":"true"}
]
},
"field_definitions": {
"my_title": {
"type": "StringField",
"widget": {
"id": "my_title",
"alternate_name": "my_title",
"title": "Title",
"title_i18n": "",
"description": "The name of a document in ERP5",
"description_i18n": "",
"default": null,
"css_class": null,
"hidden": false,
"display_width": 30,
"maximum_input": null,
"extra": {"data-clear-btn":"true"}
},
"validator": {
"enabled": true,
"editable": true,
"external_validator": null,
"required": null,
"preserve_whitespace": null,
"unicode": null,
"maximum_length": null,
"truncate": null
},
"messages": {
"external_validator_failed": {
"message": "The input failed the external validator.",
"i18n": ""
},
"required_not_found": {
"message": "Input is required but no input given.",
"i18n": ""
},
"too_long": {
"message":"Too much input was given.",
"i18n": ""
}
}
},
"my_reference": {
"type": "StringField",
"widget": {
"id": "my_reference",
"alternate_name": "my_reference",
"title": "Reference",
"title_i18n": "",
"description": "The name of a document in ERP5",
"description_i18n": "",
"default": null,
"css_class": null,
"hidden": false,
"display_width": 30,
"maximum_input": null,
"extra": {"data-clear-btn":"true"}
},
"validator": {
"enabled": true,
"editable": true,
"external_validator": null,
"required": null,
"preserve_whitespace": null,
"unicode": null,
"maximum_length": null,
"truncate": null
},
"messages": {
"external_validator_failed": {
"message": "The input failed the external validator.",
"i18n": ""
},
"required_not_found": {
"message": "Input is required but no input given.",
"i18n": ""
},
"too_long": {
"message":"Too much input was given.",
"i18n": ""
}
}
}
},
"gadgets": {
"networks_01": {
"portal_type_source": "Computer Networks",
"portal_type_title":"networks",
"base_element": {"type": "table", "direct": {"id": "networks_1","className":"table-stroke ui-responsive"}, "attributes": {"data-filter":"true", "data-input":"#global_search_invoices","data-mode": "columntoggle","data-use-pop": false,"data-wrap": "both","data-top-grid": 1,"data-bottom-grid": 1}, "logic": {}},
"form_wrapper": undefined,
"configuration": {
"wrapper": [
{"caption": false, "slot":"1", "element": {"type": "p", "direct": {}, "attributes": {"data-i18n": ""}, "logic": {"text": "Networks Overview"}}, "children": []},
],
"controlbar": [
{"global_search": true, "element": {"type": "input", "direct":{"id":"global_search_invoices"},"attributes":{"data-enhanced":"true", "data-i18n": "","placeholder":"Search Invoices", "data-icon":"search", "data-action-btn":"true", "data-type":"search", "type":"search"},"logic":{"clear":"true", "action":"search"}}, "children":[]},
{"record_info": false, "element": {"type": "span", "direct": {"className":"record_info invoices_01"}}, "children":[]},
{"filter_info": false, "element": {"type": "span", "direct": {"className":"filter_info invoices_01"}}, "children":[]}
],
"table": {}
},
"layout": {
"columns": [
{"title": "_id", "show": false, "priority": 5 },
{"title": "my_title", "show": true, "persist":"true"},
{"title": "my_reference", "show": true, "persist":"true"}
]
},
"actions": []
},
"network_actions": {
"portal_type_source": "Computer Networks",
"portal_type_title": "networks",
"layout": {
"type": "controlgroup",
"direction": "horizontal",
"class": "action_menu center ",
"buttons": [
{"type": "a", "direct": {"href": "object.html?type=networks&mode=new", "className": "translate action ui-btn ui-btn-inline ui-shadow ui-corner-all ui-icon-sitemap ui-btn-active ui-btn-icon-left"}, "attributes": {"data-reference": "new", "data-i18n":""}, "logic": {"text": "Add Network"}}
]
}
}
},
"records": [
{
"_id":1,
"doc": {
"_id": 1,
"my_title": "foonet",
"my_reference": "NET-53"
}
}
]
}
\ No newline at end of file
{
"title": "Services",
"title_i18n": "",
"portal_type_source": "",
"portal_type_title":"",
"options": {
"jump": {"hash": "","items": [{"href":"", "title":"", "title_i18n":""}]},
"action": {"hash":"", "items": [{"href": "", "title": "", "title_i18n":""}]},
"export": {"hash":"", "items": [{"href": "", "title": "", "title_i18n":""}]}
},
"toolbars": {
"header": [
[
{"control":"navigate","active":"true"}
],[
{"control":"login", "active":"true"},
{"control":"home","active":"true"}
]
],
"footer": [
{"control":"jump", "active":"true"},
{"control":"add", "active":"true"},
{"control":"remove","active":"true"},
{"control":"action","active":"true"},
{"control":"export", "active":"true"}
]
},
"field_definitions": {
"my_title": {
"type": "StringField",
"widget": {
"id": "my_title",
"alternate_name": "my_title",
"title": "Title",
"title_i18n": "",
"description": "The name of a document in ERP5",
"description_i18n": "",
"default": null,
"css_class": null,
"hidden": false,
"display_width": 30,
"maximum_input": null,
"extra": {"data-clear-btn":"true"}
},
"validator": {
"enabled": true,
"editable": true,
"external_validator": null,
"required": null,
"preserve_whitespace": null,
"unicode": null,
"maximum_length": null,
"truncate": null
},
"messages": {
"external_validator_failed": {
"message": "The input failed the external validator.",
"i18n": ""
},
"required_not_found": {
"message": "Input is required but no input given.",
"i18n": ""
},
"too_long": {
"message":"Too much input was given.",
"i18n": ""
}
}
}
},
"gadgets": {
"service_actions": {
"portal_type_source": "Hosting Subscriptions",
"portal_type_title": "services",
"layout": {
"type": "controlgroup",
"direction": "horizontal",
"class": "action_menu center ",
"buttons": [
{"type": "a", "direct": {"href": "software.html", "className": "translate action ui-btn ui-btn-inline ui-shadow ui-corner-all ui-icon-cogs ui-btn-active ui-btn-icon-left"},"attributes": {"data-reference": "new", "data-i18n":""}, "logic": {"text": "Add Software"}}
]
}
},
"services_01": {
"portal_type_source": "Hosting Subscriptions",
"portal_type_title":"services",
"base_element": {"type": "table", "direct": {"id": "services_1","className":"table-stroke ui-responsive"}, "attributes": {"data-filter":"true", "data-input":"#global_search_invoices","data-mode": "columntoggle","data-use-pop": false,"data-wrap": "both","data-top-grid": 1,"data-bottom-grid": 1}, "logic": {}},
"form_wrapper": undefined,
"configuration": {
"wrapper": [
{"caption": false, "slot":"1", "element": {"type": "p", "direct": {}, "attributes": {"data-i18n": ""}, "logic": {"text": "Services Overview"}}, "children": []},
],
"controlbar": [
{"global_search": true, "element": {"type": "input", "direct":{"id":"global_search_invoices"},"attributes":{"data-enhanced":"true", "data-i18n": "","placeholder":"Search Invoices", "data-icon":"search", "data-action-btn":"true", "data-type":"search", "type":"search"},"logic":{"clear":"true", "action":"search"}}, "children":[]},
{"record_info": false, "element": {"type": "span", "direct": {"className":"record_info invoices_01"}}, "children":[]},
{"filter_info": false, "element": {"type": "span", "direct": {"className":"filter_info invoices_01"}}, "children":[]}
],
"table": {}
},
"layout": {
"columns": [
{"title": "_id", "show": false, "priority": 5 },
{"title": "my_title", "show": true, "persist":"true"},
{"title": "image", "show": true, "persist": true, "image": true}
]
},
"actions": []
}
},
"records": [
{
"_id": 1,
"doc": {
"image": {
"href": "https://www.slapos.org/software_product_module/2/default_image/index_html?quality=75&display=thumbnail"
},
"my_title": "instance_1234556666"
}
}
]
}
\ No newline at end of file
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