dolibarr-git
[Top][All Lists]
Advanced

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

[Dolibarr-git] [Dolibarr/dolibarr] e71dc6: Created a method generateDocu


From: Laurent Destailleur
Subject: [Dolibarr-git] [Dolibarr/dolibarr] e71dc6: Created a method generateDocument for several clas...
Date: Mon, 22 Sep 2014 15:04:13 -0700

  Branch: refs/heads/develop
  Home:   https://github.com/Dolibarr/dolibarr
  Commit: e71dc6bc325241e9d8629b164346598a73691f35
      
https://github.com/Dolibarr/dolibarr/commit/e71dc6bc325241e9d8629b164346598a73691f35
  Author: Marcos García de La Fuente <address@hidden>
  Date:   2014-09-16 (Tue, 16 Sep 2014)

  Changed paths:
    M htdocs/comm/propal/class/propal.class.php
    M htdocs/commande/class/commande.class.php
    M htdocs/compta/facture/class/facture.class.php
    M htdocs/contrat/class/contrat.class.php
    M htdocs/core/modules/commande/modules_commande.php
    M htdocs/core/modules/contract/modules_contract.php
    M htdocs/core/modules/expedition/modules_expedition.php
    M htdocs/core/modules/facture/modules_facture.php
    M htdocs/core/modules/livraison/modules_livraison.php
    M htdocs/core/modules/project/modules_project.php
    M htdocs/core/modules/project/task/modules_task.php
    M htdocs/core/modules/propale/modules_propale.php
    M htdocs/core/modules/supplier_invoice/modules_facturefournisseur.php
    M htdocs/core/modules/supplier_order/modules_commandefournisseur.php
    M htdocs/expedition/class/expedition.class.php
    M htdocs/fourn/class/fournisseur.commande.class.php
    M htdocs/fourn/class/fournisseur.facture.class.php
    M htdocs/livraison/class/livraison.class.php
    M htdocs/projet/class/project.class.php
    M htdocs/projet/class/task.class.php

  Log Message:
  -----------
  Created a method generateDocument for several classes
Which are: Commande, Contrat, Livraison, Facture, Projet, Propal, Task, 
Expedition, CommandeFournisseur, FactureFournisseur and therefore deprecated 
the following methods supplier_order_pdf_create, supplier_invoice_pdf_create, 
delivery_order_pdf_create, task_pdf_create, propale_pdf_create, 
project_pdf_create, facture_pdf_create, expedition_pdf_create, 
commande_pdf_create


  Commit: c195c6fd104ced7ffdb0b17ef0119f1854fe6217
      
https://github.com/Dolibarr/dolibarr/commit/c195c6fd104ced7ffdb0b17ef0119f1854fe6217
  Author: Marcos García de La Fuente <address@hidden>
  Date:   2014-09-16 (Tue, 16 Sep 2014)

  Changed paths:
    M htdocs/commande/fiche.php
    M htdocs/webservices/server_order.php
    M test/phpunit/BuildDocTest.php

  Log Message:
  -----------
  Removed deprecated usage of commande_pdf_create


  Commit: 610dc8cd0ccf152def10264cecbc94b9f862963a
      
https://github.com/Dolibarr/dolibarr/commit/610dc8cd0ccf152def10264cecbc94b9f862963a
  Author: Marcos García de La Fuente <address@hidden>
  Date:   2014-09-16 (Tue, 16 Sep 2014)

  Changed paths:
    M htdocs/expedition/fiche.php
    M test/phpunit/BuildDocTest.php

  Log Message:
  -----------
  Removed deprecated usage of expedition_pdf_create


  Commit: 4b3191b64e7bd21aa4dc161785b5718d7dfef6f7
      
https://github.com/Dolibarr/dolibarr/commit/4b3191b64e7bd21aa4dc161785b5718d7dfef6f7
  Author: Marcos García de La Fuente <address@hidden>
  Date:   2014-09-16 (Tue, 16 Sep 2014)

  Changed paths:
    M htdocs/adherents/card_subscriptions.php
    M htdocs/compta/facture.php
    M htdocs/compta/paiement/fiche.php
    M htdocs/compta/payment_sc/fiche.php
    M htdocs/core/lib/invoice2.lib.php
    M test/phpunit/BuildDocTest.php

  Log Message:
  -----------
  Removed deprecated usage of facture_pdf_create


  Commit: 9dbf054026f763dd10f9fd5ddbd2f168daaa2302
      
