mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-19 22:30:31 +00:00
feat: estimate & cashflow.
This commit is contained in:
@@ -19,7 +19,7 @@ export default function CashflowTransactionDrawerHeader() {
|
||||
const {
|
||||
cashflowTransaction: {
|
||||
formatted_amount,
|
||||
transaction_type,
|
||||
transaction_type_formatted,
|
||||
transaction_number,
|
||||
reference_no,
|
||||
date,
|
||||
@@ -44,7 +44,7 @@ export default function CashflowTransactionDrawerHeader() {
|
||||
name={'transaction_type'}
|
||||
label={<T id={'cash_flow_drawer.label_transaction_type'} />}
|
||||
>
|
||||
{transaction_type}
|
||||
{transaction_type_formatted}
|
||||
</DetailItem>
|
||||
|
||||
<DetailItem
|
||||
|
||||
@@ -29,7 +29,7 @@ export const defaultPaymentMade = {
|
||||
payment_date: moment(new Date()).format('YYYY-MM-DD'),
|
||||
reference: '',
|
||||
payment_number: '',
|
||||
// statement: '',
|
||||
statement: '',
|
||||
currency_code: '',
|
||||
entries: [],
|
||||
};
|
||||
|
||||
@@ -128,6 +128,7 @@ function EstimateFormHeader({
|
||||
{({ form, field: { value }, meta: { error, touched } }) => (
|
||||
<FormGroup
|
||||
label={<T id={'expiration_date'} />}
|
||||
labelInfo={<FieldRequiredHint />}
|
||||
inline={true}
|
||||
className={classNames(
|
||||
CLASSES.FORM_GROUP_LIST_SELECT,
|
||||
|
||||
Reference in New Issue
Block a user