Linux 软件免费装
Banner图

AC's Retirement Nest Egg Calculator

开发者 financialcalculators
accuratecalculators
更新时间 2025年2月25日 04:30
捐献地址: 去捐款
PHP版本: 5.8 及以上
WordPress版本: 6.7
版权: GNU General Public License

标签

retirement calculator retirement saving retirement planning investing future value

下载

1.4.3 1.1 1.4.4 1.2.0 1.3 1.1.2 1.5.2 1.4.0 1.5 1.5.4 1.4.2 2.0

详情介绍:

The AC Retirement Nest Egg Calculator (try it now!) creates date-based investment schedules and interactive charts. Calculate the amount you'll have at retirement (the future value). Supports 90 currencies, six date formats, and 15 languages. Now highly customizable via extensive configuration options. Choose from four predefined sizes or customize via configuration options. Fully responsive with touch support. Rebranding with your site's name is supported and encouraged. The plugin works via:\ (a) Shortcode in posts/pages\ (b) Widget area\ (c) Template file See usage under installation for details. NEW: Upgrade to the free AC Retirement Nest Egg Calculator Plus v2.0 for a printable investment schedule.

安装:

You can either (a) upload the fc-retirement-nest-egg-calculator folder with all its files to the /wp-content/plugins/ directory, or (b) unzip the plugin's zip file directly into the /wp-content/plugins/ directory. Activate the plugin through the Plugins -> Installed Plugins menu in the WordPress admin dashboard. Upgrading Release 2.0 is a major update. Please test before upgrading. Usage There are 3 mutually exclusive ways you can deploy the calculator to an individual page (though you can use all three methods on different pages within a site):
  1. Add the shortcode [fcretirenesteggplugin] in the content area of your page or post and optionally configure the shortcode parameters. WordPress v5.8 introduced the block editor. To install this plugin as a widget in WordPress v5.8 or later, first install the widget shortcode block and then copy this plugin's shortcode into it.
  2. Add the following code <?php show_fcretirenestegg_plugin(); ?> to your template where you want the calculator to appear. See below for options.
  3. If your theme supports widgets, add the plugin to a widget area through the Appearance -> Widgets menu in WordPress.
Shortcode parameters "|" means or, thus "tiny" | "small" | "medium" | "large" means pick one (include the quote marks!). Example: sc_size="medium" Do NOT put spaces around the equal sign. Examples (First includes all options with their defaults): [fcretirenesteggplugin sc_size=null sc_custom_style="No" sc_add_link="No" sc_brand_name="" sc_hide_resize="No" sc_current_age="28" sc_retire_age="62" sc_current_savings="16000.0" sc_invest_amt="750.0" sc_rate="5.5" sc_currency=null sc_date_mask=null sc_theme_base_font_size="16px" sc_theme_primary_color="#28a745" sc_theme_primary_color_hover="#218838" sc_theme_primary_color_light="#30c853" sc_theme_primary_color_text="#fff" sc_theme_primary_color_text_inverse="#fff" sc_theme_background_muted="#f7f7f7" sc_theme_background_color_disabled="#efefef" sc_theme_background_calculator_color="#fff" sc_theme_background_modal_color="#fff" sc_theme_border_color="#dee2e6" sc_theme_text_color="#333333" sc_theme_tooltip_text_color="#fff" sc_theme_shadow_color="rgba(0, 0, 0, 0.1)" sc_theme_primary_font_family_stack="Roboto, 'Helvetica Neue', Helvetica, Arial, sans-serif" sc_theme_mono_font_family_stack="'Roboto Mono', 'Source Code Pro', ui-monospace, monospace" sc_calculator_min_width_tiny="150px" sc_calculator_max_width_tiny="250px" sc_calculator_min_width_small="200px" sc_calculator_max_width_small="300px" sc_calculator_min_width_medium="200px" sc_calculator_max_width_medium="400px" sc_calculator_min_width_large="200px" sc_calculator_max_width_large="440px" sc_hide_intl_conventions="no"] [fcretirenesteggplugin sc_size="small" sc_custom_style="Yes" sc_hide_resize="Yes" sc_currency="83" sc_date_mask="2"] [fcretirenesteggplugin sc_custom_style="No" sc_add_link="Yes" sc_brand_name="Friendly Mortgage" sc_hide_resize="Yes" sc_current_age="28" sc_retire_age="62" sc_current_savings="16000.0" sc_invest_amt="750.0" sc_rate="5.5"] NOTE: You only need to include with the shortcode the options you want to change. Optional array parameter passed to show_fcretirenestegg_plugin() The values available for template options are the same as the shortcodes above except you must change "sc_" to "op_". "large", 'op_custom_style' => "No", 'op_add_link' => "No", 'op_brand_name' => "", 'op_hide_resize' => "No", 'op_current_age' => "28", 'op_retire_age' => "62", 'op_current_savings' => "16000.0", 'op_invest_amt' => "750.0", 'op_rate' => "5.5", 'op_currency' => "999", 'op_date_mask' => "999", 'op_theme_base_font_size' => "16px", 'op_theme_primary_color' => "#28a745", 'op_theme_primary_color_hover' => "#218838", 'op_theme_primary_color_light' => "#30c853", 'op_theme_primary_color_text' => "#fff", 'op_theme_primary_color_text_inverse' => "#fff", 'op_theme_background_muted' => "#f7f7f7", 'op_theme_background_color_disabled' => "#efefef", 'op_theme_background_calculator_color' => "#fff", 'op_theme_background_modal_color' => "#fff", 'op_theme_border_color' => "#dee2e6", 'op_theme_text_color' => "#333333", 'op_theme_tooltip_text_color' => "#fff", 'op_theme_shadow_color' => "rgba(0, 0, 0, 0.1)", 'op_theme_primary_font_family_stack' => "Roboto, 'Helvetica Neue', Helvetica, Arial, sans-serif", 'op_theme_mono_font_family_stack' => "'Roboto Mono', 'Source Code Pro', ui-monospace, monospace", 'op_calculator_min_width_tiny' => "150px", 'op_calculator_max_width_tiny' => "250px", 'op_calculator_min_width_small' => "200px", 'op_calculator_max_width_small' => "300px", 'op_calculator_min_width_medium' => "200px", 'op_calculator_max_width_medium' => "400px", 'op_calculator_min_width_large' => "200px", 'op_calculator_max_width_large' => "440px" 'op_hide_intl_conventions' => "No" )); ?> Notes:
  1. If you want to add your brand to the calculator, the *_add_link option must be set to "Yes" (i.e. create a subtle follow link to AccurateCalculators.com).
  2. When branding, the brand name will be added before "Retirement Calculator".
  3. If _custom_style is set to "Yes", the plugin will load css/accurate-calculators-custom.css located in the plugin's DIST/CSS folder. You can modify the styles as needed. I suggest that you only include CSS selectors in this file that you actually change.
  4. The plugin is built and tested on HTML5/CSS3 pages.
  5. size (min-width): tiny: 150px, small: 200px, medium: 200px, large: 200px
  6. size (max-width): tiny: 250px, small: 300px, medium: 400px, large: 440px
  7. The modals used for showing the schedule, currency select, help, etc are Bootstrap 5 modals. If your site uses an earlier Bootstrap version, you may have issues. Please contact me.
  8. Website developers can set a default currency sign and preferred date format by setting _currency and _date_mask respectively. Set one or both to an integer value. For the list of integers to support 90 plus currency symbols and 6 date format options, see the file currency_and_date_conventions.txt in the plugin's root folder. (example: India, Indian Rupee: ₹1,23,45,678.99 = 83)
