n8n-nodes-exact-online 0.1.0 → 0.1.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md ADDED
@@ -0,0 +1,79 @@
1
+ ![Banner image](https://user-images.githubusercontent.com/10284570/173569848-c624317f-42b1-45a6-ab09-f0ea3c247648.png)
2
+
3
+ # n8n-nodes-exact-online
4
+
5
+ This node was developed during the n8n node-athon. This is version one with a basic CRUD implemented.
6
+ During the development the API reference docs were scraped with a n8n workflow. This Workflow was also included in the repo.
7
+ There were 396 pages scraped and processed into a config file.
8
+
9
+ The node is usable with a Developer account which can be created for free at Exact Online's website. This way you can test the node however you like it without compromising your production environment.
10
+ After you can easily connect it with a production environment and automate your workflows.
11
+
12
+ ## Exact Online
13
+
14
+ Exact Online is an ERP solution that is offered as a cloud service. Most companies that use exact use it as their main application and have all kinds of applications they use around that. Exact has been expanding over the years and they now offer Exact Online internationally.
15
+
16
+ ## Install instructions
17
+
18
+ The node can be installed with the community package feature. It can also be installed manually.
19
+ If you need more information on that, please refer to the n8n docs.
20
+
21
+ ## Setup instructions
22
+
23
+ To setup this node you will have to create an App in Exact online. Below there is a step by step guide on how to do this.
24
+ In the future there might be a possibility to simply select it from the app store of Exact Online. I will be looking into getting it approved at a later date.
25
+
26
+ The Images should be clear enough for you to follow along.
27
+
28
+ Login into Exact Online by clicking on the marked button
29
+
30
+ ![Login](https://github.com/bramkn/ExactOnline/blob/master/Images/login.png)
31
+
32
+ Click on the manage apps button
33
+
34
+ ![ManageApps](https://github.com/bramkn/ExactOnline/blob/master/Images/manageapps.png)
35
+
36
+ At this point it will forward you to all the apps you can browse. You probably need to click on login in the top right again to actually login on this page.
37
+
38
+ After that you will see the manage apps button
39
+ Click on the manage apps button
40
+
41
+ ![ManageApps2](https://github.com/bramkn/ExactOnline/blob/master/Images/manageapps2.png)
42
+
43
+ You will then see your apps. There is a choice between production and test. Click on register an app.
44
+
45
+ ![Apps](https://github.com/bramkn/ExactOnline/blob/master/Images/Apps.png)
46
+
47
+ Open a tab with n8n and go to the Exact Online Node, if you do not have it open already.
48
+ Create a new credentials entry or modify an existing one in the app.
49
+
50
+ ![Apps](https://github.com/bramkn/ExactOnline/blob/master/Images/credentials.png)
51
+
52
+ You should see the following information. You need this for the connection in the n8n node.
53
+ Copy the callback URL from n8n into Exact Online. And fill in the rest of the information in the credentials of n8n.
54
+ Should look a bit like this:
55
+
56
+ ![Apps](https://github.com/bramkn/ExactOnline/blob/master/Images/oauth2Exact2.png)
57
+
58
+ ![Apps](https://github.com/bramkn/ExactOnline/blob/master/Images/Oauth2n8n2.png)
59
+
60
+ After you can Click connect / reconnect and it might give you a pop-up to login to Exact Online if you aren't logged in yet or you need to confirm the connection.
61
+
62
+ ## Features v1.0
63
+
64
+ All posible API requests were scraped from the Exact Online docs. This was used to create a config file. some quality of life features were added and more will be added in the future.
65
+
66
+
67
+
68
+ ## Using the scraper
69
+
70
+ You do not need an account for the scraper.
71
+ Paste the JSON into an n8n workflow.
72
+ Set the Github Authorization
73
+ The first time you might want to set the Github node to create the file.
74
+ Start
75
+ Done -> make sure to format the output file as this will improve the readability ;-)
76
+
77
+ ## License
78
+
79
+ [ChickenDance](https://github.com/bramkn/ExactOnline/blob/master/n8n-nodes-exact-online/LICENSE.md)
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "n8n-nodes-exact-online",
3
- "version": "0.1.0",
3
+ "version": "0.1.3",
4
4
  "description": "Exact Online Community node for n8n",
5
5
  "keywords": [
6
6
  "n8n-community-node-package",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "n8n-nodes-exact-online",
3
- "version": "0.1.0",
3
+ "version": "0.1.3",
4
4
  "description": "Exact Online Community node for n8n",
5
5
  "keywords": [
6
6
  "n8n-community-node-package",