Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 655 Bytes

File metadata and controls

22 lines (15 loc) · 655 Bytes

LedgerAssistant Changelog

Rob Fowler robtf04@outlook.com

0.2.0 - 2023-04-18

  • First functional version. Features:
    • Transaction date automatically formatted to YYYY-MM-DD.
    • File --> Select Journal file.
    • Calculate sales tax.
    • Add and delete transation splits.
    • Added autocomplete to the account combobox.

0.1.1 - 2023-04-11

  • Replaced tkintertable with ttk.TreeView as the widget for the list of transaction splits.

0.1.0 - 2023-04-09

  • Created a non-functional mockup of the interface. See gui_mockup.py.
  • Added configuration options to config.ini
  • Add license, updated gitignore and README.