[Koha] When does .latest get switched

2021-03-29 Thread Tom Hanstra
Just curious if there is a specific amount of time between a release and when that release becomes the ".latest" version of the software. I have some automation behind my builds and wanted to get the 20.11.04 version. But it is not yet cut over as the 20.11.latest version. Is that an oversight or

Re: [Koha] BULK IMPORT REPORTS

2021-03-29 Thread Caroline Cyr-La-Rose
Hello James, I suggest you search Google for mysqldump. it's usually something like mysqldump -u yourusername -p your_koha_database table > file.sql so for me, exporting my reports would look like mysqldump -u caroline -p koha_v20_inlibro_dev saved_sql > reports.sql Then you can import this

[Koha] Newly cataloged materials alerts?

2021-03-29 Thread Bales (US), Tasha R
Does Koha have a feature that allows users to get email alerts about materials that are new and/or updated? I'm looking for something like Millennium/Innovative "Preferred Search", which allows users to save a search, and get emailed at regular intervals with matching results. In our current s

Re: [Koha] Newly cataloged materials alerts?

2021-03-29 Thread Tomas Cohen Arazi
I think a development is required to provide such a feature. El lun, 29 mar 2021 a las 15:20, Bales (US), Tasha R (< tasha.r.ba...@boeing.com>) escribió: > Does Koha have a feature that allows users to get email alerts about > materials that are new and/or updated? > > I'm looking for something l

Re: [Koha] Newly cataloged materials alerts?

2021-03-29 Thread Sue McMillan
That would be a good enhancement. In our previous system (Liberty3) that feature was available and was well used by customers. Ngā mihi Sue McMillan Kaiārahi Whakarārangi Pukapuka me ngā Whakahaere Pūnaha | Cataloguing and Systems Administrator Te Kaunihera ō Taranaki ki Te Tonga | South Taran

Re: [Koha] Newly cataloged materials alerts?

2021-03-29 Thread Tomas Cohen Arazi
The first step is to file an enhancement request on the community bugzilla, and see if others add their thoughts about it. And maybe someone picks that for development, or you get funding to get the feature developed by your/some vendor. Best regards El lun, 29 mar 2021 a las 16:13, Sue McMillan

Re: [Koha] When does .latest get switched

2021-03-29 Thread Mason James
hi Tom it looks like an oversight for the following files...  https://download.koha-community.org/koha-latest.tar.gz  https://download.koha-community.org/koha-20.11-latest.tar.gz On 30/03/21 3:38 am, Tom Hanstra wrote: Just curious if there is a specific amount of time between a release and whe