0
I Use This!
Activity Not Available

News

Analyzed about 1 year ago. based on code collected about 1 year ago.
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 ... [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 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 ... [More] http://dotnetslackers.com/articles/ado_net/Managing-Entity-Framework-ObjectContext-lifespan-and-scope-in-n-layered-ASP-NET-applications.aspx [Less]