mirror of
				https://github.com/firefly-iii/firefly-iii.git
				synced 2025-10-31 02:36:28 +00:00 
			
		
		
		
	Make sure user interface works for new recurring transactions.
This commit is contained in:
		| @@ -23,65 +23,66 @@ | ||||
| declare(strict_types=1); | ||||
|  | ||||
| return [ | ||||
|     'buttons'             => 'Buttons', | ||||
|     'icon'                => 'Icon', | ||||
|     'id'                  => 'ID', | ||||
|     'create_date'         => 'Created at', | ||||
|     'update_date'         => 'Updated at', | ||||
|     'updated_at'          => 'Updated at', | ||||
|     'balance_before'      => 'Balance before', | ||||
|     'balance_after'       => 'Balance after', | ||||
|     'name'                => 'Name', | ||||
|     'role'                => 'Role', | ||||
|     'currentBalance'      => 'Current balance', | ||||
|     'linked_to_rules'     => 'Relevant rules', | ||||
|     'active'              => 'Is active?', | ||||
|     'transaction_type'    => 'Type', | ||||
|     'lastActivity'        => 'Last activity', | ||||
|     'balanceDiff'         => 'Balance difference', | ||||
|     'matchesOn'           => 'Matched on', | ||||
|     'account_type'        => 'Account type', | ||||
|     'created_at'          => 'Created at', | ||||
|     'account'             => 'Account', | ||||
|     'matchingAmount'      => 'Amount', | ||||
|     'split_number'        => 'Split #', | ||||
|     'destination'         => 'Destination', | ||||
|     'source'              => 'Source', | ||||
|     'next_expected_match' => 'Next expected match', | ||||
|     'automatch'           => 'Auto match?', | ||||
|     'repeat_freq'         => 'Repeats', | ||||
|     'description'         => 'Description', | ||||
|     'amount'              => 'Amount', | ||||
|     'internal_reference'  => 'Internal reference', | ||||
|     'date'                => 'Date', | ||||
|     'interest_date'       => 'Interest date', | ||||
|     'book_date'           => 'Book date', | ||||
|     'process_date'        => 'Processing date', | ||||
|     'due_date'            => 'Due date', | ||||
|     'payment_date'        => 'Payment date', | ||||
|     'invoice_date'        => 'Invoice date', | ||||
|     'interal_reference'   => 'Internal reference', | ||||
|     'notes'               => 'Notes', | ||||
|     'from'                => 'From', | ||||
|     'piggy_bank'          => 'Piggy bank', | ||||
|     'to'                  => 'To', | ||||
|     'budget'              => 'Budget', | ||||
|     'category'            => 'Category', | ||||
|     'bill'                => 'Bill', | ||||
|     'withdrawal'          => 'Withdrawal', | ||||
|     'deposit'             => 'Deposit', | ||||
|     'transfer'            => 'Transfer', | ||||
|     'type'                => 'Type', | ||||
|     'completed'           => 'Completed', | ||||
|     'iban'                => 'IBAN', | ||||
|     'paid_current_period' => 'Paid this period', | ||||
|     'email'               => 'Email', | ||||
|     'registered_at'       => 'Registered at', | ||||
|     'is_blocked'          => 'Is blocked', | ||||
|     'is_admin'            => 'Is admin', | ||||
|     'has_two_factor'      => 'Has 2FA', | ||||
|     'blocked_code'        => 'Block code', | ||||
|     'source_account'      => 'Source account', | ||||
|     'buttons'                 => 'Buttons', | ||||
|     'icon'                    => 'Icon', | ||||
|     'id'                      => 'ID', | ||||
|     'create_date'             => 'Created at', | ||||
|     'update_date'             => 'Updated at', | ||||
|     'updated_at'              => 'Updated at', | ||||
|     'balance_before'          => 'Balance before', | ||||
|     'balance_after'           => 'Balance after', | ||||
|     'name'                    => 'Name', | ||||
|     'role'                    => 'Role', | ||||
|     'currentBalance'          => 'Current balance', | ||||
|     'linked_to_rules'         => 'Relevant rules', | ||||
|     'active'                  => 'Is active?', | ||||
|     'transaction_type'        => 'Type', | ||||
|     'lastActivity'            => 'Last activity', | ||||
|     'balanceDiff'             => 'Balance difference', | ||||
|     'matchesOn'               => 'Matched on', | ||||
|     'other_meta_data'         => 'Other meta data', | ||||
|     'account_type'            => 'Account type', | ||||
|     'created_at'              => 'Created at', | ||||
|     'account'                 => 'Account', | ||||
|     'matchingAmount'          => 'Amount', | ||||
|     'split_number'            => 'Split #', | ||||
|     'destination'             => 'Destination', | ||||
|     'source'                  => 'Source', | ||||
|     'next_expected_match'     => 'Next expected match', | ||||
|     'automatch'               => 'Auto match?', | ||||
|     'repeat_freq'             => 'Repeats', | ||||
|     'description'             => 'Description', | ||||
|     'amount'                  => 'Amount', | ||||
|     'internal_reference'      => 'Internal reference', | ||||
|     'date'                    => 'Date', | ||||
|     'interest_date'           => 'Interest date', | ||||
|     'book_date'               => 'Book date', | ||||
|     'process_date'            => 'Processing date', | ||||
|     'due_date'                => 'Due date', | ||||
|     'payment_date'            => 'Payment date', | ||||
|     'invoice_date'            => 'Invoice date', | ||||
|     'interal_reference'       => 'Internal reference', | ||||
|     'notes'                   => 'Notes', | ||||
|     'from'                    => 'From', | ||||
|     'piggy_bank'              => 'Piggy bank', | ||||
|     'to'                      => 'To', | ||||
|     'budget'                  => 'Budget', | ||||
|     'category'                => 'Category', | ||||
|     'bill'                    => 'Bill', | ||||
|     'withdrawal'              => 'Withdrawal', | ||||
|     'deposit'                 => 'Deposit', | ||||
|     'transfer'                => 'Transfer', | ||||
|     'type'                    => 'Type', | ||||
|     'completed'               => 'Completed', | ||||
|     'iban'                    => 'IBAN', | ||||
|     'paid_current_period'     => 'Paid this period', | ||||
|     'email'                   => 'Email', | ||||
|     'registered_at'           => 'Registered at', | ||||
|     'is_blocked'              => 'Is blocked', | ||||
|     'is_admin'                => 'Is admin', | ||||
|     'has_two_factor'          => 'Has 2FA', | ||||
|     'blocked_code'            => 'Block code', | ||||
|     'source_account'          => 'Source account', | ||||
|     'destination_account'     => 'Destination account', | ||||
|     'accounts_count'          => 'Number of accounts', | ||||
|     'journals_count'          => 'Number of transactions', | ||||
|   | ||||
		Reference in New Issue
	
	Block a user