Skip to main content

Hello, I’m new to this and was looking for the best aproach on how to implement the following:



I have a pack of services I offer my client, that pack has 10 sessions of the same service (real-estate photos).


The invoice is only one for the whole package, but I need the dates and project names of them so I can track what has been made.



The price is 240€, since there are 10 I can set each for 24€. Or I can have one invoice of 240€ and the rest at 0€? Kind of lost here on what a professional does.



Thank you for your time.

Hi Bruno, if I were you I’d have a table for invoices and a table for the sessions, and would link the records together



In the Invoices table, I would put in a Count field to see how many sessions had been completed for that invoice, does that make sense?


It does make a lot of sense. I’ll implement your suggestion.



Thank you =)


Reply