-
Notifications
You must be signed in to change notification settings - Fork 7.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: currency symbol in landed cost voucher and material request (bac…
…kport #40138) (#40141) fix: currency symbol in landed cost voucher and material request (#40138) (cherry picked from commit 8aa2b7c) Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com>
- Loading branch information
1 parent
9d19ec4
commit 57bb031
Showing
2 changed files
with
68 additions
and
176 deletions.
There are no files selected for viewing
240 changes: 65 additions & 175 deletions
240
erpnext/stock/doctype/landed_cost_purchase_receipt/landed_cost_purchase_receipt.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,187 +1,77 @@ | ||
{ | ||
"allow_copy": 0, | ||
"allow_import": 0, | ||
"allow_rename": 0, | ||
"beta": 0, | ||
"creation": "2013-02-22 01:28:02", | ||
"custom": 0, | ||
"docstatus": 0, | ||
"doctype": "DocType", | ||
"document_type": "Document", | ||
"editable_grid": 1, | ||
"actions": [], | ||
"creation": "2013-02-22 01:28:02", | ||
"doctype": "DocType", | ||
"document_type": "Document", | ||
"editable_grid": 1, | ||
"engine": "InnoDB", | ||
"field_order": [ | ||
"receipt_document_type", | ||
"receipt_document", | ||
"supplier", | ||
"col_break1", | ||
"posting_date", | ||
"grand_total" | ||
], | ||
"fields": [ | ||
{ | ||
"allow_on_submit": 0, | ||
"bold": 0, | ||
"collapsible": 0, | ||
"fieldname": "receipt_document_type", | ||
"fieldtype": "Select", | ||
"hidden": 0, | ||
"ignore_user_permissions": 0, | ||
"ignore_xss_filter": 0, | ||
"in_filter": 0, | ||
"in_list_view": 1, | ||
"label": "Receipt Document Type", | ||
"length": 0, | ||
"no_copy": 0, | ||
"options": "\nPurchase Invoice\nPurchase Receipt", | ||
"permlevel": 0, | ||
"precision": "", | ||
"print_hide": 0, | ||
"print_hide_if_no_value": 0, | ||
"read_only": 0, | ||
"report_hide": 0, | ||
"reqd": 1, | ||
"search_index": 0, | ||
"set_only_once": 0, | ||
"unique": 0 | ||
}, | ||
"fieldname": "receipt_document_type", | ||
"fieldtype": "Select", | ||
"in_list_view": 1, | ||
"label": "Receipt Document Type", | ||
"options": "\nPurchase Invoice\nPurchase Receipt", | ||
"reqd": 1 | ||
}, | ||
{ | ||
"allow_on_submit": 0, | ||
"bold": 0, | ||
"collapsible": 0, | ||
"fieldname": "receipt_document", | ||
"fieldtype": "Dynamic Link", | ||
"hidden": 0, | ||
"ignore_user_permissions": 0, | ||
"ignore_xss_filter": 0, | ||
"in_filter": 0, | ||
"in_list_view": 1, | ||
"label": "Receipt Document", | ||
"length": 0, | ||
"no_copy": 0, | ||
"oldfieldname": "purchase_receipt_no", | ||
"oldfieldtype": "Link", | ||
"options": "receipt_document_type", | ||
"permlevel": 0, | ||
"print_hide": 0, | ||
"print_hide_if_no_value": 0, | ||
"print_width": "220px", | ||
"read_only": 0, | ||
"report_hide": 0, | ||
"reqd": 1, | ||
"search_index": 0, | ||
"set_only_once": 0, | ||
"unique": 0, | ||
"fieldname": "receipt_document", | ||
"fieldtype": "Dynamic Link", | ||
"in_list_view": 1, | ||
"label": "Receipt Document", | ||
"oldfieldname": "purchase_receipt_no", | ||
"oldfieldtype": "Link", | ||
"options": "receipt_document_type", | ||
"print_width": "220px", | ||
"reqd": 1, | ||
"width": "220px" | ||
}, | ||
}, | ||
{ | ||
"allow_on_submit": 0, | ||
"bold": 0, | ||
"collapsible": 0, | ||
"fieldname": "supplier", | ||
"fieldtype": "Link", | ||
"hidden": 0, | ||
"ignore_user_permissions": 0, | ||
"ignore_xss_filter": 0, | ||
"in_filter": 0, | ||
"in_list_view": 1, | ||
"label": "Supplier", | ||
"length": 0, | ||
"no_copy": 0, | ||
"options": "Supplier", | ||
"permlevel": 0, | ||
"print_hide": 0, | ||
"print_hide_if_no_value": 0, | ||
"read_only": 1, | ||
"report_hide": 0, | ||
"reqd": 0, | ||
"search_index": 0, | ||
"set_only_once": 0, | ||
"unique": 0 | ||
}, | ||
"fieldname": "supplier", | ||
"fieldtype": "Link", | ||
"in_list_view": 1, | ||
"label": "Supplier", | ||
"options": "Supplier", | ||
"read_only": 1 | ||
}, | ||
{ | ||
"allow_on_submit": 0, | ||
"bold": 0, | ||
"collapsible": 0, | ||
"fieldname": "col_break1", | ||
"fieldtype": "Column Break", | ||
"hidden": 0, | ||
"ignore_user_permissions": 0, | ||
"ignore_xss_filter": 0, | ||
"in_filter": 0, | ||
"in_list_view": 0, | ||
"length": 0, | ||
"no_copy": 0, | ||
"permlevel": 0, | ||
"print_hide": 0, | ||
"print_hide_if_no_value": 0, | ||
"read_only": 0, | ||
"report_hide": 0, | ||
"reqd": 0, | ||
"search_index": 0, | ||
"set_only_once": 0, | ||
"unique": 0, | ||
"fieldname": "col_break1", | ||
"fieldtype": "Column Break", | ||
"width": "50%" | ||
}, | ||
}, | ||
{ | ||
"allow_on_submit": 0, | ||
"bold": 0, | ||
"collapsible": 0, | ||
"fieldname": "posting_date", | ||
"fieldtype": "Date", | ||
"hidden": 0, | ||
"ignore_user_permissions": 0, | ||
"ignore_xss_filter": 0, | ||
"in_filter": 0, | ||
"in_list_view": 0, | ||
"label": "Posting Date", | ||
"length": 0, | ||
"no_copy": 0, | ||
"permlevel": 0, | ||
"print_hide": 0, | ||
"print_hide_if_no_value": 0, | ||
"read_only": 1, | ||
"report_hide": 0, | ||
"reqd": 0, | ||
"search_index": 0, | ||
"set_only_once": 0, | ||
"unique": 0 | ||
}, | ||
"fieldname": "posting_date", | ||
"fieldtype": "Date", | ||
"label": "Posting Date", | ||
"read_only": 1 | ||
}, | ||
{ | ||
"allow_on_submit": 0, | ||
"bold": 0, | ||
"collapsible": 0, | ||
"fieldname": "grand_total", | ||
"fieldtype": "Currency", | ||
"hidden": 0, | ||
"ignore_user_permissions": 0, | ||
"ignore_xss_filter": 0, | ||
"in_filter": 0, | ||
"in_list_view": 1, | ||
"label": "Grand Total", | ||
"length": 0, | ||
"no_copy": 0, | ||
"permlevel": 0, | ||
"print_hide": 0, | ||
"print_hide_if_no_value": 0, | ||
"read_only": 1, | ||
"report_hide": 0, | ||
"reqd": 0, | ||
"search_index": 0, | ||
"set_only_once": 0, | ||
"unique": 0 | ||
"fieldname": "grand_total", | ||
"fieldtype": "Currency", | ||
"in_list_view": 1, | ||
"label": "Grand Total", | ||
"options": "Company:company:default_currency", | ||
"read_only": 1 | ||
} | ||
], | ||
"hide_heading": 0, | ||
"hide_toolbar": 0, | ||
"idx": 1, | ||
"image_view": 0, | ||
"in_create": 0, | ||
|
||
"is_submittable": 0, | ||
"issingle": 0, | ||
"istable": 1, | ||
"max_attachments": 0, | ||
"modified": "2020-09-18 17:26:09.703215", | ||
"modified_by": "Administrator", | ||
"module": "Stock", | ||
"name": "Landed Cost Purchase Receipt", | ||
"owner": "Administrator", | ||
"permissions": [], | ||
"quick_entry": 0, | ||
"read_only": 0, | ||
"read_only_onload": 0, | ||
"sort_order": "ASC", | ||
"track_seen": 0 | ||
], | ||
"idx": 1, | ||
"istable": 1, | ||
"links": [], | ||
"modified": "2024-02-26 18:41:06.281750", | ||
"modified_by": "Administrator", | ||
"module": "Stock", | ||
"name": "Landed Cost Purchase Receipt", | ||
"owner": "Administrator", | ||
"permissions": [], | ||
"sort_field": "modified", | ||
"sort_order": "ASC", | ||
"states": [] | ||
} |
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