Hi everyone!
I just released a simple, super-fast plugin that calculates financial quarter data. This plugin only uses javascript, it has no dependencies on libraries or APIs🔥.
I got tired of creating database/option set structures to inefficiently calculate the current financial quarter and their start/end dates. To my surprise, I couldn’t find a plugin that achieved this, so I made one!
Features
- Get fiscal quarter data for a specific date
- Get fiscal quarter data for a specific quarter
- Set the fiscal year month start
- Easily toggle to the next/previous quarters
Returned data
- Quarter
- Fiscal Year
- Start date of quarter
- End date of quarter
- Next quarter number
- Next quarter fiscal year
- Next quarter name (Q-YYYY)
- Previous quarter number
- Previous quarter fiscal year
- Previous quarter name (Q-YYYY)
This plugin saves time, effort and ultimately speed in your app – no more clunky hidden variable setups calculating the current quarter and dates! Give it a spin!
Demo page: Fiscal Quarters
Demo editor: andys_plugins | Bubble Editor
Plugin page: Fiscal Quarters Plugin | Bubble