-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #5 from sihaysistema/ramaNath
Agregando nuevo campo del issue #3
- Loading branch information
Showing
1 changed file
with
38 additions
and
104 deletions.
There are no files selected for viewing
142 changes: 38 additions & 104 deletions
142
cambiare_gtq/cambiare_gtq/doctype/available_currencies/available_currencies.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,110 +1,44 @@ | ||
{ | ||
"allow_copy": 0, | ||
"allow_events_in_timeline": 0, | ||
"allow_guest_to_view": 0, | ||
"allow_import": 0, | ||
"allow_rename": 0, | ||
"beta": 0, | ||
"creation": "2019-07-28 23:02:57.492873", | ||
"custom": 0, | ||
"docstatus": 0, | ||
"doctype": "DocType", | ||
"document_type": "", | ||
"editable_grid": 1, | ||
"engine": "InnoDB", | ||
"creation": "2019-07-28 23:02:57.492873", | ||
"doctype": "DocType", | ||
"editable_grid": 1, | ||
"engine": "InnoDB", | ||
"field_order": [ | ||
"moneda", | ||
"codigo", | ||
"convert" | ||
], | ||
"fields": [ | ||
{ | ||
"allow_bulk_edit": 0, | ||
"allow_in_quick_entry": 0, | ||
"allow_on_submit": 0, | ||
"bold": 0, | ||
"collapsible": 0, | ||
"columns": 0, | ||
"fetch_if_empty": 0, | ||
"fieldname": "moneda", | ||
"fieldtype": "Select", | ||
"hidden": 0, | ||
"ignore_user_permissions": 0, | ||
"ignore_xss_filter": 0, | ||
"in_filter": 0, | ||
"in_global_search": 0, | ||
"in_list_view": 1, | ||
"in_standard_filter": 0, | ||
"label": "Moneda", | ||
"length": 0, | ||
"no_copy": 0, | ||
"options": "", | ||
"permlevel": 0, | ||
"precision": "", | ||
"print_hide": 0, | ||
"print_hide_if_no_value": 0, | ||
"read_only": 0, | ||
"remember_last_selected_value": 0, | ||
"report_hide": 0, | ||
"reqd": 0, | ||
"search_index": 1, | ||
"set_only_once": 0, | ||
"translatable": 0, | ||
"unique": 0 | ||
}, | ||
"fieldname": "moneda", | ||
"fieldtype": "Select", | ||
"in_list_view": 1, | ||
"label": "Moneda", | ||
"search_index": 1 | ||
}, | ||
{ | ||
"allow_bulk_edit": 0, | ||
"allow_in_quick_entry": 0, | ||
"allow_on_submit": 0, | ||
"bold": 0, | ||
"collapsible": 0, | ||
"columns": 0, | ||
"fetch_if_empty": 0, | ||
"fieldname": "codigo", | ||
"fieldtype": "Data", | ||
"hidden": 0, | ||
"ignore_user_permissions": 0, | ||
"ignore_xss_filter": 0, | ||
"in_filter": 0, | ||
"in_global_search": 0, | ||
"in_list_view": 0, | ||
"in_standard_filter": 0, | ||
"label": "Codigo", | ||
"length": 0, | ||
"no_copy": 0, | ||
"permlevel": 0, | ||
"precision": "", | ||
"print_hide": 0, | ||
"print_hide_if_no_value": 0, | ||
"read_only": 1, | ||
"remember_last_selected_value": 0, | ||
"report_hide": 0, | ||
"reqd": 0, | ||
"search_index": 0, | ||
"set_only_once": 0, | ||
"translatable": 0, | ||
"unique": 0 | ||
"fieldname": "codigo", | ||
"fieldtype": "Data", | ||
"label": "Codigo", | ||
"read_only": 1 | ||
}, | ||
{ | ||
"default": "0", | ||
"fieldname": "convert", | ||
"fieldtype": "Check", | ||
"in_list_view": 1, | ||
"label": "Convert" | ||
} | ||
], | ||
"has_web_view": 0, | ||
"hide_heading": 0, | ||
"hide_toolbar": 0, | ||
"idx": 0, | ||
"image_view": 0, | ||
"in_create": 0, | ||
"is_submittable": 0, | ||
"issingle": 0, | ||
"istable": 1, | ||
"max_attachments": 0, | ||
"modified": "2019-08-05 15:32:14.023562", | ||
"modified_by": "Administrator", | ||
"module": "Cambiare GTQ", | ||
"name": "Available Currencies", | ||
"name_case": "", | ||
"owner": "Administrator", | ||
"permissions": [], | ||
"quick_entry": 1, | ||
"read_only": 0, | ||
"read_only_onload": 0, | ||
"show_name_in_global_search": 0, | ||
"sort_field": "modified", | ||
"sort_order": "DESC", | ||
"track_changes": 1, | ||
"track_seen": 0, | ||
"track_views": 0 | ||
], | ||
"istable": 1, | ||
"modified": "2020-01-27 14:57:08.118999", | ||
"modified_by": "Administrator", | ||
"module": "Cambiare GTQ", | ||
"name": "Available Currencies", | ||
"owner": "Administrator", | ||
"permissions": [], | ||
"quick_entry": 1, | ||
"sort_field": "modified", | ||
"sort_order": "DESC", | ||
"track_changes": 1 | ||
} |