Changes between Version 17 and Version 18 of UserGuidelines/Requests


Ignore:
Timestamp:
04/20/16 08:44:02 (9 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • UserGuidelines/Requests

    v17 v18  
    1111
    1212In future there are plans to also be able to request Assets.
     13=== Settings ===
     14There is a key decision as to whether to have a 2-step process with Commits or whether to simply Dispatch straight to Requests...the former is more suitable where there are many dispatch centers 'competing' to fulfill requests...the latter for when a dispatch center is the only place fulfilling (it's) Requests.
     15The default is to use commits, to disable this:
     16{{{
     17settings.req.use_commit = False
     18}}}
     19
     20Which request types are enabled is controlled via this setting:
     21{{{
     22settings.req.req_type = ("Stock", "People", "Other")
     23}}}
     24
     25There are several other settings, but these are the key ones.
     26
    1327=== Request Status ===
    1428==== Commit ====