Skip to content

Commit

Permalink
Add csv and file_picker dependencies; update FeesPage and DonationsTa…
Browse files Browse the repository at this point in the history
…b to utilize TableRepository for fee management
  • Loading branch information
HaiAu2501 committed Dec 25, 2024
1 parent d90c068 commit 3515dda
Show file tree
Hide file tree
Showing 7 changed files with 1,176 additions and 19 deletions.
1 change: 1 addition & 0 deletions lib/features/admin/data/fees_repository.dart
Original file line number Diff line number Diff line change
Expand Up @@ -392,6 +392,7 @@ class FeesRepository {
rooms.add({
'Số tiền đóng': 0, // Khởi tạo giá trị là 0
'Ngày đóng': null, // Khởi tạo giá trị là null
'Người đóng': null, // Khởi tạo giá trị là null
});
}
floors[floorName] = rooms;
Expand Down
Loading

0 comments on commit 3515dda

Please sign in to comment.