https://github.com/Dolibarr/dolibarr/commit/9dbf054026f763dd10f9fd5ddbd2f168daaa2302
  Author: Marcos García de La Fuente <address@hidden>
  Date:   2014-09-16 (Tue, 16 Sep 2014)

  Changed paths:
    M htdocs/livraison/fiche.php
    M htdocs/projet/fiche.php
    M htdocs/projet/tasks/task.php
    M test/phpunit/BuildDocTest.php

  Log Message:
  -----------
  Removed deprecated usage of project_pdf_create


  Commit: 3561c8e6f3f6ff70ee431f8f3ef3e6e23fb20208
      
https://github.com/Dolibarr/dolibarr/commit/3561c8e6f3f6ff70ee431f8f3ef3e6e23fb20208
  Author: Marcos García de La Fuente <address@hidden>
  Date:   2014-09-16 (Tue, 16 Sep 2014)

  Changed paths:
    M htdocs/comm/propal.php
    M htdocs/comm/propal/class/propal.class.php
    M test/phpunit/BuildDocTest.php

  Log Message:
  -----------
  Removed deprecated usage of propale_pdf_create


  Commit: 9ae7486555dfaa4d4cb76dfea7b49d2650fad71a
      
https://github.com/Dolibarr/dolibarr/commit/9ae7486555dfaa4d4cb76dfea7b49d2650fad71a
  Author: Marcos García de La Fuente <address@hidden>
  Date:   2014-09-16 (Tue, 16 Sep 2014)

  Changed paths:
    M htdocs/fourn/commande/fiche.php
    M htdocs/fourn/facture/fiche.php
    M test/phpunit/BuildDocTest.php

  Log Message:
  -----------
  Removed deprecated usage of supplier_order_pdf_create and 
supplier_invoice_pdf_create


  Commit: ca9e33e809d1efcd5f9fe384aff34c81f33a74b6
      
