mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 13:02:56 +00:00
add document counting
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user