Fix translate sales_person_target_variance_item_group_wise.js
This commit is contained in:
parent
e6063695d1
commit
af9f4ed7fb
@ -5,21 +5,21 @@ wn.query_reports["Sales Person Target Variance Item Group-Wise"] = {
|
|||||||
"filters": [
|
"filters": [
|
||||||
{
|
{
|
||||||
fieldname: "fiscal_year",
|
fieldname: "fiscal_year",
|
||||||
label: "Fiscal Year",
|
label: wn._("Fiscal Year"),
|
||||||
fieldtype: "Link",
|
fieldtype: "Link",
|
||||||
options: "Fiscal Year",
|
options: "Fiscal Year",
|
||||||
default: sys_defaults.fiscal_year
|
default: sys_defaults.fiscal_year
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
fieldname: "period",
|
fieldname: "period",
|
||||||
label: "Period",
|
label: wn._("Period"),
|
||||||
fieldtype: "Select",
|
fieldtype: "Select",
|
||||||
options: "Monthly\nQuarterly\nHalf-Yearly\nYearly",
|
options: "Monthly\nQuarterly\nHalf-Yearly\nYearly",
|
||||||
default: "Monthly"
|
default: "Monthly"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
fieldname: "target_on",
|
fieldname: "target_on",
|
||||||
label: "Target On",
|
label: wn._("Target On"),
|
||||||
fieldtype: "Select",
|
fieldtype: "Select",
|
||||||
options: "Quantity\nAmount",
|
options: "Quantity\nAmount",
|
||||||
default: "Quantity"
|
default: "Quantity"
|
||||||
|
Loading…
Reference in New Issue
Block a user