90 Commits

Author SHA1 Message Date
35d92e0ab6 Fixed BUG-18 -> cannot find book 2021-01-10 00:21:50 +11:00
81394ec0c9 added BUG-18: delete a book and go back to that URL does not error properly 2021-01-09 23:40:19 +11:00
8dc903c67d fixed BUG-17 change parent and subs werent, now are. Also removed len(child/parent) and used functions IsChild(), IsParent() as I should have 2021-01-09 23:07:18 +11:00
0432f46b20 altered book delete status to success, completed TODO-05 (books must be sold to be deleted - with tooltip to explain), and added new BUG-17 - changing some fields of parent book need to be reflected into sub book 2021-01-09 22:00:08 +11:00
bccfbadb39 fixed books on shelf BUG-16 - author missing, its now using ORM with a HACK to remove subs not via ORM, and I also fixed datatable sorting by author for books on shelf via a param past into base.html 2021-01-09 16:54:37 +11:00
3c4cdeb4fb fixed BUG-15: book nums missing for parent books in series 2021-01-09 15:10:45 +11:00
e1eebffd2b new BUG for books in series not showing book num 2021-01-09 00:44:07 +11:00
890b2cdc4e fixed BUG-14 (add/sel buttons not being disabled again when no selections) 2021-01-08 21:35:38 +11:00
4842a1bc91 added BUG-15 - https doing http submits 2021-01-08 13:14:01 +11:00
9560381a87 completed: TODO-22: adding a sub-book when the parent book is in a series, and renamed MAYBE-1 to TODO-23 (deal with moving book in a series with another series involved), 24 (dockerise), 25 (actually allow removing just one subbook form series) 2021-01-07 16:02:04 +11:00
9a53da0010 added BUG-14, add/sel buttons still active when should not be 2021-01-06 20:35:39 +11:00
7395d4c264 updated BUGs/README for relevant next item 2021-01-05 11:28:28 +11:00
0ac5684f17 BUG-13 delete loan fails with foreign key issues, all fixed 2021-01-05 11:18:53 +11:00
2028266ff7 fixed BUG-12: remove loaned out books from results of search for books to add to a loan 2021-01-05 11:09:51 +11:00
336ae4b67f TODO-6 (add books to loan) is now complete, so loans are now fully functional... the whole pybook is now at least functional, more features/validation to come :) 2021-01-04 22:28:35 +11:00
cc13ecfc87 fixed BUG-8, no genres for a sub book addition loses parent details 2021-01-03 12:08:19 +11:00
98372ea62c fixed BUG-4 (books only showing 1 author) 2021-01-03 11:55:16 +11:00
195daf98e0 fixed BUG-1 (loan div in wrong spot) 2021-01-03 11:51:22 +11:00
4e4ff7f6c7 fixed bugs 9 & 10, just missing quotes in html for hidden value 2021-01-03 11:43:52 +11:00
4c442e1fea fixed BUG-11, parent was both an array (in Book) and not an array in QuickBook, so made them arrays to keep with ORM-way 2021-01-02 18:53:52 +11:00
d1ffbdf12e solved BUG-11 (adding to wrong parent book) 2020-12-31 13:11:50 +11:00
cf344d6439 new BUGs, reformatting again 2020-12-31 12:33:56 +11:00
ddfd0b878b decided to number bugs and todo so I can link commits to their fixes 2020-12-31 12:18:32 +11:00
868ad1379f now order_by sub_book_num in child_ref array, fixed BUG with series ordering for series:112 2020-12-31 12:12:41 +11:00
f9db9bc271 fixed CRUD series bugs 2020-12-30 23:37:11 +11:00
7691fd922f noting bug for series CRUD 2020-12-30 23:12:56 +11:00
527286886c clarify after some testing 2020-12-30 16:46:39 +11:00
80719a3657 added bug re adding sub book and validation failing 2020-12-26 21:44:55 +11:00
2cf3f971a2 updated bugs - added more to the list of unordered associations, not just author, but series too... adds in any old order 2020-12-24 17:09:59 +11:00
73001dd24c first pass at creating a book, it works, but I have messed up the series-div* html in book.html 2020-12-23 12:53:27 +11:00
c102b93872 add/remove series from a book now works, havent thought about removing a parent book fro a series, but otherwise you can add more than one series, remove as well, and it works in the DB 2020-12-13 22:21:38 +11:00
56bfd49822 added new BUGs re: authors for books 2020-12-06 15:34:48 +11:00
96e4e35b5d fixed issue with search and sub books not showing the are subs, and when editing a sub book you could edit too many fields 2020-12-05 21:25:15 +11:00
b34fc4edf9 removed old, added new 2020-12-05 20:16:00 +11:00
b5e9c41cfd update BUGs and README, to show issues with saving book... Many fields now save, but still some bugged or not tried 2020-12-01 20:39:40 +11:00
8d64b95d9f fixed bug with swapping book in series when we dont have details on book to swap with, also really disabled up/down buttons, rather than just made them look disabled 2020-11-29 17:40:04 +11:00
99f0a9fdbf MoveBookInSeries now works and moves sub books too if needed, added better comments as the code is a bit hairy. Most importantly, this works for all known cases 2020-11-29 16:01:53 +11:00
cfdb9bed5a update 2020-11-28 18:48:11 +11:00
265948b95f updated BUGs 2020-11-28 18:28:18 +11:00
e9f9f742a3 ran a full test, and created this list of BUGs 2020-11-25 20:51:03 +11:00