From db07ba049984a917434822978cc8ba2c2bc47af1 Mon Sep 17 00:00:00 2001 From: Matthias Mair Date: Tue, 18 Apr 2023 19:01:23 +0200 Subject: [PATCH 1/5] fix tags --- _repo/inventree-rapidoc.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_repo/inventree-rapidoc.md b/_repo/inventree-rapidoc.md index 98d40535..7f0343fe 100644 --- a/_repo/inventree-rapidoc.md +++ b/_repo/inventree-rapidoc.md @@ -13,7 +13,7 @@ source: issue_tracker: https://github.com/matmair/inventree-rapidoc/issues website: https://mjmair.com/ categories: API -tags: inventree-rapidoc, rapidoc +tags: RapiDoc --- Use RapiDoc for Inventree API docs From a1fdcc686ee32ad1957d668aa17f454930aba82f Mon Sep 17 00:00:00 2001 From: Matthias Mair Date: Tue, 18 Apr 2023 19:36:38 +0200 Subject: [PATCH 2/5] remove old flag --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 3c5728ca..204b0398 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -21,7 +21,7 @@ jobs: uses: limjh16/jekyll-action-ts@v2 with: enable_cache: true - - run: bundle exec htmlproofer ./_site --enforce-https=false + - run: bundle exec htmlproofer ./_site name: Check links - name: Deploy if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main'}} From c0ac3fe99f773cbcbc0924a15172a334282cb80b Mon Sep 17 00:00:00 2001 From: Matthias Mair Date: Tue, 18 Apr 2023 19:42:56 +0200 Subject: [PATCH 3/5] readd flag --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 204b0398..7e49d3d5 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -21,7 +21,7 @@ jobs: uses: limjh16/jekyll-action-ts@v2 with: enable_cache: true - - run: bundle exec htmlproofer ./_site + - run: bundle exec htmlproofer ./_site --no-enforce-https name: Check links - name: Deploy if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main'}} From 4292506d023bb5519781b37a30614a8be744ed49 Mon Sep 17 00:00:00 2001 From: Matthias Mair Date: Tue, 18 Apr 2023 19:48:50 +0200 Subject: [PATCH 4/5] make RapiDoc pligin entry nicer --- _repo/inventree-rapidoc.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/_repo/inventree-rapidoc.md b/_repo/inventree-rapidoc.md index 7f0343fe..9067598e 100644 --- a/_repo/inventree-rapidoc.md +++ b/_repo/inventree-rapidoc.md @@ -1,5 +1,5 @@ --- -name: inventree-rapidoc +name: Inventree RapiDoc author: matmair license: MIT license open_source: true @@ -15,9 +15,6 @@ website: https://mjmair.com/ categories: API tags: RapiDoc --- -Use RapiDoc for Inventree API docs - -# inventree-rapidoc Use RapiDoc for Inventree API docs. From b992525918b902f3441c47f661492a0ca0b82505 Mon Sep 17 00:00:00 2001 From: Matthias Mair Date: Mon, 1 May 2023 15:28:32 +0200 Subject: [PATCH 5/5] Fix CI fails Fixes #138 --- _data/functions/general.yml | 2 +- _posts/2023-04-17-0.11.0.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/_data/functions/general.yml b/_data/functions/general.yml index 7bd371ab..3f20f4e4 100644 --- a/_data/functions/general.yml +++ b/_data/functions/general.yml @@ -8,7 +8,7 @@ functions: link: https://docs.inventree.org/en/latest/part/part/ - title: Manage Suppliers text: InvenTree allows you to easily create, modify or delete suppliers and supplier items linked to any part in your inventory. - link: https://docs.inventree.org/en/latest/buy/supplier/ + link: https://docs.inventree.org/en/latest/order/company/#suppliers - title: Instant Stock Knowledge text: Instantly view current stock for a certain part, in a particular location, or required for an individual build. extend: Stock items are organized in cascading locations and sub-locations, allowing flexible inspection of stock under any location. Stock items can be serialized for tracking of individual items, and test results can be stored against a serialized stock item for the purpose of acceptance testing and commissioning. diff --git a/_posts/2023-04-17-0.11.0.md b/_posts/2023-04-17-0.11.0.md index 59b03b3f..53af5def 100644 --- a/_posts/2023-04-17-0.11.0.md +++ b/_posts/2023-04-17-0.11.0.md @@ -11,7 +11,7 @@ We are thrilled to announce the latest stable release of Inventree, version 0.11 ### Return Orders -The addition of [Return Orders](https://docs.inventree.org/en/latest/sell/return/) is a significant new feature, which allows users to easily process and manage returned items, whether they are due to customer refunds or defective products. With the ability to track the status of return orders and the associated inventory movements, businesses can better manage their inventory levels, reduce waste, and improve their customer service. +The addition of [Return Orders](https://docs.inventree.org/en/latest/order/return_order/) is a significant new feature, which allows users to easily process and manage returned items, whether they are due to customer refunds or defective products. With the ability to track the status of return orders and the associated inventory movements, businesses can better manage their inventory levels, reduce waste, and improve their customer service. ### Stocktake Reports