0
I Use This!
Inactive

News

Analyzed about 5 hours ago. based on code collected about 5 hours ago.
Posted over 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 ... [More] controller methods. +Views/Companies/Details.aspx, Edit.aspx, List.aspx: Added the new views for the maintenance. Ticket #10: Added some new files for the task tracking functioanlity and modified some of the methods, this functionality is still under development. +Tasks.cs: Added some methods to list the tasks for different scenarios. +DateTimeExtensions?.cs: Added some extensions to get week start and end dates. +TasksController?.cs: Added controller methods for the views on Task Tracking. +Site.Master: Added a section for custom css files +TaskTracking?.aspx: Added the custom css section an other changes. Ticket #8: +TimeCategoryController?.cs: Added some changes to the controller methods. TimeCategoryList?.aspx: Added some minor changes to the list view. [Less]
Posted over 15 years ago by allancascante
Create the interface to track hours on time sheets.
Posted over 15 years ago by allancascante
Create the maintenance forms for Companies.
Posted over 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 over 15 years ago by allancascante
Create / Update / List Time Category for the system.
Posted over 15 years ago by allancascante
fixed
Posted over 15 years ago by marioarce
removed hard-wired code
Posted over 15 years ago by marioarce
* recompiled to apply the recreated the ADO.NET Entity Data Model changes ( r32 )
Posted over 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 over 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 ... [More] http://dotnetslackers.com/articles/ado_net/Managing-Entity-Framework-ObjectContext-lifespan-and-scope-in-n-layered-ASP-NET-applications.aspx [Less]