Skip to content

Latest commit

 

History

History
45 lines (37 loc) · 589 Bytes

README.md

File metadata and controls

45 lines (37 loc) · 589 Bytes

varnalab-money

inv.bg

node varnalab-money/bin/ \
  --config path/to/config.json \
  --auth path/to/auth.json \
  --source invbg \
  --env production

config.json

{
  "production": {
    "invbg": {
      "cashbox": "1",
      "from": "2017-08-01",
      "to": "2020-01-01",
      "xls": "/path/to/cashbox.xls",
      "json": "/path/to/cashbox.json"
    }
  }
}

auth.json

{
  "production": {
    "invbg": {
      "domain": "varnalab",
      "email": "...",
      "password": "...",
      "token": "...",
      "expires": 0
    }
  }
}