mirror of
				https://github.com/firefly-iii/firefly-iii.git
				synced 2025-10-31 02:36:28 +00:00 
			
		
		
		
	First attempt at job to create transactions for recurring transactions.
This commit is contained in:
		| @@ -1223,33 +1223,41 @@ return [ | ||||
|     'overview_for_recurrence'               => 'Overview for recurring transaction ":title"', | ||||
|     'warning_duplicates_repetitions'        => 'In rare instances, dates appear twice in this list. This can happen when multiple repetitions collide. Firefly III will always generate one transaction per day.', | ||||
|     'created_transactions'                  => 'Related transactions', | ||||
|     'expected_transactions'                 => 'Expected transactions', | ||||
|     'recurring_meta_field_tags'             => 'Tags', | ||||
|     'recurring_meta_field_notes'            => 'Notes', | ||||
|     'recurring_meta_field_bill_id'          => 'Bill', | ||||
|     'recurring_meta_field_piggy_bank_id'    => 'Piggy bank', | ||||
|     'create_new_recurrence'                 => 'Create new recurring transaction', | ||||
|     'help_first_date'                       => 'Indicate the first expected recurrence. This must be in the future.', | ||||
|     'help_first_date_no_past'               => 'Indicate the first expected recurrence. Firefly III will not create transactions in the past.', | ||||
|     'no_currency'                           => '(no currency)', | ||||
|     'mandatory_for_recurring'               => 'Mandatory recurrence information', | ||||
|     'mandatory_for_transaction'             => 'Mandatory transaction information', | ||||
|     'optional_for_recurring'                => 'Optional recurrence information', | ||||
|     'optional_for_transaction'              => 'Optional transaction information', | ||||
|     'change_date_other_options'             => 'Change the "first date" to see more options.', | ||||
|     'mandatory_fields_for_tranaction'       => 'The values here will end up in the transaction(s) being created', | ||||
|     'click_for_calendar'                    => 'Click here for a calendar that shows you when the transaction would repeat.', | ||||
|     'repeat_forever'                        => 'Repeat forever', | ||||
|     'repeat_until_date'                     => 'Repeat until date', | ||||
|     'repeat_times'                          => 'Repeat a number of times', | ||||
|     'recurring_skips_one'                   => 'Every other', | ||||
|     'recurring_skips_more'                  => 'Skips :count occurrences', | ||||
|     'store_new_recurrence'                  => 'Store recurring transaction', | ||||
|     'stored_new_recurrence'                 => 'Recurring transaction ":title" stored successfully.', | ||||
|     'edit_recurrence'                       => 'Edit recurring transaction ":title"', | ||||
|     'recurring_repeats_until'               => 'Repeats until :date', | ||||
|     'recurring_repeats_forever'             => 'Repeats forever', | ||||
|     'recurring_repeats_x_times'             => 'Repeats :count time(s)', | ||||
|     'update_recurrence'                     => 'Update recurring transaction', | ||||
|     'updated_recurrence'                    => 'Updated recurring transaction ":title"', | ||||
|     'expected_Withdrawals'                  => 'Expected withdrawals', | ||||
|     'expected_Deposits'                     => 'Expected deposits', | ||||
|     'expected_Transfers'                    => 'Expected transfers', | ||||
|     'created_Withdrawals'                   => 'Created withdrawals', | ||||
|     'created_Deposits'                      => 'Created deposits', | ||||
|     'created_Transfers'                     => 'Created transfers', | ||||
|     'created_from_recurrence'               => 'Created from recurring transaction ":title" (#:id)', | ||||
|  | ||||
|     'recurring_meta_field_tags'          => 'Tags', | ||||
|     'recurring_meta_field_notes'         => 'Notes', | ||||
|     'recurring_meta_field_bill_id'       => 'Bill', | ||||
|     'recurring_meta_field_piggy_bank_id' => 'Piggy bank', | ||||
|     'create_new_recurrence'              => 'Create new recurring transaction', | ||||
|     'help_first_date'                    => 'Indicate the first expected recurrence. This must be in the future.', | ||||
|     'help_first_date_no_past'            => 'Indicate the first expected recurrence. Firefly III will not create transactions in the past.', | ||||
|     'no_currency'                        => '(no currency)', | ||||
|     'mandatory_for_recurring'            => 'Mandatory recurrence information', | ||||
|     'mandatory_for_transaction'          => 'Mandatory transaction information', | ||||
|     'optional_for_recurring'             => 'Optional recurrence information', | ||||
|     'optional_for_transaction'           => 'Optional transaction information', | ||||
|     'change_date_other_options'          => 'Change the "first date" to see more options.', | ||||
|     'mandatory_fields_for_tranaction'    => 'The values here will end up in the transaction(s) being created', | ||||
|     'click_for_calendar'                 => 'Click here for a calendar that shows you when the transaction would repeat.', | ||||
|     'repeat_forever'                     => 'Repeat forever', | ||||
|     'repeat_until_date'                  => 'Repeat until date', | ||||
|     'repeat_times'                       => 'Repeat a number of times', | ||||
|     'recurring_skips_one'                => 'Every other', | ||||
|     'recurring_skips_more'               => 'Skips :count occurrences', | ||||
|     'store_new_recurrence'               => 'Store recurring transaction', | ||||
|     'stored_new_recurrence'              => 'Recurring transaction ":title" stored successfully.', | ||||
|     'edit_recurrence'                    => 'Edit recurring transaction ":title"', | ||||
|     'recurring_repeats_until'            => 'Repeats until :date', | ||||
|     'recurring_repeats_forever'          => 'Repeats forever', | ||||
|     'recurring_repeats_x_times'          => 'Repeats :count time(s)', | ||||
|     'update_recurrence'                  => 'Update recurring transaction', | ||||
|     'updated_recurrence'                 => 'Updated recurring transaction ":title"', | ||||
|     'recurrence_is_inactive'             => 'This recurring transaction is not active and will not generate new transactions.', | ||||
| ]; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user