Koha/koha-tmpl/intranet-tmpl/prog/en/modules/reports
Hector Castro d4394d88ea Bug 16594: Orders by fund report has wrong link to css and other issues
Orders by fund has wrong link to css and other issues
-> The example in the wiki is wrong: <https://wiki.koha-community.org/wiki/DataTables_HowTo>
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/datatables.css" />
  [% INCLUDE 'datatables.inc' %]
-> Must be:
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/datatables.css" />
-> Missing <th></th> in <tfoot> tag
-> Wrong word used "Date deceived" should be "Date received"

NOTE: Wiki needs to be updated

To test:
-Look the code and notice about if else cluase without curly brackets
-Go to Reports > Orders by fund
-Play with: in filters 'All fund' Output: 'to screen into the browser'
-You will see a DataTable displayed in screen clutter
-Notice about 'Date deceived' and the foot of table
-Apply patch
-Refresh or execute again the report

Signed-off-by: Sinziana <s.paltineanu@berlin.bard.edu>

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>

Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
2016-06-17 14:53:45 +00:00
..
csv Bug 11371 - Add a new report : Orders by fund with more options 2016-04-29 12:20:25 +00:00
acquisitions_stats.tt Bug 15413: Adding colons where appropriate 2016-03-25 21:50:56 +00:00
bor_issues_top.tt
borrowers_out.tt Bug 15413: Adding colons where appropriate 2016-03-25 21:50:56 +00:00
borrowers_stats.tt Bug 15413: Adding colons where appropriate 2016-03-25 21:50:56 +00:00
cat_issues_top.tt Bug 15413: Adding colons where appropriate 2016-03-25 21:50:56 +00:00
catalogue_out.tt Bug 15927 - Remove use of <tr class="highlight"> for alternating row colors 2016-03-02 22:07:13 +00:00
catalogue_stats.tt Bug 16238: Use .prop() instead of .attr() for 'disabled' 2016-04-29 14:18:24 +00:00
dictionary.tt Bug 16368 - Remove obsolete attributes from table tags 2016-04-29 16:13:02 +00:00
guided_reports_start.tt Bug 16005 - Standardize use of icons for delete and cancel operations 2016-06-03 08:21:25 +00:00
issues_avg_stats.tt
issues_by_borrower_category.tt
issues_stats.tt Bug 15413: Adding colons where appropriate 2016-03-25 21:50:56 +00:00
itemslost.tt Bug 16241 - Move staff client CSS out of language directory 2016-04-29 13:54:37 +00:00
itemtypes.tt Bug 16241 - Move staff client CSS out of language directory 2016-04-29 13:54:37 +00:00
orders_by_budget.tt Bug 16594: Orders by fund report has wrong link to css and other issues 2016-06-17 14:53:45 +00:00
reports-home.tt Bug 11371 - Add a new report : Orders by fund with more options 2016-04-29 12:20:25 +00:00
reserves_stats.tt Bug 15413: Adding colons where appropriate 2016-03-25 21:50:56 +00:00
serials_stats.tt Bug 16241 - Move staff client CSS out of language directory 2016-04-29 13:54:37 +00:00
stats_screen.tt