https://github.com/Dolibarr/dolibarr/commit/ca9e33e809d1efcd5f9fe384aff34c81f33a74b6
  Author: Marcos García de La Fuente <address@hidden>
  Date:   2014-09-21 (Sun, 21 Sep 2014)

  Changed paths:
    M .tx/config
    M ChangeLog
    M build/debian/control
    M dev/skeletons/skeleton_webservice_server.php
    M htdocs/.gitignore
    M htdocs/accountancy/admin/export.php
    M htdocs/accountancy/admin/index.php
    M htdocs/accountancy/admin/journaux.php
    M htdocs/accountancy/bookkeeping/list.php
    M htdocs/accountancy/class/accountingaccount.class.php
    M htdocs/accountancy/customer/index.php
    M htdocs/accountancy/customer/lines.php
    M htdocs/accountancy/customer/list.php
    M htdocs/accountancy/journal/bankjournal.php
    M htdocs/accountancy/journal/purchasesjournal.php
    M htdocs/accountancy/journal/sellsjournal.php
    M htdocs/accountancy/supplier/card.php
    M htdocs/accountancy/supplier/index.php
    M htdocs/accountancy/supplier/lines.php
    M htdocs/accountancy/supplier/list.php
    M htdocs/adherents/canvas/actions_adherentcard_common.class.php
    M htdocs/adherents/card_subscriptions.php
    M htdocs/admin/menus/index.php
    M htdocs/admin/prelevement.php
    M htdocs/admin/tools/dolibarr_export.php
    M htdocs/admin/tools/dolibarr_import.php
    M htdocs/admin/tools/export.php
    M htdocs/admin/triggers.php
    M htdocs/categories/admin/categorie_extrafields.php
    M htdocs/categories/categorie.php
    M htdocs/comm/action/class/actioncomm.class.php
    M htdocs/comm/action/fiche.php
    M htdocs/comm/fiche.php
    M htdocs/comm/propal.php
    M htdocs/commande/fiche.php
    M htdocs/compta/bank/class/account.class.php
    M htdocs/compta/bank/fiche.php
    M htdocs/compta/bank/rappro.php
    M htdocs/compta/deplacement/class/deplacement.class.php
    M htdocs/compta/deplacement/class/deplacementstats.class.php
    M htdocs/compta/deplacement/document.php
    M htdocs/compta/dons/class/don.class.php
    M htdocs/compta/facture.php
    M htdocs/compta/facture/class/facture.class.php
    M htdocs/compta/facture/impayees.php
    M htdocs/compta/facture/list.php
    M htdocs/compta/journal/purchasesjournal.php
    M htdocs/compta/journal/sellsjournal.php
    M htdocs/compta/paiement.php
    M htdocs/compta/paiement/cheque/liste.php
    M htdocs/compta/paiement/info.php
    M htdocs/compta/resultat/clientfourn.php
    M htdocs/compta/resultat/index.php
    M htdocs/core/class/commondocgenerator.class.php
    M htdocs/core/class/html.form.class.php
    M htdocs/core/class/html.formmail.class.php
    M htdocs/core/db/pgsql.class.php
    M htdocs/core/lib/functions.lib.php
    M htdocs/core/lib/functions2.lib.php
    M htdocs/core/lib/project.lib.php
    M htdocs/core/menus/init_menu_auguria.sql
    M htdocs/core/menus/standard/eldy.lib.php
    M htdocs/core/modules/facture/doc/pdf_crabe.modules.php
    M htdocs/core/modules/fichinter/doc/pdf_soleil.modules.php
    M htdocs/core/modules/propale/doc/pdf_azur.modules.php
    M htdocs/expedition/liste.php
    M htdocs/fichinter/class/fichinter.class.php
    M htdocs/fichinter/fiche.php
    M htdocs/fichinter/list.php
    M htdocs/fourn/facture/fiche.php
    M htdocs/fourn/facture/paiement.php
    M htdocs/install/mysql/migration/3.6.0-3.7.0.sql
    M htdocs/install/mysql/migration/repair.sql
    M htdocs/install/mysql/tables/llx_bank_account.sql
    M htdocs/install/mysql/tables/llx_commande.sql
    M htdocs/install/mysql/tables/llx_commande_fournisseur.sql
    M htdocs/install/mysql/tables/llx_facture.sql
    M htdocs/install/mysql/tables/llx_facture_fourn.sql
    M htdocs/install/mysql/tables/llx_fichinter.sql
    M htdocs/install/mysql/tables/llx_product.sql
    M htdocs/install/mysql/tables/llx_propal.sql
    M htdocs/langs/en_US/accountancy.lang
    M htdocs/langs/en_US/donations.lang
    M htdocs/langs/en_US/errors.lang
    M htdocs/langs/en_US/interventions.lang
    M htdocs/langs/es_ES/accountancy.lang
    M htdocs/langs/es_ES/admin.lang
    M htdocs/langs/es_ES/agenda.lang
    M htdocs/langs/es_ES/dict.lang
    M htdocs/langs/es_ES/errors.lang
    M htdocs/langs/es_ES/main.lang
    M htdocs/langs/es_ES/salaries.lang
    M htdocs/langs/es_ES/users.lang
    M htdocs/langs/fr_FR/accountancy.lang
    M htdocs/langs/fr_FR/admin.lang
    M htdocs/langs/fr_FR/agenda.lang
    M htdocs/langs/fr_FR/dict.lang
    M htdocs/langs/fr_FR/donations.lang
    M htdocs/langs/fr_FR/errors.lang
    M htdocs/langs/fr_FR/main.lang
    M htdocs/langs/fr_FR/salaries.lang
    M htdocs/langs/fr_FR/users.lang
    M htdocs/product/class/product.class.php
    M htdocs/product/stock/class/entrepot.class.php
    M htdocs/product/stock/fiche.php
    M htdocs/product/stock/liste.php
    M htdocs/product/stock/massstockmove.php
    M htdocs/product/stock/valo.php
    M htdocs/projet/contact.php
    M htdocs/projet/document.php
    M htdocs/projet/element.php
    M htdocs/projet/fiche.php
    M htdocs/projet/ganttview.php
    M htdocs/projet/index.php
    M htdocs/projet/note.php
    M htdocs/projet/tasks.php
    M htdocs/projet/tasks/index.php
    M htdocs/societe/class/societe.class.php
    M htdocs/webservices/server_actioncomm.php
    M htdocs/webservices/server_category.php
    M htdocs/webservices/server_contact.php
    M htdocs/webservices/server_invoice.php
    M htdocs/webservices/server_order.php
    M htdocs/webservices/server_other.php
    M htdocs/webservices/server_productorservice.php
    M htdocs/webservices/server_supplier_invoice.php
    M htdocs/webservices/server_thirdparty.php
    M htdocs/webservices/server_user.php
    M test/phpunit/AllTests.php
    A test/phpunit/FichInterTest.php

  Log Message:
  -----------
  Merge branch 'develop' of https://github.com/Dolibarr/dolibarr into oop-pdf


  Commit: bf7f4c1cabc32018278e37f6bfae373070b208bc
      
