mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-06 05:39:12 +00:00
* fix: stock settings tour - remove dead fields - Keep only essential fields in tour (cherry picked from commit2e13fbab5e) # Conflicts: # erpnext/stock/doctype/stock_settings/stock_settings.json * fix: hide ledger button on new warehouse (cherry picked from commit7a18db561f) * fix: warehouse form cleanup - organize fields - group transit fields and move them lower - enable/disable should be button - hide pointless fields from listview (cherry picked from commit40ce33dff1) * fix: disable/enable with button (cherry picked from commit81e901ba62) * fix: warehouse tour - remove warehouse type, it doesn't do what it says. Misleading. (cherry picked from commitaa9f926298) * fix: filter parent warehouses by company (cherry picked from commit3341cd6b80) * fix: reorder stock reco tour (cherry picked from commitdd245ccc7f) * fix: replace stock projected with ledger Ledger is much more widely used report, better to show that first? (cherry picked from commit8fe8f80033) * chore: docs for stock settings [skip ci] (cherry picked from commit964bb1d948) # Conflicts: # erpnext/stock/doctype/stock_settings/stock_settings.json * chore: conflicts --------- Co-authored-by: Ankush Menat <ankush@frappe.io>
21 lines
923 B
JSON
21 lines
923 B
JSON
{
|
|
"action": "Show Form Tour",
|
|
"action_label": "Take a walk through Stock Settings",
|
|
"creation": "2020-05-15 02:53:57.209967",
|
|
"description": "# Review Stock Settings\n\nIn ERPNext, the Stock module\u2019s features are configurable as per your business needs. Stock Settings is the place where you can set your preferences for:\n- Default values for Item and Pricing\n- Default valuation method for inventory valuation\n- Set preference for serialization and batching of item\n- Set tolerance for over-receipt and delivery of items",
|
|
"docstatus": 0,
|
|
"doctype": "Onboarding Step",
|
|
"idx": 0,
|
|
"is_complete": 0,
|
|
"is_single": 1,
|
|
"is_skipped": 0,
|
|
"modified": "2023-05-29 14:39:04.083360",
|
|
"modified_by": "Administrator",
|
|
"name": "Stock Settings",
|
|
"owner": "Administrator",
|
|
"reference_document": "Stock Settings",
|
|
"show_form_tour": 0,
|
|
"show_full_form": 0,
|
|
"title": "Review Stock Settings",
|
|
"validate_action": 1
|
|
} |