Expense Journal Entry

An changed that was made to an expense

            classDiagram
      namespace Expenses {
        class _Expenses_ExpenseJournal_yaml["Expense Journal Entry"]
        class _Expenses_Expense_yaml["Expense"]
      }
      namespace Users {
        class _Users_User_yaml["User"]
      }
      _Expenses_Expense_yaml o--" N" _Expenses_ExpenseJournal_yaml :journal
      _Expenses_ExpenseJournal_yaml ..> _Users_User_yaml :userId
      click _Expenses_ExpenseJournal_yaml href "./ExpenseJournal.yaml.html" "Expense Journal Entry"
      click _Expenses_Expense_yaml href "./Expense.yaml.html" "Expense"
      click _Users_User_yaml href "../Users/User.yaml.html" "User"
          

Properties

Property Type Description
id* String The unique identifier of the expense
date* Date The date of the expense
newStatus* Expense Status
userId* References User The user who changed the expense
comment String Description of the change

Links