feat: add view detail cash flow transaction.

This commit is contained in:
elforjani13
2021-10-25 17:31:07 +02:00
parent f99b01de3b
commit 0a21c5fa41
19 changed files with 600 additions and 45 deletions

View File

@@ -1,4 +1,5 @@
import React from 'react';
import intl from 'react-intl-universal';
import styled from 'styled-components';
import {
Popover,
@@ -61,7 +62,7 @@ function AccountBalanceItem() {
return (
<AccountBalanceItemWrap>
Balance in Bigcapital{' '}
{intl.get('cash_flow_balance_in', { name: 'Bigcapital' })}
<AccountBalanceAmount>
{currentAccount.formatted_amount}
</AccountBalanceAmount>