Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kael89/statement-analyzer
A Visual Studio project that analyzes bank/super funds statements and creates a MS Excel spreadsheet with the provided information.
https://github.com/kael89/statement-analyzer
bank financial-statement superfund visual-studio
Last synced: 19 days ago
JSON representation
A Visual Studio project that analyzes bank/super funds statements and creates a MS Excel spreadsheet with the provided information.
- Host: GitHub
- URL: https://github.com/kael89/statement-analyzer
- Owner: kael89
- License: gpl-3.0
- Created: 2017-05-27T06:15:57.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-05-27T08:25:39.000Z (over 7 years ago)
- Last Synced: 2024-11-08T14:47:52.336Z (2 months ago)
- Topics: bank, financial-statement, superfund, visual-studio
- Language: C#
- Homepage:
- Size: 1.74 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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)
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
* [iTextSharp](https://www.nuget.org/packages/iTextSharp/) - .NET library for parsing PDF files## Built With
* Visual Studio
* [iTextSharp](https://www.nuget.org/packages/iTextSharp/)## Authors
**Kostas Karvounis** [kael89](https://github.com/kael89)
## License
This project is licensed under the GNU General Public License v3.0 - see the [LICENSE.md](LICENSE.md) file for details