Skip to content

Commit

Permalink
Release 1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
maxiprogram committed Feb 3, 2016
1 parent e50e6b6 commit db15231
Show file tree
Hide file tree
Showing 16 changed files with 560 additions and 29 deletions.
9 changes: 6 additions & 3 deletions ParserZP.pro
Original file line number Diff line number Diff line change
Expand Up @@ -19,23 +19,26 @@ SOURCES += main.cpp\
personform.cpp \
selectimportform.cpp \
aboutform.cpp \
insertactiveform.cpp
insertactiveform.cpp \
minimalzpform.cpp

HEADERS += mainform.h \
parser.h \
bankform.h \
personform.h \
selectimportform.h \
aboutform.h \
insertactiveform.h
insertactiveform.h \
minimalzpform.h

FORMS += mainform.ui \
bankform.ui \
personform.ui \
selectimportform.ui \
aboutform.ui \
insertactiveform.ui \
insertactiveform.ui
insertactiveform.ui \
minimalzpform.ui

RESOURCES += \
resources.qrc
Expand Down
10 changes: 10 additions & 0 deletions ReadMe.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
����������� ����� �������� ��������� Alias("ParserZP") ��� ���� ������ (db\database.mdb).

���������� �������� Alias:
����->������ ����������->�����������������->��������� ������ (ODBC);
���
� ��������� ������ "odbcad32";
���������������� DSN->��������;
������� ������� "Driver do Microsoft Access (*.mdb)";
��� ��������� ������ "ParserZP";
���� ������->�������, ������� ������ ���� � ���� ������ (db\database.mdb).
4 changes: 2 additions & 2 deletions aboutform.ui
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
</font>
</property>
<property name="text">
<string>ParserZP v1.0.2</string>
<string>ParserZP v1.0.4</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
Expand All @@ -51,7 +51,7 @@
</font>
</property>
<property name="text">
<string>Программа предназначена для хранения данных о лицевых счетах сотрудников и преобразования списка заработной платы в формат для БеларусБанка, БелАгроПромБанка</string>
<string>Программа предназначена для хранения данных о лицевых счетах сотрудников и преобразования списка заработной платы в формат для БеларусБанка, БелАгроПромБанка, ПриорБанка</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
Expand Down
Binary file added ico/cross.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit db15231

Please sign in to comment.