Bug 24163: (QA follow-up) Fix wordings
Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
This commit is contained in:
parent
af4d8a5751
commit
6a5cdfa37f
3 changed files with 5 additions and 5 deletions
|
@ -2,7 +2,7 @@ $DBversion = 'XXX'; # will be replaced by the RM
|
||||||
if( CheckVersion( $DBversion ) ) {
|
if( CheckVersion( $DBversion ) ) {
|
||||||
$dbh->do(q{
|
$dbh->do(q{
|
||||||
INSERT IGNORE INTO export_format( profile, description, content, csv_separator, type, used_for ) VALUES
|
INSERT IGNORE INTO export_format( profile, description, content, csv_separator, type, used_for ) VALUES
|
||||||
("Late orders (csv profile)", "default CSV export for late orders", 'Title[% separator %]Author[% separator %]Publication year[% separator %]ISBN[% separator %]Quantity[% separator %]Number of claims
|
("Late orders (CSV profile)", "Default CSV export for late orders", 'Title[% separator %]Author[% separator %]Publication year[% separator %]ISBN[% separator %]Quantity[% separator %]Number of claims
|
||||||
[% FOR order IN orders ~%]
|
[% FOR order IN orders ~%]
|
||||||
[%~ SET biblio = order.biblio ~%]
|
[%~ SET biblio = order.biblio ~%]
|
||||||
"[% biblio.title %]"[% separator ~%]
|
"[% biblio.title %]"[% separator ~%]
|
||||||
|
|
|
@ -28,14 +28,14 @@ tables:
|
||||||
multiline: [ content ]
|
multiline: [ content ]
|
||||||
rows:
|
rows:
|
||||||
- profile: "issues to claim"
|
- profile: "issues to claim"
|
||||||
description: "default CSV export for serial issue claims"
|
description: "Default CSV export for serial issue claims"
|
||||||
content:
|
content:
|
||||||
- "SUPPLIER=aqbooksellers.name|TITLE=subscription.title|ISSUE NUMBER=serial.serialseq|LATE SINCE=serial.planneddate"
|
- "SUPPLIER=aqbooksellers.name|TITLE=subscription.title|ISSUE NUMBER=serial.serialseq|LATE SINCE=serial.planneddate"
|
||||||
csv_separator: ","
|
csv_separator: ","
|
||||||
type: sql
|
type: sql
|
||||||
used_for: late_issues
|
used_for: late_issues
|
||||||
- profile: "Late orders (csv profile)"
|
- profile: "Late orders (CSV profile)"
|
||||||
description: "default CSV export for late orders"
|
description: "Default CSV export for late orders"
|
||||||
content:
|
content:
|
||||||
- 'Title[% separator %]Author[% separator %]Publication year[% separator %]ISBN[% separator %]Quantity[% separator %]Number of claims'
|
- 'Title[% separator %]Author[% separator %]Publication year[% separator %]ISBN[% separator %]Quantity[% separator %]Number of claims'
|
||||||
- '[% FOR order IN orders ~%]'
|
- '[% FOR order IN orders ~%]'
|
||||||
|
|
|
@ -210,7 +210,7 @@
|
||||||
<p>Example: Name=subscription.name|Title=subscription.title|Issue number=serial.serialseq</p>
|
<p>Example: Name=subscription.name|Title=subscription.title|Issue number=serial.serialseq</p>
|
||||||
<p>For late issues claims you can use data from following tables: serial, subscription, biblio, biblioitems and aqbookseller.</p>
|
<p>For late issues claims you can use data from following tables: serial, subscription, biblio, biblioitems and aqbookseller.</p>
|
||||||
<p>For basket exports you can use data from following tables: biblio, biblioitems, aqorders, aqbudgets and aqbasket.</p>
|
<p>For basket exports you can use data from following tables: biblio, biblioitems, aqorders, aqbudgets and aqbasket.</p>
|
||||||
<p>For late orders exports you must provide a Template Toolkit syntax that will generate the whole CSV file..</p>
|
<p>For exporting late orders you must provide a profile in Template Toolkit syntax to generate the CSV file.</p>
|
||||||
</li>
|
</li>
|
||||||
</ol>
|
</ol>
|
||||||
</fieldset>
|
</fieldset>
|
||||||
|
|
Loading…
Reference in a new issue