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.


Messages - asdfghj

Pages: [1] 2
1
Feng Office 2 / Re: Version 2.2.2 even worse than the other
« on: February 04, 2013, 04:31:13 pm »
first off, you should learn proper english, especially if you are calling someone else out on it.

person vs user...
person is a contact...   a user is just that.. a user that can log into and use feng office..

add user vs add contact.. see above.

create company before people
go to the "people" tab and create a new company... you can do this before creating people.. (users or contacts)


remember, you are using FREE SOFTWARE.    if you have issues, post questions in a constructive way, by providing bug reports or logs if there are really issues.  otherwise read the documentation (which is being updated, and is way better than before version 2).

if your still not happy... go back to version 1.7.5 or use something else.. again.. your not paying anything, so the devs do not owe you anything.  I wouldnt have responded but i have noticed the amount of postings by DICKS going up this last year, so this is a message for all of you..  READ the documentation, SEARCH the forums for answers, then POST relevant questions in a non asshole way.

2
General Discussion / Re: Version 1.7.2 Hacked
« on: January 28, 2013, 04:47:46 pm »
hopefully you have good backups of you database, and hopefully web directory.. what i would do is a simple restore and see if that clears it up..

you should upgrade to 1.7.5 unless there are specific reasons you are staying on an older version.

what i would do next is a fresh install of 1.7.5, then connect to your current database.  if everything works, then something wierd/bad happened to your web file structure.. if that doesnt work, then you have an issue with your database, which is more of an issue if you dont have backups..

also run virus scans on your computers and check your host files, they could be infected and causing this if your webserver checks out ok.

3
Feng Office 2 / Re: Help in customize a new tab on feng office.
« on: January 28, 2013, 04:30:26 pm »
http :// www fengoffice com/web/wiki/doku.php/plugins_documentation

i cant post links, so that should get you there

here is the new documentation for the tabs/new plugins.

is looks like if you modify the:

Code: [Select]
"default_action"            => "say_hello" ,       //default action(method) called when tab is selected or context changes - used to list objects, etc.
by changing the "say_hello" to "open_new_window"

then you can continue the documentation and find/create this:

Code: [Select]
   <?php class HelloworldController extends ApplicationController {                
            var 
$plugin_name "helloworld"//name of the plugin
     
            
function __construct() {
                    
parent::__construct();
                    
prepare_company_website_controller($this'website');              
            }
     
            function 
say_hello() {
                    
$txt "Hello World ! ! ! ! ";
                    
tpl_assign('message',$txt);
            }
    }
?>

you should be able to change the "function say_hello()" to "function open_new_window()" and have it open whatever url you want in a new window.. i dont know the syntax offhand, but that should get you going..

search google for php function to open url in new window or something should finnish up that function for you

4
Feng Office 2 / Re: FO 2.2.2 - Workspace and group permissions problem
« on: January 22, 2013, 06:03:55 pm »
i think there is definitely some kind of permissions issue with the new groups.

i had myself as super admin (still super admin) and my colleagues as executive, and their personal settings were at 0, ie, for each individual they had no permissions for anything.  they are all part of a group, that has full permissions for workspaces, full for users and limited for other admin stuff.  once i changed their user type to manager (instead of executive), with same user perms, and group perms, i can assign tasks to them.

i dont know if this is on purpose, but seems weird that user type trumps other permissions, for example, if a user is set to executive, but i give them additional custom permissions in a group, they should get those.  that way i dont have to change user type when i change permissions, just use the group setting for mass changes, and user type stays the same, so i dont have to explain why employee x is set to manager, but employee y is set to executive.

5
Feng Office 2 / Re: Error when changing the due date
« on: January 22, 2013, 01:46:37 am »
i saw this issue as well..  i did skip all the v2 updates until 2.2.2 as i was migrating from 1.7.5 and had some issues with previous versions...

did you upgrade or are you on a fresh install?  have you tried to go to version 2.2.2 and has this resolved the issue?

when i had this problem, i believe it was a permissions issue with the way the task/milestone was setup..  i would change the date and i would then not have the correct perms to view that task anymore, giving me a similar error.

