Descriptive notes in interface
authoratz <atz@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Wed, 18 Aug 2010 15:33:41 +0000 (15:33 +0000)
committeratz <atz@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Wed, 18 Aug 2010 15:33:41 +0000 (15:33 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/trunk@17238 dcc99617-32d9-48b4-a31d-7c20da2025e4

Open-ILS/web/templates/default/conify/global/acq/edi_account.tt2

index af76e3b..4854e8c 100644 (file)
@@ -27,6 +27,9 @@ function formatProvider(value) {
     }
 }
 </script>
+<style type="text/css">
+    .footer_notes { padding-top: 16px; font-size: smaller; }
+</style>
 
 <div id='main-list-div'>
     <div dojoType="dijit.layout.ContentPane" layoutAlign='top'>
@@ -62,6 +65,13 @@ function formatProvider(value) {
             </thead>
         </table>
     </div>
+    <div class="footer_notes">
+        <b>Username</b>, <b>Password</b> and <b>Account</b> are (s)FTP/SSH parameters.<br />
+        <b>Account</b> is unlikely to be used by modern systems and should typically be empty.<br />
+        <b>Vendor Account Number</b> (VAN) is vendor-assigned, only needed if different than the org_unit SAN.<br />
+        <b>Vendor Assigned Code</b> (VAC) is essentially a sub-account designation, e.g. '0001'.  It can be used with or without VAN.<br />
+        The location of codes in the EDI message itself may vary according to vendor-specific semantics.
+    </div>
 </div>
 
 [% END %]