Bug 22779

Summary: Simplify add serials form to single page
Product: Koha Reporter: Nick Clemens (kidclamp) <nick>
Component: SerialsAssignee: Bugs List <koha-bugs>
Status: NEW --- QA Contact: Testopia <testopia>
Severity: enhancement    
Priority: P5 - low CC: andrew, bwsdonna, colin.campbell, josef.moravec, jzairo, kelly, oleonard
Version: Main   
Hardware: All   
OS: All   
GIT URL: Change sponsored?: ---
Patch complexity: --- Documentation contact:
Documentation submission: Text to go in the release notes:
Version(s) released in:
Circulation function:
Attachments: Bug 22779: WIP POC combining the page and making the prediction automatic

Description Nick Clemens (kidclamp) 2019-04-25 20:24:54 UTC
Right now this is a 2 column, 2 step page, I think this can all be done on a single page.

Additionally we use alerts instead of modals, we prevent submission when a vendor is not entered, even though it is not required, and we force the user to click a button to predict the serial.

I think we can greatly simplify this form
Comment 1 Nick Clemens (kidclamp) 2019-04-25 20:25:40 UTC
Created attachment 88817 [details] [review]
Bug 22779: WIP POC combining the page and making the prediction automatic
Comment 2 Katrin Fischer 2019-04-26 10:06:28 UTC
I know Owen was working on subscriptiosn too recently:
Bug 22408 - Subscription entry form cleanup
Comment 3 Nick Clemens (kidclamp) 2019-04-26 10:08:54 UTC
(In reply to Katrin Fischer from comment #2)
> I know Owen was working on subscriptiosn too recently:
> Bug 22408 - Subscription entry form cleanup

Ah, nice! I will try to rebase some of these changes on top if his work there when I get a chance

I would still like the auto pattern testing and to remove some of the alerts