Re: [Koha] Loan periods

2023-10-20 Thread Wagner, Alexander
Hi! >> Those would show once staff returns the items in the admin interface, right? > > Yes, you could use the checkin note configurable in the itemtype > administration page. With a little jQuery you could also do some time of > alert on the checkout page. Adding to notes.md ;) >>> Sometimes

Re: [Koha] Loan periods

2023-10-19 Thread Katrin Fischer
Reply below: On 19.10.23 14:07, Wagner, Alexander wrote: And you could use the item type to create some "alert" on checkin/checkout to remind your staff about the special use case. Those would show once staff returns the items in the admin interface, right? Yes, you could use the checkin note

Re: [Koha] Loan periods

2023-10-19 Thread Wagner, Alexander
Hi Katrin! > * You could use the "Item modifications by age" too to automatically > move them from a short term loan itemtype to a different item type using > some rules and the "age" of the items. > > * You could also use the course reserves module to give them a temporary > item type that is th

Re: [Koha] Loan periods

2023-10-15 Thread Katrin Fischer
Hi Alexander, some thoughts/ideas what you could try: For the newly acquired materials: * You could use the "Item modifications by age" too to automatically move them from a short term loan itemtype to a different item type using some rules and the "age" of the items. * You could also use the

Re: [Koha] Loan periods

2023-10-12 Thread Wagner, Alexander
Hello Caroline! > Maybe someone else will have a genius idea, but I don't really see a way > around creating specific item types, or simplifying your rules. In a way they are a lot simpler than what Koha can actually do. The vast majority is just "4 weeks" :) > (A software change is always a go

Re: [Koha] Loan periods

2023-10-12 Thread Caroline Cyr La Rose
Hi Alexander, Maybe someone else will have a genius idea, but I don't really see a way around creating specific item types, or simplifying your rules. (A software change is always a good time to review policies imo...) I mean, you could always do manual loan periods (https://koha-community.or