Skip to content

Commit 3ab8838

Browse files
author
Izeli Reis
committed
nfe 4.00
1 parent 6c21eb9 commit 3ab8838

File tree

121 files changed

+384617
-102421
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

121 files changed

+384617
-102421
lines changed

README.md

+1-22
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,4 @@
11
enterprise
22
==========
33

4-
Enterprise Plus
5-
Sistema de Gestao Comercial Integrado
6-
7-
Para compilar, voce vai precisar:
8-
9-
Delphi XE (www.embarcadero.com)
10-
DevExpress 2012 (www.devexpress.com)
11-
ReportBuilder 15 Enterprise Edition (www.digital-metaphors.com)
12-
Firebird 2.5 (www.firebirdsql.org)
13-
dbExpress Driver for Interbase and Firebird (www.devart.com)
14-
15-
Projetos separados:
16-
17-
SERVIDOR (pasta SERVIDOR)
18-
Servidor de sockets que permite acesso remoto (usa o SocketServer do Delphi na pasta BIN da instalacao)
19-
20-
RELATORIOS (pasta RELATORIOS)
21-
Gerador de relatorios, com interface para o usuario criar seus relatorios (usa o ReportBuilder 15 Enterprise Edition)
22-
23-
Base de dados:
24-
25-
FIREBIRD, versao 2.5, scripts SQL disponiveis (pasta SQL)
4+
Enterprise

REPORTS/__history/e2admrep.dpr.~1~

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
program e2admrep;
2+
3+
uses
4+
Forms,
5+
principal in 'principal.pas' {formPrincipal},
6+
funcoes in '..\PROJETO\funcoes.pas';
7+
8+
{$R *.RES}
9+
10+
begin
11+
Application.Initialize;
12+
Application.Title := 'Relat�rios Administrativos';
13+
Application.CreateForm(TformPrincipal, formPrincipal);
14+
Application.Run;
15+
end.

REPORTS/__history/e2admrep.dpr.~2~

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
program e2admrep;
2+
3+
uses
4+
Forms,
5+
principal in 'principal.pas' {formPrincipal},
6+
funcoes in '..\funcoes\funcoes.pas';
7+
8+
{$R *.RES}
9+
10+
begin
11+
Application.Initialize;
12+
Application.Title := 'Relat�rios Administrativos';
13+
AApplication.CreateForm(TformPrincipal, formPrincipal);
14+
pplication.Run;
15+
end.

REPORTS/__history/principal.dfm.~20~

127 KB
Binary file not shown.

REPORTS/__history/principal.dfm.~21~

127 KB
Binary file not shown.

REPORTS/__history/principal.dfm.~22~

127 KB
Binary file not shown.

REPORTS/__history/principal.dfm.~23~

127 KB
Binary file not shown.

REPORTS/__history/principal.dfm.~24~

127 KB
Binary file not shown.

REPORTS/__history/principal.dfm.~25~

127 KB
Binary file not shown.

REPORTS/__history/principal.dfm.~26~

127 KB
Binary file not shown.

REPORTS/__history/principal.dfm.~27~

127 KB
Binary file not shown.

REPORTS/__history/principal.dfm.~28~

127 KB
Binary file not shown.

REPORTS/__history/principal.dfm.~29~

127 KB
Binary file not shown.

0 commit comments

Comments
 (0)