[open-ils-commits] r17238 - trunk/Open-ILS/web/templates/default/conify/global/acq (atz)
svn at svn.open-ils.org
svn at svn.open-ils.org
Wed Aug 18 11:33:44 EDT 2010
Author: atz
Date: 2010-08-18 11:33:41 -0400 (Wed, 18 Aug 2010)
New Revision: 17238
Modified:
trunk/Open-ILS/web/templates/default/conify/global/acq/edi_account.tt2
Log:
Descriptive notes in interface
Modified: trunk/Open-ILS/web/templates/default/conify/global/acq/edi_account.tt2
===================================================================
--- trunk/Open-ILS/web/templates/default/conify/global/acq/edi_account.tt2 2010-08-18 15:30:44 UTC (rev 17237)
+++ trunk/Open-ILS/web/templates/default/conify/global/acq/edi_account.tt2 2010-08-18 15:33:41 UTC (rev 17238)
@@ -27,6 +27,9 @@
}
}
</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 @@
</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 %]
More information about the open-ils-commits
mailing list