dolibarr-git
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Dolibarr-git] [Dolibarr/dolibarr] 416311: NEW : allow to save a parent


From: Laurent Destailleur
Subject: [Dolibarr-git] [Dolibarr/dolibarr] 416311: NEW : allow to save a parent warehouse
Date: Sun, 23 Oct 2016 15:58:32 -0700

  Branch: refs/heads/develop
  Home:   https://github.com/Dolibarr/dolibarr
  Commit: 416311a7b94013591f3d520a3a74cf9d5d9ca1e7
      
https://github.com/Dolibarr/dolibarr/commit/416311a7b94013591f3d520a3a74cf9d5d9ca1e7
  Author: gauthier <address@hidden>
  Date:   2016-10-14 (Fri, 14 Oct 2016)

  Changed paths:
    M htdocs/install/mysql/migration/4.0.0-5.0.0.sql
    M htdocs/install/mysql/tables/llx_entrepot.sql
    M htdocs/langs/en_US/stocks.lang
    M htdocs/product/class/html.formproduct.class.php
    M htdocs/product/stock/card.php
    M htdocs/product/stock/class/entrepot.class.php

  Log Message:
  -----------
  NEW : allow to save a parent warehouse

# Conflicts:
#       htdocs/product/stock/card.php


  Commit: fe1bcb7e0a4ba9cd680d0203d82a1a85164e9759
      
https://github.com/Dolibarr/dolibarr/commit/fe1bcb7e0a4ba9cd680d0203d82a1a85164e9759
  Author: gauthier <address@hidden>
  Date:   2016-10-14 (Fri, 14 Oct 2016)

  Changed paths:
    M htdocs/product/class/html.formproduct.class.php
    M htdocs/product/stock/class/entrepot.class.php

  Log Message:
  -----------
  NEW : function to display full path to current warehouse


  Commit: 1a648cfc892d908dabd4055cc4dfd3b1312fdd32
      
https://github.com/Dolibarr/dolibarr/commit/1a648cfc892d908dabd4055cc4dfd3b1312fdd32
  Author: gauthier <address@hidden>
  Date:   2016-10-14 (Fri, 14 Oct 2016)

  Changed paths:
    M htdocs/product/class/html.formproduct.class.php
    M htdocs/product/stock/card.php
    M htdocs/product/stock/class/entrepot.class.php

  Log Message:
  -----------
  NEW : getNomUrl displays full path to warehouse

# Conflicts:
#       htdocs/product/stock/class/entrepot.class.php


  Commit: 61a318835387695ca4fb45e8e0f8e5a10428ba65
      
https://github.com/Dolibarr/dolibarr/commit/61a318835387695ca4fb45e8e0f8e5a10428ba65
  Author: gauthier <address@hidden>
  Date:   2016-10-14 (Fri, 14 Oct 2016)

  Changed paths:
    M htdocs/product/class/html.formproduct.class.php

  Log Message:
  -----------
  FIX : new parameter documentation


  Commit: 805b65addda30517c3bf70bad7c89cdb6576a986
      
https://github.com/Dolibarr/dolibarr/commit/805b65addda30517c3bf70bad7c89cdb6576a986
  Author: gauthier <address@hidden>
  Date:   2016-10-14 (Fri, 14 Oct 2016)

  Changed paths:
    M htdocs/install/mysql/migration/4.0.0-5.0.0.sql

  Log Message:
  -----------
  FIX : semicolon


  Commit: 012be8e4003f26e58930f0d2feef935d718971f2
      
https://github.com/Dolibarr/dolibarr/commit/012be8e4003f26e58930f0d2feef935d718971f2
  Author: gauthier <address@hidden>
  Date:   2016-10-14 (Fri, 14 Oct 2016)

  Changed paths:
    M htdocs/langs/en_US/main.lang
    M htdocs/product/stock/class/entrepot.class.php

  Log Message:
  -----------
  NEW : security check to avoid adding a parent warehouse chich is already a 
child of current one


  Commit: d85dd69184595ae29daef0a6e1bfd713924fa30a
      
https://github.com/Dolibarr/dolibarr/commit/d85dd69184595ae29daef0a6e1bfd713924fa30a
  Author: gauthier <address@hidden>
  Date:   2016-10-20 (Thu, 20 Oct 2016)

  Changed paths:
    M htdocs/product/stock/class/entrepot.class.php

  Log Message:
  -----------
  NEW : get_full_arbo() & get_children_warehouses() functions documentation


  Commit: 9a3d4031c5dd6aa8d59bacac4ed6fc1a67736d93
      
https://github.com/Dolibarr/dolibarr/commit/9a3d4031c5dd6aa8d59bacac4ed6fc1a67736d93
  Author: gauthier <address@hidden>
  Date:   2016-10-20 (Thu, 20 Oct 2016)

  Changed paths:
    M htdocs/product/stock/class/entrepot.class.php

  Log Message:
  -----------
  FIX : param $protection - Deep counter to avoid infinite loop


  Commit: 59941f998066ece0923d6748b645c7bc137fe2da
      
https://github.com/Dolibarr/dolibarr/commit/59941f998066ece0923d6748b645c7bc137fe2da
  Author: gauthier <address@hidden>
  Date:   2016-10-20 (Thu, 20 Oct 2016)

  Changed paths:
    M htdocs/product/class/html.formproduct.class.php
    M htdocs/product/stock/card.php
    M htdocs/product/stock/class/entrepot.class.php

  Log Message:
  -----------
  FIX : must not get full path with recursive query


  Commit: 3c3c5d06a16c813e60c911face5331a84c963390
      
https://github.com/Dolibarr/dolibarr/commit/3c3c5d06a16c813e60c911face5331a84c963390
  Author: Laurent Destailleur <address@hidden>
  Date:   2016-10-24 (Mon, 24 Oct 2016)

  Changed paths:
    M htdocs/install/mysql/migration/4.0.0-5.0.0.sql
    M htdocs/install/mysql/tables/llx_entrepot.sql
    M htdocs/langs/en_US/main.lang
    M htdocs/langs/en_US/stocks.lang
    M htdocs/product/class/html.formproduct.class.php
    M htdocs/product/stock/card.php
    M htdocs/product/stock/class/entrepot.class.php

  Log Message:
  -----------
  Merge branch 'NEW_parent_warehouse' of
https://github.com/atm-gauthier/dolibarr into
atm-gauthier-NEW_parent_warehouse

Conflicts:
        htdocs/install/mysql/migration/4.0.0-5.0.0.sql


  Commit: 6b67e69412c3b35c4e820a9961a2f9fcf6665529
      
https://github.com/Dolibarr/dolibarr/commit/6b67e69412c3b35c4e820a9961a2f9fcf6665529
  Author: Laurent Destailleur <address@hidden>
  Date:   2016-10-24 (Mon, 24 Oct 2016)

  Changed paths:
    M htdocs/install/mysql/migration/4.0.0-5.0.0.sql
    M htdocs/install/mysql/tables/llx_entrepot.sql
    M htdocs/langs/en_US/main.lang
    M htdocs/langs/en_US/stocks.lang
    M htdocs/product/class/html.formproduct.class.php
    M htdocs/product/stock/card.php
    M htdocs/product/stock/class/entrepot.class.php

  Log Message:
  -----------
  git push origin developMerge branch 'atm-gauthier-NEW_parent_warehouse' into 
develop


Compare: 
https://github.com/Dolibarr/dolibarr/compare/8e8506968fcb...6b67e69412c3

reply via email to

[Prev in Thread] Current Thread [Next in Thread]