2
0
mirror of https://github.com/frappe/books.git synced 2025-01-23 15:18:24 +00:00

chore: reword get started description

This commit is contained in:
18alantom 2022-07-21 19:14:36 +05:30
parent af8ffcbf71
commit 8cafc60c7f

View File

@ -94,7 +94,7 @@ export function getGetStartedConfig() {
key: 'Add Customers', key: 'Add Customers',
label: t`Add Customers`, label: t`Add Customers`,
icon: 'customer', icon: 'customer',
description: t`Add a few customers to create your first invoice`, description: t`Add a few customers to create your first sales invoice`,
action: () => routeTo(`/list/Party/role/Customer/${t`Customers`}`), action: () => routeTo(`/list/Party/role/Customer/${t`Customers`}`),
fieldname: 'customerCreated', fieldname: 'customerCreated',
documentation: documentation:
@ -104,7 +104,7 @@ export function getGetStartedConfig() {
key: 'Create Sales Invoice', key: 'Create Sales Invoice',
label: t`Create Sales Invoice`, label: t`Create Sales Invoice`,
icon: 'sales-invoice', icon: 'sales-invoice',
description: t`Create your first invoice and mail it to your customer`, description: t`Create your first sales invoice for the created customer`,
action: () => routeTo('/list/SalesInvoice'), action: () => routeTo('/list/SalesInvoice'),
fieldname: 'invoiceCreated', fieldname: 'invoiceCreated',
documentation: documentation:
@ -129,7 +129,7 @@ export function getGetStartedConfig() {
key: 'Add Suppliers', key: 'Add Suppliers',
label: t`Add Suppliers`, label: t`Add Suppliers`,
icon: 'supplier', icon: 'supplier',
description: t`Add a few suppliers to create your first bill`, description: t`Add a few suppliers to create your first purchase invoice`,
action: () => routeTo(`/list/Party/role/Supplier/${t`Suppliers`}`), action: () => routeTo(`/list/Party/role/Supplier/${t`Suppliers`}`),
fieldname: 'supplierCreated', fieldname: 'supplierCreated',
}, },
@ -137,7 +137,7 @@ export function getGetStartedConfig() {
key: 'Create Purchase Invoice', key: 'Create Purchase Invoice',
label: t`Create Purchase Invoice`, label: t`Create Purchase Invoice`,
icon: 'purchase-invoice', icon: 'purchase-invoice',
description: t`Create your first bill and mail it to your supplier`, description: t`Create your first purchase invoice from the created supplier`,
action: () => routeTo('/list/PurchaseInvoice'), action: () => routeTo('/list/PurchaseInvoice'),
fieldname: 'billCreated', fieldname: 'billCreated',
documentation: documentation: