Adding functionality to Web Access Timesheet

M

MyOb

Good afternoon all.

I've been asked to modify the print action in the timesheet page so it can
print a timesheet required in a particular format by our accounting
department. I've already asked if it is possible to change the approval
process to fully electronic, but in the interim they want this.

Is it possible to change the functionality of the Timesheet web part so that
I can do my own printing?
 
G

Guest

Hello MyOb ,

You can extract the timesheet data without too much difficulty, have
you considered just reading the data and printing your form/report?

If you need to change the timesheet so that it looks like your standard
form, I would start by looking at the SDK and Christoph Fiessinger's work
on timesheets.

Bob Segrest
 
M

Martin Winzig

this web parts is sealed :( so only option is encapsulae this OOB web part
into another web part. and use reflectiuon to acess protected and innternal
objects.
 
M

MyOb

Thanks Bob.

We already do an extraction using the "Export to Excel" action. I then use
some VBA code to pretty it up.

Do you know if the view that feeds the timesheet page can be altered to add
the user? I know it can be modified to add certain other fields.
 
M

MyOb

Thanks Martin.

I was afraid of that. Is the web part (officially or unofficially)
documented somewhere?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top