Re: [Koha-devel] Review on Koha Order Module/plugin API

2020-09-08 Thread Ola Andersson
Hi, Many thanks for the feedback on our outreach the other day. We will get back to the list with replies to the different questions raised by everyone in the coming days. I am not responding to each and every one now. As some have mentioned this is a first spec which can be further developed i

Re: [Koha-devel] Review on Koha Order Module/plugin API

2020-09-08 Thread Arthur Suzuki
line: 02 8005 0595 > >   > > *From:*Koha-devel *On > Behalf Of *dc...@prosentient.com.au > *Sent:* Tuesday, 8 September 2020 11:44 AM > *To:* 'Ola Andersson' ; > koha-devel@lists.koha-community.org > *Subject:* Re: [Koha-devel] Review on Koha Order Module/plugin A

Re: [Koha-devel] Review on Koha Order Module/plugin API

2020-09-08 Thread Tomas Cohen Arazi
The main problem I see with Koha's API for this, is the fact that our current workflow Basket > Orderlines > close basket > receive is sometimes too complicated for vendors. Meaning they don't expect to understand that much how Koha does things internally. I faced this when I wrote the GOBI plugin

Re: [Koha-devel] Review on Koha Order Module/plugin API

2020-09-08 Thread dcook
tems 72/330 Wattle St Ultimo, NSW 2007 Australia Office: 02 9212 0899 Online: 02 8005 0595 From: Koha-devel On Behalf Of dc...@prosentient.com.au Sent: Tuesday, 8 September 2020 11:44 AM To: 'Ola Andersson' ; koha-devel@lists.koha-community.org Subject: Re: [Koha-devel] Review on Koha

Re: [Koha-devel] Review on Koha Order Module/plugin API

2020-09-08 Thread Renvoize, Martin
Hi Ola, Firstly, it's great to see the Swedish users group getting involved and asking for feedback. Everyone works better when we all work together. I'm still digesting the proposal as it stands, but I don't see any issues with anything that expands the API capabitiies of Koha.. As Arthur sugges

Re: [Koha-devel] Review on Koha Order Module/plugin API

2020-09-07 Thread Chris Cormack
Kia ora Ola (and the Swedish Koha users group) First of all I'd like to say its great to see you are wanting to help improve Koha. I haven't had a chance to read the full proposal, but it's great to see anyone wanting to contribute. Ill try to have a proper read and leave some feedback. Ngā mihi

Re: [Koha-devel] Review on Koha Order Module/plugin API

2020-09-07 Thread dcook
Hi Ola, I've only skimmed the document, but I really dislike the proposal. It's not really describing an API. It's describing a non-standard workaround. I've seen integrations like this before, but I wouldn't recommend them, especially not for a new development. I'd suggest that the Koha pl

Re: [Koha-devel] Review on Koha Order Module/plugin API

2020-09-07 Thread Arthur Suzuki
Hello Ola, I have no idea of what the final purpose is but I kind of understood from your document you want to achieve automatic input of biblio data from vendors directly. https://wiki.koha-community.org/wiki/Biblios_endpoint_RFC The route to get biblio data from koha is implemented in 19.11 bu