TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: Double Entry Bookkeeping Server with SQL Back End and gRPC Inputs

34 pointsby darcys22over 3 years ago

3 comments

evolve2kover 3 years ago
Nice work. I’m a coder who started my career as an accountant.<p>Over the years I’ve seen many dev projects get stuck on modelling the double entry system. Would be great to have this as a jump off point for many future finance projects.<p>Wish you all the best with it.<p>Is it possible to put the database in a state where debits and credits do not equal. What approaches did you use towards always keeping these equal?
评论 #28337688 未加载
评论 #28337422 未加载
评论 #28336743 未加载
qudatover 3 years ago
Have you seen the other double entry book keeping projects that revolve around plain text accounting? <a href="https:&#x2F;&#x2F;plaintextaccounting.org&#x2F;" rel="nofollow">https:&#x2F;&#x2F;plaintextaccounting.org&#x2F;</a><p>What would the benefits of your solution be over something like beancount?
评论 #28337634 未加载
darcys22over 3 years ago
Hey hackernews!<p>Ive been building this Covid project for the last 18 months which is an accounting server that manages double entry bookkeeping transactions and formats them nicely in either SQLite or MySQL.<p>Its mostly command line driven right now but also working on a GUI frontend here:<p><a href="https:&#x2F;&#x2F;github.com&#x2F;darcys22&#x2F;godbledger-web" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;darcys22&#x2F;godbledger-web</a><p>The goal was to make a server that could run perpetually and when i wanted to record my accounts i could do so via a script. Also wanted to analyse the financials via the database directly and i found that current accounting software didnt really let you do those simple things.
评论 #28336685 未加载
评论 #28337564 未加载