1. Ok so let me elaborate:
Contacts of a company ABC – Mr A ,Ms B & Mr C
Users of CRM – User1, User2, User3
Each of the user should be able to see all the emails sent to Mr A ,Ms B & Mr C from User1, User2, User3
Also, Each of the user should be able to see all the emails sent by Mr A ,Ms B & Mr C to any of User1, User2, User3
Hope it helps!
2. I could not follow “using a separate CRM agent.”
This is an extremely important feature as well as tasks. I get around this by e-mailing the tasks to my Outlook and I have an Outlook rule that copies the tasks to my task folder, which kinds of work, but not as well as I would like. Can I create a notification e-mail for meetings that I could use with Outlook rules as well?
I have a few suggestions and this may be the incorrect place to post them. If so, my apologies. Further apologies if the functionality I mention below already exists.
1. Task List
Task list – We need a task list that can be marked as completed, etc.
2. Contact by customer
We also need a column on contact list to show which customer that contact belongs to and the ability to sort and group on the company.
3. Once in contact view, I would need to go to the company from that view.
This reply was modified 8 years, 10 months ago by [email protected].
This reply was modified 8 years, 10 months ago by [email protected].
This is the file location where the capabilities have been set up. modules/hrm/includes/functions-capabilities.php line no 138
And you can use this filter erp_hr_map_meta_caps and make a plugin to manage custom roles instead of changing the core codes.
Thanks and feel free to let me know if you need more help from me 🙂
On the expense module, we can only view the entered data, unless logged in with the same account name that entered data in this module.
It seems to be a privilege problem for users …
I solved the problem by editing tab-leave.php in \modules\hrm\views\employee
After definition of array of policies, I put this code: (on line 4)
Code is very sloppy I think, but it will get the job done!
Please let me know if there’s improved way of achieving this.
if($employee->gender == 'male') {
$policies = array_filter(
$policies,
function($pol) {
return $pol->gender == 'male' || $pol->gender == -1;
}
);
} else if($employee->gender == 'female') {
$policies = array_filter(
$policies,
function($pol) {
return $pol->gender == 'female' || $pol->gender == -1;
}
);
} else {
$policies = array_filter(
$policies,
function($pol) {
return $pol->gender == 'other' || $pol->gender == -1;
}
);
}
</code
@mattv7,
Currently, we are working on the core of WP ERP and we are in the last stage of it. So we are assuming that half day leave feature will be available on June,17.
Hi all,
I would need help with a new big project I really would like to do with WPERP
I have a big client of mine… a group of Gym with more than 15K members. They actually use TeamSystem Wellness CRM Management tool but they want to dismiss it. I would like to know
– Into WPERP CRM it would be possible to import actual Clients data through. CSV or Html?
– Into WPERP through Woocommerce module… it would be possible to manage Clients Monthly Subscription…
Awaiting from you urgently (tomorrow morning I am going to have a meeting with this client) Many thanks
So the WooCommerce\Products is different from the Accounting-Module’s Products…
but, what i don’t understand is – when you put an order thru the WooCommerce StoreFront – the item’s sales/invoiced sales-value ended up as a ‘Revenue’ in the Accounting Module.
[1]Which means the WooCommerce\Product is connected to the Accounting Module in some way??
>>But if you want to track your selling via Accounting module then you have to add products by using Inventory extension. And this process will be handled from the backend.<<
[2]Is there a storefront-page for the Inventory added from the Accounting Module?
Especially about the checkbox option. It does not give me the options as i build it before. It only gives me the first option. I guess i have to do something when i build it but i am not sure what. I added a picture for more info.
Ideally, life stages should be a CRM option that can be set via the admin dashboard vs code overrides. Never-the-less, to make the “erp_crm_life_stages” filter useful there needs to be a way to override the CRM Dashboard view to display the custom life stages instead of the hard-coded life stages.
Please advise if there is a filter or other recommended way to accomplish this.
Thanks Shaown!
Author
Search Results
Viewing 15 results - 226 through 240 (of 275 total)