Skip to content

simophin/simple-logbook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Logbook - Personal finance record book

Simple Logbook is a self-hosted solution for recording day-to-day financial transaction. Under the hood it's using the double-entry bookkeeping method.

Hightlight

  • All data written into a single SQLite database
  • The data schema is rigid and easy to understand (dev friendly)
  • Resource friendly: backend app is written in Rust
  • Beautiful graph
  • Super easy to use transaction recording
  • Easy to deploy

Screenshots

Transactions

transaction

Fast entry

Don't repeat yourself on your frequently entered item!

fast-entry

Beautiful graph

See your spending trend!

graph

Installation

Docker

docker run -d \
  -v HOST_DATA_DIRECTORY:/data \
  -p 4000:4000 \
  ghcr.io/simophin/simple-logbook

Then go to http://localhost:4000

Others

Work in progress. More installation methods will be added once they are implemented.

License

Copyright 2021 Fanchao Liu

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

ImageMagick license

Copyright @ 1999 ImageMagick Studio LLC

Licensed under the ImageMagick License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

https://imagemagick.org/script/license.php

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

About

A simple double-entry bookkeeping app!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages