Hola! Uso el plug in en una intranet. Necesito borrar todas las tareas que creamos para dejar todo en blanco y cargar las nuevas tareas de este a?o. Como puedo hacerlo? Ya que puedo borrar solo de a una a la vez pero son mas de 700.
Gracias!
Mauro
https://www.ads-software.com/plugins/ndizi-project-management/
]]>Hi, I love this plug-in. Hope you don’t mind me altering it. I’m trying to use it as a way for parents to log their volunteer time in order to earn tuition discounts at their kids’ school. I’d like to allow the “client” or principal add her own projects. I’m altering the client frontend to do this. I’m able to get the add project form to work, but it’s no updating the table. Could you please take a look at this code and tell me what I’m doing wrong? I’m more a vb person so this is new territory for me. ?? Thank you!
function print_frontend_task_form( $client_id ){
$x = Array();
$what = __('Add New Project',NDZ);
?>
<h2 id="add-project"><?php echo $what; ?></h2>
<form method="post" action="<?php echo get_permalink( get_option( 'Ndizi Frontend Page' ) ); ?>">
<?php $this->_form_row( 'ndizi_action', NULL, 'frontend_add_project', 'hidden' ); ?>
<?php if( !is_null( $id ) ) $this->_form_row( 'project_id', NULL, $x['project_id'], 'hidden' ); ?>
<table class="form-table">
<tbody>
<?php $this->_form_row( 'name', __('Project Name',NDZ), $this->_val($x,'project_name') );
$this->_form_row( 'description', __('Project Description',NDZ), $this->_val($x,'project_description'), 'wysiwyg' );
$this->_form_row( 'client_id', __('Client',NDZ), $this->_val($x,'project_client_id'), 'clients' );
$this->_form_row( 'active', __('Active',NDZ), $this->_val($x,'project_active','y'), 'yn' );
$this->_form_row( 'submit', NULL, $what, 'submit' );
?>
</tbody>
</table>
</form>
<?php
}
function frontend_add_project($id = NULL ){
$params = Array(
'client_id' => 'client_id',
'project_name' => 'name',
'description' => 'description',
'active' => 'active',
);
$args = $this->_params_to_args( $params, $_POST );
if( !$args ) return;
return $this->add_project( $args );
}
]]>
Hello! There seems to be a problem with my plugin login on my page. There is no input for typing the access code. I can only see the login button.
https://www.ads-software.com/plugins/ndizi-project-management/
]]>What minimum role rights are required so that subscribers can see Ndizi Time Entry sidebar widget?
What needs to be changed to display Time Entry sidebar widget?
https://www.ads-software.com/plugins/ndizi-project-management/
]]>What specific code can I add to display the total time for a project under invoice after selecting the project?
https://www.ads-software.com/plugins/ndizi-project-management/
]]>I cannot add clients or projects in WP v.3.5.1.
No ndizi tables created.
Any adjustment to make it work?
https://www.ads-software.com/plugins/ndizi-project-management/
]]>Title is self-explanatory…
Where should I specify the .po and / or .mo files?
https://www.ads-software.com/extend/plugins/ndizi-project-management/
]]>Hi,
This is more FYI than a request for support, as I’ve resolved my own issue.
In the latest release of ndizi 0.9.7.0, the SQL statements to create the necessary tables have error that cause the tables to not be installed (at least with MySQL version 5.1.57).
This issue will cause you to not be able to enter any clients, projects, etc after activating the plugin.
The problem is that the ‘description’ fields in each table are being create as a TEXT type with a DEFAULT value.
According to MySQL, that is a no-no.
You can fix this problem by opening Ndizi.class.php in notepad and deleting “DEFAULT ”” from each statement that’s creating a table.
https://www.ads-software.com/extend/plugins/ndizi-project-management/
]]>After activating on 3.5.1 I get this..
WordPress database error BLOB/TEXT column ‘description’ can’t have a default value for query CREATE TABLE IF NOT EXISTS wp_ndizi_clients
…
ENGINE = MYISAM COMMENT = ‘Ndizi Attachment Table’ made by activate_plugin, do_action(‘activate_ndizi-project-management/Ndizi.php’), call_user_func_array, Ndizi->on_activate, Ndizi->install, Ndizi->make_tables, Ndizi->make_attachments_table
https://www.ads-software.com/extend/plugins/ndizi-project-management/
]]>If so, our firm needs some custom features, and we’ll be happy to pay the developer to create them. Please email [email protected].
https://www.ads-software.com/extend/plugins/ndizi-project-management/
]]>When uploading files, the links to the files get split.
https://screencast.com/t/nM7AO7Nu – you can see how the file name is split as is the link to them.
Files about 6MB.
Not sure how to fix this.
https://www.ads-software.com/extend/plugins/ndizi-project-management/
]]>Hello,
Is it possible to have this AMAZING plugin send an email notification when a user has been assigned a new task?
This would be extremely helpful!
Anyone have a fix for this?
https://www.ads-software.com/extend/plugins/ndizi-project-management/
]]>What would it cost to have this part completed? We would like this to be treated as a client project and then you can post the updates here for others to use.
Here are the items we need done.
-Allowing users and clients to post messages and upload files, attaching them to projects or tasks. (Structure is in-place currently, but not fully implemented)
-New Contacts data type, enabling you to associate (none, one, or more) contacts with (none, one, or more) clients or projects.
-E-mail sent to specified users when clients add tasks through the front-end of the site.
-Email notifications when messages and files are posted.
We would be willing to pay to have this completed and then released to the wp community. Would that work for you? If so what would the cost be and how long would it take?
https://www.ads-software.com/extend/plugins/ndizi-project-management/
]]>I like showing project management panel from frontend in a group page like this image, is that possible?
https://dl.dropbox.com/u/16583931/Screenshot_2.png
https://www.ads-software.com/extend/plugins/ndizi-project-management/
]]>Has anyone removed the ability for users to add tasks? I only want my users to be able to see the tasks that I’ve added and not be able to add tasks of their own.
Thanks!!
https://www.ads-software.com/extend/plugins/ndizi-project-management/
]]>Default is $. Want to change to £.
How can I do this?
thanks
https://www.ads-software.com/extend/plugins/ndizi-project-management/
]]>What’s the best way to view all open projects?
Basically, I want to use Nidizi as a job board, so my colleagues can see what’s in.
Sorry if this is obvious!
Thanks
Dave
https://www.ads-software.com/extend/plugins/ndizi-project-management/
]]>Hi there,
Great plugin – I’m just getting to grips with it, so first things is – I’m looking for a plain theme that works well with Nidizi.
Any suggestions?
https://www.ads-software.com/extend/plugins/ndizi-project-management/
]]>Hi there, just installed the plugin and was playing around with it and I have some questions:
1. What user role should I assign my users for them to see (and manage) only their tasks? – right now all WP default user roles can’t access Ndizi accept “Administrator” which is overly powerful
2. Will the users get an email after a task is assigned to them?
Hope to hear from you soon!
https://www.ads-software.com/extend/plugins/ndizi-project-management/
]]>Hello!
I just recently installed the plugin on a WordPress 3.2.1 site and I’m having issues displaying anything on the assigned Client Front-End Page.
Is there any shortcode or something that needs to be entered into the content area of the page for the ability for clients to login using the passkey / access the information? Nothing appears at all when I access the page in any account state (logged in/out/any user).
I have created dummy users, projects, invoices, tasks etc.. to populate items. How does the client login page work? Does it just replace the <?php the_content(); ?> in a theme file?
Any insight would be helpful as I’d like clients who access the page to see the information! Thanks!
https://www.ads-software.com/extend/plugins/ndizi-project-management/
]]>any chance there will be a file upload for the near future? A lot of out projects we use screenshots to help developers.. I would love to be able to add them to tasks.
Garfield
[sig moderated as per the Forum Rules]
What is the anticipated release date of the next version of Ndizi?
]]>I have just installed NDIZI, and I’m loving it. However, I would love to see a few key features, which I think are essential for this plugin.
1. Would be good to be able to assign tasks to multiple users. A possible work-around is that I create alternate tasks (which would be really the same task) and assign each alternate task to a different user?
2. I want as the system administrator, to be able to send project/task related messages to users from within the Ndizi dashboard. This way, I can coordinate the workflow on a project, by interacting with the user to whom a task has been assigned, and the client.
3. It would be nice if we could send access key to clients from within the Ndizi dashboard. For now, I copy the key to my email, and then email it. This is error-prone it seems.
Finally, I am really praying that you find the time soon to implement these ideas, and others that have been posted, since the last update of this plugin.
]]>Has anyone added a WYSIWYG editor to the Task Description field? My client doesn’t want to have to handcode when she needs to create a hyperlink.
]]>First of all, great plugin. This has huge potential.
It would be great if we had the ability to add taxes and discounts to the invoices. The invoice could have several fields for this with auto calculation over then.
Is there any change this gets added in a future release?
https://www.ads-software.com/extend/plugins/ndizi-project-management/
]]>After installing and adding a client, I saw an undefined index error for “client_url”.
After renaming the $client[‘client_url’] and the $invoice[‘client_url’] variables to $client[‘client_site’] and $invoice[‘client_site’] it works great.
Overall, a great plugin!
]]>could not add new client
]]>Hi George,
Great plugin. Have you considered integrating it with the Web Invoice plugin https://www.ads-software.com/extend/plugins/web-invoice/?
Thanks!
]]>In my installation the clients table wasn’t being created in the mySQL db. After turning on error reporting I found out that some fields in the clients table were trying to be set to VARCHAR( 300 ), and the error log was reporting that the maximum was 255 for that data type. I changed all instances of VARCHAR( 300 ) to VARCHAR( 255 ) in the file Ndizi.class.php, reinstalled (with the new file) and it worked.
https://www.ads-software.com/extend/plugins/ndizi-project-management/
]]>Really great plugin George, easy to install and use and a nice and simple user interface for the clients.
Got a a few suggestions for improvement if you could use any.
1) Enable/Disable which parts is shown in the client login, like for instance you could disable all invoice functions, disable the new task box ect.
2) Send an email to the client each time you change the status of one of his tasks or create a new task.
3) Send an email to a specified address each time the client adds a new task.
4) More style options like custom TD/TH colors for tasks/project/invoices ect. or maybe just a few premade color themes you can choose between.
And thanks for creating it in the first place, much appreciated.
https://www.ads-software.com/extend/plugins/ndizi-project-management/
]]>