Archive

Posts Tagged ‘missed’

Android Simple Phone Log App

September 7th, 2011 Comments off

Simple Phone log app
=======================
- show phone log of incoming, outgoing, missed calls.
- provide 3 display buttons on top: Missed | Incoming | All
- if phone number in contacts, show name

each entry is as follows:
============================================
John Doe 7:02 pm
917-917-9777 (M/I/O) 00:19:01 (T/Y/2D)
============================================

- (M/I/O) means: Missed/Incoming/Outgoing.
- (T/Y/2D) means: Today/Yesterday/2 Days ago.
- If past 24 hours, put: (T) [today]

- onPress, dial
- onRight swipe, popup delete button

Attendance Spreadsheet

July 10th, 2009 Comments off

REQUEST #1
I need an excel macro with coding that shows me each punch in and punch out for an employee and totals the amount of hours and minutes that the employee has worked for the day.
I’ll try to break the current process I use into separate steps, so that you can more easily follow the logic and create the code.

Bear