Posted
almost 15 years
ago
by
allancascante
Ticket #9:
Added support to list, view and view edit form (missing new and save edited data) for companies.
+Business.cs: Fixed an error on generic get method.
+Companies.cs: Added the support for the list methods.
+CompaniesController?.cs: Added
|
Posted
almost 15 years
ago
by
allancascante
Create the interface to track hours on time sheets.
|
Posted
almost 15 years
ago
by
allancascante
Create the maintenance forms for Companies.
|
Posted
almost 15 years
ago
by
allancascante
Ticket #8:
Added support for to create tickets and list, missing the edit and details functioanlity.
Some mods where made to the bussiness and DAL to support the save functionality required.
|
Posted
almost 15 years
ago
by
allancascante
Create / Update / List Time Category for the system.
|
Posted
almost 15 years
ago
by
allancascante
fixed
|
Posted
almost 15 years
ago
by
marioarce
removed hard-wired code
|
Posted
almost 15 years
ago
by
marioarce
* recompiled to apply the recreated the ADO.NET Entity Data Model changes ( r32 )
|
Posted
almost 15 years
ago
by
marioarce
* modified to use CronosControlContext?.Current.ObjectContext? in order to get the shared CronosControlEntities? instance ( r33 )
* modified according with the recreated the ADO.NET Entity Data Model changes ( r32 )
|
Posted
almost 15 years
ago
by
marioarce
Ticket #5
added the property CronosControlEntities? ObjectContext? that gets a shared CronosControlEntities? instance, created in order to have one shared CronosControlEntities? instance per HTTP request
see
|