ijazakram / MaaColony

MaaColony
1 stars 0 forks source link

Dashboard: Payment Barometer is not updating accordingly even after the payments done for the current period #78

Open FayazMaacolony opened 4 years ago

FayazMaacolony commented 4 years ago

Dashboard: Payment Barometer is not updating accordingly even after the payments done for the current period

Rajeswari06 commented 4 years ago

http://test.maacolony.com/api/dashboardapi/GetCharts/

{ "Barometer": { "Maintenance": 0, "AmountPaid": 0, "Percentage": 0 }, "PaymentModes": [], "ExpensesByCategory": [ { "Category": "Cleaning", "Value": 500, "Explode": true } ], "IssuesByCategory": [ { "Category": "Electricity", "Value": 1, "Explode": true }, { "Category": "Event Issues", "Value": 1, "Explode": false }, { "Category": "Payments", "Value": 1, "Explode": false } ], "ServiceRequestsByCategory": [ { "Category": "Care Taker", "Value": 2, "Explode": false }, { "Category": "Cleaning", "Value": 2, "Explode": false }, { "Category": "Others", "Value": 3, "Explode": true }, { "Category": "Plumbing", "Value": 1, "Explode": false }, { "Category": "Security", "Value": 1, "Explode": false }, { "Category": "Water supply", "Value": 3, "Explode": false } ], "HousesByStatus": [ { "Category": "Construction Completed", "Value": 2, "Explode": false }, { "Category": "Occupied by Owner", "Value": 9, "Explode": true }, { "Category": "Occupied by Tenant", "Value": 7, "Explode": false }, { "Category": "Open for Rent", "Value": 2, "Explode": false }, { "Category": "Vacant/Not Occupied", "Value": 1, "Explode": false } ] }

RamanaKiran commented 4 years ago

We need to do the payments for the month of October maintenance expenses . Please check if Maintenance is generated for October month

ijazakram commented 4 years ago

@Rajeswari06 We need to reload the Dashboard everytime for latest updates... Hope you can fix this issue.