Skip to content

Commit

Permalink
fix: replace stock projected with ledger
Browse files Browse the repository at this point in the history
Ledger is much more widely used report, better to show that first?
  • Loading branch information
ankush committed May 29, 2023
1 parent dd245cc commit 8fe8f80
Show file tree
Hide file tree
Showing 6 changed files with 31 additions and 7 deletions.
6 changes: 3 additions & 3 deletions erpnext/stock/module_onboarding/stock/stock.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"documentation_url": "https://docs.erpnext.com/docs/user/manual/en/stock",
"idx": 0,
"is_complete": 0,
"modified": "2021-08-20 14:38:55.570067",
"modified": "2023-05-29 14:43:36.223302",
"modified_by": "Administrator",
"module": "Stock",
"name": "Stock",
Expand All @@ -35,10 +35,10 @@
"step": "Create a Stock Entry"
},
{
"step": "Stock Opening Balance"
"step": "Check Stock Ledger Report"
},
{
"step": "View Stock Projected Qty"
"step": "Stock Opening Balance"
}
],
"subtitle": "Inventory, Warehouses, Analysis, and more.",
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"action": "View Report",
"action_label": "Check Stock Ledger",
"creation": "2023-05-29 13:46:04.174565",
"description": "# Check Stock Reports\nBased on the various stock transactions, you can get a host of one-click Stock Reports in ERPNext like Stock Ledger, Stock Balance, Projected Quantity, and Ageing analysis.",
"docstatus": 0,
"doctype": "Onboarding Step",
"idx": 0,
"is_complete": 0,
"is_single": 0,
"is_skipped": 0,
"modified": "2023-05-29 14:39:03.943244",
"modified_by": "Administrator",
"name": "Check Stock Ledger Report",
"owner": "Administrator",
"reference_report": "Stock Ledger",
"report_description": "Stock Ledger report contains every submitted stock transaction. You can use filter to narrow down ledger entries.",
"report_reference_doctype": "Stock Ledger Entry",
"report_type": "Script Report",
"show_form_tour": 0,
"show_full_form": 0,
"title": "Check Stock Ledger",
"validate_action": 1
}
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"is_complete": 0,
"is_single": 0,
"is_skipped": 0,
"modified": "2021-06-18 13:57:11.434063",
"modified": "2023-05-29 14:39:04.066547",
"modified_by": "Administrator",
"name": "Create a Stock Entry",
"owner": "Administrator",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"is_complete": 0,
"is_single": 0,
"is_skipped": 0,
"modified": "2021-08-18 12:23:36.675572",
"modified": "2023-05-29 14:39:04.074907",
"modified_by": "Administrator",
"name": "Create a Warehouse",
"owner": "Administrator",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"is_complete": 0,
"is_single": 0,
"is_skipped": 0,
"modified": "2021-06-18 13:59:36.021097",
"modified": "2023-05-29 14:39:08.825699",
"modified_by": "Administrator",
"name": "Stock Opening Balance",
"owner": "Administrator",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"is_complete": 0,
"is_single": 1,
"is_skipped": 0,
"modified": "2021-08-18 12:06:51.139387",
"modified": "2023-05-29 14:39:04.083360",
"modified_by": "Administrator",
"name": "Stock Settings",
"owner": "Administrator",
Expand Down

0 comments on commit 8fe8f80

Please sign in to comment.