add expense number at expenses

This commit is contained in:
Christos Yiakoumettis
2025-07-06 12:30:34 +03:00
parent bf0d98c69c
commit efa0ab23f1
41 changed files with 1765 additions and 1631 deletions

View File

@@ -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,