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:
Jonathan Druart 2020-05-02 15:42:18 +02:00 committed by Martin Renvoize
parent af4d8a5751
commit 6a5cdfa37f
Signed by: martin.renvoize
GPG key ID: 422B469130441A0F
3 changed files with 5 additions and 5 deletions

View file

@ -2,7 +2,7 @@ $DBversion = 'XXX'; # will be replaced by the RM
if( CheckVersion( $DBversion ) ) {
$dbh->do(q{
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 ~%]
[%~ SET biblio = order.biblio ~%]
"[% biblio.title %]"[% separator ~%]

View file

@ -28,14 +28,14 @@ tables:
multiline: [ content ]
rows:
- profile: "issues to claim"
description: "default CSV export for serial issue claims"
description: "Default CSV export for serial issue claims"
content:
- "SUPPLIER=aqbooksellers.name|TITLE=subscription.title|ISSUE NUMBER=serial.serialseq|LATE SINCE=serial.planneddate"
csv_separator: ","
type: sql
used_for: late_issues
- profile: "Late orders (csv profile)"
description: "default CSV export for late orders"
- profile: "Late orders (CSV profile)"
description: "Default CSV export for late orders"
content:
- 'Title[% separator %]Author[% separator %]Publication year[% separator %]ISBN[% separator %]Quantity[% separator %]Number of claims'
- '[% FOR order IN orders ~%]'

View file

@ -210,7 +210,7 @@
<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 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>
</ol>
</fieldset>