Skip to content

VarnaLab/varnalab-money

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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
    }
  }
}

Releases

No releases published

Packages

No packages published