Replies: 3 comments 10 replies
-
Yes, you can do this with plugins. What mixin you should use depends on where you want to add your custom page. If you just want to have another panel in the list, you can use the panels mixin, but if you want to have a separate page you can use the urls mixin which gives you the ability to serve own templates through a url. You can then e.g. use the navigations mixin to add a link to inventrees navigation bar to reference to your custom page, or just use the panels mixin for that reference. |
Beta Was this translation helpful? Give feedback.
-
I made a plugin doing what I want, using the test system, which worked well. This is on the newest master branch (dev. server). Now, I have the problem that I can't get it to work on my main system, running 0.9.2. It's installed, but when I try to open the URL (which is listed on the plugin page), I get redirected to /index/. Any ideas? I can't even see error messages.. This is the main part of the plugin:
|
Beta Was this translation helpful? Give feedback.
-
In fact, nothing works. I have enabled all the plugin integrations on the settings page, and enabled the plugins. -> An even simpler version than above (inventree/inventree-docs#432) doesn't work What's could be wrong? This is annoying, as I was hoping to just install this plugin on my production server and start using it. Now I'm stuck :( |
Beta Was this translation helpful? Give feedback.
-
I want to keep things as simple as possible for the guys in the warehouse doing receiving, packing etc.
Originally, I was thinking of creating a report for them to look at, with pictures and maybe QR codes for receiving items. However, it seems unnecessary to go the paper-based route. I would like to create a page, which looks like a report, containing for example only a certain PO and the items expected. Possibly with buttons to receive a line/all lines.
What is the best way to do this? Can I use the plugin functionality for this, or would I have to host these pages separately and get data through the API?
(I'm not sure the URL plugin mixin helps here, I don't quite understand what that is useful for..)
Beta Was this translation helpful? Give feedback.
All reactions