Giter Site home page Giter Site logo

almaprisminvoice's People

Contributors

ctgraham avatar

Watchers

 avatar  avatar  avatar  avatar

almaprisminvoice's Issues

Use Vendor Code and Invoice ID as Description

<!-- TODO: was Voyager "vendor code" + " " + "voucher id", what should this be now? -->
<xsl:call-template name="fixlenstring">
<xsl:with-param name="pLength">32</xsl:with-param>
<xsl:with-param name="pString">
<xsl:value-of select="../../../../inv:vendor_code" />
<xsl:text> </xsl:text>
<xsl:value-of select="../../../../inv:unique_identifier" />
</xsl:with-param>
</xsl:call-template>

Set the PRISM Description as the Vendor Code and unique identifier for the Alma Invoice.

Change Vendor Additional Code to second component of Vendor FinSys Code

<!-- 8 - 22, Vendor Site Code -->
<xsl:call-template name="fixlenstring">
<xsl:with-param name="pLength">15</xsl:with-param>
<xsl:with-param name="pString">
<xsl:value-of select="../../../../inv:vendor_additional_code" />
</xsl:with-param>
</xsl:call-template>

Instead of mapping the Vendor Additional Code to the PRISM Site Code, use the second component of the Vendor FinSys Code (after the pipe).

Map Alma Ledger Name to PRISM Source

<!-- TODO: Convert Ledger Name into "ULS Library", "HSLS Library", "Law Library" -->
<xsl:call-template name="fixlenstring">
<xsl:with-param name="pLength">32</xsl:with-param>
<xsl:with-param name="pString">
<xsl:value-of select="inv:ledger_name" />
</xsl:with-param>
</xsl:call-template>

Map all values of Alma Ledgers (by prefix of naming convention) to the PRISM source values of:

  • ULS Library
  • HSLS Library
  • Law Library

Confirm mapping of Invoice Line Type

<!-- TODO: MISC (Processing?), TAX (?) -->
<xsl:when test="../../inv:line-type[text() = 'SHIPMENT']">FREIGHT</xsl:when>
<!-- TODO: verify if this is a safe assumption, or if we should enumerate each inv:line-type -->
<xsl:otherwise>ITEM</xsl:otherwise>

FIS instructs to only use ITEM or FREIGHT for import. We need to confirm the mapping of possible Alma line types to these two PRISM line types.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.