APIs and views for exchange rates.

This commit is contained in:
James Cole
2024-12-22 06:24:45 +01:00
parent 117a376fc3
commit 2e993857e8
48 changed files with 741 additions and 82 deletions

View File

@@ -40,8 +40,8 @@ class TransactionCurrency extends Model
use ReturnsIntegerIdTrait;
use SoftDeletes;
public ?bool $userGroupDefault;
public ?bool $userGroupEnabled;
public ?bool $userGroupDefault = null;
public ?bool $userGroupEnabled = null;
protected $casts
= [
'created_at' => 'datetime',