mirror of
				https://github.com/firefly-iii/firefly-iii.git
				synced 2025-10-31 10:47:00 +00:00 
			
		
		
		
	Improve recurrences
This commit is contained in:
		| @@ -93,13 +93,19 @@ | ||||
|                         {{ ExpandedForm.activeLongAccountList('source_id', null, {label: trans('form.asset_source_account')}) }} | ||||
|  | ||||
|                         {# source account name for deposits: #} | ||||
|                         {{ ExpandedForm.text('source_name', null, {label: trans('form.revenue_account')}) }} | ||||
|                         {#{{ ExpandedForm.text('source_name', null, {label: trans('form.revenue_account')}) }}#} | ||||
|  | ||||
|                         {# for deposits, a drop down with revenue accounts, loan debt cash and mortgage #} | ||||
|                         {{ ExpandedForm.activeDepositDestinations('deposit_source_id', null, {label: trans('form.deposit_source_id')}) }} | ||||
|  | ||||
|                         {# destination if deposit or transfer: #} | ||||
|                         {{ ExpandedForm.activeLongAccountList('destination_id', null, {label: trans('form.asset_destination_account')} ) }} | ||||
|  | ||||
|                         {# destination account name for withdrawals #} | ||||
|                         {{ ExpandedForm.text('destination_name', null, {label: trans('form.expense_account')}) }} | ||||
|                         {#{{ ExpandedForm.text('destination_name', null, {label: trans('form.expense_account')}) }} #} | ||||
|  | ||||
|                         {# for withdrawals, also a drop down with expense accounts, loans, debts, mortgages or (cash). #} | ||||
|                         {{ ExpandedForm.activeWithdrawalDestinations('withdrawal_destination_id', null, {label: trans('form.withdrawal_destination_id')}) }} | ||||
|                     </div> | ||||
|                 </div> | ||||
|             </div> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user