Commit graph

4421 commits

Author SHA1 Message Date
bob_lyon
88b6ac36aa merging back katipo changes 2006-07-20 03:47:29 +00:00
bob_lyon
ee4f22a193 merging katipo changes 2006-07-20 03:45:26 +00:00
bob_lyon
160cde34e0 merging katipo changes back in 2006-07-20 03:42:54 +00:00
bob_lyon
e81641adab Merging katipo changes back in 2006-07-20 03:36:39 +00:00
bob_lyon
499f04f18e Merging in katipo changes for serials - added in some new subroutines and resurrected some old ones but tried to make only minor changes to existing subroutines 2006-07-20 03:26:35 +00:00
bob_lyon
536939c51b Merging in katipo changes for serials 2006-07-20 03:22:15 +00:00
bob_lyon
f408ead60b Merging in katipo changes for serials 2006-07-20 03:14:49 +00:00
toins
92284686aa Code cleaning : Some subs renamed. 2006-07-19 08:58:38 +00:00
toins
327d331752 function getsingleorder deleted. It was already writed on C4::Catalogue. 2006-07-19 08:56:36 +00:00
sushi
9d88ff4580 sql used to create 'labels_conf' and 'labels' table 2006-07-19 01:10:45 +00:00
sushi
fd4959b404 tidy up by mason. 2006-07-19 01:09:42 +00:00
btoumi
7c2b207dd7 code cleaning : delete call to old function 2006-07-18 12:13:07 +00:00
sushi
cd4e73d944 wrong place, should be in /reports dir. 2006-07-18 12:06:06 +00:00
toins
9c8439c38a auto_increment id in aqbooksellers 2006-07-17 12:51:48 +00:00
toins
d6c6ec3435 sync with rel_2_2 2006-07-17 12:28:45 +00:00
sushi
6ff85242be oops, commenting out all those warn! 2006-07-13 23:14:13 +00:00
toins
a736b12f8d fix broken link. 2006-07-13 15:21:50 +00:00
toins
be13cb92e3 orderreceive.tmpl replace acquire.tmpl
parcel.tmpl replace receive.tmpl
parcels.tmpl replace recieveorder.tmpl
2006-07-13 15:20:42 +00:00
toins
6c9724209f this file has been changed by parcels.pl 2006-07-13 14:49:51 +00:00
toins
98f9060c4d this file has been changed by parcel.pl 2006-07-13 14:49:33 +00:00
toins
6ab4ebf38e this file replaces acquire.pl 2006-07-13 14:25:27 +00:00
toins
1b4addad16 this file replaces recieve.pl 2006-07-13 14:25:01 +00:00
toins
dee72643a8 this file replaces recieveorder.pl 2006-07-13 14:24:18 +00:00
toins
d8babfb6ea bad merge corrected. 2006-07-13 09:30:05 +00:00
toins
160516e3e6 replace an array to a hash 2006-07-13 08:13:37 +00:00
toins
9565922f3e GetFullSubscriptionList... renamed to GetFullSubscriptions... 2006-07-12 17:20:36 +00:00
toins
77dc2a7f79 GetSubscription... renamed to CountSubscription... 2006-07-12 17:18:10 +00:00
toins
c05482a407 getitemtypes renamed to GetItemTypes 2006-07-12 17:17:12 +00:00
toins
f3a4379d94 bull renamed to serials. 2006-07-12 17:15:55 +00:00
toins
bb9518b9f1 POD added. 2006-07-12 17:03:49 +00:00
toins
a392b0d109 Pod added, SQL code move on Serials.pm 2006-07-12 16:47:15 +00:00
toins
c0cfe25ae7 Pod added, Unused param deleted. 2006-07-12 16:45:20 +00:00
toins
f0011c34d0 GPL licence added, POD added, call to Members.pm added 2006-07-12 16:43:17 +00:00
toins
abf523e751 POD added. 2006-07-12 16:41:35 +00:00
toins
de16696e15 this file has moved from bull to here 2006-07-12 16:40:12 +00:00
toins
99fae5f143 fix broken links. 2006-07-12 15:28:38 +00:00
sushi
c2822e30ed big change from Katipo.
------------------------------
- Results for 'mutli orders with matching titles attached to same bibitem'  now split into new .tmpl file, "acquire-multi-order.tmpl".
- this script/tmpl does 3 things!?!, pulled search results out of acquire.pl, now points to searchresults.tmpl.
- little fix to display correct supplier info in acquire.pl's 'detail' view.
- Little fix on previous commit, now doesnt break single order acquire view.
- Fix for RT:698 https://staff.katipo.co.nz/rt/Ticket/Display.html?id=698.
- now display correct supplier title when 0 results returned.
- Now pickes up basketno, to display as url to tmpl.
- Adding in fix for bibitems with more than one matching order.
- Rolled back to prod version, added 'create new bib-group' fix.
- Mason's ACQ fixes from HLT-DEV , work in progress
- Now does a lookup in aqorders, for all existing orders matching  biblioitems, then presents all matching orders in a table. this feature can be overridden by calling acquire.pl with multiorderseach=n in url, acquire.pl will instead go to specific order.
- Now catches, and returns to acquire.pl if newitems() fails.
- Now takes a barcodeerror value as arg.
- 'create new biblioitems' checkbox now only apears for bibitems with >= 1 items attached.
- adding stuff to let hlt have an accession date link from moredetail.tmpl
  that actually does something other than break biblioitems - not working yet
- Added output for volume as well as volumeddesc
- Added volume description to output loop
- Making change for bug #3676 displaying date unformatted
- More bugfixing this time a bug not saving volume info
- Fix for bug 3529, allow freight to be distributed among the items
- added a sprintf to get the number displaying in normal notation
- Altered the auto_barcode to actually get something other than 1
  but now got a problem with the result displaying in scientific notation
2006-07-12 14:56:52 +00:00
toins
e3468f803a fix broken links 2006-07-12 14:39:27 +00:00
sushi
3aad010385 adding aqorders.ordernumber to histsearch(), so so user can click url to ordernuber record via .tmpl. 2006-07-12 14:30:07 +00:00
sushi
b9b3ee16e1 removed hardcoded 'next budget date' from neworder(), now rolls over to 01-07 next year.
i think a future improvement will be to look up the next budget record's end-date for that bookfundi, rather than just assuming its '01-07'.
2006-07-12 14:26:13 +00:00
toins
aaf7629b46 statecollection.tmpl renamed to serials-recieve.tmpl 2006-07-12 14:24:32 +00:00
btoumi
e22340d1b7 bug fix:
add call to biblio.pm
2006-07-12 14:07:03 +00:00
toins
082cc6f4fe statecollection.pl renamed to serials-recieve.pl 2006-07-12 14:02:41 +00:00
toins
863acc251c fix broken link. 2006-07-12 14:00:28 +00:00
sushi
567c744d07 fixup of bookfundbreakdown(), totals now add up correctly. 2006-07-12 13:52:28 +00:00
btoumi
d81cd891ce bug fixing:
Biblio.pm: add in export line  getbibliofromitemnumber function
fines2.pl:call to biblio.pm for use of getbibliofromitemnumber function
2006-07-12 13:43:42 +00:00
toins
31b979aa4e statecollection.pl renamed to serials-recieve.pl 2006-07-12 13:29:27 +00:00
toins
d181d00e34 this file has moved from bull directory to here. 2006-07-12 12:36:56 +00:00
toins
e20d21a55c this file has moved from bull directory to here. 2006-07-12 12:28:38 +00:00
toins
41f0b16a53 bull renamed to serial 2006-07-12 12:26:26 +00:00