Saulyx Posted January 18, 2011 Share Posted January 18, 2011 HEy, when you planning on adding ability for a client to create a project? I'd be very much interested in buying a copy of this you add it any time soon 0 Quote Link to comment Share on other sites More sharing options...
A320guy Posted January 19, 2011 Share Posted January 19, 2011 I opened another one. I had to do it under presales as the other require login. bump, still never received a response. 0 Quote Link to comment Share on other sites More sharing options...
tsiedsma Posted January 19, 2011 Author Share Posted January 19, 2011 HEy, when you planning on adding ability for a client to create a project? I'd be very much interested in buying a copy of this you add it any time soon The next version will take a little longer, I'm rewriting the module to conform with the new Addon module format and adding other features as well. bump, still never received a response. I'm not sure what you are doing wrong, but I have no open tickets. Seeing as how you have to have an account in order to purchase or download WHMCSPM2, why not just login to create a ticket? What problem are you having that you are trying to submit a Pre-Sales ticket? 0 Quote Link to comment Share on other sites More sharing options...
A320guy Posted January 19, 2011 Share Posted January 19, 2011 That's just it, I cannot login. It will not accept my password and when I try a password reset, it says the answer to my security question is wrong. My username is the same as the one used here. 0 Quote Link to comment Share on other sites More sharing options...
tsiedsma Posted January 19, 2011 Author Share Posted January 19, 2011 That's just it, I cannot login. It will not accept my password and when I try a password reset, it says the answer to my security question is wrong. My username is the same as the one used here. Please PM me. Someone signed up using an email address tied to their own WHMCS Support email. This resulted in our ticket systems emailing eachother and opening hundreds of support tickets. I had to ban that email address and I wonder if it was yours. If so, I need to change your email address in the system. 0 Quote Link to comment Share on other sites More sharing options...
tsiedsma Posted January 25, 2011 Author Share Posted January 25, 2011 Good news, version 1.1.0 is nearing completion. I'm adding new features and just want to remind you to use the Development Tracker to submit your feature requests. I'd like to squeeze as much as possible into this next version. 0 Quote Link to comment Share on other sites More sharing options...
A320guy Posted January 25, 2011 Share Posted January 25, 2011 Is there a minimum version of whmcs this will require? 0 Quote Link to comment Share on other sites More sharing options...
tsiedsma Posted January 25, 2011 Author Share Posted January 25, 2011 Is there a minimum version of whmcs this will require? WHMCS v4.4.1 / 4.4.2 It uses the new addon module system and will be incompatible with old versions of WHMCS. 0 Quote Link to comment Share on other sites More sharing options...
altomarketing Posted January 28, 2011 Share Posted January 28, 2011 I have just created a new Issues about "predefined projects" 0 Quote Link to comment Share on other sites More sharing options...
mojowill Posted February 1, 2011 Share Posted February 1, 2011 any news on a new release/update? 0 Quote Link to comment Share on other sites More sharing options...
tsiedsma Posted February 1, 2011 Author Share Posted February 1, 2011 any news on a new release/update? It is close. I've made a bunch of changes and improved a lot of features. You can see the completed issues / feature requests in the dev tracker. I'm still working on a couple of things and trying to decide what else I want to add before I release 1.1.0. I'm hoping for the next week or two. 0 Quote Link to comment Share on other sites More sharing options...
tsiedsma Posted February 2, 2011 Author Share Posted February 2, 2011 Version 1.1.0 is now available. This version utilizes the new addon modules format which means there will be a little bit of work on your part to get the new version up and running. It's not too difficult though. You need to delete the whmcs/modules/admin/whmcspm2 folder as well as whmcs/includes/hooks/whmcspm2_hook.php file. The following features and fixes are available in this version: Rewrote module to new WHMCS Addon Module format Fixed issue with Task Description on projects.php not handling new lines properly. Added Configuration option to allow clients/users to create projects Added protected project types, these cannot be deleted or modified Added new tpl file and client area functionality for adding projects Converted all icons / images to silk icons from famfamfam.com Added file size information to display for clients and admins Corrected issue with empty dates (0000-00-00) showing as 12/31/1969 When setting a project as completed, it will complete tasks and time tracker entries Fixed issue with creating a task and setting %complete but it shows 0 Added cron hook to update invoice id if a billable entry is added but not invoiced right away. Modified note in Invoice when created by WHMCSPM2. Remove reference to WHMCSPM2. Updated admin templates to v4.4.2 Added Notes section to Projects and Tasks. Notes work like all other notes sections in WHMCS. Added entry to portal template file header.tpl that points to projects.php 0 Quote Link to comment Share on other sites More sharing options...
BenN Posted February 2, 2011 Share Posted February 2, 2011 Great! Will be upgrading later today. 0 Quote Link to comment Share on other sites More sharing options...
BenN Posted February 2, 2011 Share Posted February 2, 2011 hmm I can't edit posts so sorry for the double post. Just carried out the upgrade, all went well. There seems to be a bug though with creating notes. I just get: align="" valign=""> where notes should be. The source code shows the following: <td class="<?=$column_class?>" <?=$nowrap?> align="<?=$align?>" valign="<?=$valign?>"> <?=$column_data?> </td> <td class="<?=$column_class?>" <?=$nowrap?> align="<?=$align?>" valign="<?=$valign?>"> <?=$column_data?> </td> <td class="<?=$column_class?>" <?=$nowrap?> align="<?=$align?>" valign="<?=$valign?>"> <?=$column_data?> </td> <td class="<?=$column_class?>" <?=$nowrap?> align="<?=$align?>" valign="<?=$valign?>"> <?=$column_data?> </td> <td class="<?=$column_class?>" <?=$nowrap?> align="<?=$align?>" valign="<?=$valign?>"> <?=$column_data?> </td> <td class="<?=$column_class?>" <?=$nowrap?> align="<?=$align?>" valign="<?=$valign?>"> <?=$column_data?> </td> Also when can we expect the other features in the dev tracker to be included? I know you've only just released this version (and I do appreciate it, there are many useful bug fixes) just I was kinda looking forward to being able to sort through projects as it's starting to be a pain sorting through old/new and in progress ones. Thanks! 0 Quote Link to comment Share on other sites More sharing options...
tsiedsma Posted February 2, 2011 Author Share Posted February 2, 2011 hmm I can't edit posts so sorry for the double post. Just carried out the upgrade, all went well. There seems to be a bug though with creating notes. Also when can we expect the other features in the dev tracker to be included? I know you've only just released this version (and I do appreciate it, there are many useful bug fixes) just I was kinda looking forward to being able to sort through projects as it's starting to be a pain sorting through old/new and in progress ones. Thanks! I fixed the issue. I used some code from an old project that used the php short tags <?=$var?> I didn't enable the option in ioncube to allow shorttags... I've uploaded the corrected version, please re-download and replace the lithium_hosting_paginate.php file. There is no schedule for a next release. I'll get to it when I have time. Your sorting feature request is at the top of my list because I can see how important that is. It's hard to realize the need for something like that during testing on a dev box with just a couple of projects in the list. 0 Quote Link to comment Share on other sites More sharing options...
mojowill Posted February 3, 2011 Share Posted February 3, 2011 I bought a full license last week and now when I try to download the latest version I am being asked to pay again really whats going on ??????? 0 Quote Link to comment Share on other sites More sharing options...
tsiedsma Posted February 3, 2011 Author Share Posted February 3, 2011 I bought a full license last week and now when I try to download the latest version I am being asked to pay again really whats going on ??????? You'll have to submit a ticket, that's not really something I can help you with here. 0 Quote Link to comment Share on other sites More sharing options...
decor Posted February 5, 2011 Share Posted February 5, 2011 does it handle recurring projects like same job everymonth like seo work? Ian 0 Quote Link to comment Share on other sites More sharing options...
tsiedsma Posted February 5, 2011 Author Share Posted February 5, 2011 does it handle recurring projects like same job everymonth like seo work?Ian Not yet. It's in the dev tracker but its a big feature and will take some time to work out. 0 Quote Link to comment Share on other sites More sharing options...
Defaultdave Posted February 6, 2011 Share Posted February 6, 2011 This is great. only a year into whmcs and get surprised all the time, I'm on trial at the moment but will go pro Monday. SO, my ten cents (sorry if they have been mentioned already) In config could you give the option to choose client name format. first, last | last, first | company. Also, Could a support ticket be made into/aplied to a task / client? thanks for this I was weighing up some awful project management tools with dual entry etc... Love it. 0 Quote Link to comment Share on other sites More sharing options...
tsiedsma Posted February 6, 2011 Author Share Posted February 6, 2011 This is great. only a year into whmcs and get surprised all the time, I'm on trial at the moment but will go pro Monday. SO, my ten cents (sorry if they have been mentioned already) In config could you give the option to choose client name format. first, last | last, first | company. Also, Could a support ticket be made into/aplied to a task / client? thanks for this I was weighing up some awful project management tools with dual entry etc... Love it. Please submit a Feature Request in the Dev Tracker on the website. Instructions are in the readme.txt, but basically go to the product details page and click the link. As for the Ticket Import to Task, you can take a ticket and turn it into a project but thats it for now. You can submit a feature request / improvement for that if you'd like something different. I'm glad you like my product, please keep the feedback coming. 0 Quote Link to comment Share on other sites More sharing options...
A320guy Posted February 25, 2011 Share Posted February 25, 2011 Hello, not sure if I am missing this somewhere, but when I look at the dashboard, how is the project sort arranged? I created a new project, but it does not appear as the last in the sort like I thought it would. I looked at the db and the id is the last number but it doesn't sort by id. I am not running the latest version yet though so don't know if that has changed. 0 Quote Link to comment Share on other sites More sharing options...
tsiedsma Posted March 15, 2011 Author Share Posted March 15, 2011 Hello, not sure if I am missing this somewhere, but when I look at the dashboard, how is the project sort arranged? I created a new project, but it does not appear as the last in the sort like I thought it would. I looked at the db and the id is the last number but it doesn't sort by id. I am not running the latest version yet though so don't know if that has changed. Right now there isn't an actual sort being performed. 0 Quote Link to comment Share on other sites More sharing options...
tsiedsma Posted March 15, 2011 Author Share Posted March 15, 2011 I've implemented a new full featured development tracker that I will be using for all of my projects going forward. I've setup WHMCSPM2 and would like you all to use this dev tracker to report issues and request features! WHMCSPM2 Dev Tracker 0 Quote Link to comment Share on other sites More sharing options...
tsiedsma Posted July 9, 2011 Author Share Posted July 9, 2011 I've been working hard on the next version of WHMCSPM2. There are lots of changes in store for version 1.1.5 that I think most of you will be very pleased with. I've addressed alot of issues reported by users and implemented a lot of feature requests. You can view the list of changes in this new version here: http://projects.lithiumhosting.com/projects/whmcspm2/versions/9 I have two more items to complete plus anything else I can think of to add before I will be ready to release this version. If you have need some changes or new features, please request them in the project tracker. I'm looking for as much feedback as possible so I can make this product even better. 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.