Giter Site home page Giter Site logo

caos30 / dolibarr_stocktransfers_module Goto Github PK

View Code? Open in Web Editor NEW
5.0 5.0 4.0 362 KB

The objective of this Dolibarr's module is to offer a more friendly interface than the Dolibarr native to transfer products from one warehouse to another of the company that owns Dolibarr. If you have installed the "Purchases" module (also from IMASDEWEB) then in case of lack of stock for the transfer, a button appears to create a new process to purchase the missing stock.

License: GNU General Public License v3.0

PHP 84.51% HTML 14.75% CSS 0.74%

dolibarr_stocktransfers_module's People

Contributors

aljawaid avatar caos30 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

dolibarr_stocktransfers_module's Issues

Dolibarr v9.0.3Testing

Problem with many lines of product and repeated products

I try to explain with my poor english
One stocktransfer... (of course if you use different stocktransfer the problem does not exist)
I ADD product1, 5 copies. All ok, transfer 5.
I ADD product2, 10 copies. All ok, transfer 10.
And so on
Now, I have to transfer AGAIN product1, 15 copies.....

  • now it happens that thestocktrasfer for product1 becomes... 15
  • the correct calculation should be 5 (the first line) + 15 (the second line) = 20 copies
    This is why the button at the bottom says ADD, not CHANGE. It is not so awful, of course, but it is not right. It could be very confusing for normal user. The problem could be serious if a user has to create a stock trasnfer with many lines and he does not realize that there is a repeated line. It happens sometimes. He could think that the second repeated line is ADDED and instead he CHANGES the number.

Problem with transfer product with variants QTY

HI,
First of all, wanna thank you for these very usful module that solve many problemes on my use of dolibarr, so i'm using it to manage daily transfer from main wharhouse to vendor's wharhouse, the issue i have is with product with variant, for exemple i've products with 3 variants and i want to use father in my stock transfer inspite of variants,

Thank you

Incorrect Warehouses on PDF

Not sure how to do this but Almacén needs to be translated to the dolibarr warehouse location. The field seems incorrect.

$depot1_tit = isset($depots[$transfer->fk_depot1]) ? $depots[$transfer->fk_depot1]['town'] : 'Almacén '.$transfer->fk_depot1;

$depot2_tit = isset($depots[$transfer->fk_depot2]) ? $depots[$transfer->fk_depot2]['town'] : 'Almacén '.$transfer->fk_depot2;

image

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.