Coder Social home page Coder Social logo

wdammak / dolibar-stock-manager Goto Github PK

View Code? Open in Web Editor NEW

This project forked from laudeco/dolibar-stock-manager

0.0 1.0 0.0 126 KB

Inventory manager for Dolibarr

License: GNU General Public License v3.0

Makefile 2.11% PHP 80.40% Dockerfile 0.33% HTML 17.16%

dolibar-stock-manager's Introduction

dolibar-stock-manager

Inventory manager for Dolibarr.

Objectives

the projects has two main objectives:

  • Make a tool to easily add or remove products from a stock on Dolibarr.
  • Randomly this tool has to ask the remaining quantity for one product.

The project does not require any user access, if you are known on the Dolibarr instance it's enough. That being said, this project can be public on the internet since it does not expose any sensitive data to the user. If you do not have any account on the Dolibarr instance you cannot have access to the products.

Technical point of view

This project uses Symfony 5, everything is not yet clean. Feel free to help on the project.

Storage

There is no DB, instead small data are stored in JSON files.

  • The number of modifications by products
  • The next random check.

The name of those files are generated with the index of the element and the name of the object (eg. products_42). The extension is always ".json".

Like that we will have two kind of names:

  • products_ {the id of the product} : stores the number of modifications for one product.
  • inventories_ {the id of the product} : stores the number of modifications before asking the number of remaining products.

Unit testing

I didn't add any test yet! I know it's bad but I will add them as soon as possible.

Contributing

Gitmoji

To directly see what does one commit, I use Gitmoji.

dolibar-stock-manager's People

Contributors

laudeco avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.