forked from gogo40/XManager0_public
-
Notifications
You must be signed in to change notification settings - Fork 0
/
relatorioDemostrativoResultados.php
executable file
·163 lines (147 loc) · 5.81 KB
/
relatorioDemostrativoResultados.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
<table width="95%" border="0" align="left" cellpadding="0" cellspacing="1">
<tr>
<th colspan="2"> </th>
</tr>
<tr bgcolor="#000033">
<th height="50" colspan="2" bgcolor="#000033" class="RelatorioTitle">Entrada</th>
</tr>
<tr>
<th width="50%" class="RelatorioField">Receita de vendas</th>
<th width="50%" color="#000" class="RelatorioValue">
<?php printf("%s", $GLOBALS['Demonstrativo de Resultados']['Receita de vendas']); ?></th>
</tr>
<tr>
<th bgcolor="#999999" class="RelatorioField">Aplicações financeiras</th>
<th bgcolor="#FFC" class="RelatorioValue">
<?php printf("%s", $GLOBALS['Demonstrativo de Resultados']['Aplicacoes financeiras']); ?></th>
</tr>
<tr>
<th bgcolor="#999999" class="RelatorioField">Venda de máquinas</th>
<th bgcolor="#FFC" class="RelatorioValue">
<?php printf("%s", $GLOBALS['Demonstrativo de Resultados']['Venda de maquinas']); ?></th>
</tr>
<tr>
<th bgcolor="#999999" class="RelatorioField">Juros sobre vendas a prazo</th>
<th bgcolor="#FFC" class="RelatorioValue">
<?php printf("%s", $GLOBALS['Demonstrativo de Resultados']['Juros sobre vendas a prazo']); ?>
</th>
</tr>
<tr>
<th colspan="2"> </th>
</tr>
<tr bgcolor="#000033">
<th height="50" colspan="2" bgcolor="#000033" class="RelatorioTitle">Despesas</th>
</tr>
<tr></tr>
<tr>
<th bgcolor="#999999" class="RelatorioField">Compra de matéria prima</th>
<th bgcolor="#FFC" class="RelatorioValue">
<?php printf("%s", $GLOBALS['Demonstrativo de Resultados']['Compra de materia prima']); ?>
</th>
</tr>
<tr>
<th bgcolor="#999999" class="RelatorioField">Operação de máquinas</th>
<th bgcolor="#FFC" class="RelatorioValue">
<?php printf("%s", $GLOBALS['Demonstrativo de Resultados']['Operacao de maquinas']); ?>
</th>
</tr>
<tr>
<th bgcolor="#999999" class="RelatorioField">Manutenção</th>
<th bgcolor="#FFC" class="RelatorioValue">
<?php printf("%s", $GLOBALS['Demonstrativo de Resultados']['Manutencao']); ?>
</th>
</tr>
<tr>
<th bgcolor="#999999" class="RelatorioField">Salario dos operários</th>
<th bgcolor="#FFC" class="RelatorioValue">
<?php printf("%s", $GLOBALS['Demonstrativo de Resultados']['Salario de operarios']); ?>
</th>
</tr>
<tr>
<th bgcolor="#999999" class="RelatorioField">Salários administrativos</th>
<th bgcolor="#FFC" class="RelatorioValue">
<?php printf("%s", $GLOBALS['Demonstrativo de Resultados']['Salarios administrativos']); ?>
</th>
</tr>
<tr>
<th bgcolor="#999999" class="RelatorioField">Contratação</th>
<th bgcolor="#FFC" class="RelatorioValue">
<?php printf("%s", $GLOBALS['Demonstrativo de Resultados']['Contratacao']); ?>
</th>
</tr>
<tr>
<th bgcolor="#999999" class="RelatorioField">Demissão</th>
<th bgcolor="#FFC" class="RelatorioValue">
<?php printf("%s", $GLOBALS['Demonstrativo de Resultados']['Demissao']); ?>
</th>
</tr>
<tr>
<th bgcolor="#999999" class="RelatorioField">Propaganda</th>
<th bgcolor="#FFC" class="RelatorioValue">
<?php printf("%s", $GLOBALS['Demonstrativo de Resultados']['Propaganda']); ?>
</th>
</tr>
<tr>
<th bgcolor="#999999" class="RelatorioField">P&D</th>
<th bgcolor="#FFC" class="RelatorioValue">
<?php printf("%s", $GLOBALS['Demonstrativo de Resultados']['P&D']); ?>
</th>
</tr>
<tr>
<th bgcolor="#999999" class="RelatorioField">Depreciação das máquinas</th>
<th bgcolor="#FFC" class="RelatorioValue">
<?php printf("%s", $GLOBALS['Demonstrativo de Resultados']['Depreciacao das maquinas']); ?>
</th>
</tr>
<tr>
<th bgcolor="#999999" class="RelatorioField">Depreciação predial</th>
<th bgcolor="#FFC" class="RelatorioValue">
<?php printf("%s", $GLOBALS['Demonstrativo de Resultados']['Depreciacao predial']); ?>
</th>
</tr>
<tr>
<th bgcolor="#999999" class="RelatorioField">Comissões</th>
<th bgcolor="#FFC" class="RelatorioValue">
<?php printf("%s", $GLOBALS['Demonstrativo de Resultados']['Comissoes']); ?>
</th>
</tr>
<tr>
<th bgcolor="#999999" class="RelatorioField">Estoque</th>
<th bgcolor="#FFC" class="RelatorioValue">
<?php printf("%s", $GLOBALS['Demonstrativo de Resultados']['Estoque']); ?>
</th>
</tr>
<tr>
<th bgcolor="#999999" class="RelatorioField">Juros sobre emprestimos</th>
<th bgcolor="#FFC" class="RelatorioValue">
<?php printf("%s", $GLOBALS['Demonstrativo de Resultados']['Juros sobre emprestimos']); ?>
</th>
</tr>
<tr>
<th bgcolor="#999999" class="RelatorioField">Gastos gerais</th>
<th bgcolor="#FF0000" class="RelatorioValue">
<?php printf("%s", $GLOBALS['Demonstrativo de Resultados']['Gastos gerais']); ?>
</th>
</tr>
<tr>
<th colspan="2"> </th>
</tr>
<tr>
<th bgcolor="#999999" class="RelatorioField">Resultado bruto</th>
<th bgcolor="#FF0000" class="RelatorioValue">
<?php printf("%s", $GLOBALS['Demonstrativo de Resultados']['Resultado bruto']); ?>
</th>
</tr>
<tr>
<th bgcolor="#999999" class="RelatorioField">Impostos totais sobre venda</th>
<th bgcolor="#FF0000" class="RelatorioValue">
<?php printf("%s", $GLOBALS['Demonstrativo de Resultados']['Impostos totais sobre vendas']); ?>
</th>
</tr>
<tr>
<th height="19" bgcolor="#999999" class="RelatorioField">Lucro/prejuízo</th>
<th bgcolor="#FF0000" class="RelatorioValue">
<?php printf("%s", $GLOBALS['Demonstrativo de Resultados']['Lucro/prejuizo']); ?>
</th>
</tr>
</table>