keeper

module
v0.13.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 7, 2020 License: Apache-2.0

README

keeper

The keeper module provides accounting and bookkeeping tools for programmers.

The keeper module works with keeper files (with the .kpr extension). Keeper files make it easy to record transactions and calculate and reconcile account balances.

  1. Enter transactions into keeper files.
  2. Reconcile balances.
  3. Generate ledgers.
  4. Generate trial balance.
  5. Generate financial statements: income statement, capital statement, balance sheet, cash flow statement

Directories

Path Synopsis
Package chart is not stable.
Package chart is not stable.
cmd
internal
month
Package month provides utilities for handling months.
Package month provides utilities for handling months.
Package journal implements bookkeeping journals with keeper files.
Package journal implements bookkeeping journals with keeper files.
kpr
ast
Package ast declares the types used to represent syntax trees for keeper files.
Package ast declares the types used to represent syntax trees for keeper files.
parser
Package parser implements a parser for keeper files.
Package parser implements a parser for keeper files.
scanner
Package scanner implements a scanner for keeper file text.
Package scanner implements a scanner for keeper file text.
token
Package token defines constants representing the lexical tokens of keeper files and basic operations on tokens (printing, predicates).
Package token defines constants representing the lexical tokens of keeper files and basic operations on tokens (printing, predicates).

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL