Tell us what you are trying to do? I am trying to build a site to manage the users of a gym, where i can control their state of payment and also manage and control their attendance to our classes. i need a basic and visual report of the users that the gym has, which ones are active and which ones inactive due to lack of payment....and also a report of which days they have attended to the gym.
I already create the custom posts for users and the archive view...i just need a light to the best way to achieve this.
Is there any documentation that you are following? toolset documentation
Is there a similar example that we can see?
What is the link to your site?
Hello and thank you for contacting the Toolset support.
We have two articles about adding a payment to your website with Toolset and WooCommerce:
- https://toolset.com/documentation/user-guides/front-end-forms/charging-payments-with-cred-to-register-users/
- https://toolset.com/documentation/user-guides/front-end-forms/using-cred-commerce-to-add-payments-to-forms/
On the second article, we charge a user to create a book post, we can charge the user to create a subscription post. Then we can create a view that displays subscriptions that have a date in the current month. Check these articles about filtering by date:
- https://toolset.com/documentation/user-guides/views/filtering-views-query-by-date/
- https://toolset.com/documentation/user-guides/views/date-filters/
I hope this gives some guidance. Let me know if you have any questions.