Iron-E / winvoice-cli

Invoice from the command line!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Only show `Employee` `Contact` information once per exported `Job`

Iron-E opened this issue · comments

Right now, every Job which is exported shows the Employee's Contact information every time that the Employee appears in the Job. We should build a HashSet of Employees which have already been shown on the Job, and skip exporting that Employee's Contact info if they appear again.