|
Lines 63-92
BEGIN {
Link Here
|
| 63 |
require Exporter; |
63 |
require Exporter; |
| 64 |
@ISA = qw(Exporter); |
64 |
@ISA = qw(Exporter); |
| 65 |
@EXPORT_OK = qw( |
65 |
@EXPORT_OK = qw( |
| 66 |
&NewSubscription &ModSubscription &DelSubscription |
66 |
GetSuppliersWithLateIssues |
| 67 |
&GetSubscription &CountSubscriptionFromBiblionumber &GetSubscriptionsFromBiblionumber |
67 |
GetSubscriptionHistoryFromSubscriptionId |
| 68 |
&SearchSubscriptions |
68 |
GetSerialStatusFromSerialId |
| 69 |
&GetFullSubscriptionsFromBiblionumber &GetFullSubscription &ModSubscriptionHistory |
69 |
GetSerialInformation |
| 70 |
&HasSubscriptionStrictlyExpired &HasSubscriptionExpired &GetExpirationDate &abouttoexpire |
70 |
AddItem2Serial |
| 71 |
&GetSubscriptionHistoryFromSubscriptionId |
71 |
GetSubscription |
| 72 |
|
72 |
GetFullSubscription |
| 73 |
&GetNextSeq &GetSeq &NewIssue &GetSerials |
73 |
PrepareSerialsData |
| 74 |
&GetLatestSerials &ModSerialStatus &GetNextDate &GetSerials2 |
74 |
GetSubscriptionsFromBiblionumber |
| 75 |
&ReNewSubscription &GetLateOrMissingIssues |
75 |
GetFullSubscriptionsFromBiblionumber |
| 76 |
&GetSerialInformation &AddItem2Serial |
76 |
SearchSubscriptions |
| 77 |
&PrepareSerialsData &GetNextExpected &ModNextExpected |
77 |
GetSerials |
| 78 |
&GetPreviousSerialid |
78 |
GetSerials2 |
| 79 |
|
79 |
GetLatestSerials |
| 80 |
&GetSuppliersWithLateIssues &getsupplierbyserialid |
80 |
GetPreviousSerialid |
| 81 |
&GetDistributedTo &SetDistributedTo |
81 |
GetDistributedTo |
| 82 |
&getroutinglist &delroutingmember &addroutingmember |
82 |
GetNextSeq |
| 83 |
&reorder_members |
83 |
GetSeq |
| 84 |
&check_routing &updateClaim |
84 |
GetExpirationDate |
| 85 |
&CountIssues |
85 |
CountSubscriptionFromBiblionumber |
| 86 |
HasItems |
86 |
ModSubscriptionHistory |
| 87 |
&GetSubscriptionsFromBorrower |
87 |
ModSerialStatus |
| 88 |
&subscriptionCurrentlyOnOrder |
88 |
GetNextExpected |
| 89 |
|
89 |
ModNextExpected |
|
|
90 |
GetSubscriptionIrregularities |
| 91 |
ModSubscription |
| 92 |
NewSubscription |
| 93 |
ReNewSubscription |
| 94 |
NewIssue |
| 95 |
HasSubscriptionStrictlyExpired |
| 96 |
HasSubscriptionExpired |
| 97 |
SetDistributedto |
| 98 |
DelSubscription |
| 99 |
DelIssue |
| 100 |
GetLateOrMissingIssues |
| 101 |
updateClaim |
| 102 |
getsupplierbyserialid |
| 103 |
check_routing |
| 104 |
addroutingmember |
| 105 |
reorder_members |
| 106 |
delroutingmember |
| 107 |
getroutinglist |
| 108 |
countissuesfrom |
| 109 |
CountIssues |
| 110 |
HasItems |
| 111 |
abouttoexpire |
| 112 |
in_array |
| 113 |
GetSubscriptionsFromBorrower |
| 114 |
GetFictiveIssueNumber |
| 115 |
GetNextDate |
| 116 |
is_barcode_in_use |
| 117 |
CloseSubscription |
| 118 |
ReopenSubscription |
| 119 |
subscriptionCurrentlyOnOrder |
| 120 |
can_claim_subscription |
| 121 |
can_edit_subscription |
| 122 |
can_show_subscription |
| 123 |
findSerialsByStatus |
| 90 |
); |
124 |
); |
| 91 |
} |
125 |
} |
| 92 |
|
126 |
|