Files @ 6e91d81ce1cc
Branch filter:

Location: NPO-Accounting/npo-accounting-ikiwiki/about/javascript.html

bkuhn
Additional request state: Pre-Approval

Many travel policies, for example, require that certain expenses be
approved before tickets can be purchased. An example from Conservancy's
travel policy include: hotel bookings beyond the GSA/Dept-of-State Per
Diem hotel rate, and flights that exceed the with-$100-of-cheapest rule.

As such, requestors need the ability to request preapproval.

These changes herein committed, however, do *not* account for the fact
that a request may already be "In Progress" when another expense comes
up. An example of that is a flight was booked already in policy and the
requestor, and uploaded, and the requestor then discovers later that the
hotel is out-of-policy and needs preapproval. We can perhaps ignore
this scenario for the first specification of this to avoid
feature-creep, but I wanted to flag it as a potential issue for future.

The work around might be that the Bookkeeper is allowed to move a
request between any state to another, so the work-around in this
specific instance may have to require an out-of-band conversation
between bookkeeper and requestor. That's not disaster.
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<title>Javascript used on this site</title>
</head>
<body>
  
<p>This site attempts to be compliant
  with <a href="http://www.gnu.org/software/librejs/">LibreJS</a> and respect
  the freedoms of users who load this site.  Here is the Javscript used on
  this site, with license information and source code:</p>


<table id="jslicense-labels1">
  <thead>
  <tr><th>Script</th><th>License</th><th>Source</th></tr>
  </thead>

  <tr>
        <td><a href="/bootstrap.js">bootstrap.js</a></td>
        <td><a href="http://www.apache.org/licenses/LICENSE-2.0">Apache-2.0</a></td>
       <td><a href="/bootstrap-3.0.0.zip">bootstrap source code</a> </td>
  </tr>

    <tr>
      <td><a href="/jquery-1.10.2.js">jquery-1.10.2.js</a></td>
      <td><a href="https://jquery.org/license/">permissive MIT
          License</a></td>
       <td><a href="/jquery-1.10.2-source.js">jQuery 1.10.2 source code</a> </td>
    </tr>
</table>
</body>
</html>