Displaying 1 result from an estimated 1 matches for "project_time_item".
Did you mean:
project_time_items
2006 Jan 03
0
data modelling
...;'s in a name?). To which I copy contact info, (sub)products like
mailbox, hostname webspace. etc. And I want to log my hours into a project as
well.
I came up with the following prelimenary tables (models if you will)
Project
has_many: Project_Contacts
has_many: Project_Products
has_many: Project_Time_items
Project_Contacts
(records wil be copied from the normal Contacts table)
Project_Products
(a shopping cart like setup to gather all sub products and copy them in from
Products)
Project_Time_items
(A table with records on what time was spent on what)
Note: Records are copied to the Project_Co...