DRE Consolidado
% Rec.
Valor
{[
{ l: "Receita Bruta Total", v: "R$ 19.500,00", strong: true },
{ l: "Obras", v: "R$ 19.500,00", indent: true },
{ l: "(−) Custos Diretos Totais", v: "−R$ 8.210,00", pct: "−42,1%", strong: true, neg: true },
{ l: "Equipe Obras", v: "−R$ 8.210,00", indent: true, neg: true },
{ l: "= Lucro Bruto", v: "R$ 11.290,00", pct: "57,9%", strong: true, pos: true },
{ l: "= Resultado Operacional", v: "R$ 11.290,00", pct: "57,9%", strong: true, pos: true }].
map((r, i) =>
{r.l}
{r.pct || ""}
{r.v}
)}