We need to get a grip on the beställaren table, as we are currently seeing a multiplication of the same person for multiple orders which makes it difficult to find the contact details. Ideally, we need one entry if the contact details are the same.
A one to many ? I guess we need to check if the user exists before the save of the form, but if each beställare is couple to a begrepp, how to we make it that that reverse foreign key can be attached to multiple begrepp ?
We might need to think about how we couple the Domän to the Begrepp...is the
We need to get a grip on the beställaren table, as we are currently seeing a multiplication of the same person for multiple orders which makes it difficult to find the contact details. Ideally, we need one entry if the contact details are the same.
A one to many ? I guess we need to check if the user exists before the save of the form, but if each beställare is couple to a begrepp, how to we make it that that reverse foreign key can be attached to multiple begrepp ?
We might need to think about how we couple the Domän to the Begrepp...is the