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

# 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.

# Packages

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

# Functions

No description provided by the author

# Constants

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

# Structs

No description provided by the author
No description provided by the author
MatchRule represents a MatchRule to be imported.
No description provided by the author
OverspendFix supports the import of budgeting apps that allow overspending for an envelope to affect that envelope's balance in the next month.
ParsedResources is the struct containing all resources that are to be created Named resources are in maps with their names as keys to enable easy deduplication and iteration through them.
No description provided by the author
TransactionPreview is used to preview transactions that will be imported to allow for editing.