dolibarr-git
[Top][All Lists]
Advanced

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

[Dolibarr-git] [Dolibarr/dolibarr] fa5314: Retrieve extrafields when fet


From: Laurent Destailleur
Subject: [Dolibarr-git] [Dolibarr/dolibarr] fa5314: Retrieve extrafields when fetch thirparty
Date: Mon, 18 Feb 2013 05:17:09 -0800

  Branch: refs/heads/develop
  Home:   https://github.com/Dolibarr/dolibarr
  Commit: fa53147d0a529875b9963d465172ad382c94abba
      
https://github.com/Dolibarr/dolibarr/commit/fa53147d0a529875b9963d465172ad382c94abba
  Author: jfefe <address@hidden>
  Date:   2013-02-15 (Fri, 15 Feb 2013)

  Changed paths:
    M htdocs/core/class/commondocgenerator.class.php
    M htdocs/societe/class/societe.class.php

  Log Message:
  -----------
  Retrieve extrafields when fetch thirparty
Work on extrafields support in thirpdparty ODT document


  Commit: 4f5b636cc74cee609eccd7b3d7452ffc9355934b
      
https://github.com/Dolibarr/dolibarr/commit/4f5b636cc74cee609eccd7b3d7452ffc9355934b
  Author: jfefe <address@hidden>
  Date:   2013-02-16 (Sat, 16 Feb 2013)

  Changed paths:
    M htdocs/societe/class/societe.class.php

  Log Message:
  -----------
  Fix : missing class file


  Commit: 527beab671150aced26747f48c7dc20ceabad98f
      
https://github.com/Dolibarr/dolibarr/commit/527beab671150aced26747f48c7dc20ceabad98f
  Author: jfefe <address@hidden>
  Date:   2013-02-17 (Sun, 17 Feb 2013)

  Changed paths:
    M ChangeLog
    M build/makepack-howto.txt
    M build/pad/pad_dolibarr.xml
    M build/pad/pad_doliwamp.xml
    M build/rpm/dolibarr_fedora.spec
    M build/rpm/dolibarr_generic.spec
    M build/rpm/dolibarr_mandriva.spec
    M build/rpm/dolibarr_opensuse.spec
    M htdocs/adherents/class/adherent.class.php
    M htdocs/adherents/fiche.php
    M htdocs/adherents/liste.php
    M htdocs/adherents/type.php
    M htdocs/admin/mailing.php
    M htdocs/comm/action/index.php
    M htdocs/comm/action/listactions.php
    M htdocs/comm/fiche.php
    M htdocs/comm/propal.php
    M htdocs/comm/propal/class/propal.class.php
    M htdocs/comm/prospect/list.php
    M htdocs/commande/class/commande.class.php
    M htdocs/compta/dons/class/don.class.php
    M htdocs/compta/dons/fiche.php
    M htdocs/compta/facture.php
    M htdocs/contact/class/contact.class.php
    M htdocs/contact/fiche.php
    M htdocs/core/admin_extrafields.inc.php
    M htdocs/core/class/CMailFile.class.php
    M htdocs/core/class/commonobject.class.php
    M htdocs/core/class/extrafields.class.php
    M htdocs/core/class/html.form.class.php
    M htdocs/core/lib/company.lib.php
    M htdocs/core/modules/commande/doc/doc_generic_order_odt.modules.php
    M htdocs/core/modules/dons/html_cerfafr.modules.php
    M htdocs/core/modules/facture/doc/doc_generic_invoice_odt.modules.php
    M htdocs/core/modules/modAdherent.class.php
    M htdocs/core/modules/propale/doc/doc_generic_proposal_odt.modules.php
    M htdocs/core/tpl/admin_extrafields_add.tpl.php
    M htdocs/core/tpl/admin_extrafields_edit.tpl.php
    M htdocs/expedition/class/expedition.class.php
    M htdocs/holiday/index.php
    M htdocs/install/mysql/data/llx_c_tva.sql
    M htdocs/install/mysql/migration/3.3.0-3.4.0.sql
    M htdocs/install/mysql/tables/llx_adherent.sql
    M htdocs/install/mysql/tables/llx_commande.sql
    M htdocs/install/mysql/tables/llx_don.sql
    M htdocs/install/mysql/tables/llx_propal.sql
    M htdocs/langs/en_US/admin.lang
    M htdocs/langs/en_US/errors.lang
    M htdocs/langs/en_US/holiday.lang
    M htdocs/langs/en_US/users.lang
    M htdocs/langs/fr_FR/admin.lang
    M htdocs/langs/fr_FR/errors.lang
    M htdocs/langs/fr_FR/holiday.lang
    M htdocs/langs/fr_FR/users.lang
    M htdocs/product/class/product.class.php
    M htdocs/societe/admin/societe_extrafields.php
    M htdocs/theme/amarok/style.css.php
    M htdocs/theme/eldy/style.css.php
    M htdocs/user/class/user.class.php
    M htdocs/user/fiche.php

  Log Message:
  -----------
  Merge branch 'develop' of git://github.com/Dolibarr/dolibarr into extra_odt


  Commit: 16e9f6db48770a70f433399edf06a20f721656b1
      
