View | Details | Raw Unified | Return to bug 40086
Collapse All | Expand All

(-)a/admin/columns_settings.yml (-4 / +119 lines)
Lines 1019-1029 modules: Link Here
1019
    usage_data_providers:
1019
    usage_data_providers:
1020
      usage_data_providers:
1020
      usage_data_providers:
1021
        columns:
1021
        columns:
1022
            - 
1022
            -
1023
              columnname: name
1023
              columnname: name
1024
            -
1024
            -
1025
              columnname: description
1025
              columnname: description
1026
            - 
1026
            -
1027
              columnname: actions
1027
              columnname: actions
1028
              cannot_be_toggled: 1
1028
              cannot_be_toggled: 1
1029
              cannot_be_modified: 1
1029
              cannot_be_modified: 1
Lines 1041-1047 modules: Link Here
1041
              columnname: filename
1041
              columnname: filename
1042
            -
1042
            -
1043
              columnname: importdate
1043
              columnname: importdate
1044
            - 
1044
            -
1045
              columnname: actions
1045
              columnname: actions
1046
              cannot_be_toggled: 1
1046
              cannot_be_toggled: 1
1047
              cannot_be_modified: 1
1047
              cannot_be_modified: 1
Lines 1628-1633 modules: Link Here
1628
              cannot_be_modified: 1
1628
              cannot_be_modified: 1
1629
1629
1630
  circ:
1630
  circ:
1631
    article-requests:
1632
      article-requests-requested-table:
1633
        default_sort_order: 13
1634
        columns:
1635
            -
1636
              columnname: selections
1637
              cannot_be_toggled: 1
1638
              cannot_be_modified: 1
1639
            -
1640
              columnname: title
1641
            -
1642
              columnname: requested_article
1643
            -
1644
              columnname: collection
1645
            -
1646
              columnname: item_type
1647
            -
1648
              columnname: call_number
1649
            -
1650
              columnname: status
1651
            -
1652
              columnname: copy_number
1653
            -
1654
              columnname: enumeration
1655
            -
1656
              columnname: barcode
1657
            -
1658
              columnname: format
1659
            -
1660
              columnname: urls
1661
            -
1662
              columnname: patron
1663
            -
1664
              columnname: date
1665
            -
1666
              columnname: actions
1667
              cannot_be_toggled: 1
1668
              cannot_be_modified: 1
1669
1670
      article-requests-pending-table:
1671
        default_sort_order: 13
1672
        columns:
1673
            -
1674
              columnname: selections
1675
              cannot_be_toggled: 1
1676
              cannot_be_modified: 1
1677
            -
1678
              columnname: title
1679
            -
1680
              columnname: requested_article
1681
            -
1682
              columnname: collection
1683
            -
1684
              columnname: item_type
1685
            -
1686
              columnname: call_number
1687
            -
1688
              columnname: status
1689
            -
1690
              columnname: copy_number
1691
            -
1692
              columnname: enumeration
1693
            -
1694
              columnname: barcode
1695
            -
1696
              columnname: format
1697
            -
1698
              columnname: urls
1699
            -
1700
              columnname: patron
1701
            -
1702
              columnname: date
1703
            -
1704
              columnname: actions
1705
              cannot_be_toggled: 1
1706
              cannot_be_modified: 1
1707
1708
      article-requests-processing-table:
1709
        default_sort_order: 13
1710
        columns:
1711
            -
1712
              columnname: selections
1713
              cannot_be_toggled: 1
1714
              cannot_be_modified: 1
1715
            -
1716
              columnname: title
1717
            -
1718
              columnname: requested_article
1719
            -
1720
              columnname: collection
1721
            -
1722
              columnname: item_type
1723
            -
1724
              columnname: call_number
1725
            -
1726
              columnname: status
1727
            -
1728
              columnname: copy_number
1729
            -
1730
              columnname: enumeration
1731
            -
1732
              columnname: barcode
1733
            -
1734
              columnname: format
1735
            -
1736
              columnname: urls
1737
            -
1738
              columnname: patron
1739
            -
1740
              columnname: date
1741
            -
1742
              columnname: actions
1743
              cannot_be_toggled: 1
1744
              cannot_be_modified: 1
1745
1631
    circulation:
1746
    circulation:
1632
      issues-table:
1747
      issues-table:
1633
        columns:
1748
        columns:
Lines 2580-2583 modules: Link Here
2580
            -
2695
            -
2581
              columnname: actions
2696
              columnname: actions
2582
              cannot_be_toggled: 1
2697
              cannot_be_toggled: 1
