dolibarr-git
[Top][All Lists]
Advanced

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

[Dolibarr-git] [Dolibarr/dolibarr] 882b66: HRM - Add bank tab in user to


From: Laurent Destailleur
Subject: [Dolibarr-git] [Dolibarr/dolibarr] 882b66: HRM - Add bank tab in user to pay salary or expens...
Date: Fri, 04 Dec 2015 09:23:49 -0800

  Branch: refs/heads/develop
  Home:   https://github.com/Dolibarr/dolibarr
  Commit: 882b66c58657016131e0ef654eedabd420c6fe45
      
https://github.com/Dolibarr/dolibarr/commit/882b66c58657016131e0ef654eedabd420c6fe45
  Author: aspangaro <address@hidden>
  Date:   2015-12-01 (Tue, 01 Dec 2015)

  Changed paths:
    M htdocs/core/lib/usergroups.lib.php
    M htdocs/install/mysql/migration/3.8.0-3.9.0.sql
    M htdocs/install/mysql/tables/llx_societe_rib.sql
    A htdocs/install/mysql/tables/llx_user_rib.sql
    A htdocs/user/bank.php
    A htdocs/user/class/userbankaccount.class.php

  Log Message:
  -----------
  HRM - Add bank tab in user to pay salary or expense report


  Commit: 09a6cc962545b23f8ff5bc743eaa115ede959421
      
https://github.com/Dolibarr/dolibarr/commit/09a6cc962545b23f8ff5bc743eaa115ede959421
  Author: aspangaro <address@hidden>
  Date:   2015-12-01 (Tue, 01 Dec 2015)

  Changed paths:
    M htdocs/install/mysql/tables/llx_societe_rib.sql

  Log Message:
  -----------
  wrong table


  Commit: e1c8e6d8f63a68f3a68e45037743a0ac87b36df5
      
https://github.com/Dolibarr/dolibarr/commit/e1c8e6d8f63a68f3a68e45037743a0ac87b36df5
  Author: aspangaro <address@hidden>
  Date:   2015-12-01 (Tue, 01 Dec 2015)

  Changed paths:
    M htdocs/user/class/userbankaccount.class.php

  Log Message:
  -----------
  Remove useless code


  Commit: c30728326e43eea420136344569652d8b21cf462
      
https://github.com/Dolibarr/dolibarr/commit/c30728326e43eea420136344569652d8b21cf462
  Author: aspangaro <address@hidden>
  Date:   2015-12-04 (Fri, 04 Dec 2015)

  Changed paths:
    M dev/skeletons/modMyModule.class.php
    M htdocs/admin/salaries.php
    M htdocs/admin/system/about.php
    M htdocs/admin/tools/update.php
    M htdocs/compta/facture.php
    M htdocs/compta/facture/class/facture.class.php
    M htdocs/compta/facture/list.php
    M htdocs/compta/facture/mergepdftool.php
    M htdocs/contrat/card.php
    M htdocs/core/class/extrafields.class.php
    M htdocs/core/class/html.form.class.php
    M htdocs/core/class/html.formmail.class.php
    M htdocs/core/class/html.formprojet.class.php
    M htdocs/core/db/DoliDB.class.php
    M htdocs/core/js/lib_head.js
    M htdocs/core/lib/ajax.lib.php
    M htdocs/core/lib/product.lib.php
    M htdocs/core/lib/project.lib.php
    M htdocs/core/menus/init_menu_auguria.sql
    M htdocs/core/modules/mailings/fraise.modules.php
    M htdocs/fichinter/card.php
    M htdocs/fourn/class/fournisseur.product.class.php
    M htdocs/fourn/facture/card.php
    M htdocs/holiday/card.php
    M htdocs/holiday/list.php
    M htdocs/install/mysql/migration/3.8.0-3.9.0.sql
    M htdocs/install/mysql/tables/llx_product.sql
    M htdocs/install/mysql/tables/llx_product_fournisseur_price.sql
    M htdocs/langs/en_US/bills.lang
    M htdocs/langs/en_US/mails.lang
    M htdocs/langs/en_US/main.lang
    M htdocs/langs/en_US/other.lang
    M htdocs/langs/en_US/products.lang
    M htdocs/langs/fr_FR/products.lang
    M htdocs/langs/fr_FR/projects.lang
    M htdocs/main.inc.php
    M htdocs/product/class/product.class.php
    M htdocs/product/fournisseurs.php
    M htdocs/projet/index.php
    M htdocs/projet/list.php
    M htdocs/resource/class/resource.class.php
    M htdocs/resource/list.php
    M htdocs/societe/list.php
    M htdocs/theme/eldy/style.css.php
    M htdocs/theme/md/graph-color.php
    M htdocs/theme/md/style.css.php
    M htdocs/user/card.php

  Log Message:
  -----------
  Merge remote-tracking branch 'Upstream/develop' into develop-bank


  Commit: 6598ac67457f182cddb9914b5ab279240cd17a94
      
https://github.com/Dolibarr/dolibarr/commit/6598ac67457f182cddb9914b5ab279240cd17a94
  Author: aspangaro <address@hidden>
  Date:   2015-12-04 (Fri, 04 Dec 2015)

  Changed paths:
    M htdocs/core/lib/usergroups.lib.php

  Log Message:
  -----------
  Add rights to see tab (hrm->employee->read)


  Commit: 6542da404ec53f89b279c411c423525e22d9a1d6
      
https://github.com/Dolibarr/dolibarr/commit/6542da404ec53f89b279c411c423525e22d9a1d6
  Author: Laurent Destailleur <address@hidden>
  Date:   2015-12-04 (Fri, 04 Dec 2015)

  Changed paths:
    M htdocs/core/lib/usergroups.lib.php
    M htdocs/install/mysql/migration/3.8.0-3.9.0.sql
    A htdocs/install/mysql/tables/llx_user_rib.sql
    A htdocs/user/bank.php
    A htdocs/user/class/userbankaccount.class.php

  Log Message:
  -----------
  Merge pull request #4129 from aspangaro/develop-bank

New HRM Add bank tab in user to pay salary or expense report


Compare: 
https://github.com/Dolibarr/dolibarr/compare/bcadc33e3156...6542da404ec5

reply via email to

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