https://github.com/Dolibarr/dolibarr/commit/16e9f6db48770a70f433399edf06a20f721656b1
  Author: jfefe <address@hidden>
  Date:   2013-02-17 (Sun, 17 Feb 2013)

  Changed paths:
    M htdocs/core/class/commondocgenerator.class.php
    M htdocs/societe/class/societe.class.php

  Log Message:
  -----------
  Fix : bad name of property when retrieve extrafields for thirdparty


  Commit: 060060f08ba00e41d499a068bbca6c3a6c17d375
      
https://github.com/Dolibarr/dolibarr/commit/060060f08ba00e41d499a068bbca6c3a6c17d375
  Author: jfefe <address@hidden>
  Date:   2013-02-17 (Sun, 17 Feb 2013)

  Changed paths:
    M htdocs/core/class/extrafields.class.php

  Log Message:
  -----------
  Missing object $langs when showing extrafield of type 'price'


  Commit: 8ebb48cb5c9464865306c33cfec48bea86568398
      
https://github.com/Dolibarr/dolibarr/commit/8ebb48cb5c9464865306c33cfec48bea86568398
  Author: jfefe <address@hidden>
  Date:   2013-02-17 (Sun, 17 Feb 2013)

  Changed paths:
    M htdocs/core/class/commondocgenerator.class.php

  Log Message:
  -----------
  Fix : in ODT show value and not label of company extrafield


  Commit: 3ef8c6e5dd33ed6106155e28a6c87ffc3e35929e
      
https://github.com/Dolibarr/dolibarr/commit/3ef8c6e5dd33ed6106155e28a6c87ffc3e35929e
  Author: jfefe <address@hidden>
  Date:   2013-02-17 (Sun, 17 Feb 2013)

  Changed paths:
    M htdocs/core/class/extrafields.class.php

  Log Message:
  -----------
  Missing variable declaration


  Commit: bd2d9cdd3e39282dc904e2ab26ee2d482a7d89e7
      
https://github.com/Dolibarr/dolibarr/commit/bd2d9cdd3e39282dc904e2ab26ee2d482a7d89e7
  Author: jfefe <address@hidden>
  Date:   2013-02-17 (Sun, 17 Feb 2013)

  Changed paths:
    M htdocs/societe/soc.php

  Log Message:
  -----------
  Split extrafields display into 2 columns (thirdparty)


  Commit: 71a2b4c8c0a4653ca4cceec3a8b945cdce48b36c
      
https://github.com/Dolibarr/dolibarr/commit/71a2b4c8c0a4653ca4cceec3a8b945cdce48b36c
  Author: jfefe <address@hidden>
  Date:   2013-02-17 (Sun, 17 Feb 2013)

  Changed paths:
    M htdocs/core/class/commondocgenerator.class.php

  Log Message:
  -----------
  In ODT document add currency symbol with extrafields of type "price"


  Commit: fe57b513f82b84d83832e4aee47feec78e14869a
      
https://github.com/Dolibarr/dolibarr/commit/fe57b513f82b84d83832e4aee47feec78e14869a
  Author: jfefe <address@hidden>
  Date:   2013-02-17 (Sun, 17 Feb 2013)

  Changed paths:
    M htdocs/core/class/commondocgenerator.class.php

  Log Message:
  -----------
  Merge branch 'extra_odt' into extrafields


  Commit: 2f4a80215b53b283888266cc7ebb3c7b0fd222b8
      
https://github.com/Dolibarr/dolibarr/commit/2f4a80215b53b283888266cc7ebb3c7b0fd222b8
  Author: jfefe <address@hidden>
  Date:   2013-02-18 (Mon, 18 Feb 2013)

  Changed paths:
    M htdocs/core/lib/emailing.lib.php
    M htdocs/societe/soc.php

  Log Message:
  -----------
  Merge branch 'develop' of git://github.com/Dolibarr/dolibarr.git into 
extrafields


  Commit: 70ea5b0b1d36b329833b0ad295e22fd112366651
      
https://github.com/Dolibarr/dolibarr/commit/70ea5b0b1d36b329833b0ad295e22fd112366651
  Author: Laurent Destailleur <address@hidden>
  Date:   2013-02-18 (Mon, 18 Feb 2013)

  Changed paths:
    M htdocs/core/class/commondocgenerator.class.php
    M htdocs/core/class/extrafields.class.php
    M htdocs/societe/class/societe.class.php
    M htdocs/societe/soc.php

  Log Message:
  -----------
  Merge pull request #663 from jfefe/extrafields

Work on extrafields


Compare: 
https://github.com/Dolibarr/dolibarr/compare/3cb9e2e97d14...70ea5b0b1d36

reply via email to

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