From b115b53dc1ee8556c51ba9ac9548bc319267dde9 Mon Sep 17 00:00:00 2001 From: matmair Date: Sun, 29 Jan 2023 20:29:20 +0000 Subject: [PATCH] deploy: ed744083fe3d83b0a03ea950aa7abbebfa5ff3f6 --- blog/feed.atom | 2 +- index.html | 68 ++--- matmair.html | 10 +- matmair/inventree-apprise.html | 4 +- matmair/inventree-zapier.html | 289 ++++++++++++++++++ news/feed.atom | 2 +- plugins.html | 27 ++ plugins/categories/index.html | 60 ++++ plugins/tags/index.html | 96 ++++++ schrodingersgat.html | 4 +- schrodingersgat/inventree-brother-plugin.html | 4 +- sitemap.xml | 12 +- 12 files changed, 523 insertions(+), 55 deletions(-) create mode 100644 matmair/inventree-zapier.html diff --git a/blog/feed.atom b/blog/feed.atom index c70c0eb5..91e7b892 100644 --- a/blog/feed.atom +++ b/blog/feed.atom @@ -1 +1 @@ -Jekyll2023-01-29T20:19:08+00:00/blog/feed.atomInvenTreeInvenTree is an open-source inventory management system which provides intuitive parts management and stock control. It is at the center of an ecosystem of addins for EDA tools, API wrapper, deeply integrated plugins and 3rd party tools.2022 in Review2023-01-02T00:00:00+00:002023-01-02T00:00:00+00:00/blog/2023/01/02/upcomingschrodingersgat0.9.0 Stable Release2022-12-12T00:00:00+00:002022-12-12T00:00:00+00:00/blog/2022/12/12/0.9.0schrodingersgatTranslating InvenTree2021-11-22T00:00:00+00:002021-11-22T00:00:00+00:00/blog/2021/11/22/translationschrodingersgatStarting with templates2021-10-25T00:00:00+00:002021-10-25T00:00:00+00:00/blog/2021/10/25/startingmatmair \ No newline at end of file +Jekyll2023-01-29T20:29:10+00:00/blog/feed.atomInvenTreeInvenTree is an open-source inventory management system which provides intuitive parts management and stock control. It is at the center of an ecosystem of addins for EDA tools, API wrapper, deeply integrated plugins and 3rd party tools.2022 in Review2023-01-02T00:00:00+00:002023-01-02T00:00:00+00:00/blog/2023/01/02/upcomingschrodingersgat0.9.0 Stable Release2022-12-12T00:00:00+00:002022-12-12T00:00:00+00:00/blog/2022/12/12/0.9.0schrodingersgatTranslating InvenTree2021-11-22T00:00:00+00:002021-11-22T00:00:00+00:00/blog/2021/11/22/translationschrodingersgatStarting with templates2021-10-25T00:00:00+00:002021-10-25T00:00:00+00:00/blog/2021/10/25/startingmatmair \ No newline at end of file diff --git a/index.html b/index.html index 3dc0d132..89de4b71 100644 --- a/index.html +++ b/index.html @@ -336,6 +336,33 @@
+ +
diff --git a/matmair.html b/matmair.html index e84a7074..83335980 100644 --- a/matmair.html +++ b/matmair.html @@ -30,11 +30,11 @@ - + +{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2023-01-29T20:29:10+00:00","datePublished":"2023-01-29T20:29:10+00:00","description":"I try to build an ecosystem of reusable plugins and integrations for InvenTree. Code once and KISS!","headline":"Matmair","mainEntityOfPage":{"@type":"WebPage","@id":"/matmair"},"url":"/matmair"} @@ -114,6 +114,12 @@ +
  • + + Inventree Zapier + +
  • + diff --git a/matmair/inventree-apprise.html b/matmair/inventree-apprise.html index 3e19e265..3d055da5 100644 --- a/matmair/inventree-apprise.html +++ b/matmair/inventree-apprise.html @@ -31,11 +31,11 @@ - + +{"@context":"https://schema.org","@type":"BlogPosting","author":{"@type":"Person","name":"matmair"},"dateModified":"2023-01-29T20:29:10+00:00","datePublished":"2023-01-29T20:29:10+00:00","description":"Send notifications from InvenTree via Apprise","headline":"Inventree Apprise","mainEntityOfPage":{"@type":"WebPage","@id":"/matmair/inventree-apprise"},"url":"/matmair/inventree-apprise"} diff --git a/matmair/inventree-zapier.html b/matmair/inventree-zapier.html new file mode 100644 index 00000000..ebee6b3f --- /dev/null +++ b/matmair/inventree-zapier.html @@ -0,0 +1,289 @@ + + + + + + + + + + + + + + + + + +InvenTree - Inventree Zapier + + + +Inventree Zapier | InvenTree + + + + + + + + + + + + + + + + + + + + +
    +
    +
    + + logo + InvenTree + + +
    + + + + +
    +
    + +

    inventree-zapier + + +by mdo matmair + +last modified: 29 Jan 2023 +

    + +
    +
    +

    Integrate Zapier into InvenTree

    + +

    Setup

    + +
      +
    1. Install +Install this plugin as follows in the enviroment of your InvenTree instance:
    2. +
    + +
    pip install inventree-zapier
    +
    + +

    Or, add to your plugins.txt file:

    + +
    inventree-zapier
    +
    + +
      +
    1. +

      Enable +Enable the plugin in the plugin settings. You need to be signed in as a superuser for this. +The server will erstart if you enable the plugin

      +
    2. +
    3. +

      Migrate +Access your instances python enviroment and run

      +
    4. +
    + +
    inv migrate
    +
    + +
      +
    1. Configure +Create an API-token in the admin interface and add set up the zapier integration in Zapier.com itself.
    2. +
    + +

    License

    +

    This project is licensed as MIT. Copy and do what you want - maybe tag your new plugin so others can find it. The more the merrier.

    + +

    State of the Code

    +

    This is currently a PoC / ‘beta’ - at least till the Zapier App is published. Please feel free to file FRs, issues or just ideas.

    + + +
    + +
    +

    Detail section

    +
    +

    License: + + MIT
    +

    +
    + Status: +
    + Unstable
    +
    +Maintained
    +
    + Package on PyPI:
    inventree-zapier
    + + + + +
    + +

    https://mjmair.com

    +
    +
    + + + + +
    + +
    +
    + + + + +
    + +

    matmair/inventree-zapier

    +
    +
    + + + + +
    + +
    + + Event + +
    +
    + +
    + +
    + + Zapier + +
    +
    +
    +
    +
    + +
    + +
    + +
    +
    + +
    + + + \ No newline at end of file diff --git a/news/feed.atom b/news/feed.atom index f59b2c77..4a1ffc31 100644 --- a/news/feed.atom +++ b/news/feed.atom @@ -1 +1 @@ -Jekyll2023-01-29T20:19:08+00:00/news/feed.atomInvenTree | NewsInvenTree is an open-source inventory management system which provides intuitive parts management and stock control. It is at the center of an ecosystem of addins for EDA tools, API wrapper, deeply integrated plugins and 3rd party tools.0.9.0 Release2022-12-12T00:00:00+00:002022-12-12T00:00:00+00:00/news/2022/12/12/0.9.0schrodingersgatNew Website2022-11-14T00:00:00+00:002022-11-14T00:00:00+00:00/news/2022/11/14/websiteschrodingersgatWe have news now!2022-04-23T00:00:00+00:002022-04-23T00:00:00+00:00/news/2022/04/23/news-are-startingmatmair \ No newline at end of file +Jekyll2023-01-29T20:29:10+00:00/news/feed.atomInvenTree | NewsInvenTree is an open-source inventory management system which provides intuitive parts management and stock control. It is at the center of an ecosystem of addins for EDA tools, API wrapper, deeply integrated plugins and 3rd party tools.0.9.0 Release2022-12-12T00:00:00+00:002022-12-12T00:00:00+00:00/news/2022/12/12/0.9.0schrodingersgatNew Website2022-11-14T00:00:00+00:002022-11-14T00:00:00+00:00/news/2022/11/14/websiteschrodingersgatWe have news now!2022-04-23T00:00:00+00:002022-04-23T00:00:00+00:00/news/2022/04/23/news-are-startingmatmair \ No newline at end of file diff --git a/plugins.html b/plugins.html index 06eaa7b2..567a11a0 100644 --- a/plugins.html +++ b/plugins.html @@ -140,6 +140,33 @@ +
    + + + +
    + diff --git a/plugins/categories/index.html b/plugins/categories/index.html index 89094238..e055f857 100644 --- a/plugins/categories/index.html +++ b/plugins/categories/index.html @@ -72,6 +72,12 @@ + + Event + + + + Notifications @@ -88,6 +94,52 @@ +
    +

    Event

    + +
    + + + + + + + + + + + + + + + +
    + + +

    Notifications

    @@ -140,6 +192,10 @@ + + + + @@ -186,6 +242,10 @@ + + + + diff --git a/plugins/tags/index.html b/plugins/tags/index.html index e9351f80..c80381d5 100644 --- a/plugins/tags/index.html +++ b/plugins/tags/index.html @@ -137,6 +137,12 @@ + + + Zapier + + +

    @@ -194,6 +200,10 @@ + + + + @@ -250,6 +260,10 @@ + + + + @@ -296,6 +310,10 @@ + + + + @@ -352,6 +370,10 @@ + + + + @@ -408,6 +430,10 @@ + + + + @@ -454,6 +480,10 @@ + + + + @@ -510,6 +540,10 @@ + + + + @@ -566,6 +600,10 @@ + + + + @@ -612,6 +650,10 @@ + + + + @@ -668,6 +710,10 @@ + + + + @@ -724,6 +770,56 @@ + + + + + + + + +
    +

    Zapier

    + +
    + + + + + + + + + + + + + + +
    diff --git a/schrodingersgat.html b/schrodingersgat.html index cc27a066..6eecd3e9 100644 --- a/schrodingersgat.html +++ b/schrodingersgat.html @@ -30,11 +30,11 @@ - + +{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2023-01-29T20:29:10+00:00","datePublished":"2023-01-29T20:29:10+00:00","description":"Maintainer of InvenTree.","headline":"Schrodingersgat","mainEntityOfPage":{"@type":"WebPage","@id":"/schrodingersgat"},"url":"/schrodingersgat"} diff --git a/schrodingersgat/inventree-brother-plugin.html b/schrodingersgat/inventree-brother-plugin.html index 96a2e85e..650a285d 100644 --- a/schrodingersgat/inventree-brother-plugin.html +++ b/schrodingersgat/inventree-brother-plugin.html @@ -31,11 +31,11 @@ - + +{"@context":"https://schema.org","@type":"BlogPosting","author":{"@type":"Person","name":"schrodingersgat"},"dateModified":"2023-01-29T20:29:10+00:00","datePublished":"2023-01-29T20:29:10+00:00","description":"Brother label printer plugin for InvenTree","headline":"Inventree Brother Plugin","mainEntityOfPage":{"@type":"WebPage","@id":"/schrodingersgat/inventree-brother-plugin"},"url":"/schrodingersgat/inventree-brother-plugin"} diff --git a/sitemap.xml b/sitemap.xml index a00265a7..5befc9aa 100644 --- a/sitemap.xml +++ b/sitemap.xml @@ -30,19 +30,23 @@ /matmair -2023-01-29T20:19:08+00:00 +2023-01-29T20:29:10+00:00 /schrodingersgat -2023-01-29T20:19:08+00:00 +2023-01-29T20:29:10+00:00 /matmair/inventree-apprise -2023-01-29T20:19:08+00:00 +2023-01-29T20:29:10+00:00 /schrodingersgat/inventree-brother-plugin -2023-01-29T20:19:08+00:00 +2023-01-29T20:29:10+00:00 + + +/matmair/inventree-zapier +2023-01-29T20:29:10+00:00 /404