Open vvim opened 8 years ago
in form.h
void add_aanmeldingen(QList<SOphaalpunt> *);
we only speak of 'add_aanmeldingen', we will need afunction with a long list of pure SMARKERS, so that it can be dynamically decided whether this is a pure 'address', a 'ophaalpunt' or a 'delivery'.
When saving a route, we only write the "aanmeldingen" to the database, and we forget the deliveries or normal addresses.
Deliveries and addresses are written in the TransportationList.doc , but never in the database.
So when we want to 'edit' a route, we upload our date from the database: no deliveries or normal addresses will be shown.
BIG BUG