-
Notifications
You must be signed in to change notification settings - Fork 25
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 #220 from efeone/rename_jewellery_receipt
fix:Renamed Doctype purchase Tool and filter applied
- Loading branch information
Showing
8 changed files
with
184 additions
and
47 deletions.
There are no files selected for viewing
File renamed without changes.
106 changes: 106 additions & 0 deletions
106
aumms/aumms/doctype/jewellery_item_receipt/jewellery_item_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 |
---|---|---|
@@ -0,0 +1,106 @@ | ||
{ | ||
"actions": [], | ||
"allow_rename": 1, | ||
"creation": "2024-02-12 23:46:19.937061", | ||
"doctype": "DocType", | ||
"editable_grid": 1, | ||
"engine": "InnoDB", | ||
"field_order": [ | ||
"item_details_column", | ||
"item_code", | ||
"gold_weight", | ||
"net_weight", | ||
"uom", | ||
"column_break_juco", | ||
"stone", | ||
"stone_weight", | ||
"stone_charge", | ||
"purity", | ||
"amount" | ||
], | ||
"fields": [ | ||
{ | ||
"fieldname": "item_details_column", | ||
"fieldtype": "Column Break", | ||
"label": "Item Details " | ||
}, | ||
{ | ||
"fieldname": "gold_weight", | ||
"fieldtype": "Float", | ||
"in_list_view": 1, | ||
"label": "Gold Weight" | ||
}, | ||
{ | ||
"fieldname": "net_weight", | ||
"fieldtype": "Float", | ||
"in_list_view": 1, | ||
"label": "Net Weight", | ||
"read_only": 1 | ||
}, | ||
{ | ||
"fieldname": "amount", | ||
"fieldtype": "Float", | ||
"in_list_view": 1, | ||
"label": "Amount", | ||
"read_only": 1 | ||
}, | ||
{ | ||
"fieldname": "column_break_juco", | ||
"fieldtype": "Column Break" | ||
}, | ||
{ | ||
"fieldname": "stone", | ||
"fieldtype": "Data", | ||
"in_list_view": 1, | ||
"label": "Stone", | ||
"read_only": 1 | ||
}, | ||
{ | ||
"depends_on": "eval:doc.stone", | ||
"fieldname": "stone_weight", | ||
"fieldtype": "Float", | ||
"in_list_view": 1, | ||
"label": "Stone Weight" | ||
}, | ||
{ | ||
"depends_on": "eval:doc.stone", | ||
"fieldname": "stone_charge", | ||
"fieldtype": "Currency", | ||
"in_list_view": 1, | ||
"label": "Stone Charge" | ||
}, | ||
{ | ||
"fieldname": "purity", | ||
"fieldtype": "Link", | ||
"in_list_view": 1, | ||
"label": "Purity", | ||
"options": "Purity" | ||
}, | ||
{ | ||
"fieldname": "uom", | ||
"fieldtype": "Link", | ||
"in_list_view": 1, | ||
"label": "UOM", | ||
"options": "UOM" | ||
}, | ||
{ | ||
"fieldname": "item_code", | ||
"fieldtype": "Data", | ||
"in_list_view": 1, | ||
"label": "Item Code", | ||
"read_only": 1 | ||
} | ||
], | ||
"index_web_pages_for_search": 1, | ||
"istable": 1, | ||
"links": [], | ||
"modified": "2024-02-16 15:46:24.566785", | ||
"modified_by": "Administrator", | ||
"module": "AuMMS", | ||
"name": "Jewellery Item Receipt", | ||
"owner": "Administrator", | ||
"permissions": [], | ||
"sort_field": "modified", | ||
"sort_order": "DESC", | ||
"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
File renamed without changes.
17 changes: 14 additions & 3 deletions
17
...ms/doctype/purchase_tool/purchase_tool.js → ...pe/jewellery_receipt/jewellery_receipt.js
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
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
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
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