Browse Source

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
develop
18alantom 3 years ago
parent
commit
77ebbdd172
  1. 12
      erpnext/stock/doctype/stock_entry/stock_entry.js
  2. 5
      erpnext/stock/doctype/stock_reconciliation/stock_reconciliation.js
  3. 12
      erpnext/stock/doctype/stock_settings/stock_settings.js
  4. 8
      erpnext/stock/doctype/warehouse/warehouse.js
  5. 4
      erpnext/stock/module_onboarding/stock/stock.json
  6. 2
      erpnext/stock/onboarding_step/create_a_warehouse/create_a_warehouse.json
  7. 2
      erpnext/stock/onboarding_step/stock_settings/stock_settings.json
  8. 24
      erpnext/stock/onboarding_step/view_stock_ledger/view_stock_ledger.json
  9. 14
      erpnext/stock/onboarding_step/view_stock_projected_qty/view_stock_projected_qty.json

12
erpnext/stock/doctype/stock_entry/stock_entry.js

@ -1106,18 +1106,16 @@ frappe.tour['Stock Entry'] = [
{
fieldname: "stock_entry_type",
title: __("Stock Entry Type"),
description: __("Select the type of Stock Entry to be made.") + " " +
__("For now, to move stock between warehouses select Material Transfer.")
description: __("Select the type of Stock Entry to be made. For now, to receive stock into a warehouses select") + ' <a href="https://docs.erpnext.com/docs/v13/user/manual/en/stock/articles/stock-entry-purpose#2purpose-material-receipt" target="_blank">' + __("Material Receipt.") + "</a>"
},
{
fieldname: "from_warehouse",
title: __("Default Source Warehouse"),
description: __("Select a source warehouse, where you have stock available.")
fieldname: "to_warehouse",
title: __("Default Target Warehouse"),
description: __("Select a target warehouse where the stock will be received.")
},
{
fieldname: "items",
title: __("Items"),
description: __("Select an item and entry quantity to be delivered.") + " " +
__("Different 'Source Warehouse' and 'Target Warehouse' can be set for each row.")
description: __("Select an item and entry quantity to be delivered.")
},
]

5
erpnext/stock/doctype/stock_reconciliation/stock_reconciliation.js

@ -309,6 +309,11 @@ frappe.tour['Stock Reconciliation'] = [
title: __("Purpose"),
description: __("Set Purpose to Opening Stock to set the stock opening balance.")
},
{
fieldname: "posting_date",
title: __("Posting Date"),
description: __("Edit the Posting Date by clicking on the Edit Posting Date and Time checkbox below.")
},
{
fieldname: "items",
title: __("Items"),

12
erpnext/stock/doctype/stock_settings/stock_settings.js

@ -36,17 +36,17 @@ frappe.tour['Stock Settings'] = [
"<a href='https://docs.erpnext.com/docs/user/manual/en/stock/articles/item-valuation-fifo-and-moving-average' target='_blank'>here</a>" + " " +
__("to know more about them.")
},
{
fieldname: "allow_negative_stock",
title: __("Allow Negative Stock"),
description: __("This will allow stock items to be displayed in negative values. Using this option depends on your use case. With this option unchecked, the system warns before obstructing a transaction that is causing negative stock.")
},
{
fieldname: "show_barcode_field",
title: __("Show Barcode Field"),
description: __("Show 'Scan Barcode' field above every child table to insert Items with ease.")
},
{
fieldname: "action_if_quality_inspection_is_not_submitted",
title: __("Action if Quality Inspection Is Not Submitted"),
description: __("Quality inspection is performed on the inward and outward movement of goods. Receipt and delivery transactions will be stopped or the user will be warned if the quality inspection is not performed.")
},
{
fieldname: "automatically_set_serial_nos_based_on_fifo",
title: __("Automatically Set Serial Nos based on FIFO"),

8
erpnext/stock/doctype/warehouse/warehouse.js

@ -91,21 +91,17 @@ frappe.tour['Warehouse'] = [
{
fieldname: "warehouse_name",
title: __("Warehouse Name"),
description: __("Select a name for the warehouse. This should reflect its location or purpose.")
description: __("Select name for the warehouse. This should reflect its location or purpose.")
},
{
fieldname: "warehouse_type",
title: __("Warehouse Type"),
description: __("Select a warehouse type to categorize the warehouse into a sub-group.")
},
{
fieldname: "is_group",
title: __("Is Group"),
description: __("Check this field to group warehouses under this warehouse.")
},
{
fieldname: "account",
title: __("Account"),
description: __("Select an account to set a default account for all transactions with this warehouse.")
},
];

4
erpnext/stock/module_onboarding/stock/stock.json

@ -19,7 +19,7 @@
"documentation_url": "https://docs.erpnext.com/docs/user/manual/en/stock",
"idx": 0,
"is_complete": 0,
"modified": "2021-06-18 14:41:24.286683",
"modified": "2021-08-20 14:38:55.570067",
"modified_by": "Administrator",
"module": "Stock",
"name": "Stock",
@ -38,7 +38,7 @@
"step": "Stock Opening Balance"
},
{
"step": "View Stock Balance"
"step": "View Stock Projected Qty"
}
],
"subtitle": "Inventory, Warehouses, Analysis, and more.",

