al1abb / invoify

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

[BUG] - Custom inputs is not visible #415

Open PontusTideman opened 1 month ago

PontusTideman commented 1 month ago

Issue Summary

Custom inputs is not visible on invocie.

Environment

Chrome latest version running on macOS Sonoma 14.5.

Steps to Reproduce

  1. [First step to reproduce the issue] Check demo site, and try adding custom inputs until next-intl is working.
  2. [Second step to reproduce the issue] Try add custom inputs, no custom inputs is visible.

Expected Behavior

That they are visible.

Actual Behavior

None is showing, neither on live preview nor PDF.

Screenshots/Logs

Screenshot 2024-08-07 at 15 05 53

Additional Information

Steps to reproduce is available above.

Possible Solutions

Not right now.


Acceptance Criteria


[Note: Please replace the placeholders in square brackets with specific information related to your bug report.]

al1abb commented 1 month ago

The custom inputs get passed to the final PDF, I just haven't figured out where to place them within the PDF

PontusTideman commented 4 weeks ago

@al1abb I understand that.

But a quick questions, because I´m doing some edits on this to meet the local laws etc etc.

In InvoiceTemplate1.tsx, how can we keep the translation of the string but it´s become visible IF/WHEN you enter the text for like Account name. Now it´s always visible even though you are not entering anything.