feature/RVRNEXT-7-calculate-balance-for-community-members #37

Merged
bence merged 5 commits from feature/RVRNEXT-7-calculate-balance-for-community-members into master 2023-05-01 22:26:03 +02:00
Showing only changes of commit 5526a55145 - Show all commits

View File

@ -46,7 +46,8 @@
$mainCurrencyRoundDigits = $community->getMainCurrency()->getRoundDigits();
?>
<h3 class="marginBottom">Finances</h3>
<table class="fullWidth">
<a href="<?= Container::$routeCollection->getRoute('community.transactions')->generateLink(['communityId' => $community->getId()]) ?>">Transactions</a>
<table class="fullWidth marginTop">
<tr>
<td>You owe</td>
<td style="text-align: right; color: red;"><?= number_format(0, $mainCurrencyRoundDigits) ?> <?= $mainCurrencyCode ?></td>