mirror of
https://github.com/InvoiceShelf/InvoiceShelf.git
synced 2026-04-17 10:14:08 +00:00
Add expense number at Expenses (#406)
* add expense number at expenses * Re-order expense fields * Rename expense_number migration * Add expense_number to tests --------- Co-authored-by: Darko Gjorgjijoski <dg@darkog.com>
This commit is contained in:
committed by
GitHub
parent
f3e49d3044
commit
3e96297699
1
resources/scripts/admin/stub/expense.js
vendored
1
resources/scripts/admin/stub/expense.js
vendored
@@ -3,6 +3,7 @@ import moment from 'moment'
|
||||
export default {
|
||||
expense_category_id: null,
|
||||
expense_date: moment().format('YYYY-MM-DD'),
|
||||
expense_number: '',
|
||||
amount: 100,
|
||||
notes: '',
|
||||
attachment_receipt: null,
|
||||
|
||||
Reference in New Issue
Block a user