CodingPupper3033 / LoaningManagementPlugin

Plugin to add item loaning support to InvenTree
MIT License
3 stars 0 forks source link

Needing help #1

Open bachmayerfelix opened 11 months ago

bachmayerfelix commented 11 months ago

Hello!

We are a group of students and we're trying to implement inventree in our lab. What your plugin tries to achieve would suit our usecase quite well! So far we're having trouble deploying the plugin.

Our questions:

Thanks for your help!

Greetings from Germany Felix, Florian (1), Florian(2), Tobias, Robert

CodingPupper3033 commented 11 months ago

Hello!

Thank you for taking an interest in my project! Currently, the plugin is highly experimental and still in development. I have been developing the plugin for my lab here in the States! The plugin is definitely not ready for production yet, but it is still in development, and I hope to have it ready by the end of Spring!

I have made a general idea outline on Lucid Chart; if you would like to see what sections I have worked on and what I still need to work on, this link probably would be the best to follow (I hope it works) link, or the current state attached as a picture below: Loaning Management Plugin

I want to reiterate that this is not yet ready to be used. However, the steps to check it out are as follows:

  1. Open InvenTree, go to settings, plugins, and enable URL integration, navigation integration and app integration. RESTART after you enable each switch (not doing this produced issues for me). Also, depending on your situation, you may have to also enable check plugins on startup
  2. In a terminal, go to the directory InvenTree\plugins and run git clone https://github.com/CodingPupper3033/LoaningManagementPlugin.git
  3. Rename the folder from LoaningManagementPlugin to loanmanagement and reboot InvenTree (again)
  4. Open InvenTree, go to settings, and enable the plugin

I hope this helps! Again, thanks for the interest!

CodingPupper3033 commented 11 months ago

Also, the outline is not comprehensive, and will be updated more

bachmayerfelix commented 10 months ago

Thanks a lot for all the information!

We are still getting some errors: errors

Did you ever encounter these messages?

We've got inventree deployed via docker stack (running on a docker swarm). We have one database container, one webserver container, one server container and one worker container!

Thanks a lot for the support!

bachmayerfelix commented 10 months ago

Hey, Hope you enjoyed your holidays and a happy new year.

What version of Inventree and Python are you using? Maybe our issue could be caused by an outdated version!