HackerTrans
热门最新趋势评论往期问答秀出招聘

alien_

no profile record

提交

[untitled]

1 分·作者 alien_·8个月前·0 评论

Show HN: CLI that generates and prepares to email PDF invoices

github.com
2 分·作者 alien_·8个月前·1 评论

Show HN: Identifiy test coverage gaps in your Go projects

github.com
11 分·作者 alien_·8个月前·2 评论

评论

alien_
·8个月前·讨论
This is the tool I use to generate and prepare for sending the PDF invoices for my freelance work.

It takes a bunch of JSON files that define info about my clients, as well as my own business details.

It then uses some of those JSON files to generates a PDF for the invoice, which it attaches to an email pre-populated with all the details, including the client’s finance email address, etc., which I just need to double check and send.

Might be useful for freelancers having multiple clients billed using various billing methods (hourly, results based, etc.)