kael89 / statement-analyzer

A Visual Studio project that analyzes bank/super funds statements and creates a MS Excel spreadsheet with the provided information.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Statement Analyzer

This is a Visual Studio project that analyzes bank/super fund statements, and creates a Microsoft Excel spreasheet with the provided information. The spreasheet contains the following columns:

  1. Transaction_Date
  2. Amount
  3. Text (the description of the transaction)

Statement Analyzer Form

This program can be useful to tax/super fund accountants, in the cases that they are given PDF files without the respective spreasheets. Following the accounting standards, debit is depicted in the spreadsheet as a positive number and credit as a negative one.

Supported financial institutions:

  • Asgard
  • ANZ
  • Linear
  • Westpac

Getting Started

Prerequisites

  • Visual Studio
  • Microsoft Windows Excel

Installing

Download/clone the files, and open StatementAnalyzer.sln with Visual Studio.

Dependencies

Built With

Authors

Kostas Karvounis kael89

License

This project is licensed under the GNU General Public License v3.0 - see the LICENSE.md file for details

About

A Visual Studio project that analyzes bank/super funds statements and creates a MS Excel spreadsheet with the provided information.

License:GNU General Public License v3.0


Languages

Language:C# 100.0%