tzhdingli / finansu

Automatically exported from code.google.com/p/finansu
MIT License
1 stars 0 forks source link

FinAnSu

Homepage brymck.herokuapp.com
Documentation brymck.github.com/finansu/
Author Bryan McKelvey
Copyright (c) 2010-2012 Bryan McKelvey
License MIT

FinAnSu aims to provide user-friendly tools for use in financial applications. The add-in is in its development stages, but it currently offers:

This is what it looks like in action:

FinAnSu in action

Interested? Check out the download page and the fairly comprehensive documentation.

Requirements

Currently, this works with 32- and 64-bit versions of Windows and Excel (Office 2003+ for best results).

The add-in also requires .NET 4.

Installation

  1. Download the current version of FinAnSu on my GitHub downloads page. Most of you are probably using a 32-bit version of Office, as it's the default installation even on 64-bit versions of Windows.
  2. Unzip it to a temporary directory
  3. Run the install.bat script

For more detailed instructions, see the install documentation.

Development Dependencies

This project has the following dependencies (that don't come bundled with the repo):

  1. Ruby for Windows
    Once it's installed, make sure you have Bundler (gem install bundler in a command prompt). Then run bundle update in the top directory of the repo (the same folder as this readme).
  2. 7za, the command line version of 7-Zip, installed somewhere in your %Path%.
  3. Git
  4. And anything like Windows, Office or .NET 4 if you want to do any testing or compilation
  5. NUnit if you plan to run any tests. And if you do, make certain that nunit-console.exe can be found on the system %Path%.
  6. Optionally, the File utility from GnuWin32, again somewhere on your %Path%.