0.2.8 • Published 7 years ago

bks v0.2.8

Weekly downloads
31
License
MIT
Repository
github
Last release
7 years ago

bks

Installation

Install bks

$ npm install bks -g

Getting started

$ bks

First run

You will be prompted for a path to the data directory. Best to point this to a private repository.

Data structure

  • (User dir)/.bksconfig

Contains only one field: dataDir wich points to where the data is.

Data directory

  • config.yml
    Includes naming conventions with a warning about being careful when changing. All default / short code data goes in here, though once a transaction is created it will not rely on any data from this file.
  • jobs - %JOBNUM% Job title
  • io
    • YYY
      • in
      • out

Commands

Bks runs in an interactive shell

bks >> help

Lists all main commands

bks >> move

Change the data directory location

bks >> new out

Create a new expense

bks >> new in

Create a new income record

bks >> bas

Output a BAS statement

bks >> scour

Scour bank statements for income / outgoings

Release History

  • v0.2.7 - Dependency updates and workarounds
  • v0.2.1 - Export tax return as .xlsx file
  • v0.1.9 - Allow ':X' input on boolean skip input
  • v0.1.8 - Fix GST calculation error
  • v0.1.7 - Scour formatting
  • v0.1.6 - Scour improvements
  • v0.1.1 - Initial release

Planned features

  • In tax return, highlight capital purchase line items
0.2.8

7 years ago

0.2.7

9 years ago

0.2.6

9 years ago

0.2.5

9 years ago

0.2.3

9 years ago

0.2.2

10 years ago

0.2.1

10 years ago

0.2.0

10 years ago

0.1.9

10 years ago

0.1.8

10 years ago

0.1.7

10 years ago

0.1.6

10 years ago

0.1.5

10 years ago

0.1.4

10 years ago

0.1.3

10 years ago

0.1.2

10 years ago

0.1.1

10 years ago

0.1.0

10 years ago