Skip to content

Ledger v1.0.0

Latest
Compare
Choose a tag to compare
@Sandesh-Jangir Sandesh-Jangir released this 26 Dec 09:44
8625f68

It is an Electron GUI Application in which you can track your transactions and get a performance report about your income, expense and balance over the whole timespan and current month.

About Database

In current version the database used is mongodb and each document has 3 feilds exculding the _id. They are

  1. Amount
  2. Transaction Type [ i.e. credit or debit ]
  3. Date

Full Changelog: https://github.com/Sandesh-Jangir/Electron-Ledger-App/commits/v1.0.0