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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: Consultants and freelancers, how do you handle invoicing?

42 点作者 jlevers超过 4 年前
I&#x27;m a relatively new freelancer, and I haven&#x27;t found a great way invoice clients. My current strategy depends on the client -- some people I email a work summary each week, some I&#x27;m in constant contact with while working so I just tell them the number of hours, and some I invoice via a self-hosted Invoice Ninja[0] instance.<p>Have you found a way to deal with this that you&#x27;re happy with?

36 条评论

rikkipitt超过 4 年前
I use <a href="https:&#x2F;&#x2F;www.xero.com" rel="nofollow">https:&#x2F;&#x2F;www.xero.com</a>. My accountant can manage my accounts via their Xero login too which is handy.<p>Many of these platform have APIs you can use. I&#x27;ve created a few products off the back of them through tools I&#x27;m built for myself internally.<p>- <a href="https:&#x2F;&#x2F;www.inviewapp.com" rel="nofollow">https:&#x2F;&#x2F;www.inviewapp.com</a> | Creates iCal feeds for your invoices and bills so you can see who owes what on your calendar (or in Slack). Works with most major invoicing platforms.<p>- <a href="https:&#x2F;&#x2F;www.quikk.co.uk" rel="nofollow">https:&#x2F;&#x2F;www.quikk.co.uk</a> | Backups and audits all your Xero data.<p>I&#x27;m sure you&#x27;d find neat ways to automate your workflow with whichever platform you end up opting for.
kindohm超过 4 年前
I bill by the hour and agree with a client up front about an invoicing schedule: usually the 1st of each month, and sometimes on the 1st and 15th of each month.<p>I ripped off an invoice template for Excel and I just use Google Sheets. I send the invoice via email. This has worked for me for 10 years. As a single-person corp I don&#x27;t need anything more complex.<p>I also view invoicing as a completely separate activity from time tracking. I log time every week either in my client&#x27;s system or in my own independent time sheets. I reference those numbers when I create the invoice.
评论 #24977727 未加载
nickjj超过 4 年前
I&#x27;ve been freelancing for ~20 years.<p>I have a Google Drive template that I use.<p>Then for clients I copy last month&#x27;s invoice for the new month, add in whatever info I need to (usually very little) and save it as a PDF to email them.<p>Once a month I create and send these invoices to a handful of clients.<p>I also wrote <a href="https:&#x2F;&#x2F;github.com&#x2F;nickjj&#x2F;invoice" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;nickjj&#x2F;invoice</a> to automatically tally up how much I should bill each client.<p>All in all I spend about ~10 minutes a month creating invoices.
dejv超过 4 年前
I am soon going to be freelancing for 20 years and I must say it is still per client basis. There are projects billed hourly, there are fixed scoped projects and retainers with some time budgets.<p>I would stay away trying to be super detailed about what you did in small time increments, unless required by customer. Nobody really cares about it, it is much better to say &quot;Feature A development. 30hrs&quot; than &quot;Feature A research 15 mins, Emails 1hr. Rework screen A 4hrs... and so forth in long letter that looks like AWS bill.<p>I do track my time per project (usually break down to dev and admin category) but give out just half-day or maybe hour increments.
评论 #24973165 未加载
评论 #24982085 未加载
docdeek超过 4 年前
I use Harvest for time tracking and its partner application Forecast for planning work ahead of time.<p>For invoicing I take the Harvest time tracking, export to Tiime.fr (my accountant uses it and I get it for free) and generate the invoice there.<p>Harvest + Forecast + Tiime (free) is only about ten bucks a month.<p>As for when and how to invoice, I mostly do retainer work and send invoices at the end of the month. For some hourly work or project work I bill at the end of the project or when I judge the amount of the invoice is worth bothering the accounting team at the client about.
评论 #24974867 未加载
ahallock超过 4 年前
Harvest has worked well for me -- time tracking + invoices (the Google Calendar integration is nice). My client then direct deposits. Simple
评论 #24973713 未加载
ageitgey超过 4 年前
I just use a simple time tracking program in my menu bar to track hours against projects with short comments. Then when it&#x27;s time to invoice, I go into QuickBooks and make a new invoice (you can clone an existing one for the same client). QuickBooks emails it to the client directly. QuickBooks Small Business is all web-based and pretty easy to use.<p>I&#x27;d recommend invoicing everyone even if you don&#x27;t need to (because you said some of your clients are more informal about asking for payment). Having consistent invoices for everything in one place will make taxes a lot easier. It will also be important if you ever need to do something like get a loan or buy a house or anything where you need to show who you clients are.<p>If you are in the US, don&#x27;t forget to pay your estimated taxes on time! If you are somewhere else, make sure you register for the appropriate local system and don&#x27;t get behind on taxes.
评论 #24982188 未加载
评论 #24972620 未加载
AndrewLiptak超过 4 年前
I write a lot of articles for a handful of sites, so in instances where I need to specifically invoice a project, I use Invoice Generator: <a href="https:&#x2F;&#x2F;invoice-generator.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;invoice-generator.com&#x2F;</a><p>Suuuuuuper simple, and it keeps track of the invoice number each time I download a new one. I just put in the right details, download it, and send it in.<p>To keep track of projects, I use Trello: I&#x27;ve got a bunch of columns that I have for &quot;Approved&quot; &quot;In Progress&quot; &quot;Completed&quot; &quot;Invoiced&quot; &quot;Paid&quot;, which helps me remember where, what, when, and how much I need to send in. It&#x27;s a little clunky, but I&#x27;ve got a good workflow with it.
PaulAnunda超过 4 年前
I use &amp; highly recommend <a href="https:&#x2F;&#x2F;www.getharvest.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.getharvest.com&#x2F;</a>.
评论 #24972670 未加载
brtkdotse超过 4 年前
Here’s what worked for me (freelancer turned small agency CEO)<p>Step 1 - get an accountant<p>Step 2 - start using the bookkeeping software the accountant recommends<p>Step 3 - send invoices from the bookkeeping software on the first of the month
fierarul超过 4 年前
Timewarrior + a little spreadsheet that gets exported to a PDF.<p>You are conflating a few things though:<p>* invoicing per se. You should get the habit of doing this even if the customer only want to know the hours. Paperwork matters.<p>* invoice details. Try not to go overboard here. Split per project, total number of hours, make a SUM and you are done.<p>* work status updates. Don&#x27;t keep the customer guessing. But also, don&#x27;t allow the customer to manage your every 15minute increment. You are a 3rd party not their employee.
gregjor超过 4 年前
For my own clients I use a spreadsheet in Google Sheets to track my work, either time or tasks and deliverables. I generate invoices from that, as PDF files, then send those by email to whomever approves and pays. I can give clients access to the spreadsheets if they want that.<p>I work through an agency that has its own work tracking also in a spreadsheet. They handle invoicing and collecting payment for their customers I work with.
frissonlabs超过 4 年前
I&#x27;ve been using Collective (formerly Hyke) [<a href="https:&#x2F;&#x2F;www.collective.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.collective.com&#x2F;</a>] which not only provides you your own Quickbooks account (to handle all invoicing) but also helps you set up your own S-Corp for better tax savings (if you&#x27;re US-based) and navigate all the accounting duties. It&#x27;s a monthly subscription service, but the time saved from not having to deal with accounting plus the tax savings from be set up as an S-Corp pays for itself. Just speaking as a happy customer for the past 18 months. They are extremely supportive and responsive; it&#x27;s like having your own accounting team. In terms of invoicing, like everyone and you have mentioned, it does depend on the client. I usually invoice at the end of the month.<p>Feel free to message me for more guidance on getting situated as a freelancer and if you want to learn more about my experience with Collective. I was in your position and someone had explained all this to me instead of learning about it the hard way!
kingsloi超过 4 年前
I ran a little one man band shop in the UK for a few years, my accountant provided me my own FreeAgent (<a href="https:&#x2F;&#x2F;www.freeagent.com&#x2F;us&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.freeagent.com&#x2F;us&#x2F;</a>) account, which I really loved.<p>I&#x27;d track my time, attach it to a contact, create an invoice for said time at <i>x</i> rate, download it, send it to them, and when the $&#x2F;£ was received, I&#x27;d mark it to that invoice. I&#x27;d have automatic bank feed, so I&#x27;d have my business bank transactions imported daily, I could then attach a payment to said invoice, and any difference in money (invoiced $500, received $475 - transfer fee, currency conversion, etc), FreeAgent would automatically select the correct reason for the discrepancy. Everything was categorised, my accountant could pull reports&#x2F;taxes from FreeAgent.<p>This was a few years ago, I only imagine it&#x27;s gotten better since. I&#x27;ve recommended it to people in the US, and I think it integrated well with the US way of doing things (taxes, forms, etc).
评论 #24973916 未加载
评论 #24974804 未加载
Arkdy超过 4 年前
Wave ( <a href="https:&#x2F;&#x2F;www.waveapps.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.waveapps.com&#x2F;</a> ) has an extensive free tier for accounting and invoicing because they monetize through optional payroll and payment processing.<p>I found the smartphone app handy before the lockdowns, and I especially like how they handle emailing clients.
mdorazio超过 4 年前
Usually QuickBooks. It&#x27;s not amazing, but it&#x27;s pretty standard and all my clients are used to it. I&#x27;ve got a couple templates setup for standard work - one for fixed rate hourly and another for project based. The real hard part is getting clients to actually pay on time ;)
评论 #24973150 未加载
pgt超过 4 年前
I hate invoicing and accounting so much that I built my own invoicing and tax accounting systems (no kidding), because it was more fun than actually doing the invoicing or the accounting. Anyway, bbl I need to go do some accounting.
ska超过 4 年前
In the past I&#x27;ve used emacs org-mode to do time tracking against particular projects with breakdown level you can easily control. This can be used to produce summary tables in a variety of ways, which I usually cleaned up a little before plugging into an invoice (typically monthly or by project, sometimes more often). They don&#x27;t have to be pretty, just accurate.<p>I&#x27;ve also used an accounting system like xero which will generate invoices and give payment options, but that was more about the back end matching an accountant&#x27;s system.
Scottn1超过 4 年前
I&#x27;ve been using <a href="https:&#x2F;&#x2F;www.timesolv.com" rel="nofollow">https:&#x2F;&#x2F;www.timesolv.com</a> for 15 years for my IT invoices. I pay annually for a discount. It is marketed as legal billing but I had no problem adapting it for to my needs. Changing some of the default invoice billing terms, etc it can pretty much be adapted to any industry.
rhizome超过 4 年前
GnuCash is alright and was just laying around on the internet for free. I wouldn&#x27;t mind having some styling options, but &quot;functional&quot; has been fine.
kleinsch超过 4 年前
I consulted for six years before going back to FTE a couple years ago, I always used Harvest to track time and expenses, and invoice clients. It was good if you’re doing fixed hourly rate or project billing. If I stuck with it longer, I’d have probably used something that was also accounting, like Quickbooks. Harvest can integrate with those, but there are always challenges keeping things in sync between two systems.
seancoleman超过 4 年前
5+ year full-time consultant here. I use FreshBooks ($15&#x2F;mo) and push clients to accept monthly net 15 or net 30 invoices. Doing any more frequently is too much overhead and cashflow isn&#x27;t a huge concern for me.<p>One tip: Any effort put towards &quot;making your invoices beautiful&quot; is overhead and likely a complete waste as most clients won&#x27;t care or notice.
评论 #24973108 未加载
mthomasb超过 4 年前
Founder of Bonsai (YC W16, www.hellobonsai.com) here.<p>We&#x27;re built from the ground up to handle invoicing for freelancers and come with lots of little details to help you save time and get paid. E.g., automatically apply late fees, lock files on a invoice until paid, recurring invoices and auto payments, and more.<p>Happy to answer any questions you have!
droptablemain超过 4 年前
I use Freshbooks. It has a time tracker and makes it easy to send invoices for hourly projects. It also has retainers and other features, accepts credit card payments as well as ACH. It&#x27;s really easy and allows me to devote as little time to invoicing as possible.
TaylorGood超过 4 年前
In my past I&#x27;ve used Bonsai; all in one proposal, contract, invoicing and payments dashboard.
评论 #24973203 未加载
oblib超过 4 年前
Shameless plug: You&#x27;re welcome to take a look at my invoicing app. I have a free version that runs in your web browser here:<p><a href="https:&#x2F;&#x2F;cherrypc.com&#x2F;app&#x2F;web.html" rel="nofollow">https:&#x2F;&#x2F;cherrypc.com&#x2F;app&#x2F;web.html</a>
gk1超过 4 年前
Project-based billing, with invoices sent through Quickbooks.<p>Invoicing feels like such an inconsequential part of consulting. As long as you send it on time and follow up accordingly (or automatically), it makes no significant difference where it comes from.
nikivi超过 4 年前
I came across <a href="https:&#x2F;&#x2F;worknotes.co.uk&#x2F;freelance-guide" rel="nofollow">https:&#x2F;&#x2F;worknotes.co.uk&#x2F;freelance-guide</a> recently. Covers a lot of freelancing pain points &amp; has nice advice.
edoceo超过 4 年前
People talking alot about tools. But, for the 15ish years I was consulting&#x2F;freelancing i think the pattern of billing BEFORE the work starts was the most beneficial change I made.<p>Built my own tool to email a PDF invoice.
a_zaydak超过 4 年前
I generate invoices using FreshBooks for years. However, I don&#x27;t use many of the features so I eventually just started to create my own using a word template. Nothing fancy but gets the job done.
patrickserrano超过 4 年前
When I was freelancing I used Harvest for time-tracking and invoicing. I liked it, and the clients didn&#x27;t have any complaints. If I was to freelance again I&#x27;d probably use Harvest again too.
xtiansimon超过 4 年前
You can write an invoice on a napkin. Do yourself a favor—understand basic business bookkeeping&#x2F;accounting.
Jugurtha超过 4 年前
We have a LaTeX template. We generate a PDF, send the invoice, then we get paid.<p>Caveat emptor: we&#x27;ve been building custom machine learning products exclusively for large enterprise for seven years..<p>I wrote a twitter thread[0] you might find useful, especially as a relatively new freelancer. It deals with the fact you&#x27;ll get paid way more if you&#x27;re a company than an individual, product development, protecting yourself, foot in the door, and then expanding and abstracting. The context is enterprise products in the mid six figures that a couple of individuals can pull off.<p>- [0]: <a href="https:&#x2F;&#x2F;twitter.com&#x2F;jugurthahadjar&#x2F;status&#x2F;1310668293305499653" rel="nofollow">https:&#x2F;&#x2F;twitter.com&#x2F;jugurthahadjar&#x2F;status&#x2F;131066829330549965...</a><p>Here it is, unrolled:<p>0. Form:<p>0.0. It pays to provide services through a company. Companies write large checks to companies without blinking; not so large for individuals.<p>1. Contracts:<p>1.0. Get a lawyer to prepare contracts for collaborations. Someone at some point might disagree or have trouble remembering what they have agreed to pay you, make sure to have a mnemonic device in the form of a clear contract.<p>1.1. Companies have typical contracts for collaboration: don&#x27;t sign anything without legal counsel.<p>1.2. Retain intellectual property to amortize engineering and sell what you make to others.<p>1.3. Companies might ask that you do not sell to competitors: define them and contain geographic zone and duration. Get paid for the opportunity cost.<p>1.4. Split project into tranches for which you get paid. This can help cash-flow and reduce risk, especially in the beginning.<p>2. Presentation:<p>2.0. Your company solves problems and being open minded about these problems is useful; so it&#x27;s not much about finding problems for your solutions, but more like finding solutions to clients&#x27; problems.<p>2.0.0 After enough problems you built solutions for, patterns emerge and you can abstract a solution that serves several use cases. See &quot;Abstraction&quot; section.<p>2.1. General presentation with broad strokes of your capabilities, including previous work with other clients<p>2.2. Conversation with the prospect on their worries in a given space<p>2.3. Conversation with the prospect on their worries in a given space<p>2.4. Extract <i>problems</i> from that conversation and send a list of N problems to solve&#x2F;ideas to explore.<p>2.5. The client finds one problem urgent&#x2F;highest priority&#x2F;highest value<p>2.6. You get together and talk about &quot;desirability, fasiblity, viability&quot;.<p>2.7. Once you agree on what to do, prove the concept.<p>2.7.0. e.g: organizations give us data and ask us to predict something, say customer churn or subway car malfunction. We return predictions, they validate the predictions, and we can then start the project because they have proof we actually can predict what they want us to.<p>3. Execution:<p>3.0. Your opinion on what is valuable for the client does not matter. It doesn&#x27;t have to be valuable to you, only to the client. A client who gets excited by a functionality that took one hour to implement because it solves a real problem is a learning experience.<p>3.1. Go above and beyond. Some sectors&#x2F;clients are hard to get in, but once you&#x27;re in, you&#x27;re in.<p>3.2. Listening and assuming the client is smart goes a long, long, long way.<p>3.3. Send meeting notes to the client. It clears ambiguities during&#x2F;after the project.<p>3.4. Press to get the client&#x27;s domain experts&#x27; collaboration. They will actually use what you&#x27;re building. Get them at the table.<p>3.5. Some of the most valuable insights are gleaned <i>after</i> a meeting and not necessarily with your &quot;counterpart&quot;.<p>Don&#x27;t build the wrong thing.<p>4. Abstract:<p>4.0. When you solve many problems, some patterns emerge. You built custom products for your clients, but you can abstract functionality and build tooling to scale your services, and enable others to do the same.<p>4.0.0. e.g: we we built machine learning products for enterprise clients. After many projects, we built iko.ai, our own machine learning platform to &quot;Get Data Products Released&quot;.<p>4.1. One advantage of this approach is to explore the space while being profitable. Some problems exist not for lack of a nice front-end or lack of knowledge of the target audience. Coming at them from a purely &quot;webdev&quot;&#x2F;&quot;devops&quot; mindset can bring bad surprises.<p>All the best,
noodlesUK超过 4 年前
My contracts are all project based, so the invoices are extremely simple... Just a template I nicked from Pages.app
KingOfCoders超过 4 年前
I&#x27;m using Fastbill to add time spend with the client and then automatically create invoices from the times.
hammock超过 4 年前
I use bill.com, because my customer is set up on it. I only have one customer though.