Socket
Book a DemoInstallSign in
Socket

invadm

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

invadm

Manage invoices from command line

latest
npmnpm
Version
0.1.0-1
Version published
Maintainers
1
Created
Source

invadm

Manage invoices from command line.

Disclaimer: this tool is experimental. Keep its repository in git.

Installation

invadm depends on lein and Java being installed.

npm install -g invadm

Usage

invadm - an invoice manager

Usage: invadm [options] action

  invadm create -c CURRENCY --from FROM --to TO -a AMOUNT -n NET [-i ISSUE_DATE] [-f FILENAME] ID
    Create an invoice.

  invadm list {-c CURRENCY, --from FROM, --to TO, -f FILENAME}
    List invoices, filtered according to arguments.

  invadm data {-c CURRENCY, --from FROM, --to TO, -f FILENAME}
    Dump all the data in a JSON array, filtered according to arguments.

  invadm record-payment [-a AMOUNT] [-p PAID_ON] ID
    Record a payment of AMOUNT for invoice ID, paid on PAID_ON if given.

All dates should be formatted like YYYY-MM-DD.

Keywords

invoice

FAQs

Package last updated on 12 Oct 2014

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts