mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-09 08:02:51 +00:00
feat: Accounts, Selling & Assets Onboarding cleanup (#27112)
* refactor: company form fields arrangement * refactor: accounts onboarding steps * refactor: re-arrange fields & modify labels in company form * feat: onbording steps for accounts module * fix: updated onboarding steps for selling module * fix: remove unwanted steps from accounts * feat: add more onboarding steps * feat: Refactor onboarding-module for accounting workspace * feat: Add basic asset onboarding steps * feat: Add basic asset item form tour * feat: Add basic selling onboarding-steps * feat: Add basic form tour for purchase recipt * feat: Add basic form tour for existing asset * feat: Adding asset category form tour * feat: Add form tour for asset category * feat: Refactor sales taxes and charges template form tour with new method * refactor: Remove old form tour for accounts settings * refactor: Change asset category form tour with new tour method * refactor: Change asset item form tour with new tour method * refactor: Change purchase receipt form tour with new tour method * refactor: Change asset form tour with new tour method * refactor: Remove old form tour for selling settings * refactor: general fix/typo in onboarding steps * Apply suggestions from code review Co-authored-by: Nabin Hait <nabinhait@gmail.com> * refactor: Remove old form tour method for sales order. * fix: removed duplicate section break * fix: Removed duplicate fields Co-authored-by: Saqib Ansari <nextchamp.saqib@gmail.com> Co-authored-by: Anuja <anuja.pawar20@gmail.com> Co-authored-by: Afshan <33727827+AfshanKhan@users.noreply.github.com> Co-authored-by: Nabin Hait <nabinhait@gmail.com>
This commit is contained in:
89
erpnext/stock/form_tour/item/item.json
Normal file
89
erpnext/stock/form_tour/item/item.json
Normal file
@@ -0,0 +1,89 @@
|
||||
{
|
||||
"creation": "2021-08-24 17:56:40.754909",
|
||||
"docstatus": 0,
|
||||
"doctype": "Form Tour",
|
||||
"idx": 0,
|
||||
"is_standard": 1,
|
||||
"modified": "2021-08-24 18:04:50.928431",
|
||||
"modified_by": "Administrator",
|
||||
"module": "Stock",
|
||||
"name": "Item",
|
||||
"owner": "Administrator",
|
||||
"reference_doctype": "Item",
|
||||
"save_on_complete": 0,
|
||||
"steps": [
|
||||
{
|
||||
"description": "Enter code for Asset Item",
|
||||
"field": "",
|
||||
"fieldname": "item_code",
|
||||
"fieldtype": "Data",
|
||||
"has_next_condition": 0,
|
||||
"is_table_field": 0,
|
||||
"label": "Item Code",
|
||||
"parent_field": "",
|
||||
"position": "Bottom",
|
||||
"title": "Asset Item Code"
|
||||
},
|
||||
{
|
||||
"description": "Enter name for Asset Item",
|
||||
"field": "",
|
||||
"fieldname": "item_name",
|
||||
"fieldtype": "Data",
|
||||
"has_next_condition": 0,
|
||||
"is_table_field": 0,
|
||||
"label": "Item Name",
|
||||
"parent_field": "",
|
||||
"position": "Bottom",
|
||||
"title": "Asset Item Name"
|
||||
},
|
||||
{
|
||||
"description": "Check this field to make this an Asset Item",
|
||||
"field": "",
|
||||
"fieldname": "is_fixed_asset",
|
||||
"fieldtype": "Check",
|
||||
"has_next_condition": 0,
|
||||
"is_table_field": 0,
|
||||
"label": "Is Fixed Asset",
|
||||
"parent_field": "",
|
||||
"position": "Bottom",
|
||||
"title": "Is this a Fixed Asset?"
|
||||
},
|
||||
{
|
||||
"description": "On checking it, the system will create an Asset automatically on purchase",
|
||||
"field": "",
|
||||
"fieldname": "auto_create_assets",
|
||||
"fieldtype": "Check",
|
||||
"has_next_condition": 0,
|
||||
"is_table_field": 0,
|
||||
"label": "Auto Create Assets on Purchase",
|
||||
"parent_field": "",
|
||||
"position": "Bottom",
|
||||
"title": "Auto Create Asset on Purchase"
|
||||
},
|
||||
{
|
||||
"description": "Select an Asset Category for this Asset Item",
|
||||
"field": "",
|
||||
"fieldname": "asset_category",
|
||||
"fieldtype": "Link",
|
||||
"has_next_condition": 0,
|
||||
"is_table_field": 0,
|
||||
"label": "Asset Category",
|
||||
"parent_field": "",
|
||||
"position": "Bottom",
|
||||
"title": "Asset Category"
|
||||
},
|
||||
{
|
||||
"description": "Select a naming series which will be used to create an Asset automatically",
|
||||
"field": "",
|
||||
"fieldname": "asset_naming_series",
|
||||
"fieldtype": "Select",
|
||||
"has_next_condition": 0,
|
||||
"is_table_field": 0,
|
||||
"label": "Asset Naming Series",
|
||||
"parent_field": "",
|
||||
"position": "Bottom",
|
||||
"title": "Asset Naming Series"
|
||||
}
|
||||
],
|
||||
"title": "Item"
|
||||
}
|
||||
@@ -0,0 +1,41 @@
|
||||
{
|
||||
"creation": "2021-08-24 13:03:21.333088",
|
||||
"docstatus": 0,
|
||||
"doctype": "Form Tour",
|
||||
"idx": 0,
|
||||
"is_standard": 1,
|
||||
"modified": "2021-08-24 13:03:21.333088",
|
||||
"modified_by": "Administrator",
|
||||
"module": "Stock",
|
||||
"name": "Purchase Receipt",
|
||||
"owner": "Administrator",
|
||||
"reference_doctype": "Purchase Receipt",
|
||||
"save_on_complete": 0,
|
||||
"steps": [
|
||||
{
|
||||
"description": "Select Asset Supplier",
|
||||
"field": "",
|
||||
"fieldname": "supplier",
|
||||
"fieldtype": "Link",
|
||||
"has_next_condition": 0,
|
||||
"is_table_field": 0,
|
||||
"label": "Supplier",
|
||||
"parent_field": "",
|
||||
"position": "Bottom",
|
||||
"title": "Supplier"
|
||||
},
|
||||
{
|
||||
"description": "Select an Asset Item, Enter rate and quantity",
|
||||
"field": "",
|
||||
"fieldname": "items",
|
||||
"fieldtype": "Table",
|
||||
"has_next_condition": 0,
|
||||
"is_table_field": 0,
|
||||
"label": "Items",
|
||||
"parent_field": "",
|
||||
"position": "Bottom",
|
||||
"title": "Items"
|
||||
}
|
||||
],
|
||||
"title": "Purchase Receipt"
|
||||
}
|
||||
Reference in New Issue
Block a user