mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-07 07:02:54 +00:00
51 lines
865 B
JSON
51 lines
865 B
JSON
{
|
|
"cards": [
|
|
{
|
|
"card": "Total Outgoing Bills"
|
|
},
|
|
{
|
|
"card": "Total Incoming Bills"
|
|
},
|
|
{
|
|
"card": "Total Incoming Payment"
|
|
},
|
|
{
|
|
"card": "Total Outgoing Payment"
|
|
}
|
|
],
|
|
"charts": [
|
|
{
|
|
"chart": "Incoming Bills (Purchase Invoice)",
|
|
"width": "Half"
|
|
},
|
|
{
|
|
"chart": "Outgoing Bills (Sales Invoice)",
|
|
"width": "Half"
|
|
},
|
|
{
|
|
"chart": "Accounts Receivable Ageing",
|
|
"width": "Half"
|
|
},
|
|
{
|
|
"chart": "Accounts Payable Ageing",
|
|
"width": "Half"
|
|
},
|
|
{
|
|
"chart": "Bank Balance",
|
|
"width": "Full"
|
|
}
|
|
],
|
|
"creation": "2026-01-26 21:25:12.793893",
|
|
"dashboard_name": "Payments",
|
|
"docstatus": 0,
|
|
"doctype": "Dashboard",
|
|
"idx": 0,
|
|
"is_default": 0,
|
|
"is_standard": 1,
|
|
"modified": "2026-01-26 21:25:12.793893",
|
|
"modified_by": "Administrator",
|
|
"module": "Accounts",
|
|
"name": "Payments",
|
|
"owner": "Administrator"
|
|
}
|