Skip to content

[DRAFT] Local data model

Niklas Merz edited this page Nov 5, 2019 · 1 revision

This document describes the data model for the local SQLite database.

transactions

  • id
  • amount
  • bookingdate
  • entryinfo

accounts

  • id
  • iban
  • type
  • currency
  • name
  • owner

budgets

  • id
  • type
  • interval
  • amount
  • datecreated
  • dateexpired
  • name
  • description
  • status