Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 534 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 534 Bytes

simpleAccounts

This is a C# console application that will allow users to carry out self assessment. It's designed to let the user add transactions and store them. The user can create transactions, read previous transactions and update transactions.

It can also give a summary showing income and expense for the entries added.

It will run under Linux and Microsoft Windows.

dotnet run accounting.csproj

The csv file contains all the data stored and comes with a simple example. To start fresh, just delete the csv file.