Make sure create uses the right fields.

This commit is contained in:
James Cole
2020-03-14 07:49:11 +01:00
parent bde0732135
commit fdffed636f
5 changed files with 11 additions and 9 deletions

View File

@@ -792,6 +792,7 @@ return [
'auto_budget_period_quarterly' => 'Quarterly',
'auto_budget_period_half_year' => 'Every half year',
'auto_budget_period_yearly' => 'Yearly',
'auto_budget_help' => 'You can read more about this feature in the help. Click the top-right (?) icon.',
// bills:
'match_between_amounts' => 'Bill matches transactions between :low and :high.',

View File

@@ -43,6 +43,7 @@ return [
'journal_currency_id' => 'Currency',
'currency_id' => 'Currency',
'transaction_currency_id' => 'Currency',
'auto_budget_currency_id' => 'Currency',
'external_ip' => 'Your server\'s external IP',
'attachments' => 'Attachments',
'journal_amount' => 'Amount',
@@ -260,7 +261,7 @@ return [
'expected_on' => 'Expected on',
'paid' => 'Paid',
'auto_budget_option' => 'Auto-budget',
'auto_budget_type' => 'Auto-budget',
'auto_budget_amount' => 'Auto-budget amount',
'auto_budget_period' => 'Auto-budget period',