https://github.com/Dolibarr/dolibarr/commit/bf7f4c1cabc32018278e37f6bfae373070b208bc
  Author: Marcos García de La Fuente <address@hidden>
  Date:   2014-09-21 (Sun, 21 Sep 2014)

  Changed paths:
    M htdocs/comm/propal/class/propal.class.php
    M htdocs/commande/class/commande.class.php
    M htdocs/compta/facture/class/facture.class.php
    M htdocs/contrat/class/contrat.class.php
    M htdocs/core/class/commonobject.class.php
    M htdocs/expedition/class/expedition.class.php
    M htdocs/livraison/class/livraison.class.php
    M htdocs/projet/class/project.class.php
    M htdocs/projet/class/task.class.php

  Log Message:
  -----------
  Refactored generateDocument functions


  Commit: e97a84102b8c611f6e1fbd1a415d55b30b99644d
      
https://github.com/Dolibarr/dolibarr/commit/e97a84102b8c611f6e1fbd1a415d55b30b99644d
  Author: Marcos García de La Fuente <address@hidden>
  Date:   2014-09-21 (Sun, 21 Sep 2014)

  Changed paths:
    M htdocs/commande/fiche.php

  Log Message:
  -----------
  Fixed syntax error in commande document generation


  Commit: 13f91a645c5343ac40576d3d693ed11f129580a9
      
https://github.com/Dolibarr/dolibarr/commit/13f91a645c5343ac40576d3d693ed11f129580a9
  Author: Marcos García de La Fuente <address@hidden>
  Date:   2014-09-21 (Sun, 21 Sep 2014)

  Changed paths:
    M htdocs/expedition/fiche.php

  Log Message:
  -----------
  Fixed syntax error problem


  Commit: 8e1f9c8d708abd69e79470703bec8db4147c27f0
      
https://github.com/Dolibarr/dolibarr/commit/8e1f9c8d708abd69e79470703bec8db4147c27f0
  Author: Marcos García de La Fuente <address@hidden>
  Date:   2014-09-22 (Mon, 22 Sep 2014)

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

  Log Message:
  -----------
  Added missing function in Expedition::generateDocument


  Commit: 9244ef23afbc25475acf1ba61b5b839d22e1b917
      
https://github.com/Dolibarr/dolibarr/commit/9244ef23afbc25475acf1ba61b5b839d22e1b917
  Author: Marcos García de La Fuente <address@hidden>
  Date:   2014-09-22 (Mon, 22 Sep 2014)

  Changed paths:
    M htdocs/core/modules/supplier_invoice/pdf/pdf_canelle.modules.php
    M htdocs/core/modules/supplier_order/pdf/pdf_muscadet.modules.php

  Log Message:
  -----------
  Removed 2nd argument of muscadet and canelle model __construct function


  Commit: 016c889aa8562944e1a270553940c8308578261c
      
https://github.com/Dolibarr/dolibarr/commit/016c889aa8562944e1a270553940c8308578261c
  Author: Marcos García de La Fuente <address@hidden>
  Date:   2014-09-22 (Mon, 22 Sep 2014)

  Changed paths:
    M htdocs/fourn/class/fournisseur.commande.class.php
    M htdocs/fourn/class/fournisseur.facture.class.php

  Log Message:
  -----------
  Refactored CommandeFournisseur::generateDocument and 
FactureFournisseur::generateDocument


  Commit: 8f492a6677e6e7abd78ce2c726f1fd98e0619439
      
https://github.com/Dolibarr/dolibarr/commit/8f492a6677e6e7abd78ce2c726f1fd98e0619439
  Author: Marcos García de La Fuente <address@hidden>
  Date:   2014-09-22 (Mon, 22 Sep 2014)

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

  Log Message:
  -----------
  Documented commonObject::commonGenerateDocument


  Commit: dc96e10215a1f0c2c51452404dbcc45241dad41c
      
