mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-19 04:59:18 +00:00
completed Time Log / Time Log Batch
This commit is contained in:
@@ -162,6 +162,7 @@ def import_defaults():
|
||||
|
||||
# UOM
|
||||
{'uom_name': 'Unit', 'doctype': 'UOM', 'name': 'Unit'},
|
||||
{'uom_name': 'Unit', 'doctype': 'UOM', 'name': 'Hour'},
|
||||
{'uom_name': 'Box', 'doctype': 'UOM', 'name': 'Box'},
|
||||
{'uom_name': 'Ft', 'doctype': 'UOM', 'name': 'Ft'},
|
||||
{'uom_name': 'Kg', 'doctype': 'UOM', 'name': 'Kg'},
|
||||
|
||||
@@ -19,5 +19,4 @@ observer_map = {
|
||||
"*:on_submit": "home.update_feed",
|
||||
"Stock Entry:on_submit": "stock.doctype.material_request.material_request.update_completed_qty",
|
||||
"Stock Entry:on_cancel": "stock.doctype.material_request.material_request.update_completed_qty",
|
||||
# "*:on_update": "webnotes.widgets.moduleview.update_count"
|
||||
}
|
||||
@@ -27,4 +27,6 @@ queries = {
|
||||
"Production Order": {"docstatus":0},
|
||||
"BOM": {"docstatus":0},
|
||||
"Timesheet": {"docstatus":0},
|
||||
"Time Log": {"status":"Draft"},
|
||||
"Time Log Batch": {"status":"Draft"},
|
||||
}
|
||||
Reference in New Issue
Block a user