andrewdwallo / erpsaas

A Laravel and Filament-powered accounting platform, crafting a modern and automated solution for financial management.
MIT License
851 stars 241 forks source link

account and transaction page #58

Closed Subeen928 closed 4 months ago

Subeen928 commented 5 months ago

TypeError: App\ValueObjects\Money::__construct(): Argument #2 ($currencyCode) must be of type string, null given, called in /home/subin_928/Desktop/erpsaas/app/Services/AccountService.php on line 65

andrewdwallo commented 5 months ago

@Subeen928 You are going to have to give me more information regarding the issue if you want me to address it.

andrewdwallo commented 5 months ago

Run php artisan migrate:fresh, run your seeder, and then get back to me.

mavrickdeveloper commented 4 months ago

having same issue , fresh migrate run but the problem insist

Screenshot 2024-07-14 191237

Subeen928 commented 4 months ago

@andrewdwallo It works fine now, (I re-pull the repo from the git) .. Thanks!!