amount input supports formula (#130)
This commit is contained in:
@@ -106,6 +106,7 @@
|
||||
:hide="transaction.hideAmount"
|
||||
:label="tt(sourceAmountName)"
|
||||
:placeholder="tt(sourceAmountName)"
|
||||
:enable-formula="mode !== TransactionEditPageMode.View"
|
||||
v-model="transaction.sourceAmount"/>
|
||||
</v-col>
|
||||
<v-col cols="12" :md="6" v-if="transaction.type === TransactionType.Transfer">
|
||||
@@ -118,6 +119,7 @@
|
||||
:hide="transaction.hideAmount"
|
||||
:label="transferInAmountTitle"
|
||||
:placeholder="tt('Transfer In Amount')"
|
||||
:enable-formula="mode !== TransactionEditPageMode.View"
|
||||
v-model="transaction.destinationAmount"/>
|
||||
</v-col>
|
||||
<v-col cols="12" md="12" v-if="transaction.type === TransactionType.Expense">
|
||||
|
||||
Reference in New Issue
Block a user