Skip to content

MVP 3 (v1.2.0)

Compare
Choose a tag to compare
@RelativeForce RelativeForce released this 13 Feb 19:14
· 27 commits to master since this release
4d89622

Overview

This release contains recurring transactions and incomes. This means that the user can specify a transaction that will repeat monthly, daily, manually or etc. This transaction will appear in all the charts and lists that the user would expect and allows them to easily input things they expect to repeatedly pay like bills. In addition to this, the user can add notes to the specific instances of these transactions and incomes easily. In the case of transactions, they can also link the specific instances to budgets and incomes.

New features

  • Recurring incomes and transactions
    • Incomes and transactions can be created such that they repeat with a given frequency (daily, weekly, monthly or manually)
    • Recurring transactions can be linked with incomes and budgets as expected (even the specific instances of recurring incomes)

Changelog

  • Made notes on budgets optional
  • Made notes field on budgets multiline
  • Imported material icons to replace UTF-8 icons
  • Added notes to incomes
  • Cleaned up row validation on import pages
  • Added local launcher that will automatically download the latest version of the app when available

Environment variables

  • MyMoney_Email_Smtp_Server_URL: The URL of the SMTP email server
  • MyMoney_Email_Smtp_Server_Port: The port number of the SMTP email server
  • MyMoney_Email_Smtp_Server_SSL (optional): Whether or not to use SSL for requests to SMTP email server.
  • MyMoney_Email_Address: The email address of the account the site will use to send emails
  • MyMoney_Email_Password: The password of the account the site will use to send emails
  • MyMoney_Database_Connection (optional): The connection string to the database. Defaults to the local SQL express server instance.
  • MyMoney_Database_Engine (optional): The database type of the connection.
  • MyMoney_Token_Secret (optional): The secret used for generating the user JWT tokens.