Skip Navigation

[Resolved] How to develop my website

This support ticket is created 6 years, 6 months ago. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

This topic contains 2 replies, has 2 voices.

Last updated by israelP 6 years, 5 months ago.

Author
Posts
#907543

I need to develop a website with Toolset plugins. I must create a system for a Security Guards company. There will be one or more administrators. These administrators must have the possibility of creating Security Guards Users and Clients. The administrator(s) will apply certain clients to certain Security Guards.

For example, a Security Gard will go to a Client's company and work for 8 hours by taking care of what is going on during the night and avoiding thieves to go in etc. When the Security Gard has finished his daily work, he must fill in a form with several information, such as a report. This report must be sent by email to both, the administrator of the website and the Client, informing them all that happend during his work.

Every Security Guard can have the chance to work for several Clients.

How should I develop this website with your plugin, please?

I very much appreciate your assistance.

Best regards.

#907697

The simplest approach is creating 2 post types "Work Reports", "Company".

The Post type "Work Reports" is in a many to many relationships with a post type "Company".

The Guards are native WordPress users on your site.
Clients are native WordPress users as well.

To let them create the accounts, you can use Toolset User Forms, or you create them manually.
https://toolset.com/documentation/user-guides/cred-user-forms/

If a Client then wants to post a work offer, he/she simply creates a Post of Type "Company"
If a Guard needs to submit a report, he simply adds a new Post "Work Report" and sets the proper company as the related post.
With Toolset Forms you can then as well manage the notifications:
https://toolset.com/documentation/user-guides/automated-email-notifications-with-cred/

In case a guard can work in many companies and companies can employ many guards the above is the proper solution to follow.

The project requires quite some work, and I suggest to start step by step, and opening tickets for each step you struggle.

I suggest starting by creating the Post Types:
https://toolset.com/documentation/user-guides/create-a-custom-post-type/

Then, create the relationships.
Please read this carefully as it is a complex matter but it will get easy once you make a few tests:
https://toolset.com/documentation/post-relationships/

Then, you can go ahead and create your Front End forms.

In any case if you struggle with some of the steps, please ask us in each a new ticket

#908335

Hello Beda,
Thank you so much for your support. I will start developing the website. When I need support, I will open a new ticket, as per your request.
Best regards.