528d3b4caf
Refactoring: TakeController returned item Mail moved to a listener
...
The TakeController was manually sending the email message
as well as dealing with item return, so I moved the email message
to it's own listener, I created an event for it and moved the
return part to the item model.
2018-09-30 21:37:44 -03:00
092281a228
Including authenticaed user on models: Items, Product and User
2018-09-19 15:00:49 -03:00
a2d0bf6c15
Added Delete PRODUCT with Items and dettaching from users
2018-09-17 00:51:41 -03:00
882609fed0
Including occupied username and renaming DB field
...
Now it shows the username of who is using an item.
Item db field 'usedBy' was renamed to 'used_by' to keep consistence.
2018-09-14 12:52:07 -03:00
a905d98304
Creating relationships between users/items/products
2018-09-12 02:31:03 -03:00
0f15e60c95
Imrpoving Item, Product and Users
2018-09-11 20:48:09 -03:00
25cff75c48
Including Items and Products views and controllers
2018-09-10 01:23:51 -03:00
e8c6717fe1
Including Item and Product migration, controllers and models
2018-09-09 00:26:57 -03:00