Hello,
I manage a small painting and artist association. We hold regular painting events which our members attend. I have all the necessary modules for Projects, Event Organization, and Event/Agenda activated.
Right now, I can’t seem to figure out how to add members to an Event Card, to show those that attended, or ARE attending, an event. The Wiki refers only to “In the event creation/edit form, locate the Linked to field.”
There is no “Linked To” field anywhere.
I am running version 22.0.3 on Windows IIS 2022.
Thank you!
-Norman
I do something kind of similar, I run dance classes and events. I use the project module and the tick this box
that brings out the “Event overview tab”
Provided you have added that specific module which you say you have
Thank you for that.
Would you know how to add existing Contacts to the “Attendees” of the project event? If not through the interface, is there a way to associate them through the database, etc. manually?
How are you handling your participants in your classes?
Thank you! -Norman
I don’t use that method, I have made a python flask based form that creates a proposal for the registration, validates that proposal and sends an email - thanks for registration, … then it creates a draft order.
Later I validate the order, send them a payment link to Stripe and that creates an invoice.
I have also another python flask based dashboard that extracts all this information and shows it to the administrator.
I think you need to use the + sign in the right side just above the “LIST THE ATTENDEE OF EVENT PROJECTS”
It seems odd that, instead of being able to use a simple pick list of the existing Members list which can be added to an event, you’ve created a functionality outside of Dolibarr…
The + sign adds an entry for a participant to the event only and has no connection to either an existing member nor to create a Member. Seems VERY odd for it to be like this for a CRM….
@ngraziani you can add an Complementary Attribute / Extrafield that could contain the member.
Not all my participants are members, so I just use thirdparties, and each participant is a different thirdparty
When I started I already knew Python, but not PHP, and I was in a hurry to get it started.