View | Details | Raw Unified | Return to bug 6473
Collapse All | Expand All

(-)a/C4/Reserves.pm (-5 / +7 lines)
Lines 69-78 This modules provides somes functions to deal with reservations. Link Here
69
  The following columns contains important values :
69
  The following columns contains important values :
70
  - priority >0      : then the reserve is at 1st stage, and not yet affected to any item.
70
  - priority >0      : then the reserve is at 1st stage, and not yet affected to any item.
71
             =0      : then the reserve is being dealed
71
             =0      : then the reserve is being dealed
72
  - found : NULL       : means the patron requested the 1st available, and we haven't chosen the item
72
  - found : NULL         : means the patron requested the 1st available, and we haven't chosen the item
73
            T(ransit)  : the reserve is linked to an item but is in transit to the pickup branch
73
            T(ransit)    : the reserve is linked to an item but is in transit to the pickup branch
74
            W(aiting)  : the reserve is linked to an item, is at the pickup branch, and is waiting on the hold shelf
74
            W(aiting)    : the reserve is linked to an item, is at the pickup branch, and is waiting on the hold shelf
75
            F(inished) : the reserve has been completed, and is done
75
            F(inished)   : the reserve has been completed, and is done
76
            P(rocessing) : reserved item has been returned using self-check machine and reserve needs to be confirmed
77
                           by librarian before notice is send and status changed to waiting.
78
                           Applicable only if HoldsNeedProcessingSIP system preference is set.
76
  - itemnumber : empty : the reserve is still unaffected to an item
79
  - itemnumber : empty : the reserve is still unaffected to an item
77
                 filled: the reserve is attached to an item
80
                 filled: the reserve is attached to an item
78
  The complete workflow is :
81
  The complete workflow is :
79
- 

Return to bug 6473