TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Show HN: A free invoice generator

89 点作者 Bogdanp超过 10 年前
I built this[1] because I couldn&#x27;t find any other such tools that met all of the following criteria:<p>* Use SSL * Save settings through localStorage * Allow PDF export w&#x2F;o any watermarks * The exported invoice must look identical to the preview<p>1: https:&#x2F;&#x2F;www.free-invoice-generator.com

24 条评论

Renaud超过 10 年前
Pet peeve: for ambiguous currency signs, the currency code must always be clearly mentioned on the invoice.<p>I hate it when I buy from companies in the US and they just write their prices as $.<p>Then my accountant doesn&#x27;t know if that invoice was in USD or HKD. There are dozens of countries that use the $ as their currency symbol.<p>At least mention the currency code somewhere, please.
评论 #8278630 未加载
bshimmin超过 10 年前
This is pretty nice and very easy to use, good job!<p>One point: I would normally expect to see a breakdown of how much tax (VAT in my case) has been added, rather than just a percentage - I know you just subtract the subtotal from the total, but having the amount of tax shown as a separate line is actually a requirement for a VAT invoice in the UK [0] and may well be in other countries.<p>When I&#x27;m working with new subcontractors who may not necessarily have an invoice system set up already, I normally point them at <a href="http://invoiceomatic.io/" rel="nofollow">http:&#x2F;&#x2F;invoiceomatic.io&#x2F;</a>, which was built by the geniuses at FreeAgent (which I use myself). [1]<p>[0]: <a href="http://www.hmrc.gov.uk/vat/managing/charging/vat-invoices.htm" rel="nofollow">http:&#x2F;&#x2F;www.hmrc.gov.uk&#x2F;vat&#x2F;managing&#x2F;charging&#x2F;vat-invoices.ht...</a> [1]: <a href="http://freeagent.com/" rel="nofollow">http:&#x2F;&#x2F;freeagent.com&#x2F;</a>
评论 #8278501 未加载
highace超过 10 年前
This is really good. With the boring, generic, exact-match domain you&#x27;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?
评论 #8279994 未加载
评论 #8278573 未加载
chenster超过 10 年前
Can you make the code available on GitHub? What would be really cool is to add API so that it can be accessible programmatically by other accounting systems.
hglaser超过 10 年前
This is great! Thank you so much.<p>I basically use Freshbooks.com as an invoice generator. This is way cleaner.<p>Some polish-level things that would make it cleaner to use for a SaaS product:<p>* There aren&#x27;t really &quot;quantities&quot; or &quot;rates&quot;. You are a customer of my product, which costs $X amount, so there is just a line with cost $X.<p>* Needs to comma-delimit amounts greater than $1,000<p>* Want to be able to put my logo where &quot;INVOICE&quot; is.<p>* Want to be able to include an &quot;Amount Paid&quot; below the &quot;Total&quot;, and then have &quot;Amount Due&quot; under that, which is Total - Amount Paid.<p>Also, I want to be able to save invoices (local storage or server is fine), generate a new one this month from last month&#x27;s per customer, etc. etc.<p>Feel free to email me (harry@periscope.io) if you want more feedback or some examples.<p>Also: Charge your customers money!
评论 #8279388 未加载
Keats超过 10 年前
I made one as well [0] for my own invoices as a contractor in the UK which I made to try out Typescript.<p>I 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.<p>Code is on github: <a href="https://github.com/Keats/invoicer" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;Keats&#x2F;invoicer</a><p>[0]: <a href="http://vincent.is/working-on/invoicing/" rel="nofollow">http:&#x2F;&#x2F;vincent.is&#x2F;working-on&#x2F;invoicing&#x2F;</a>
评论 #8278587 未加载
fpopenerp超过 10 年前
Odoo Invoicing has the features you need and his fully open source. <a href="https://www.odoo.com/page/billing" rel="nofollow">https:&#x2F;&#x2F;www.odoo.com&#x2F;page&#x2F;billing</a><p>It implements: SSL, PDF, Export, same preview than print but no local storage. In the other hand, it has: online payments, auto generation (subscriptions), send by email or regular mail, etc.<p>One-click demo: <a href="https://demo.odoo.com/?module=account" rel="nofollow">https:&#x2F;&#x2F;demo.odoo.com&#x2F;?module=account</a><p>(disclaimer: I am the author of Odoo)
评论 #8280091 未加载
drakmail超过 10 年前
If I set currency to RUB, I has &quot;руб.&quot; at left of price, but it must be right of it.<p>Ex. now it &quot;руб.150&quot;, but must be &quot;150 руб.&quot;
jonalmeida超过 10 年前
This is great, I really like how clean the interface is! I might start using this from now on.<p>Minor pet peeve: It would be nice to have rich text formatting for the additional notes. Formatting bank information on how to pay me would be added there, so making certain details clear would be ideal.
jasdeepsingh超过 10 年前
Shameless Plug: We built a similar tool using AngularJS <a href="http://metaware.github.io/angular-invoicing/" rel="nofollow">http:&#x2F;&#x2F;metaware.github.io&#x2F;angular-invoicing&#x2F;</a> which is free and Open Source and folks here at HN enjoyed it we guess. :)
jjkmk超过 10 年前
It looks great, I just tested it out and enjoyed the simple layout. Its refreshing to see a service focus on UI over flashy tricks and gimmicks filled with marketing jargon.<p>Also congrats on the URL choice, really easy to remember and should score you some SEO points.
pkmx-超过 10 年前
Google sheets. Use the templates.
bikamonki超过 10 年前
Nice work! Maybe add a way to export&#x2F;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?
评论 #8278523 未加载
评论 #8278528 未加载
jaredtking超过 10 年前
Nice work! This is very similar to the invoice tool I made: <a href="http://invoice-generator.com" rel="nofollow">http:&#x2F;&#x2F;invoice-generator.com</a>
评论 #8278719 未加载
评论 #8278779 未加载
bnjs超过 10 年前
Application: looks good! Domain name: sucks. I would go with a much shorter name on a different TLD. e.g. 1invoice.co
评论 #8278678 未加载
aespinoza超过 10 年前
This is beautiful and exciting. Do you plan to share the source code in github ? I would love to contribute.
juan_venter超过 10 年前
Nice ! Option for png header to include ? Then company logo can be included. :)
verlinden超过 10 年前
This is OK only if you have to make one invoice and you are alone. I personally use Direct Invoice (<a href="https://direct-invoice.com" rel="nofollow">https:&#x2F;&#x2F;direct-invoice.com</a>) it has a customizable dashboard, it&#x27;s multi-user and the web app is beautiful.
sharmanaetor超过 10 年前
INR shows up wrong - টকা
评论 #8278560 未加载
elwell超过 10 年前
Wow, good work. Seems to work well for tablets too.
mind_heist超过 10 年前
Do you intend to make money with this ?
drdoooom超过 10 年前
how are you generating the pdf? client side as well?
评论 #8278545 未加载
bkd超过 10 年前
Bitcoin invoices?
joliv超过 10 年前
From the HN guidelines:<p>&quot;Don&#x27;t abuse the text field in the submission form to add commentary to links. The text field is for starting discussions. If you&#x27;re submitting a link, put it in the url field. If you want to add initial commentary on the link, write a blog post about it and submit that instead. &quot;