2
0
mirror of https://github.com/inventree/inventree-website.git synced 2025-04-27 21:16:45 +00:00

Plugin / inventree default salesorder items (#168)

This commit is contained in:
Oliver Lippert 2023-10-03 09:50:55 +02:00 committed by GitHub
parent c21168b621
commit bfc9c8fa6d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 30 additions and 0 deletions

7
_publishers/lippoliv.md Normal file
View File

@ -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.

View File

@ -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.