Skip to content
glossary / Expense

Expense

Django Model: core.Expense

An Expense is the record about a single monetary transaction executed in the context of a Mission.

Fields

  • mission: The Mission this expense belongs to.
  • day: The date of the expense.
  • amount_currency: The amount in the original currency.
  • currency: The currency of the expense.
  • amount_base: The amount converted to the base currency.
  • amount_reimbursement: The amount to be reimbursed.
  • detail: A short description of the expense.
  • category: The ExpenseCategory.
  • document_type: The type of document associated with the expense.
  • payment_type: The PaymentType.
  • reimbursement: The Reimbursement this expense is part of.
  • image: An uploaded image of the receipt.