Show HN: A free invoice generator
11–20 of 52 posts
Re: Show HN: A free invoice generator
#12Nice work! Maybe add a way to export/import all invoices (say I want to switch machines). A data table to see all invoices and a reporting tool will be useful. Also, this is front-end only, why do we need ssl?
Also, this is front-end only, why do we need ssl? Not the author, but you still need secure transmission of the JS code, otherwise a MITM could send a modified version that sent your stored data to their servers.
Re: Show HN: A free invoice generator
#13how are you generating the pdf? client side as well?
Re: Show HN: A free invoice generator
#14Re: Show HN: A free invoice generator
#15INR shows up wrong - টকা
Re: Show HN: A free invoice generator
#16how are you generating the pdf? client side as well?
There's a Scala-based backend service that generates the PDFs based on the data it receives from the client (I am planning on transitioning to something like[1] for this purpose in the future, however). The PDFs are garbage-collected within 10 minutes of when they are created. 1: http://parall.ax/products/jspdf
Re: Show HN: A free invoice generator
#17Re: Show HN: A free invoice generator
#18This is really good. With the boring, generic, exact-match domain you've given it I was expecting something spammy. Is your aim to go after the SEO benefits or would you consider renaming it to something a bit more characteristic?
My goal with the domain name was to have it be extremely easy to remember (and descriptive!).
Re: Show HN: A free invoice generator
#19I just went the way of using the print to pdf feature of the browser rather than generating the PDF myself (and no need for any server side things this way!), works well enough for my case.
Code is on github: https://github.com/Keats/invoicer
Re: Show HN: A free invoice generator
#20I hate it when I buy from companies in the US and they just write their prices as $.
Then my accountant doesn't know if that invoice was in USD or HKD. There are dozens of countries that use the $ as their currency symbol.
At least mention the currency code somewhere, please.