Help with saving records to database

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
Knoop
Forum Newbie
Posts: 1
Joined: Wed Jan 12, 2011 2:18 pm

Help with saving records to database

Post by Knoop »

Dear members,

At our company we use SugarCRM to manage accounts, contacts, projects and time. Everything is working fine, exept our timesheet module.
Weekly we plan our hours related to a project in front. For each day a record will be created with the planned hours in it. At the end of the day we have to fill in the actual hours we spend at a project.

The following is happening.

When planning, a record is created with for example: 5 hours
When I fill in the actual 8 hours I spend, a new record is created with 5 and 8 in it.

Result: I've got 2 records. (5) and (5/8).

Screenshots and all the files of this module attached. -->
mod_timesheet.rar
(163.91 KiB) Downloaded 20 times
A lot of thanks for helping!
Post Reply