commit b0a15ef
- make an appropriate id for the models
- enhance the update experience by
- fix all update issues in index pages
- make site types a model
SiteType
- adding messages when the update succeeds or fails
- link items and products
commit cfb7f56:
- code enhancements:
- use
url
keyword instead of static urls - database changes, renaming, ...
- delete items/users/categories/suppliers/sites in groups
commit b5d4f61:
- code enhancements especially in
views.py
- messages (just starting)
- migrations: some column alters (required fields)
- re-configure tailwindcss (no much diff between old one)
commit f4f7038:
- Date:
- Add Category app:
- setup the
category
app - mv
Category
model tocategories
app fromitems
app
- setup the
commit e54a03a:
- Date: Date: Thu Jul 11 23:24:23 2024 +0100
- dropdown menu for fks:
- migrating from
forms.Form
toforms.ModelForm
- using existing values of other tables referenced by fks
- migrating from
commit cc21ecd:
- Date: Thu Jul 11 19:43:44 2024 +0100
- Add support for images:
- support images (just for upload)
- some cleanup for
urls.py
andviews.py
of theitems
app from tests
commit bff9678:
- Date: Thu Jul 11 14:44:38 2024 +0100
- Feats and Fixes:
- add
users
app for managing users, auth, permissions - moving
login
/logout
feats tousers
app - add
users
app that manage items - reduce some tailwind classes in html by editing input.css
- some cleaning
- add
commit 0787d5f:
- Date: Tue Jul 9 21:47:40 2024 +0100
- Miner changes:
- start reducing tailwind classes
- separating JS files to:
theme.js
,login.js
andmain.js
- add
create new
list - add some styles to the login page