Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - Markus

Pages: [1]
1
Development / make 'unique ID' of workspace (project) visible
« on: March 10, 2011, 01:21:19 pm »
Feng office allows to search for projects/workspaces by their ID. Unfortunately you can't find it in the application.

Below you find a rough modification in the script to find the ID on the dashboard -> Workspace Information.

any feedback is welcome.

cheers
markus


Quote
ROOT/application/views/dashboard/widget_dashboard_info.php
insert at line 89
Code: [Select]
<?php 
?>

<tr><td><?php echo lang('unique id'?>:</td>
<td style="padding-left:10px"><?php 
echo $project->getUniqueObjectId();
 ?>
</td></tr>


2
Development / Take away the object type of a Task
« on: March 01, 2011, 06:45:19 am »
Hi community!

Just if you want to have the opportunity to delete assigned <object type> of a task, the only way I found is to slightly modify a script:

ROOT\public\assets\javascript\og\tasks\addTask.js
line 218

Code: [Select]
var co_types = [];

//mw - deselect ObjectSubtype associated to Task
co_types.push([0, "--" + lang('none') + "--"]);

for (var i=0; i < object_subtypes.length; i++) {
co_types.push([object_subtypes[i].id, og.clean(object_subtypes[i].name)]);
}

Now you get a blank in your Combobox to deselect any Object type of a task to associate nothing.

@FengOffice DevTeam: Would be nice to have it in the new version included. Or did I miss a piece? ???

cheers
markus

3
How To's / Dont get the right list of users to assign tasks
« on: November 23, 2010, 01:19:53 pm »
My day might be already too long to think clearly... :-\
Maybe somebody can give some light in my dark:

Several users (lets call them 'a', 'b', 'c') are in the same client company (lets call it 'X'). They get their full write/read rights on a workspace by being a member in a group (lets call it 'G') with such rights. When I try as 'a' to assign a task to 'b', the list is almost empty; just 'me', 'Dont assign', 'company X', 'a'.

As soon as I give the the group 'G' the right  'Assign tasks to members of other clients', all users of the client 'X' - 'a', 'b', 'c' - are available, but also - as it says - all the other users from other companies/clients.

How do I get the list of users only from the same company the user, who is assigning the task, comes from.

Any idea?

Markus
[in the dark]

FengOffice 1.7.2

4
How To's / Import Contacts - button?
« on: June 22, 2010, 04:05:22 am »
Leaving my test area on version opengoo 1.5.3 I wanted to export my datas (contacts, companies) to import them in feng office 1.7.

And now my strange (hopefully not stupid) question:
Where is the Button "Do the Import" or which click triggers the action to get my datas into my 1.7 platform?

Thanks for a quick, secret help
(My God, what a question!)

Markus
[Firefox 3.6.3, MySQL 5.0.77, Apache 2.2.3]

5
How To's / Lenght of client names
« on: February 20, 2009, 05:26:51 am »
It is possible to put in a long client name  ;D
but number of characters, which get stored, is limited to 50  :(
Can you make it higher?  ::)

Thanks!

6
Deutsch / Notes / PrintView
« on: February 20, 2009, 04:57:02 am »
Date is not shown correctly
and
Workspaces are not shown

in the PrintView of Notes

in detail view the German translation in the headline for notes is 'Nachricht' instead of 'Notiz'

7
How To's / View Contacts - other Workspaces can hide Name
« on: February 19, 2009, 06:51:54 am »
First of all a big applause for your baby! It's a fantastic tool, and I was so happy once I found it and have cruised through the demo. ;D

Having 50 subworkspaces I handle with some contacts, who stick to a lot of workspaces. In the view for contacts all other workspaces are shown as links in front of the name ... so the name is gone.

Can I turn off the display of these links? I dont really want to claim a crucial thing for my project  8), but I see no alternative to succeed. ???

So if not, I announce it a request ;)

All the Best for your great work!
markus

Pages: [1]