Document authorization feature

This forum is only for questions or discussions about working with the mojoPortal source code in Visual Studio, obtaining the source code from the repository, developing custom features, etc. If your question is not along these lines this is not the right forum. Please try to post your question in the appropriate forum.

Please do not post questions about design, CSS, or skinning here. Use the Help With Skins Forum for those questions.

This forum is for discussing mojoPortal development

This forum is only for questions or discussions about working with the mojoPortal source code in Visual Studio, obtaining the source code from the repository, developing custom features, etc. If your question is not along these lines this is not the right forum. Please try to post your question in the appropriate forum.

You can monitor commits to the repository from this page. We also recommend developers to subscribe to email notifications in the developer forum as occasionally important things are announced.

Before posting questions here you might want to review the developer documentation.

Do not post questions about design, CSS, or skinning here. Use the Help With Skins Forum for those questions.
This thread is closed to new posts. You must sign in to post in the forums.
4/9/2014 6:06:54 AM
Gravatar
Total Posts 36

Document authorization feature

Hi,

 

I want to implement this functionality.

  • Multiple users will submit their timesheet/expense sheets.
  • Admin will review the timesheets/expense sheets and will approve the document.

Is this functionality already available or I need to write customer code for this.

Could you please help me with this problem.

 

 

4/9/2014 7:04:35 AM
Gravatar
Total Posts 18439

Re: Document authorization feature

There is nothing built in to mojoPortal for that, you would have to develop your own custom feature.

4/9/2014 10:40:59 AM
Gravatar
Total Posts 1203
Proud member of the mojoPortal team

Help support mojoPortal!
Add-on modules

Re: Document authorization feature

We are using the Shared Files feature for functionality similar to this. The basic steps are:

  • We set up Shared Files instances configured to be accessed only by each department group and the administrative coordinators
  • Before each payroll period, administrative coordinators add an empty "timecard" Excel spreadsheet to the Shared Files instances for each user
  • Users download and fill out their own timecard, then upload when complete
  • At the end of the payroll period, admin coordinators download all timecards and use them to do time entry in our payroll system

It's missing niceties like workflow approvals, etc., but it seems to be working well for the groups that are using it. 

You must sign in to post in the forums. This thread is closed to new posts.