Skip to content

Account Module v0.1.2

Compare
Choose a tag to compare
@phi-rakib phi-rakib released this 04 Jun 11:15
· 312 commits to main since this release
595618d

Account Module Release v0.1.2

This release marks the completion of the account module, which includes comprehensive features for managing accounts, deposits, expenses, and payment methods. Below are the details of the changes, new features, improvements, and bug fixes included in this release.

Changelog

New Features

  • Account Management:

    • Implemented CRUD operations for managing user accounts.
  • Deposit Management:

    • Added functionality for creating, reading, updating, and deleting deposits.
    • Integrated deposit categorization for better organization.
  • Expense Management:

    • Implemented CRUD operations for managing expenses.
    • Added expense categorization to track different types of expenses.
  • Payment Methods:

    • Enabled CRUD operations for various payment methods.
    • Supported multiple payment types including credit cards, bank transfers, and more.

Bug Fixes

  • Fixed an issue where observers deleting was not working

Miscellaneous

  • Testing:

    • Added unit and integration tests for all new features.
  • Code Refactoring:

    • Refactored existing code to improve readability and maintainability.
    • Removed deprecated methods and updated dependencies.

Installation and Upgrade Notes

To upgrade to this release, please pull the latest changes from the repository and run the following commands to update the database schema and dependencies:

git pull origin main
php artisan migrate
composer install