From bfc9c8fa6dfe44207cbadd42bbed968c248b92dc Mon Sep 17 00:00:00 2001 From: Oliver Lippert Date: Tue, 3 Oct 2023 09:50:55 +0200 Subject: [PATCH] Plugin / inventree default salesorder items (#168) --- _publishers/lippoliv.md | 7 +++++++ _repo/inventree-default-salesorder-items.md | 23 +++++++++++++++++++++ 2 files changed, 30 insertions(+) create mode 100644 _publishers/lippoliv.md create mode 100644 _repo/inventree-default-salesorder-items.md diff --git a/_publishers/lippoliv.md b/_publishers/lippoliv.md new file mode 100644 index 00000000..930e797e --- /dev/null +++ b/_publishers/lippoliv.md @@ -0,0 +1,7 @@ +--- +short_name: lippoliv # GitHub username - must be the same as the filename +name: Oliver Lippert # The name/alias/whatever you want to be displayed +github: lippoliv # Your GitHub username - if you switch to a new account, please update this +website: https://www.linkedin.com/in/oliver-lippert-730b9927/ # Your website, twitter, reddit - optional +--- +With over 15 years of experience and big big passion I learned to take care about the details. They build up to the big picture we have in mind. I'm planning ahead & act early to prevent a big bang. \ No newline at end of file diff --git a/_repo/inventree-default-salesorder-items.md b/_repo/inventree-default-salesorder-items.md new file mode 100644 index 00000000..6303d64c --- /dev/null +++ b/_repo/inventree-default-salesorder-items.md @@ -0,0 +1,23 @@ +--- +name: Default sales order items # Name of the plugin (should be either NAME, TITLE or SLUG) +author: lippoliv # Maintainer must be the same as the publisher reference +license: MIT # License, we prefer open source +open_source: true # Is this project licensed with an OSI-approved license - aka 'open source' +stable: true # Is this project stable? Should users deploy this in their instace? +maintained: true # Is this project maintained? +pypi: false # Is availanle via PyPi +package_name: inventree_default_salesorder_items # Name of the package on the index, required if pypi true +github: https://github.com/lippoliv/inventree-default-salesorder-items # Ĺink to repo in GitHub, one of github, gitlab or source is required +gitlab: +source: +issue_tracker: https://github.com/lippoliv/inventree-default-salesorder-items/issues # Link to Issue tracker, optional +website: https://github.com/lippoliv/inventree-default-salesorder-items # Website, full path with protocol, optional +categories: # Mixins/integrations that are used, optional + - Event + - Settings +tags: # Freetext tags - treat them like kewords, optional + - Sales orders + - Parts + - Automation +--- +Add default parts (configurable) to every newly created sales order automatically. \ No newline at end of file