dolibarr-git
[Top][All Lists]
Advanced

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

[Dolibarr-git] [Dolibarr/dolibarr] 2dbeee: Move tab menu for subscriptio


From: Laurent Destailleur
Subject: [Dolibarr-git] [Dolibarr/dolibarr] 2dbeee: Move tab menu for subscription in member.lib
Date: Sun, 25 Sep 2016 16:09:51 -0700

  Branch: refs/heads/develop
  Home:   https://github.com/Dolibarr/dolibarr
  Commit: 2dbeeedd145e72158466e9da78141d8aba4f4565
      
https://github.com/Dolibarr/dolibarr/commit/2dbeeedd145e72158466e9da78141d8aba4f4565
  Author: aspangaro <address@hidden>
  Date:   2016-09-24 (Sat, 24 Sep 2016)

  Changed paths:
    A htdocs/adherents/admin/index.html
    A htdocs/adherents/canvas/default/index.html
    M htdocs/adherents/card.php
    R htdocs/adherents/card_subscriptions.php
    M htdocs/adherents/class/adherent.class.php
    M htdocs/adherents/class/adherent_type.class.php
    M htdocs/adherents/class/adherentstats.class.php
    R htdocs/adherents/class/cotisation.class.php
    A htdocs/adherents/class/subscription.class.php
    R htdocs/adherents/cotisations.php
    R htdocs/adherents/fiche_subscription.php
    M htdocs/adherents/index.php
    R htdocs/adherents/info_subscription.php
    M htdocs/adherents/list.php
    A htdocs/adherents/stats/index.html
    A htdocs/adherents/subscription.php
    A htdocs/adherents/subscription/card.php
    A htdocs/adherents/subscription/index.html
    A htdocs/adherents/subscription/info.php
    A htdocs/adherents/subscription/list.php
    M htdocs/adherents/type.php
    M htdocs/core/boxes/box_members.php
    M htdocs/core/class/commonobject.class.php
    M htdocs/core/class/conf.class.php
    M htdocs/core/lib/member.lib.php
    M htdocs/core/menus/init_menu_auguria.sql
    M htdocs/core/menus/standard/eldy.lib.php
    M htdocs/core/modules/modAdherent.class.php
    M htdocs/install/mysql/migration/4.0.0-5.0.0.sql
    M htdocs/install/mysql/migration/repair.sql
    M htdocs/install/mysql/tables/llx_adherent_type.sql
    R htdocs/install/mysql/tables/llx_cotisation.key.sql
    R htdocs/install/mysql/tables/llx_cotisation.sql
    A htdocs/install/mysql/tables/llx_subscription.key.sql
    A htdocs/install/mysql/tables/llx_subscription.sql
    M htdocs/install/pgsql/functions/functions.sql
    M htdocs/public/members/public_list.php
    M htdocs/public/paybox/newpayment.php
    M htdocs/public/paypal/newpayment.php
    M htdocs/societe/societecontact.php

  Log Message:
  -----------
  Move tab menu for subscription in member.lib
Move all pages for subscription member in adherent/subscription (Card / Info / 
List)
Rename llx_cotisation in llx_subscription
Rename all db field cotisation in subscription
Rename class Cotisation in class Subscription


  Commit: 8f83b8cefdc970588fe8f0939e472b55052c48e9
      
https://github.com/Dolibarr/dolibarr/commit/8f83b8cefdc970588fe8f0939e472b55052c48e9
  Author: aspangaro <address@hidden>
  Date:   2016-09-25 (Sun, 25 Sep 2016)

  Changed paths:
    M htdocs/commande/class/api_orders.class.php

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


  Commit: 0ab37282768c84d8a823b64640060b959bc71627
      
https://github.com/Dolibarr/dolibarr/commit/0ab37282768c84d8a823b64640060b959bc71627
  Author: Laurent Destailleur <address@hidden>
  Date:   2016-09-26 (Mon, 26 Sep 2016)

  Changed paths:
    A htdocs/adherents/admin/index.html
    A htdocs/adherents/canvas/default/index.html
    M htdocs/adherents/card.php
    R htdocs/adherents/card_subscriptions.php
    M htdocs/adherents/class/adherent.class.php
    M htdocs/adherents/class/adherent_type.class.php
    M htdocs/adherents/class/adherentstats.class.php
    R htdocs/adherents/class/cotisation.class.php
    A htdocs/adherents/class/subscription.class.php
    R htdocs/adherents/cotisations.php
    R htdocs/adherents/fiche_subscription.php
    M htdocs/adherents/index.php
    R htdocs/adherents/info_subscription.php
    M htdocs/adherents/list.php
    A htdocs/adherents/stats/index.html
    A htdocs/adherents/subscription.php
    A htdocs/adherents/subscription/card.php
    A htdocs/adherents/subscription/index.html
    A htdocs/adherents/subscription/info.php
    A htdocs/adherents/subscription/list.php
    M htdocs/adherents/type.php
    M htdocs/core/boxes/box_members.php
    M htdocs/core/class/commonobject.class.php
    M htdocs/core/class/conf.class.php
    M htdocs/core/lib/member.lib.php
    M htdocs/core/menus/init_menu_auguria.sql
    M htdocs/core/menus/standard/eldy.lib.php
    M htdocs/core/modules/modAdherent.class.php
    M htdocs/install/mysql/migration/4.0.0-5.0.0.sql
    M htdocs/install/mysql/migration/repair.sql
    M htdocs/install/mysql/tables/llx_adherent_type.sql
    R htdocs/install/mysql/tables/llx_cotisation.key.sql
    R htdocs/install/mysql/tables/llx_cotisation.sql
    A htdocs/install/mysql/tables/llx_subscription.key.sql
    A htdocs/install/mysql/tables/llx_subscription.sql
    M htdocs/install/pgsql/functions/functions.sql
    M htdocs/public/members/public_list.php
    M htdocs/public/paybox/newpayment.php
    M htdocs/public/paypal/newpayment.php
    M htdocs/societe/societecontact.php

  Log Message:
  -----------
  Merge pull request #5780 from aspangaro/5.0-p14

Review of subscription


Compare: 
https://github.com/Dolibarr/dolibarr/compare/813f9120f6d7...0ab37282768c

reply via email to

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