add document counting

This commit is contained in:
Peter Maquiran
2021-08-18 12:58:01 +01:00
parent 7fe82be2d9
commit e4881a535f
3 changed files with 5 additions and 4 deletions
@@ -32,6 +32,8 @@ export class DocumentCounterService {
}
get prTotalDocument() {
return 0
return this.despachoStore.count + this.expedienteGbStore.count + this.pedidosStore.countdeferimento
+ this.pedidosStore.countparecer + this.expedientePrStore.count + this.despachoPrStore.count + this.pendentesStore.count
+ this.eventoAprovacaoStore.count + this.deplomasStore.diplomasListCount + this.deplomasStore.countDiplomasListCount
}
}