Enhanced Internationalization Supports 90+ currency symbols (with proper number formatting) and 6 date formats (e.g., mm/dd/yyyy, dd/mm/yyyy, yyyy.mm.dd). If no selection is made by the website developer or user, the calculator automatically detects and applies the browser's default currency and date format. For example, a visitor from Japan accessing a website hosted in France will initially see amounts in Japanese yen. However, website developers can override this behavior using shortcodes or function options. If enabled, users can also manually select their preferred currency and date format. How the plugin determines the currency symbol and date format:
  1. If user selection is allowed and made, the plugin applies the user's choice.
  2. Otherwise, if the website developer has set a default currency (≠ 999), that selection is used.
  3. Otherwise, the plugin reads the browser's default currency and applies it.
  4. If none of the above apply, the plugin defaults to '$'. Language Translations
As of v1.5, the plugin supports 14 languages in addition to English. Each language below links to a page where you can test all seven plugins in that language—no installation needed. Supported Languages: I'm happy to provide support for all my plugins! If you have a question or run into an issue, please visit the WordPress plugin's support forum and post your question. When submitting a request, please: Other Calculators As of now, AccurateCalculators.com offers seven plugins in the WordPress Plugin Directory, with additional plugins available on the website. All plugins share a consistent feature set, styling, and functionality, ensuring a seamless look and feel across your site. Below are links to each plugin’s page in the WordPress Plugin Directory.
  1. Auto Loan Calculator - solves for several unknowns and creates a payment schedule.
  2. Loan Calculator - a general purpose loan calculator with amortization schedule and charts.
  3. Mortgage Calculator - optionally incorporates points and insurance and creates a payment schedule
  4. Retirement Age Calculator - answers, at what age will I be able to retire given my investment plan?
  5. Retirement Nest Egg Calculator - answers, what will be the value of my retirement fund when I retire?
  6. Retirement Savings Calculator - how much do I have to invest periodically to reach my retirement goal?
  7. Savings Calculator - calculates the results of regular savings and investing
Also New seven, free, Plus plugins with printable schedules.

屏幕截图:

  • Example of investment schedule showing investment dates and a detailed summary.
  • Creates three interactive charts for visualization.
  • A portion of the plugin's settings dialogue, as seen under *Appearance* -> *Widgets* page in WordPress's administration area.

升级注意事项:

Added new configuration options so you can easily match your site's color choices. Improved responsiveness. Improved translations. Removed obsolete technology making for better long term reliability.

更新日志:

2.0