[fixes to wnf #127

This commit is contained in:
Rushabh Mehta 2013-05-27 18:32:20 +05:30
parent 74560b32c1
commit e05135c8c4
4 changed files with 10 additions and 10 deletions

View File

@ -13,7 +13,7 @@ wn.module_page["Buying"] = [
}, },
{ {
label: wn._("Supplier Quotation"), label: wn._("Supplier Quotation"),
description: wn._("Track Quotations received from Suppliers."), description: wn._("Quotations received from Suppliers."),
doctype:"Supplier Quotation" doctype:"Supplier Quotation"
}, },
{ {

View File

@ -13,7 +13,7 @@ wn.module_page["HR"] = [
}, },
{ {
label: wn._("Expense Claim"), label: wn._("Expense Claim"),
description: wn._("Claims for expenses made on behalf of the organization."), description: wn._("Claims for company expense."),
doctype:"Expense Claim" doctype:"Expense Claim"
}, },
{ {
@ -33,7 +33,7 @@ wn.module_page["HR"] = [
}, },
{ {
label: wn._("Job Applicant"), label: wn._("Job Applicant"),
description: wn._("Applicant for a Job (extracted from jobs email)."), description: wn._("Applicant for a Job."),
doctype:"Job Applicant" doctype:"Job Applicant"
}, },
] ]

View File

@ -8,17 +8,17 @@ wn.module_page["Stock"] = [
items: [ items: [
{ {
label: wn._("Material Request"), label: wn._("Material Request"),
description: wn._("Request Material for Transfer or Purchase."), description: wn._("Requests for items."),
doctype:"Material Request" doctype:"Material Request"
}, },
{ {
label: wn._("Stock Entry"), label: wn._("Stock Entry"),
description: wn._("Transfer stock from one warehouse to another."), description: wn._("Record item movement."),
doctype:"Stock Entry" doctype:"Stock Entry"
}, },
{ {
label: wn._("Delivery Note"), label: wn._("Delivery Note"),
description: wn._("Delivery (shipment) to customers."), description: wn._("Shipments to customers."),
doctype:"Delivery Note" doctype:"Delivery Note"
}, },
{ {

View File

@ -8,17 +8,17 @@ wn.module_page["Support"] = [
items: [ items: [
{ {
label: wn._("Support Ticket"), label: wn._("Support Ticket"),
description: wn._("Support queries from customers via email or website."), description: wn._("Support queries from customers."),
doctype:"Support Ticket" doctype:"Support Ticket"
}, },
{ {
label: wn._("Customer Issue"), label: wn._("Customer Issue"),
description: wn._("Customer Issue against a Serial No (warranty)."), description: wn._("Customer Issue against Serial No."),
doctype:"Customer Issue" doctype:"Customer Issue"
}, },
{ {
label: wn._("Maintenance Schedule"), label: wn._("Maintenance Schedule"),
description: wn._("Plan for scheduled maintenance contracts."), description: wn._("Plan for maintenance visits."),
doctype:"Maintenance Schedule" doctype:"Maintenance Schedule"
}, },
{ {
@ -28,7 +28,7 @@ wn.module_page["Support"] = [
}, },
{ {
label: wn._("Newsletter"), label: wn._("Newsletter"),
description: wn._("Send Newsletters to your contacts, leads."), description: wn._("Newsletters to contacts, leads."),
doctype:"Newsletter" doctype:"Newsletter"
}, },
{ {