Description
Problem
Currently, Zublo supports only 4 base cycles: Daily, Weekly, Monthly, and Yearly. While users can achieve quarterly (3 months) and half-yearly (6 months) billing by combining Frequency: 3 or 6 with Cycle: Monthly, these compound configurations are not intuitive and lack explicit support.
Requested Feature
Add two new dedicated billing cycles:
- Quarterly — Billed every 3 months
- Half-Yearly (or Semi-Annual) — Billed every 6 months
This would make the UI clearer and more accessible to users who manage subscriptions with these common billing periods.
Benefits
- Better UX: Users can select "Quarterly" directly instead of managing "Every 3 months" frequencies
- Consistency: Aligns with industry-standard billing terminology (many SaaS products offer quarterly/semi-annual plans)
- Reduced friction: Eliminates the need to understand the Frequency + Cycle multiplier system for common cases
- API alignment: REST API and AI Chat would have explicit cycle names like
"Quarterly" and "Half-Yearly" instead of relying on frequency lookups
Description
Problem
Currently, Zublo supports only 4 base cycles: Daily, Weekly, Monthly, and Yearly. While users can achieve quarterly (3 months) and half-yearly (6 months) billing by combining
Frequency: 3or6withCycle: Monthly, these compound configurations are not intuitive and lack explicit support.Requested Feature
Add two new dedicated billing cycles:
This would make the UI clearer and more accessible to users who manage subscriptions with these common billing periods.
Benefits
"Quarterly"and"Half-Yearly"instead of relying on frequency lookups