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 :)

This commit is contained in:
2021-01-04 22:28:35 +11:00
parent 6ff3d13713
commit 336ae4b67f
6 changed files with 60 additions and 10 deletions

3
BUGs
View File

@@ -1,4 +1,4 @@
#### BUGS
#### BUGS (next-13)
BUG-2: series does not deal with calcd_rating...
- (on edit could, recalc as a catch-all, and obviously if we change a single book's rating, we should re-calc)
@@ -8,3 +8,4 @@ BUG-6: author,series, etc. do not have explicit ordering like sub-books... sort
- add/remove authors, and after save they are ordered by author.id, not order of addition (prob. needs book_author_link to have an auth_num)
BUG-7: if you remove a series from a book, it won't appear in the series drop-down if it is the first 'missing' book in that series -- either reset the list, or show all series always?
BUG-12: remove loaned out books from results of search for books to add to a loan