mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-27 00:44:45 +00:00
fix: added POS Invoice option on sales partner related reports
This commit is contained in:
@@ -13,7 +13,7 @@ frappe.query_reports["Sales Partner Commission Summary"] = {
|
|||||||
fieldname: "doctype",
|
fieldname: "doctype",
|
||||||
label: __("Document Type"),
|
label: __("Document Type"),
|
||||||
fieldtype: "Select",
|
fieldtype: "Select",
|
||||||
options: "Sales Order\nDelivery Note\nSales Invoice",
|
options: "Sales Order\nDelivery Note\nSales Invoice\nPOS Invoice",
|
||||||
default: "Sales Order",
|
default: "Sales Order",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -21,7 +21,7 @@ frappe.query_reports["Sales Partner Target Variance based on Item Group"] = {
|
|||||||
fieldname: "doctype",
|
fieldname: "doctype",
|
||||||
label: __("Document Type"),
|
label: __("Document Type"),
|
||||||
fieldtype: "Select",
|
fieldtype: "Select",
|
||||||
options: "Sales Order\nDelivery Note\nSales Invoice",
|
options: "Sales Order\nDelivery Note\nSales Invoice\nPOS Invoice",
|
||||||
default: "Sales Order",
|
default: "Sales Order",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -13,7 +13,7 @@ frappe.query_reports["Sales Partner Transaction Summary"] = {
|
|||||||
fieldname: "doctype",
|
fieldname: "doctype",
|
||||||
label: __("Document Type"),
|
label: __("Document Type"),
|
||||||
fieldtype: "Select",
|
fieldtype: "Select",
|
||||||
options: "Sales Order\nDelivery Note\nSales Invoice",
|
options: "Sales Order\nDelivery Note\nSales Invoice\nPOS Invoice",
|
||||||
default: "Sales Order",
|
default: "Sales Order",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user