mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-22 22:49:19 +00:00
Merge pull request #29342 from nextchamp-saqib/minor-onboarding-fix
fix: minor onboarding fixes
This commit is contained in:
@@ -2,15 +2,17 @@
|
|||||||
"creation": "2021-08-24 12:28:18.044902",
|
"creation": "2021-08-24 12:28:18.044902",
|
||||||
"docstatus": 0,
|
"docstatus": 0,
|
||||||
"doctype": "Form Tour",
|
"doctype": "Form Tour",
|
||||||
|
"first_document": 0,
|
||||||
"idx": 0,
|
"idx": 0,
|
||||||
|
"include_name_field": 0,
|
||||||
"is_standard": 1,
|
"is_standard": 1,
|
||||||
"modified": "2021-08-24 12:28:18.044902",
|
"modified": "2022-01-18 18:32:17.102330",
|
||||||
"modified_by": "Administrator",
|
"modified_by": "Administrator",
|
||||||
"module": "Accounts",
|
"module": "Accounts",
|
||||||
"name": "Sales Taxes and Charges Template",
|
"name": "Sales Taxes and Charges Template",
|
||||||
"owner": "Administrator",
|
"owner": "Administrator",
|
||||||
"reference_doctype": "Sales Taxes and Charges Template",
|
"reference_doctype": "Sales Taxes and Charges Template",
|
||||||
"save_on_complete": 0,
|
"save_on_complete": 1,
|
||||||
"steps": [
|
"steps": [
|
||||||
{
|
{
|
||||||
"description": "A name by which you will identify this template. You can change this later.",
|
"description": "A name by which you will identify this template. You can change this later.",
|
||||||
|
|||||||
@@ -13,15 +13,12 @@
|
|||||||
"documentation_url": "https://docs.erpnext.com/docs/user/manual/en/accounts",
|
"documentation_url": "https://docs.erpnext.com/docs/user/manual/en/accounts",
|
||||||
"idx": 0,
|
"idx": 0,
|
||||||
"is_complete": 0,
|
"is_complete": 0,
|
||||||
"modified": "2021-08-13 11:59:35.690443",
|
"modified": "2022-01-18 18:35:52.326688",
|
||||||
"modified_by": "Administrator",
|
"modified_by": "Administrator",
|
||||||
"module": "Accounts",
|
"module": "Accounts",
|
||||||
"name": "Accounts",
|
"name": "Accounts",
|
||||||
"owner": "Administrator",
|
"owner": "Administrator",
|
||||||
"steps": [
|
"steps": [
|
||||||
{
|
|
||||||
"step": "Company"
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"step": "Chart of Accounts"
|
"step": "Chart of Accounts"
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -1,22 +0,0 @@
|
|||||||
{
|
|
||||||
"action": "Go to Page",
|
|
||||||
"action_label": "Let's Review your Company",
|
|
||||||
"creation": "2021-06-29 14:47:42.497318",
|
|
||||||
"description": "# Company\n\nIn ERPNext, you can also create multiple companies, and establish relationships (group/subsidiary) among them.\n\nWithin the company master, you can capture various default accounts for that Company and set crucial settings related to the accounting methodology followed for a company. \n",
|
|
||||||
"docstatus": 0,
|
|
||||||
"doctype": "Onboarding Step",
|
|
||||||
"idx": 0,
|
|
||||||
"is_complete": 0,
|
|
||||||
"is_single": 0,
|
|
||||||
"is_skipped": 0,
|
|
||||||
"modified": "2021-08-13 11:43:35.767341",
|
|
||||||
"modified_by": "Administrator",
|
|
||||||
"name": "Company",
|
|
||||||
"owner": "Administrator",
|
|
||||||
"path": "app/company",
|
|
||||||
"reference_document": "Company",
|
|
||||||
"show_form_tour": 0,
|
|
||||||
"show_full_form": 0,
|
|
||||||
"title": "Review Company",
|
|
||||||
"validate_action": 1
|
|
||||||
}
|
|
||||||
Reference in New Issue
Block a user