|
|
f4962e5fd8
|
remove use of sql direct for delete, just use import line as needed to avoid circular import
|
2023-07-02 12:56:23 +10:00 |
|
|
|
196f758372
|
fixed bug where when you remove a sub_book it left a whole in sub_book_num's, and rewrote to new sqlalchemy 2, all the direct sqls
|
2023-06-11 11:23:48 +10:00 |
|
|
|
021bf91e16
|
remove .format() and get all updates to have crrect content
|
2022-07-03 20:38:33 +10:00 |
|
|
|
c29f73f8ab
|
make all this have a login page, use ldap, put a logo on, moved some upstream stuff to static/ -- need to do more here to be consistent with bootstrap 5, but for another day
|
2022-06-19 22:45:54 +10:00 |
|
|
|
6087bdab9e
|
html5 by default in newer versions, just "from wtforms import DateField"
|
2022-06-19 00:14:44 +10:00 |
|
|
|
150b808bb5
|
completed: TODO-26 --> gunicorn now works
|
2021-01-09 23:42:51 +11:00 |
|
|
|
0ac5684f17
|
BUG-13 delete loan fails with foreign key issues, all fixed
|
2021-01-05 11:18:53 +11:00 |
|
|
|
7e080f65c5
|
handle DB errors
|
2020-12-31 11:51:06 +11:00 |
|
|
|
7bd81d3119
|
loan now has working create/update/delete, still no add/rem books though
|
2020-12-21 22:06:35 +11:00 |
|
|
|
191fcf8f9d
|
added in loans support, also particular route for book_for_loan without markup used as div content on loan.html page via ajax load
|
2020-11-18 19:58:55 +11:00 |
|