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 - Nuno Zimas

Pages: [1] 2 3 ... 5
1
I have scoured the Administration back and forth and still can't find the Plugins icon.
If to believe the official wiki entry about the procedure, the option should be there:

"(...)Then launch the plugin manager: Administration→Plugins."

As you may tell from the attached screenshot, the icon is definitely not where due.


2
Feng Office 2 / mobile theme / template
« on: January 09, 2014, 08:54:30 am »
Although FO CE 2.4 us said to support responsive design for handheld devices, I haven't found any option to turn it on.
As it stands, I'm still thrown into the desktop UI when accessing from my Abdroid smartphone.

3
Feng Office 2 / [FO 2.3] can't update plugins from the CLI
« on: June 27, 2013, 02:51:32 pm »
I've issued the following command at the console

php public/install/plugin-console.php update_all

and got the error below

Error updating plugin '': Query failed with message 'Subquery returns more than 1 row'

4
When attempting to generate a time report, the following fatal error happens:

Fatal error: Call to a member function getObjectName() on a non-object in /fengoffice/application/helpers/grouping.php on line 206

We're running the latest FO 2.3 on PHP 5.3.10 / Apache 2.2.22.

5
Feature requests / [1.7.1] filter tasks by custom field values
« on: September 13, 2010, 08:59:46 am »
Although nice, the new subtype feature is a bit of a con, IMO.
It allows me to sort tasks (or other objects) by subtype, but not by the fields and fields values each subtype entails.
Basically the custom fields are kept as useless as before.

A practical example.

For all the subtypes I have define there are some common fields we have defined long ago, like Task Status, which is a select list with values like "acknowledged, processing, waiting on customer" and so forth.
I am still unable to sort tasks by these values. This is where the real juice is.

6
Feature requests / add objects to general time slots
« on: September 06, 2010, 10:43:17 am »
Would be neat if we could add any object to a general time slot.
Quite often we have to address immediate requests for action through email, without setting up any task, and later we log the time spent on the assignment straight into a general timeslot. Too bad we cannot reference the email (or email thread) from the slot.

7
This request grew out of actual need.
We are working on a project which involves ourselves and a twin company with their own FO environment. Of course we could create a workspace in just one of the installations and then set up / assign users from both teams, but that's not too practical in this particular case.
In order to prevent redundancies, we were wondering how tough it would be to develop such a mechanism.

8
Feature requests / functional custom fields
« on: August 10, 2010, 08:02:30 pm »
The way they currently stand, custom fields are pretty much idle, useless.
We cannot use them to sort objects, their values are not logged in the activity stream of a task... they seem to play no real functional role in any process, It's just a means of further tagging / describing objects.
A shame this hasn't been addressed so far.

9
Older versions / [1.7 RC2] JS code snippet in comment breaks task
« on: June 29, 2010, 09:17:49 am »
When including a JS code snippet in a comment, the task is no longer manageable.

It happened with a Google Analyitcs code snippet I have posted as comment so that a workmate could proceed with the task.

Code: [Select]
<script type="text/javascript">

  var _gaq = _gaq || [];
  _gaq.push(['_setAccount', 'UA-XXXXXX-XX']);
  _gaq.push(['_trackPageview']);

  (function() {
    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
  })();

</script>

10
Older versions / [1.7 RC2] cannot add subtask
« on: June 14, 2010, 07:03:49 pm »
When trying to set a parent task for a task, the modal popup shows a blank pane on the right side, even if I explicitly pick / filter by the workspace the new task is being created on.

Tested on FF 3.6.3.

11
Older versions / [1.7 RC2] time - edit slot loses billing info
« on: June 09, 2010, 08:13:59 am »
When editing a time slot in the Time module, the associated billing info is lost.
I have then to recreate the slot in case some details need changing.

12
Older versions / [1.7 - RC] duplicate email messages
« on: April 26, 2010, 11:21:58 am »
In the context of a "conversation", all incoming messages are landing duplicated in my Fengoffice mailbox.
One copy of the message is properly added to the conversation thread, whilst a second one lands outside of it.
Only happens when i get replies.

13
When adding a general time slot in the Time tab, the corresponding fee is actually added to the DB but not displayed until the whole interface is reloaded.
A minor JS bug, i guess.

14
When a latest activity entry refers to a comment, it would be handy to have a link to scroll all the way down to that comment. Useful in really lengthy threads.

15
Older versions / [1.7 beta 1] JS popup calendar doesn't display
« on: March 18, 2010, 03:21:21 pm »
The JS popup calendar stopped working on Firefox 3.6.
It simply won't load.

Firebug reports:
Code: [Select]
E[parseInt(G)] is undefined
http://url.tld/public/assets/javascript/extjs/ext-all.js
Line 85

Pages: [1] 2 3 ... 5