mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-02 11:49:10 +00:00
feat: show Dr/Cr in Supplier ledger summary & Customer ledger summary
This commit is contained in:
@@ -115,6 +115,12 @@ frappe.query_reports["Customer Ledger Summary"] = {
|
|||||||
});
|
});
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
fieldname: "show_dr_cr",
|
||||||
|
label: __("Closing Balance in Dr/Cr"),
|
||||||
|
fieldtype: "Check",
|
||||||
|
default: 0,
|
||||||
|
},
|
||||||
],
|
],
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
@@ -96,6 +96,12 @@ frappe.query_reports["Supplier Ledger Summary"] = {
|
|||||||
});
|
});
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
fieldname: "show_dr_cr",
|
||||||
|
label: __("Closing Balnce in Dr/Cr"),
|
||||||
|
fieldtype: "Check",
|
||||||
|
default: 0,
|
||||||
|
},
|
||||||
],
|
],
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user