2583
              cannot_be_modified: 1
2698
              cannot_be_modified: 1
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/article-requests.tt (-10 / +14 lines)
Lines 5-10 Link Here
5
[% USE AuthorisedValues %]
5
[% USE AuthorisedValues %]
6
[% USE Asset %]
6
[% USE Asset %]
7
[% USE raw %]
7
[% USE raw %]
8
[% USE TablesSettings %]
8
[% PROCESS 'i18n.inc' %]
9
[% PROCESS 'i18n.inc' %]
9
[% SET footerjs = 1 %]
10
[% SET footerjs = 1 %]
10
[% INCLUDE 'doc-head-open.inc' %]
11
[% INCLUDE 'doc-head-open.inc' %]
Lines 207-214 Link Here
207
                <table id="article-requests-requested-table">
208
                <table id="article-requests-requested-table">
208
                    <thead>
209
                    <thead>
209
                        <tr>
210
                        <tr>
210
                            <th />
211
                            <th class="no-sort no-export"></th>
211
                            <th class="ar-title">Title</th>
212
                            <th class="ar-title anti-the">Title</th>
212
                            <th class="ar-request">Requested article</th>
213
                            <th class="ar-request">Requested article</th>
213
                            <th class="ar-collection">Collection</th>
214
                            <th class="ar-collection">Collection</th>
214
                            <th class="ar-itemtype">Item type</th>
215
                            <th class="ar-itemtype">Item type</th>
Lines 314-321 Link Here
314
                <table id="article-requests-pending-table">
315
                <table id="article-requests-pending-table">
315
                    <thead>
316
                    <thead>
316
                        <tr>
317
                        <tr>
317
                            <th />
318
                            <th class="no-export no-sort"> </th>
318
                            <th class="ar-title">Title</th>
319
                            <th class="ar-title anti-the">Title</th>
319
                            <th class="ar-request">Requested article</th>
320
                            <th class="ar-request">Requested article</th>
320
                            <th class="ar-collection">Collection</th>
321
                            <th class="ar-collection">Collection</th>
321
                            <th class="ar-itemtype">Item type</th>
322
                            <th class="ar-itemtype">Item type</th>
Lines 420-427 Link Here
420
                <table id="article-requests-processing-table">
421
                <table id="article-requests-processing-table">
421
                    <thead>
422
                    <thead>
422
                        <tr>
423
                        <tr>
423
                            <th />
424
                            <th class="no-export no-sort"> </th>
424
                            <th class="ar-title">Title</th>
425
                            <th class="ar-title anti-the">Title</th>
425
                            <th class="ar-request">Requested article</th>
426
                            <th class="ar-request">Requested article</th>
426
                            <th class="ar-collection">Collection</th>
427
                            <th class="ar-collection">Collection</th>
427
                            <th class="ar-itemtype">Item type</th>
428
                            <th class="ar-itemtype">Item type</th>
Lines 574-586 Link Here
574
                if( link.length > 0 ) link[0].focus();
575
                if( link.length > 0 ) link[0].focus();
575
            });
576
            });
576
577
577
            requested_datatable = $("#article-requests-requested-table").kohaTable();
578
            let requested_table_settings = [% TablesSettings.GetTableSettings( 'circ', 'article-requests', 'article-requests-requested-table', 'json' ) | $raw %]
579
            let pending_table_settings = [% TablesSettings.GetTableSettings( 'circ', 'article-requests', 'article-requests-pending-table', 'json' ) | $raw %]
580
            let processing_table_settings = [% TablesSettings.GetTableSettings( 'circ', 'article-requests', 'article-requests-processing-table', 'json' ) | $raw %]
581
582
            requested_datatable = $("#article-requests-requested-table").kohaTable({}, requested_table_settings);
578
            requested_dt = requested_datatable.DataTable();
583
            requested_dt = requested_datatable.DataTable();
579
584
580
            pending_datatable = $("#article-requests-pending-table").kohaTable();
585
            pending_datatable = $("#article-requests-pending-table").kohaTable({}, pending_table_settings);
581
            pending_dt = pending_datatable.DataTable();
586
            pending_dt = pending_datatable.DataTable();
582
587
583
            processing_datatable = $("#article-requests-processing-table").kohaTable();
588
            processing_datatable = $("#article-requests-processing-table").kohaTable({}, processing_table_settings);
584
            processing_dt = processing_datatable.DataTable();
589
            processing_dt = processing_datatable.DataTable();
585
590
586
            active_datatable = requested_datatable;
591
            active_datatable = requested_datatable;
587
- 

Return to bug 40086