Thursday, May 28, 2020
Get Realtime Date and Time
During the development of my project, I wanted to get the RealTime date and time to user.
Code is as under:
var myVar=setInterval(function () {showTime()}, 1000);
var counter = 0;
function showTime() {
var date = new Date();
document.getElementById("time").innerHTML = date;
span id="time"
Time is most powerful thing.
Regards
Deepak Pandey
Creation of System Parameter/Variables
Sunday, May 24, 2020
Micro Level User Role Management
In application, it has been taken care that clients are able to manage access of application to user level. We are maintaining view at 2 levels
> User Group Level : It has permission for application access and assigned to user.
> Application Access at User Level: Access level can be modified at user level.
With regards
Deepak Pandey
(Bug Tracking System, Office Automation, Project Management System, Task Activity, Graphs)
Monday, May 18, 2020
User Registration
Sunday, May 17, 2020
Bug Tracking System
Friends, I am introducing Web Application with below mentioned Key feature:
1- Project Management System
2- N Level Maintenance for Location, Role, Module and Task
3- User Wise Application Control
4- Tracking of Bugs
5- Tracking of Task Status
6- Interactive Graphs
......Continued
Further, I will host it soon and help you to manage your project in a minute.
With Regards
Deepak Pandey
Subscribe to:
Posts (Atom)