al1abb / invoify

An invoice generator app built using Next.js, Typescript, and Shadcn
https://invoify.vercel.app
MIT License
406 stars 81 forks source link

Add a feature to the invoice that would show currency in words as a readable string #10

Closed al1abb closed 1 year ago

al1abb commented 1 year ago

Description

This feature request aims to enhance the invoice generation system by adding the capability to display the currency amount in words as a readable string. This addition will improve the clarity and professionalism of the generated invoices, making them more user-friendly for clients and partners.

Proposed Implementation

There could be a switch in the invoice that toggles this functionality. It can be turned on by default. Next, a format function is needed to turn a float (Ex: 100.50) into words

Why it's Important

  1. Professionalism: Providing the currency in words demonstrates attention to detail and professionalism in our financial documents.

  2. Clarity: It makes it easier for clients to understand and verify the invoice amounts, reducing potential disputes and inquiries.

  3. Legal Compliance: In some regions, displaying the currency in words is a legal requirement for invoices.

al1abb commented 1 year ago

Feature implemented by commits 75289bc and 997249d