Bug 16842: Help for EDI accounts
authorAleisha <aleishaamohia@hotmail.com>
Mon, 4 Jul 2016 01:34:19 +0000 (01:34 +0000)
committerKyle M Hall <kyle@bywatersolutions.com>
Fri, 9 Sep 2016 13:09:21 +0000 (13:09 +0000)
To test:

1) Go to Admin -> EDI accounts
2) Click Help in top-right corner
3) Confirm that Help window opens with appropriate help text
4) Confirm links work as expected

Sponsored-by: Catalyst IT
Signed-off-by: Marc VĂ©ron <veron@veron.ch>
Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Fixed link to the manual: cat -> acq

Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/edi_accounts.tt [new file with mode: 0644]

diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/edi_accounts.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/edi_accounts.tt
new file mode 100644 (file)
index 0000000..7e14f4d
--- /dev/null
@@ -0,0 +1,17 @@
+[% INCLUDE 'help-top.inc' %]
+
+<h1>Vendor EDI accounts</h1>
+
+<p>From here you can set up the information needed to connect to your acquisitions vendors</p>
+
+<p style="color: #990000;">Note: Before you begin, you must set up at least one <a href="http://manual.koha-community.org/[% helpVersion %]/en/acqvendors.html#addacqvendor">Vendor in Acquisitions</a>.</p>
+
+<p>To add account information, click the 'New account' button.</p>
+
+<p>Enter your vendor information in the form that appears.</p>
+
+<p>Each vendor will have one account.</p>
+
+<p><strong>See the full documentation for EDI accounts in the <a href="http://manual.koha-community.org/[% helpVersion %]/en/acqadmin.html#ediaccounts">manual</a> (online).</strong></p>
+
+[% INCLUDE 'help-bottom.inc' %]