Giter Club home page Giter Club logo

pacioli's Introduction

Introduction

pacioli is an accounting program, written in common lisp using the CLIM GUI library.

The name pacioli is a tribute to Luca Pacioli.

pacioli started as viewer for ledger-cli file but now you can also use it to add and edit your transactions.

pacioli doesn’t know all ledger-cli syntax but is able to load simple file and of course is able to load the file written by itself.

Installation & startup

All the dependencies of pacioli can be loaded from quicklisp except ~scigraph-evo~, ~adm-clim-lib~ and ~mcclim-completion-patch~. Therefore it is necessary to clone pacioli, scigraph-evo, adm-clim-lib and mcclim-completion-patch in a directory where asdf can find them (e.g. ~/common-lisp or ~/quicklisp/local-project)

$ cd ~/common-lisp
$ git clone https://github.com/admich/scigrap-evo.git
$ git clone https://github.com/admich/adm-clim-lib.git
$ git clone https://github.com/admich/mcclim-completion-patch.git
$ git clone https://github.com/admich/pacioli.git

Then load pacioli system with quickload and start the application:

(ql:quickload :pacioli)
(pacioli:pacioli :new-process t)

From the interactor import your ledger file with command Import Ledger or import the demo file with command Demo. Explore yourself. There is no auto-save so you need to save your work with command Export As Ledger.

Screenshot

pacioli's People

Contributors

admich avatar

Stargazers

S Pearman avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.