https://github.com/vitexsoftware/libjs-flexibee
JavaScript Based Library for easy interaction with czech accounting system FlexiBee.
https://github.com/vitexsoftware/libjs-flexibee
Last synced: 10 months ago
JSON representation
JavaScript Based Library for easy interaction with czech accounting system FlexiBee.
- Host: GitHub
- URL: https://github.com/vitexsoftware/libjs-flexibee
- Owner: VitexSoftware
- License: mit
- Created: 2017-07-10T22:43:36.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-07-16T18:22:37.000Z (over 8 years ago)
- Last Synced: 2025-02-14T22:38:07.507Z (12 months ago)
- Language: JavaScript
- Size: 6.84 KB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# libjs-flexibee
JavaScript Based Library for easy interaction with czech accounting system FlexiBee.
## Configuration
We use simple JSON configuration file:
```json
{
"FLEXIBEE_URL": "https://demo.flexibee.eu",
"FLEXIBEE_LOGIN": "winstrom",
"FLEXIBEE_PASSWORD": "winstrom",
"FLEXIBEE_COMPANY": "demo",
"FLEXIBEE_UNSAFE": "true"
}
```
Config keys:
* FLEXIBEE_URL - protocol://host[:portnumber]
* FLEXIBEE_LOGIN - flexibee username of api user
* FLEXIBEE_PASSWORD - flexibee user password
* FLEXIBEE_COMPANY - default company (dbNazev column from /c.json )
* FLEXIBEE_UNSAFE - allow to connect with default **selfsigned** FlexiBee certificate
FlexiBee libraries for other languages:
-------------------------------------------------------
* [FlexiPeeHP](https://github.com/Spoje-NET/FlexiPeeHP) (PHP)
* [Flexipy](https://github.com/JakubJecminek/flexipy) (Python) [Documentation](http://pythonhosted.org/flexipy/index.html)
* [Flexibee.rb](https://github.com/danpecher/flexibee.rb) (Ruby)