mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-12-17 00:31:21 +00:00
Code for new release.
This commit is contained in:
@@ -49,9 +49,31 @@ export function createEmptySplit() {
|
||||
budget_id: null,
|
||||
category_name: '',
|
||||
piggy_bank_id: null,
|
||||
bill_id: null,
|
||||
tags: [],
|
||||
notes: '',
|
||||
|
||||
// other meta fields:
|
||||
internal_reference: '',
|
||||
external_url: '',
|
||||
|
||||
// map
|
||||
hasLocation: false,
|
||||
map: null,
|
||||
latitude: null,
|
||||
longitude: null,
|
||||
zoomLevel: null,
|
||||
marker: null,
|
||||
|
||||
|
||||
// date and time
|
||||
date: formatted,
|
||||
interest_date: '',
|
||||
book_date: '',
|
||||
process_date: '',
|
||||
due_date: '',
|
||||
payment_date: '',
|
||||
invoice_date: '',
|
||||
|
||||
errors: {
|
||||
'amount': [],
|
||||
|
||||
Reference in New Issue
Block a user