[fixes to wnf #127
This commit is contained in:
parent
74560b32c1
commit
e05135c8c4
@ -13,7 +13,7 @@ wn.module_page["Buying"] = [
|
||||
},
|
||||
{
|
||||
label: wn._("Supplier Quotation"),
|
||||
description: wn._("Track Quotations received from Suppliers."),
|
||||
description: wn._("Quotations received from Suppliers."),
|
||||
doctype:"Supplier Quotation"
|
||||
},
|
||||
{
|
||||
|
@ -13,7 +13,7 @@ wn.module_page["HR"] = [
|
||||
},
|
||||
{
|
||||
label: wn._("Expense Claim"),
|
||||
description: wn._("Claims for expenses made on behalf of the organization."),
|
||||
description: wn._("Claims for company expense."),
|
||||
doctype:"Expense Claim"
|
||||
},
|
||||
{
|
||||
@ -33,7 +33,7 @@ wn.module_page["HR"] = [
|
||||
},
|
||||
{
|
||||
label: wn._("Job Applicant"),
|
||||
description: wn._("Applicant for a Job (extracted from jobs email)."),
|
||||
description: wn._("Applicant for a Job."),
|
||||
doctype:"Job Applicant"
|
||||
},
|
||||
]
|
||||
|
@ -8,17 +8,17 @@ wn.module_page["Stock"] = [
|
||||
items: [
|
||||
{
|
||||
label: wn._("Material Request"),
|
||||
description: wn._("Request Material for Transfer or Purchase."),
|
||||
description: wn._("Requests for items."),
|
||||
doctype:"Material Request"
|
||||
},
|
||||
{
|
||||
label: wn._("Stock Entry"),
|
||||
description: wn._("Transfer stock from one warehouse to another."),
|
||||
description: wn._("Record item movement."),
|
||||
doctype:"Stock Entry"
|
||||
},
|
||||
{
|
||||
label: wn._("Delivery Note"),
|
||||
description: wn._("Delivery (shipment) to customers."),
|
||||
description: wn._("Shipments to customers."),
|
||||
doctype:"Delivery Note"
|
||||
},
|
||||
{
|
||||
|
@ -8,17 +8,17 @@ wn.module_page["Support"] = [
|
||||
items: [
|
||||
{
|
||||
label: wn._("Support Ticket"),
|
||||
description: wn._("Support queries from customers via email or website."),
|
||||
description: wn._("Support queries from customers."),
|
||||
doctype:"Support Ticket"
|
||||
},
|
||||
{
|
||||
label: wn._("Customer Issue"),
|
||||
description: wn._("Customer Issue against a Serial No (warranty)."),
|
||||
description: wn._("Customer Issue against Serial No."),
|
||||
doctype:"Customer Issue"
|
||||
},
|
||||
{
|
||||
label: wn._("Maintenance Schedule"),
|
||||
description: wn._("Plan for scheduled maintenance contracts."),
|
||||
description: wn._("Plan for maintenance visits."),
|
||||
doctype:"Maintenance Schedule"
|
||||
},
|
||||
{
|
||||
@ -28,7 +28,7 @@ wn.module_page["Support"] = [
|
||||
},
|
||||
{
|
||||
label: wn._("Newsletter"),
|
||||
description: wn._("Send Newsletters to your contacts, leads."),
|
||||
description: wn._("Newsletters to contacts, leads."),
|
||||
doctype:"Newsletter"
|
||||
},
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user