Brabim21 / Hostel_Management_System

0 stars 0 forks source link

Total Billing Amount Fetch Error #62

Closed Alishapokharel1 closed 6 months ago

Alishapokharel1 commented 6 months ago

Description: The total amount in the Total Billing section does not fetch correctly, showing an error or incorrect data.

Expected Behavior: The total billing amount should correctly display the sum of all relevant transactions.

Steps to Reproduce: Navigate to the Billing section. Observe the total amount display.

Screenshot: image

Environment: Browser: Google Chrome 124.0.6367.201 OS: Windows 11 Home, Version 22H2, OS Build 22621.2361

Additional Context: This may be due to a backend fetch operation failing or errors in the query used to aggregate the total.

Ganeshparajuli2059 commented 6 months ago

Now the total amount is fetched properly from the database and works properly as well

image