banking_reports 1.0.6+3
banking_reports: ^1.0.6+3 copied to clipboard
A Flutter application for generating and printing banking reports with PDF support.
1.0.3 #
- UPDATED: Removed account name masking in SOA reports - account names now display in full
- FIXED: Corrected grammar in transaction count display ("Transactions(s)" → "Transaction(s)")
- REMOVED: Removed unused
maskName
function from SOA generation - ENHANCED: Improved data visibility by displaying complete account information
1.0.0+25 #
- NEW FEATURE: Added comprehensive reversed transactions reporting with dual export options
- Added
ReversedTnxEntryModel
for consistent reversed transaction data structure - Implemented
generateReverseTnxPDF
function for PDF exports with styled headers and summary totals - Implemented
generateReversedTnxExcel
function for Excel exports with merged cells and custom formatting - Added ReversedModel type alias for backward compatibility
- Enhanced main UI with PDF/Excel theme toggles for reversed transactions
- Standardized header formatting across all reports (bank name, branch details, report date)
- Added proper column widths and styling for both PDF and Excel formats
- Integrated reversed transaction exports into main documentation interface
- Fixed function naming and parameter alignment in view integration
- Added comprehensive dummy data for testing reversed transaction reports
- Ensured data model consistency between PDF and Excel exports
- Updated package exports to include all reversed transaction functionality
- UPDATED: Separated PDF and Excel functions into dedicated files (pdf.dart and excel.dart)
- UPDATED: Enhanced PDF function to support date range parameters (startDate, endDate)
- UPDATED: Improved function signatures for better flexibility and consistency
- FIXED: Resolved export conflicts and import issues between PDF and Excel functions
- ENHANCED: UI integration now properly calls separate PDF and Excel functions with correct parameters
1.0.0+3 #
- Enhanced documentation and README with comprehensive examples
- Added detailed usage instructions for both SOA and Cash Breakdown reports
- Improved code examples and configuration options documentation
- Updated package description to reflect full banking operations support
- Added MIT License file
- Enhanced project structure and exports
1.0.0+2 #
- Added Cash Transfer Breakdown report generation
- Introduced
DenominationModel
for tracking Philippine currency denominations - Added
generateCashierBreakdownReport
function - Enhanced package to support comprehensive banking operations
- Added automatic calculations for bills, coins, and grand totals
- Improved documentation with cash breakdown examples
1.0.0+1 #
- Fixed SOA report generation issues
- Improved PDF formatting and layout
- Enhanced error handling for SOA reports
- Minor bug fixes and performance improvements
1.0.0 #
- Initial version with Statement of Account (SOA) report generation
- Basic PDF report creation for banking transactions
- Support for transaction history with debit, credit, and running balance
- Configurable headers, addresses, and formatting options
- Web download functionality for generated PDFs
- Flutter integration with customizable parameters