Design of University Fixed Assets File Management System and Its Security Mechanism
Design of University Fixed Assets File Management System and Its Security Mechanism
Design of University Fixed Assets File Management System and Its Security Mechanism
Yang Yang
Shandong Womens University
Changqing, Jinan
Shandong, 250300
China
yysdwu@yeah.net
Abstract. In the 21st century, the rapid development of economy in China promotes
the development of higher education. The expansion of university enrollment and school
scale increases the number and type of fixed assets in colleges and universities, which
generates large pressure on fixed assets management in colleges and universities. There-
fore, a stable and reliable fixed assets files informatization management system is needed
to help universities and colleges to solve the management problems.
A university fixed assets file management system was designed from the perspective
of informatization management of fixed assets. Firstly the functional structure of the
system was designed, and the technical structure of the system was constructed using
JavaEE tool and MVC structure. Then system logic model was established using Uni-
fied Modeling Language (UML) tool, and relevant database was set up to support the
system. Security mechanism was introduced in the aspects of concept, physical security,
network security and database security.
Finally the university fixed assets file management system was developed, and its
functions and performance were tested. The results demonstrated that the system had
stable performance and normal log-in and functions. Hence it was a relatively perfect
fixed assets file management system, which can solve a series problems of university
fixed assets file management and provide assistance for university fixed assets file man-
agement.
Keywords: university, fixed assets, file management, security mechanism, JavaEE.
1. Introduction
Fixed asset is an important factor reflecting the economic development of en-
terprises. Fixed assets file management is based on the collection, modification
and updating of fixed assets file information. Scholars in China and abroad have
studied the subject. Peng [1] introduced Internet of Things into assets manage-
ment, described the advantages of radio frequency identification devices (RFID)
compared to bar code tag, and analyzed the changes of university fixed assets file
management after the application of Internet of Things as well as the limitations
of Internet of Things in assets management. The research results demonstrated
that Internet of Things was useful in enhancing the efficiency of university fixed
assets management. You [2] investigated the application of RFID technology in
DESIGN OF UNIVERSITY FIXED ASSETS FILE MANAGEMENT SYSTEM ... 927
university fixed assets management and considered RFID could accelerate fixed
assets accounting and strength the dynamic management of fixed assets. Wu et
al. [3] put forward an open-type architecture for fixed assets management.
With the rapid development of Chinese universities, the management and use
of fixed assets are more and more standardized, but inevitably, there are some
problems in the process of management. The first problem is the loss of fixed
assets. Fixed assets of university include teaching equipment, books, livelihood
facilities, etc.; the amount is large, and fixed asset structure is lack of [6], which
brings great difficulties to management. Moreover such a large amount of fixed
assets generate large pressure on account keeping. For example, subsidiary
accounts may be inconsistent with general ledger, which can cause the loss of
fixed asset files.
The second problem is the incompleteness of part of fixed assets files. The
collection of fixed asset files is complex and some files may lose because of the
infrequent communication and poor coordination between departments such as
secondary schools, accounting department and logistics department and different
standards for file management. The last problem is the slow updating of fixed
assets files. The updating of fixed assets files is extremely difficult because of the
heavy workload of filing, unified filing standard and large span of service time of
fixed assets. The authors of this study considered that developing a fixed assets
informatization management system could effectively enhance the management
efficiency of fixed assets in universities, standardize file management and bring
the values of fixed assets into full play.
928 YANG YANG
(2) Technical framework. The system was developed using JavaEE and java
server. MVC structure [10], i.e. model-vision-controller, was used, which was
transformed to presentation layer, business logic layer and data access layer. The
presentation layer was responsible for designing interactive interface with Cas-
cading Style Sheets (CSS), Extensible Markup Language (XML) and JavaApplat
to display users the functions and interaction effect of the system. The business
logic layer was used to do logic identification on function commands, analyze
the categories of data which need to be processed, deliver instructions such as
addition, modification and query of data to database. The data access layer
was responsible for connecting database using Mybatis framework technology,
call Structured Query Language (SQL) sentence in the database using Mapper
port, conduct operations such as addition and modification according to data
command, and feedback via the business logic layer and representation layer.
The technical framework is shown in Figure 2.
followed by the static modeling of small class. The design of large class es-
tablished the overall framework, while the design of small class added many
content and details into the system framework. Figure 3 is one of the static
models of fixed assets file management system. In Figure 3, fixed assets file,
fixed assets, assets delivered for repairing, scrapped assets, system administra-
tor, system user and fixed assets classification were all a class of the system.
Corresponding detailed attributes were set for each class. There was a connec-
tion between every class. For example, assets delivered for repairing could be
regarded as a subset of fixed asset class, fixed assets class could be regarded as
a subset of fixed assets file class. System user class and system administrator
class can transfer instructions to fixed assets class. Some rights of system users
were limited [12], and administrator with the largest authority could query and
revise assets file information.
started from log-in. Then instructions were released. Next a command control
node encountered. The node had two branches, one was query of borrowing and
returning conditions of fixed assets and the other was query of ranking and idle
amount of fixed assets. The grades of the two commands were the same. One
command could be exerted only when the other has stopped. For example, a
user needed to apply to the system for borrowing fixed assets. Then he was
allowed to query the condition of fixed assets. Only fixed assets that meet the
condition in the database could be borrowed. After all instructions finished, the
user exited the system.
Figure 4: The dynamic model for the borrowing and returning of fixed assets
Design of database is quite important for a system. SQL [13] was used for
construction of database. Database was composed of several tables [14]. Tables
were designed according to functional requirements such as user administration,
fixed assets file management and analytic statistics. Some database tables were
displayed. Table 1 and 2 are user table and fixed assets table respectively.
932 YANG YANG
The implementation environment of the designed university fixed assets file man-
agement system was follows.
As to the server, HP DL180Gen9 which was equipped with InteXreon 1.9GHz
(CPU), 8 GB internal storage, 1 TB hard drive capacity, 192.168.70.253 (local
area network), Microsoft windows 2003 Server, Microsoft SQL Server 2012, 360
Security Guard antivirus program and CISCO ASA5545-K9 (FireWall Gateway)
was used.
As to the client, Hewlett-Packard personal computer which was equipped
with Hard drive capacity larger than 80 GB, Intel dual-core processor, internal
storage larger than 1 GB and local area network was used.
The obtained system interface is shown in Figure 5.
934 YANG YANG
No. of
test Operation Input data Expectation Test results
examples
Input correct name Account name: Login successfully Login
1 of account admin and enter main normally
Password: admin interface of system
Not input name Account name: Hint name of user Meet
2 of account Password:1111 and password expectation
cannot be empty
Input correct name Account name: Hint name of Meet
3 of account and admin user and password expectation
wrong password Password: 1111 are wrong
Enter user ID: 110
addition Name of user: xx
interface, Department: User Meet
input office of academic addition expectation
4 information, affairs succeeds
and Password: 123456
click Confirm
Save button password: 123456
Input correct asset Asset Save Asset
5 information and information successfully information is
click Save button successfully saved.
Input existing number Asset Hint Meet
6 number of asset and number corresponding expectation
click Query button asset information
Input inexistent Asset The queried Meet
7 number of asset and number information is expectation
click Query button not found
Revise existing asse Hint Meet
8 nformation and click successful expectation
Confirm button information edit
5. Conclusion
In this study, the problems existing in fixed asset management in universities
were summarized, and then a management system was designed against the
problems. Firstly the functions of the system were designed, and the technical
architecture of the system was established using Java EE and MVC model.
Secondly the logistical model and database were established to support the
system framework. Then security mechanisms which involved system concept,
physical security, network security and database security were introduced to
enhance the security of the system. Finally the system was implemented and
tested using ORTHOS software. The testing suggested that the system operated
stably, had no security bugs, and had perfect functions. The file management
system basically satisfies the working requirements and can coordinate with
managers in universities to comprehensively and timely file information of fixed
assets and timely grasp the changes of fixed assets files to effectively manage
fixed assets in universities. For employees and society, the research results can
help file management staffs in universities process fixed assets more efficiently
and make the information management in universities more orderly, which can
ensure the stable development and construction of universities and promote the
development of higher education.
References
[1] Y. Peng, Prospect analysis of IOT application in fixed assets management
of colleges and universities, Advanced Materials Research, 2014, 945-949,
3581-3584.
[3] C. Wu, Z.W. Li, Design on SOA framework for fixed assets management
system, Computer Engineering & Design, 33 (2012), 2491-2495.
[4] D. Zhang, W.X. Zhang, Design and implementation of fixed assets man-
agement system based on the struts framework, International Conference on
Internet Technology and Applications, IEEE, 2011, 1-4.
[9] B. Zanko, Current conditions and development of cost accounting for repairs
and improvement of fixed assets, Accounting & Finance, 4 (2014), 24-28.
[10] H.J. La, S.D. Kim, Balanced MVC architecture for high efficiency mo-
bile applications, KSII Transactions on Internet & Information Systems,
6 (2012), 1421-1444.
[12] J. Tang, C.S. Xiao, J.P. Wu, Permission centralized control system based on
LDAP and module. Applied Mechanics & Materials, 2014, 494-495, 1262-
1265.
[14] Y.L. Fan, Database table scan and aggregation by exploiting internal paral-
lelism of SSDs, Chinese Journal of Computers, 35 (2012), 2327.
Accepted: 7.05.2019