=== Simple Finance Calculator ===
Contributors: weissmike
Donate link: http://weissmike.com
Tags: calculator, widget, shortcode, finance, financing, payments, mortgage, loan
Requires at least: 3.4
Tested up to: 4.0
Stable tag: 1.0
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Creates a very simple form that can be used to calculate monthly payments or loan amount based on entered information.

== Description ==

A simple form that prompts a user for Interest Rate, Term in Months, and Monthly Payment or Loan Amount.

You can insert the form either using a shortcode or widget.

== Installation ==

1. Upload to the `/wp-content/plugins/` directory 
1. Activate the plugin through the 'Plugins' menu in WordPress
1. Add to a sidebar using the 'Widgets' menu in WordPress or by placing '[finance_calculator]' in the content area of a page/post.

== Screenshots ==

1. Enter an Interest Rate
2. Enter the term, in months
3. Enter EITHER a monthly payment, or loan amount
4. Press enter. The empty field will be populated, and a total will appear below the form.

== Changelog ==

= 1.0 =
* Initial release