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

(-)a/installer/data/mysql/en/optional/csv_profiles.sql (-2 lines)
Lines 1-2 Link Here
1
INSERT IGNORE INTO export_format( profile, description, content, csv_separator, type, used_for ) 
2
VALUES ( "issues to claim", "default CSV export for serial issue claims", "SUPPLIER=aqbooksellers.name|TITLE=subscription.title|ISSUE NUMBER=serial.serialseq|LATE SINCE=serial.planneddate", ",", "sql", "late_issues" );
(-)a/installer/data/mysql/en/optional/csv_profiles.txt (-3 lines)
Lines 1-3 Link Here
1
CSV profiles
2
3
Default CSV export profiles; including one for exporting serial claims.
(-)a/installer/data/mysql/en/optional/csv_profiles.yml (-1 / +36 lines)
Line 0 Link Here
0
- 
1
---
2
#
3
#  Copyright 2020 Koha Development Team
4
#
5
#  This file is part of Koha.
6
#
7
#  Koha is free software; you can redistribute it and/or modify it under the
8
#  terms of the GNU General Public License as published by the Free Software
9
#  Foundation; either version 2 of the License, or (at your option) any later
10
#  version.
11
#
12
#  Koha is distributed in the hope that it will be useful, but WITHOUT ANY
13
#  WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
14
#  A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
15
#
16
#  You should have received a copy of the GNU General Public License along
17
#  with Koha; if not, write to the Free Software Foundation, Inc.,
18
#  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19
#
20
21
description:
22
  - "CSV profiles"
23
  - ""
24
  - "Default CSV export profiles; including one for exporting serial claims."
25
26
tables:
27
  - export_format:
28
      translatable: [ profile, description ]
29
      multiline: []
30
      rows:
31
        - profile: "issues to claim"
32
          description: "default CSV export for serial issue claims"
33
          content: "SUPPLIER=aqbooksellers.name|TITLE=subscription.title|ISSUE NUMBER=serial.serialseq|LATE SINCE=serial.planneddate"
34
          csv_separator: ","
35
          type: sql
36
          used_for: late_issues

Return to bug 24584