LIS Links

First and Largest Academic Social Network of LIS Professionals in India

Latest Activity

Amit Thakur is now friends with kishore Basumatary and sudeep gupta
yesterday
LAITHANGBAM NEPOLEAN SINGH is attending neema shukla's event
Thumbnail

International Conference on Libraries and Emerging Technologies for Smart Knowledge Ecosystems (ICLET 2025) at Jaipur,Rajasthan

November 14, 2025 at 9am to November 15, 2025 at 6pm
Sunday
Akshay Kumar is attending Hemanta Kumar Biswal's event
Thumbnail

4th International Symposium on Knowledge Engineering for Digital Library Design (KEDLD-2025) at Indian Institute of Technology, Kharagpur

November 3, 2025 to November 5, 2025
Saturday
WANRIHUN SHANGPLIANG and Dr. Badan Barman are now friends
Friday
Dr Pradeep gupta and ashish jain are now friends
Friday
Veerendra A V updated their profile
Friday
Prangyasini Nayak updated their profile
Thursday
Samit Mondal updated their profile
Thursday
Dr. Badan Barman posted a blog post
Thursday
MANJULA T posted a discussion
Thursday
Sebastine Robert posted a discussion
Thursday
Dr. Bhakti Gala posted a discussion
Thursday
Sumit Chakraborty posted a discussion
Thursday
Dr. O Seshaiaih posted a discussion
Thursday
Dr. Badan Barman is now friends with Chavda Jitendra Kumar Ambalal and Poonam
Thursday
Nayana Nair posted an event
Thumbnail

One-day Workshop on Analog to Digital: The Transformation at French Institute of Pondicherry (IFP)

October 31, 2025 from 9:30am to 5:30pm
Thursday
Dr. Badan Barman updated an event
Thumbnail

International Conference on Libraries and Emerging Technologies for Smart Knowledge Ecosystems (ICLET 2025) at Jaipur,Rajasthan

November 14, 2025 at 9am to November 15, 2025 at 6pm
Thursday
Profile IconDINESH KUMAR, Kamlesh Das, Raman Kumar Sharma and 68 more joined LIS Links
Thursday
Pramod kumar updated their profile
Oct 6
Manmeet Kaur updated their profile
Oct 6

Dear Professional colleagues,

Is there any easy way to know the last Accession Number in Koha other than generating Accession Register Report.

Abdul Gafoor

MESCE,KERALA

Views: 1552

Reply to This

Replies to This Forum

hello sir try this SQL CODE:

SELECT *
FROM items
WHERE
homebranch = Pick your branch|branches>>
AND barcode LIKE CONCAT( '%', Partial barcode value here>>, '%')

Thanks my dear friend.

Sir Koha Report about if you need help or if you have any questions ask me....
thank you sir

Thanks my dear for your kindness,

One more thing i would like to know how to generate Accession Register between a particular range. Example -Acc no from 2000 to 3000 or 5000 to 10000 etc. and in ascending order.

Pls guide me,

thanks and regards.

Hello sir,

I have an SQL programme for accession register between two barcodes.

The only problem is it is not sorted by decimal numbering, it gives binary sorting of barcode numbers. I request Murali Krishnan to help us to sort this issue.

Chitralekha

SELECT CONCAT('<a href=\"/cgi-bin/koha/catalogue/detail.pl?biblionumber=',biblio.biblionumber,'\">',biblio.biblionumber,'</a>') AS biblionumbers,
       items.barcode, items.dateaccessioned, items.itemcallnumber, biblioitems.isbn, biblio.author, biblio.title, biblioitems.pages,
       biblioitems.publishercode, biblioitems.place, biblio.copyrightdate, items.price, items.stocknumber,items.booksellerid, items.location   
FROM items
LEFT JOIN biblioitems ON (items.biblioitemnumber=biblioitems.biblioitemnumber)
LEFT JOIN biblio ON (biblioitems.biblionumber=biblio.biblionumber)
WHERE items.homebranch =Branch|branches>> AND
items.barcode BETWEEN Barcode from>> AND  Barcode to>> ORDER BY LPAD(items.barcode,40,' ') ASC



 Dear mam

I run the report, as you have directed a slight change is required. some of our professional friends should come to sort out this problem.

thanks and regards

RSS

© 2025   Created by Dr. Badan Barman.   Powered by

Badges  |  Report an Issue  |  Terms of Service

Koha Workshop