6
Feng Office 2 / Re: Help in customize a new tab on feng office.
« on: January 22, 2013, 01:43:17 am »
are you talking about a new page within feng office in the new tab, or do you want to open a new window with the new web page?

if you want it integrated into feng, you should be able to setup an iframe in that new tab to point where you want..

i havnt played around with version 2 that much, but it was possible in version 1.7.5.

7
Feng Office 2 / Re: FO 2.2.2 - Workspace and group permissions problem
« on: January 22, 2013, 01:39:03 am »
i have noticed some issues with with group permissions as well..

i seem to not be able to assign tasks to other users.  i can assign to myself, or the main company, but no the other users.  i have super admin privileges, and complete access to all workspaces and users.  i have tried group privileges with full rights to everyone and all the workspaces.  i have tried to set individual accounts with proper settings, and we cannot assign tasks to each other.  have not noticed any other issues, but this is a major one for me.

I upgraded from 1.7.5 to 2.2.2 because i had issues with previous 2.x versions and this seemed to be the most full/stable so i finally made the move.

8
Feng Office 2 / Re: Error after upgrade to version 2.2 from 1.7.5:
« on: October 12, 2012, 09:50:21 pm »
im getting the same error.  although nothing seems to filter anymore on any pages.  no matter what workspace/resource/tag i select, all items still show in the main window.

the error only shows on the overview tab.

upgraded from 1.7.5 to 2.2 final.

9
Ideas / Re: Assign to more than one person!
« on: March 15, 2012, 07:39:02 pm »
I will by trying your option 1 and see how it goes as a replacement for assigning multiple people to a single task.

Here are 2 examples of how my company could use multiple people assigned to one task:

A document needs to be read by the board before being signed by clients at the next meeting.  This would allow the board of directors to all be attached to the task of reading the document, and their comments would all be in the same place, and have the ability to update/edit the document.

We also have some construction tasks for one of our projects, and usually who ever has free time will go and continue from where the last member left off.  if they were all assigned to the same construction task, they could follow updates/comments by the last person who had time, and know exactly what needs to be done, and what has already been done, when they get to the construction site.

thanks for considering adding groups/multiple people to tasks, and for all the other work you guys put into this project.

10
ive got this working for the most part.  i am getting the following error, i think it has something to do with assigning tasks to a company.  it seems to work when using tasks assigned to individuals.

ERROR: ogTasks.getUser(item.assignedToId.split(":")[1]) is null

using feng 1.7.5 on linux.

also, was wondering how to implement the tasks being shown as having a strike through the text if they are completed in gantt view, and which file needs to be edited to fix the formatting issue.  it gets smashed up in the middle columns

thanks for the mod, and any help with these issues.

11
Development / Re: major development on feng office
« on: March 04, 2012, 12:22:21 am »
can we get a link to your source, theres a few things id like to check out.  would be greatly appreciated.

12
found out which file to edit to change the dashboard layout:

fengofficeinstall\application\views\dashboard\index.php

13
For tasks that have no end date set (or i suppose have an end date set) is there a way that the end date for a task can be automatically set to the date when you complete it?

This is mainly because i have integrated the Gantt chart, and i dont tend to have due dates on tasks for some projects, they just get done when i have time.  This works, however when viewing the gantt chart, all the tasks without dates (even completed ones) just show up as today, which makes it tough to look at progress for those milestones.

Thanks for any input.

14
The time stamp is ok but the date is off.  When an event occurs, it says "about x hours ago" but then when it advances to the next day (lets say wednesday), the above should say "tues at 'some time'" but instead it says "wed at 'some time'"

All other dates are correct, for tasks/milstones, and the calendar is fine.  my issue is only on the activity widget on the overview page.

using version 1.7.5

on a lesser side note, i was wondering what file i need to edit to change the layout/order of the widgets on the overview page as well.

any ideas or help is greatly appreciated.

thanks in advance

15
How To's / Re: How to assign tasks to more than one single person?
« on: January 27, 2012, 08:02:37 pm »
i second the need for this.

one example would be assigning several people to look over a final version of a document before it gets signed in the next meeting.


Pages: [1] 2