[koha-commits] main Koha release repository branch master updated. v3.22.00-1384-g97e36c0

Git repo owner gitmaster at git.koha-community.org
Fri Apr 29 14:16:44 CEST 2016


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "main Koha release repository".

The branch, master has been updated
       via  97e36c02648e7de5711f4542c9140e763b4a30e8 (commit)
      from  ae40e5e4c68f50ef1c68e8901e46c73e50c31a0a (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 97e36c02648e7de5711f4542c9140e763b4a30e8
Author: Bouzid Fergani <bouzid.fergani at inlibro.com>
Date:   Thu Mar 5 10:56:14 2015 -0500

    Bug 11371 - Add a new report : Orders by fund with more options
    
     Add option show or no inactive budget and more options
     Use subroutine GetBudgetHierarchy for return all budgets
     Delete subroutine GetBudgetPeriodDescription and theire tests
     Use Price TT plugin
     Correct name of column and capitalization the first letter
     Add  checkbox for show inactive budgets, default the drop down list containt a active budget
     Not use [i] for inactive budgets, i add (inactive) at the end of inactive budget
     Add vendor note in the list of show attribute
    
     Test case:
        Go to Home > Reports > Orders by fund
        Select one or all budgets
        You can show the inactive budget, default the drop down list containt a active budget
        Choose output to screen ou csv file
    
    Works as expected. QA tools OK with Bug 16104 applied.
    Signed-off-by: Marc Véron <veron at veron.ch>
    
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    - changed 'Fund (budget):' back to 'Fund:', as the budget
      no longer shows in the pull down.
    - Fixed number of tests in Budgets.t
    - Removed &GetBudgetPeriodDescription
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

-----------------------------------------------------------------------

Summary of changes:
 C4/Budgets.pm                                      |  122 ++++++++++-
 .../csv_headers/reports/orders_by_budget.tt        |    1 +
 .../en/modules/reports/csv/orders_by_budget.tt     |   12 ++
 .../prog/en/modules/reports/orders_by_budget.tt    |  161 +++++++++++++++
 .../prog/en/modules/reports/reports-home.tt        |   79 +++----
 reports/orders_by_fund.pl                          |  216 ++++++++++++++++++++
 t/db_dependent/Acquisition.t                       |   22 +-
 t/db_dependent/Budgets.t                           |   13 +-
 8 files changed, 580 insertions(+), 46 deletions(-)
 create mode 100644 koha-tmpl/intranet-tmpl/prog/en/includes/csv_headers/reports/orders_by_budget.tt
 create mode 100644 koha-tmpl/intranet-tmpl/prog/en/modules/reports/csv/orders_by_budget.tt
 create mode 100644 koha-tmpl/intranet-tmpl/prog/en/modules/reports/orders_by_budget.tt
 create mode 100755 reports/orders_by_fund.pl


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list