Hello everyone,
I want to create a simple timesheet and i'm a bit confused about how to do it correctly.
On the website/article I want to display two Comboboxes, one with the month and one with the year. Further a kind of table with date column, from column, to column and a hour column. Here is a picture
My current progress is, that the correct dates are calculated and filled in the right field with js function if the "Laden" (load)-button is hit. Also the hours calculated with a js function if a from ... to field changed and both are set. The next step to do is the one i'm confused about or have no accurate plan how to do this.
The data should be saved/loaded in/from a external database. The current structure of the database is the following: a single table for every month with ID (int, primary key), Date (date), From (time), To (time), PersonID(int) columns. The PersonID is there to show a logged in user his own data (Joomla user id and the PersonID are the same). But now i'm missing the connection how exactly to save/load the data from my external database into my form. I'm also not sure about whether Chronoforms is the right way to do this or I should better use ChronoConnectivity.
Thanks.
bmzed
I want to create a simple timesheet and i'm a bit confused about how to do it correctly.
On the website/article I want to display two Comboboxes, one with the month and one with the year. Further a kind of table with date column, from column, to column and a hour column. Here is a picture

My current progress is, that the correct dates are calculated and filled in the right field with js function if the "Laden" (load)-button is hit. Also the hours calculated with a js function if a from ... to field changed and both are set. The next step to do is the one i'm confused about or have no accurate plan how to do this.
The data should be saved/loaded in/from a external database. The current structure of the database is the following: a single table for every month with ID (int, primary key), Date (date), From (time), To (time), PersonID(int) columns. The PersonID is there to show a logged in user his own data (Joomla user id and the PersonID are the same). But now i'm missing the connection how exactly to save/load the data from my external database into my form. I'm also not sure about whether Chronoforms is the right way to do this or I should better use ChronoConnectivity.
Thanks.
bmzed