package
2.12.2
Repository: https://github.com/envelope-zero/backend.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author

# README

importer

There are two types of importers:

  • Budget importers. These import whole budgets at once.
  • Transaction importers. These import transactions for a specified account. This is a two-step process: Transaction importers return a slice of TransactionPreview objects. These are returned by the API to allow users to edit the transactions before finally importing them.