Live data from Hacker News

Ledger, a command-line accounting system

ledger-cli.org

11–20 of 169 posts

Re: Ledger, a command-line accounting system

#12
post #2

(Coming from a Windows background) I often wonder what the appeal is to something like this. (Seriously!) Why would you use something like this over say a spreadsheet? Is it really much easier than opening a browser and running Google Docs???

Granted, this is the extreme, but in my mind this is simply the manifestation of the "do one thing well" mantra of *nix. The basic chains of tools allowing extensibility and chaining from one to another because they're so well-rounded in their own right.

This has always been a thing (reduction to absurdity); these days you just see it more often as javascript libraries for anything you could possibly want.

Re: Ledger, a command-line accounting system

#14
post #7

WHY? There are a bunch of legit accounting packages out there. No need to re-invent the wheel or (in this case) clean the parade ground with a toothbrush. Off the shelf SME accounting package or if you really need it a proper ERP. Anything else is likely to end in tears. Unless its for your one man show...in which case go wild with the CLI / Excel custom rolled solutions & sundry DIYs. Source: Accountant

Because if you just spent $50 instead of inventing your own accounting software you might have more than one person working at your business.

Re: Ledger, a command-line accounting system

#15
post #7

WHY? There are a bunch of legit accounting packages out there. No need to re-invent the wheel or (in this case) clean the parade ground with a toothbrush. Off the shelf SME accounting package or if you really need it a proper ERP. Anything else is likely to end in tears. Unless its for your one man show...in which case go wild with the CLI / Excel custom rolled solutions & sundry DIYs. Source: Accountant

> Off the shelf SME accounting package

Isn't that what this is? For those of us who haven't used this, what makes it less "legit" than competing options?

Re: Ledger, a command-line accounting system

#16
post #2

(Coming from a Windows background) I often wonder what the appeal is to something like this. (Seriously!) Why would you use something like this over say a spreadsheet? Is it really much easier than opening a browser and running Google Docs???

> Why would you use something like this over say a spreadsheet?

Because doing double entry accounting with the kind of reporting, balance checking, automatic addition of balancing entries, etc., that ledger-cli provides is difficult.

And because its plain text, it works quite well with the same kind of version control, diffing, etc., tools used for code.

> Is it really much easier than opening a browser and running Google Docs???

Yes.

Re: Ledger, a command-line accounting system

#17
post #2

(Coming from a Windows background) I often wonder what the appeal is to something like this. (Seriously!) Why would you use something like this over say a spreadsheet? Is it really much easier than opening a browser and running Google Docs???

You ask "why" on a site named "Hacker News"?

Re: Ledger, a command-line accounting system

#18
post #4

Previous discussion: https://news.ycombinator.com/item?id=7707262 Unaffiliated with, but an extremely pleased user of http://www.youneedabudget.com .

accounting != budget management

accounting is more a business thing. all accounts needs to be balanced ie you always needs to have zero.

Re: Ledger, a command-line accounting system

#19
post #7

WHY? There are a bunch of legit accounting packages out there. No need to re-invent the wheel or (in this case) clean the parade ground with a toothbrush. Off the shelf SME accounting package or if you really need it a proper ERP. Anything else is likely to end in tears. Unless its for your one man show...in which case go wild with the CLI / Excel custom rolled solutions & sundry DIYs. Source: Accountant

> There are a bunch of legit accounting packages out there

What makes ledger not 'legit'?

Re: Ledger, a command-line accounting system

#20
post #7

WHY? There are a bunch of legit accounting packages out there. No need to re-invent the wheel or (in this case) clean the parade ground with a toothbrush. Off the shelf SME accounting package or if you really need it a proper ERP. Anything else is likely to end in tears. Unless its for your one man show...in which case go wild with the CLI / Excel custom rolled solutions & sundry DIYs. Source: Accountant

> There are a bunch of legit accounting packages out there.

How are they more "legit" than ledger?

> No need to re-invent the wheel or (in this case) clean the parade ground with a toothbrush.

Ledger's been around for a while. Using it is no more "reinventing the wheel" than using any other accounting package.

Post reply on HN