Actions
ClientProject #2380
openClientProject #2376: [Module] Sprint-06 (06.05.2025-16.05.2025)
ClientProject #2379: Reports
Customer Balance Sheet
Description
1. Add initialBalance Field in Customer Module¶
- Include in Create, Update, and View forms.
- Update customer schema accordingly.
2. Add Customer Balance Statements in Sidebar Menu¶
- Menu Path:
Sidebar > Reports > Customer Balance Statements - Create new page:
customer-balance-statements
2.1 Filter & Display Statement¶
- Select customer and date range to show balance data in a modal.
- Implement print functionality inside modal.
2.2 API Integration¶
const url = `/v1/reports/customer-balances/${customer}?from=${startDate.toISOString()}&to=${endDate.toISOString()}`
Updated by Md.Sajib Ahmed 11 months ago
- Due date set to 05/08/2025
- Category set to module
- Status changed from Pending to In Progress
- Assignee set to Md.Sajib Ahmed
- Target version set to Sprint 6
- % Done changed from 0 to 80
- Estimated time set to 10:00 h
Updated by Md.Sajib Ahmed 11 months ago
- Description updated (diff)
- % Done changed from 80 to 90
Updated by Md.Sajib Ahmed 11 months ago
- Status changed from In Progress to Complete
Actions