Skip to content

Commit

Permalink
Add a post about marking invoices as paid (#53)
Browse files Browse the repository at this point in the history
Co-authored-by: Gary Tou <[email protected]>
  • Loading branch information
sampoder and garyhtou authored Feb 4, 2025
1 parent 111c70a commit cd1ec1d
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions content/posts/manually-mark-as-paid/post.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
import post from '@/components/Post';
export default post({
title: "🧾 Mark invoices as paid",
slug: "manually-mark-as-paid",
category: "new",
tags: [],
authors: ["sam"],
date: new Date("2025-01-26T16:00:00Z")
});

Ever had a sponsor pay an invoice by check? It's awkward because then you're stuck with an "unpaid" invoice on HCB.

You can now mark invoices as paid if a sponsor pays using alternative means (check, cash, etc.):

<img src="https://cloud-j74awbtdh-hack-club-bot.vercel.app/00screenshot_2025-01-27_at_12.40.17___am.png" width="300px" />

0 comments on commit cd1ec1d

Please sign in to comment.