Go to file
Schoumi b35b41e45a Remove magic values by scraping them from page
Fix bug that avoid quarterly declarations to be retrieved
2019-07-21 13:31:08 +02:00
assets chore: correct netentreprise icon 2018-11-12 09:13:41 +01:00
bin chore: packaging 2018-11-12 18:14:19 +01:00
src Remove magic values by scraping them from page 2019-07-21 13:31:08 +02:00
.editorconfig Connection, retrieve list of past declaration, fetch each one done 2018-09-20 18:12:29 +02:00
.gitignore Connection, retrieve list of past declaration, fetch each one done 2018-09-20 18:12:29 +02:00
.prettierignore Connection, retrieve list of past declaration, fetch each one done 2018-09-20 18:12:29 +02:00
.travis.yml chore: registry token 2018-11-12 18:30:08 +01:00
CODEOWNERS chore: packaging 2018-11-12 18:14:19 +01:00
CONTRIBUTING.md Connection, retrieve list of past declaration, fetch each one done 2018-09-20 18:12:29 +02:00
LICENSE Connection, retrieve list of past declaration, fetch each one done 2018-09-20 18:12:29 +02:00
README.md Remove magic values by scraping them from page 2019-07-21 13:31:08 +02:00
github_deploy_key.enc chore: packaging 2018-11-12 18:14:19 +01:00
icon.png Move getAccountData and refactor loop declaration 2018-10-15 14:11:10 +02:00
img.jpg First version of pdf generation need some refactoring 2018-10-15 09:18:15 +02:00
manifest.konnector chore: bump version 2019-03-21 14:49:07 +01:00
package.json chore(deps): update dependency cozy-jobs-cli to v1.8.24 2019-07-20 00:29:16 +00:00
renovate.json Connection, retrieve list of past declaration, fetch each one done 2018-09-20 18:12:29 +02:00
webpack.config.js Merge branch 'master' of github.com:konnectors/net-entreprise-micro 2018-12-06 17:37:59 +01:00
yarn.lock chore(deps): update dependency cozy-jobs-cli to v1.8.24 2019-07-20 00:29:16 +00:00

README.md

Cozy

What's Cozy?

Cozy Logo

Cozy is a personal data platform that brings all your web services in the same private space. With it, your webapps and your devices can share data easily, providing you with a new experience. You can install Cozy on your own hardware where no one's tracking you.

What is this konnector about ?

This konnector retrieves your declarations from Net-Entreprises for Micro/Auto Entrepreneur

Open a Pull-Request

If you want to work on this konnector and submit code modifications, feel free to open pull-requests!
See :

Run and test

Create a konnector-dev-config.json file at the root with your test credentials :

{
  "COZY_URL": "http://cozy.tools:8080",
  "fields": {
    "siret":"12345678901234",
    "lastname":"LastName",
    "firstname":"FirstName",
    "password":"1234567890"
  }
}

Then :

yarn
yarn standalone

For running the konnector connected to a Cozy server and more details see konnectors documentation

Cozy-konnector-libs

This connector uses cozy-konnector-libs. It brings a bunch of helpers to interact with the Cozy server and to fetch data from an online service.

Maintainer

The lead maintainers for this konnector is Schoumi

Get in touch

You can reach the Cozy Community by:

License

net-entreprises-micro is developed by Schoumi and distributed under the AGPL v3 license.