mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-19 14:20:31 +00:00
feat: Transfer from & to account.
This commit is contained in:
@@ -128,8 +128,7 @@ function TransferFromAccountFormFields() {
|
|||||||
{({ form, field, meta: { error, touched } }) => (
|
{({ form, field, meta: { error, touched } }) => (
|
||||||
<FormGroup
|
<FormGroup
|
||||||
label={
|
label={
|
||||||
'Transfer account'
|
<T id={'cash_flow_transaction.label_transfer_from_account'} />
|
||||||
// <T id={'cash_flow_transaction.label_transfer_from_account'} />
|
|
||||||
}
|
}
|
||||||
labelInfo={<FieldRequiredHint />}
|
labelInfo={<FieldRequiredHint />}
|
||||||
intent={inputIntent({ error, touched })}
|
intent={inputIntent({ error, touched })}
|
||||||
|
|||||||
@@ -128,8 +128,7 @@ function TransferToAccountFormFields() {
|
|||||||
{({ form, field, meta: { error, touched } }) => (
|
{({ form, field, meta: { error, touched } }) => (
|
||||||
<FormGroup
|
<FormGroup
|
||||||
label={
|
label={
|
||||||
'Transfer account'
|
<T id={'cash_flow_transaction.label_transfer_to_account'} />
|
||||||
// <T id={'cash_flow_transaction.label_transfer_from_account'} />
|
|
||||||
}
|
}
|
||||||
labelInfo={<FieldRequiredHint />}
|
labelInfo={<FieldRequiredHint />}
|
||||||
intent={inputIntent({ error, touched })}
|
intent={inputIntent({ error, touched })}
|
||||||
|
|||||||
@@ -1381,13 +1381,14 @@
|
|||||||
"cash_flow.option_transfer_to_account":"Transfer to account",
|
"cash_flow.option_transfer_to_account":"Transfer to account",
|
||||||
"cash_flow_transaction.label_equity_account":"Equity account",
|
"cash_flow_transaction.label_equity_account":"Equity account",
|
||||||
"cash_flow_transaction.label_expense_account":"Expense account",
|
"cash_flow_transaction.label_expense_account":"Expense account",
|
||||||
"cash_flow_transaction.label_transfer_account":"Transfer account",
|
|
||||||
"cash_flow_transaction_success_message":" The cashflow transaction has been created successfully.",
|
"cash_flow_transaction_success_message":" The cashflow transaction has been created successfully.",
|
||||||
"cash_flow_transaction.money_in":"Money In",
|
"cash_flow_transaction.money_in":"Money In",
|
||||||
"cash_flow_transaction.money_out":"Money Out",
|
"cash_flow_transaction.money_out":"Money Out",
|
||||||
"cash_flow_transaction.other_income_account":"Other income account",
|
"cash_flow_transaction.other_income_account":"Other income account",
|
||||||
"cash_flow_transaction.other_expense_account":"Other expense account",
|
"cash_flow_transaction.other_expense_account":"Other expense account",
|
||||||
"save_and_publish": "Save & Publish"
|
"save_and_publish": "Save & Publish",
|
||||||
|
"cash_flow_transaction.label_transfer_from_account":"Transfer from account",
|
||||||
|
"cash_flow_transaction.label_transfer_to_account":"Transfer to account"
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user