-
Notifications
You must be signed in to change notification settings - Fork 7.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: replace stock projected with ledger
Ledger is much more widely used report, better to show that first?
- Loading branch information
Showing
6 changed files
with
31 additions
and
7 deletions.
There are no files selected for viewing
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
24 changes: 24 additions & 0 deletions
24
erpnext/stock/onboarding_step/check_stock_ledger_report/check_stock_ledger_report.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,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 | ||
} |
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