mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-04 12:49:10 +00:00
* refactor: update stock onboarding * refactor: add form tour for stock module onboarding * refactor: move trailing whitespace out of translate func * refactor: sider/semgrep * refactor: remove DN, PR; change wording, add/remove steps in tour * refactor: add watch video step for stock opening balance * refactor: reorder steps according to stock settings refactor * refactor: fix typo, remove target warehouse cause SE Type dependency * fix: semgrep, remove trailing and leading whitespaces * refactor: reduce steps, reword cards * fix: minor changes - remove Is Group from warehouse - change stock entry type - link to stock entry type - add posting date to stock reco - change report to Stock Projected Qty - highlight quality inspection action - remove allow neg highlight * refactor: use Form Tour doc instead of controller form tour note - keeping controller form tours as a fallback, new form tours seem to work only for Stock Settings * fix: rename form tours to doctype names, remove tours from js controllers * fix: re-order tour to circumvent glitchy save highlight
54 lines
1.4 KiB
JSON
54 lines
1.4 KiB
JSON
{
|
|
"creation": "2021-08-24 14:43:44.465237",
|
|
"docstatus": 0,
|
|
"doctype": "Form Tour",
|
|
"idx": 0,
|
|
"is_standard": 1,
|
|
"modified": "2021-08-24 14:50:31.988256",
|
|
"modified_by": "Administrator",
|
|
"module": "Stock",
|
|
"name": "Warehouse",
|
|
"owner": "Administrator",
|
|
"reference_doctype": "Warehouse",
|
|
"save_on_complete": 1,
|
|
"steps": [
|
|
{
|
|
"description": "Select a name for the warehouse. This should reflect its location or purpose.",
|
|
"field": "",
|
|
"fieldname": "warehouse_name",
|
|
"fieldtype": "Data",
|
|
"has_next_condition": 1,
|
|
"is_table_field": 0,
|
|
"label": "Warehouse Name",
|
|
"next_step_condition": "eval: doc.warehouse_name",
|
|
"parent_field": "",
|
|
"position": "Bottom",
|
|
"title": "Warehouse Name"
|
|
},
|
|
{
|
|
"description": "Select a warehouse type to categorize the warehouse into a sub-group.",
|
|
"field": "",
|
|
"fieldname": "warehouse_type",
|
|
"fieldtype": "Link",
|
|
"has_next_condition": 0,
|
|
"is_table_field": 0,
|
|
"label": "Warehouse Type",
|
|
"parent_field": "",
|
|
"position": "Top",
|
|
"title": "Warehouse Type"
|
|
},
|
|
{
|
|
"description": "Select an account to set a default account for all transactions with this warehouse.",
|
|
"field": "",
|
|
"fieldname": "account",
|
|
"fieldtype": "Link",
|
|
"has_next_condition": 0,
|
|
"is_table_field": 0,
|
|
"label": "Account",
|
|
"parent_field": "",
|
|
"position": "Top",
|
|
"title": "Account"
|
|
}
|
|
],
|
|
"title": "Warehouse"
|
|
} |