2
erpnext/stock/onboarding_step/create_a_warehouse/create_a_warehouse.json

@ -9,7 +9,7 @@
"is_complete": 0,
"is_single": 0,
"is_skipped": 0,
"modified": "2021-06-18 13:52:51.126984",
"modified": "2021-08-18 12:23:36.675572",
"modified_by": "Administrator",
"name": "Create a Warehouse",
"owner": "Administrator",

2
erpnext/stock/onboarding_step/stock_settings/stock_settings.json

@ -9,7 +9,7 @@
"is_complete": 0,
"is_single": 1,
"is_skipped": 0,
"modified": "2021-06-18 14:13:12.678178",
"modified": "2021-08-18 12:06:51.139387",
"modified_by": "Administrator",
"name": "Stock Settings",
"owner": "Administrator",

24
erpnext/stock/onboarding_step/view_stock_ledger/view_stock_ledger.json

@ -1,24 +0,0 @@
{
"action": "View Report",
"action_label": "Check Stock Ledger",
"creation": "2021-05-17 16:16:10.727959",
"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": "2021-06-18 14:09:39.399311",
"modified_by": "Administrator",
"name": "View Stock Ledger",
"owner": "Administrator",
"reference_report": "Stock Ledger",
"report_description": "You can set the filters to see entries specific to the previous steps.",
"report_reference_doctype": "Stock Ledger Entry",
"report_type": "Script Report",
"show_form_tour": 0,
"show_full_form": 0,
"title": "Check Stock Reports",
"validate_action": 1
}

14
erpnext/stock/onboarding_step/view_stock_balance/view_stock_balance.json → erpnext/stock/onboarding_step/view_stock_projected_qty/view_stock_projected_qty.json

@ -1,7 +1,7 @@
{
"action": "View Report",
"action_label": "Check Stock Balance",
"creation": "2021-05-17 16:15:54.617572",
"action_label": "Check Stock Projected Qty",
"creation": "2021-08-20 14:38:41.649103",
"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",
@ -9,16 +9,16 @@
"is_complete": 0,
"is_single": 0,
"is_skipped": 0,
"modified": "2021-06-18 14:41:18.499215",
"modified": "2021-08-20 14:38:41.649103",
"modified_by": "Administrator",
"name": "View Stock Balance",
"name": "View Stock Projected Qty",
"owner": "Administrator",
"reference_report": "Stock Balance",
"reference_report": "Stock Projected Qty",
"report_description": "You can set the filters to narrow the results, then click on Generate New Report to see the updated report.",
"report_reference_doctype": "Stock Ledger Entry",
"report_reference_doctype": "Item",
"report_type": "Script Report",
"show_form_tour": 0,
"show_full_form": 0,
"title": "Check Stock Reports",
"title": "Check Stock Projected Qty",
"validate_action": 1
}
Loading…
Cancel
Save