mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-18 20:49:19 +00:00
item name and description added in stock ageing report
This commit is contained in:
@@ -54,7 +54,11 @@ erpnext.StockAgeing = erpnext.StockGridReport.extend({
|
|||||||
{id: "earliest", name: "Earliest", field: "earliest",
|
{id: "earliest", name: "Earliest", field: "earliest",
|
||||||
formatter: this.currency_formatter},
|
formatter: this.currency_formatter},
|
||||||
{id: "latest", name: "Latest", field: "latest",
|
{id: "latest", name: "Latest", field: "latest",
|
||||||
formatter: this.currency_formatter}
|
formatter: this.currency_formatter},
|
||||||
|
{id: "item_name", name: "Item Name", field: "item_name",
|
||||||
|
width: 100, formatter: this.text_formatter},
|
||||||
|
{id: "description", name: "Description", field: "description",
|
||||||
|
width: 200, formatter: this.text_formatter},
|
||||||
];
|
];
|
||||||
},
|
},
|
||||||
filters: [
|
filters: [
|
||||||
|
|||||||
Reference in New Issue
Block a user