Currency

If you are a visual learner, please watch this video instead.


To change the app currency, please modify the value of currency in the config/hisabi.php.

return [
    'currency' => 'USD', # <-- Example
    ...
]