https://github.com/Dolibarr/dolibarr/commit/dc96e10215a1f0c2c51452404dbcc45241dad41c
  Author: Laurent Destailleur <address@hidden>
  Date:   2014-09-23 (Tue, 23 Sep 2014)

  Changed paths:
    M htdocs/adherents/card_subscriptions.php
    M htdocs/comm/propal.php
    M htdocs/comm/propal/class/propal.class.php
    M htdocs/commande/card.php
    M htdocs/commande/class/commande.class.php
    M htdocs/compta/facture.php
    M htdocs/compta/facture/class/facture.class.php
    M htdocs/compta/paiement/card.php
    M htdocs/compta/payment_sc/card.php
    M htdocs/contrat/class/contrat.class.php
    M htdocs/core/class/commonobject.class.php
    M htdocs/core/lib/invoice2.lib.php
    M htdocs/core/modules/commande/modules_commande.php
    M htdocs/core/modules/contract/modules_contract.php
    M htdocs/core/modules/expedition/modules_expedition.php
    M htdocs/core/modules/facture/modules_facture.php
    M htdocs/core/modules/livraison/modules_livraison.php
    M htdocs/core/modules/project/modules_project.php
    M htdocs/core/modules/project/task/modules_task.php
    M htdocs/core/modules/propale/modules_propale.php
    M htdocs/core/modules/supplier_invoice/modules_facturefournisseur.php
    M htdocs/core/modules/supplier_invoice/pdf/pdf_canelle.modules.php
    M htdocs/core/modules/supplier_order/modules_commandefournisseur.php
    M htdocs/core/modules/supplier_order/pdf/pdf_muscadet.modules.php
    M htdocs/expedition/card.php
    M htdocs/expedition/class/expedition.class.php
    M htdocs/fourn/class/fournisseur.commande.class.php
    M htdocs/fourn/class/fournisseur.facture.class.php
    M htdocs/fourn/commande/card.php
    M htdocs/fourn/facture/card.php
    M htdocs/livraison/card.php
    M htdocs/livraison/class/livraison.class.php
    M htdocs/projet/card.php
    M htdocs/projet/class/project.class.php
    M htdocs/projet/class/task.class.php
    M htdocs/projet/tasks/task.php
    M htdocs/webservices/server_order.php
    M test/phpunit/BuildDocTest.php

  Log Message:
  -----------
  Merge branch 'oop-pdf' of github.com:marcosgdf/dolibarr into
marcosgdf-oop-pdf

Conflicts:
        htdocs/projet/class/project.class.php


  Commit: 7bf922c8d68d5f15b7773b61862e2e6a295f0df5
      
https://github.com/Dolibarr/dolibarr/commit/7bf922c8d68d5f15b7773b61862e2e6a295f0df5
  Author: Laurent Destailleur <address@hidden>
  Date:   2014-09-23 (Tue, 23 Sep 2014)

  Changed paths:
    M htdocs/adherents/card_subscriptions.php
    M htdocs/comm/propal.php
    M htdocs/comm/propal/class/propal.class.php
    M htdocs/commande/card.php
    M htdocs/commande/class/commande.class.php
    M htdocs/compta/facture.php
    M htdocs/compta/facture/class/facture.class.php
    M htdocs/compta/paiement/card.php
    M htdocs/compta/payment_sc/card.php
    M htdocs/contrat/class/contrat.class.php
    M htdocs/core/class/commonobject.class.php
    M htdocs/core/lib/invoice2.lib.php
    M htdocs/core/modules/commande/modules_commande.php
    M htdocs/core/modules/contract/modules_contract.php
    M htdocs/core/modules/expedition/modules_expedition.php
    M htdocs/core/modules/facture/modules_facture.php
    M htdocs/core/modules/livraison/modules_livraison.php
    M htdocs/core/modules/project/modules_project.php
    M htdocs/core/modules/project/task/modules_task.php
    M htdocs/core/modules/propale/modules_propale.php
    M htdocs/core/modules/supplier_invoice/modules_facturefournisseur.php
    M htdocs/core/modules/supplier_invoice/pdf/pdf_canelle.modules.php
    M htdocs/core/modules/supplier_order/modules_commandefournisseur.php
    M htdocs/core/modules/supplier_order/pdf/pdf_muscadet.modules.php
    M htdocs/expedition/card.php
    M htdocs/expedition/class/expedition.class.php
    M htdocs/fourn/class/fournisseur.commande.class.php
    M htdocs/fourn/class/fournisseur.facture.class.php
    M htdocs/fourn/commande/card.php
    M htdocs/fourn/facture/card.php
    M htdocs/livraison/card.php
    M htdocs/livraison/class/livraison.class.php
    M htdocs/projet/card.php
    M htdocs/projet/class/project.class.php
    M htdocs/projet/class/task.class.php
    M htdocs/projet/tasks/task.php
    M htdocs/webservices/server_order.php
    M test/phpunit/BuildDocTest.php

  Log Message:
  -----------
  Merge branch 'marcosgdf-oop-pdf' into develop


Compare: 
https://github.com/Dolibarr/dolibarr/compare/bd6afa10edc2...7bf922c8d68d

reply via email to

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