Data center charging system-Report (2), data center charging system report

Source: Internet
Author: User

Data center charging system-Report (2), data center charging system report


Ii. Code

Compared with the previous excel, I think the report is a bit the same. The general idea is as follows:

  1. First.
    1. (Report: Dim Withevents object variable As Class Name

    This method is used to load events of this class. After Withevents, you can see the events of this class in the code editing window (if any ).

    Unlike controls, double-click controls to edit events.

    Note the following constraints when using the WithEvents variable:

    1. WithEvents variables cannot be derived object variables. That is to say, it cannot be declared As an As Object-the class name must be specified when the variable is declared.
    1. The WithEvents variable cannot be declared As New. You must explicitly create an event source object and assign it to the WithEvents variable .)
  1. Instantiate the report and open the report location.
  1. Link the data source. (Because the data source has been connected to the report, the program can still run normally after I comment this sentence. Write address in excel)
  1. Query the table and display the table content.

Let's take a look at the code below:

<Span style = "white-space: pre"> <span style = "color: #006600;"> </span> <span style = "color: #006600; "> 'definition </span> <pre name =" code "class =" plain "style =" font-size: 19px; "> Dim WithEvents report As grproLibCtl. gridppReport <span style = "font-family: 文; font-size: 14pt;"> </span> <span style = "font-family: 文; font-size: 14pt; "> </span>

 
<Span style = "color: #006600;"> <span style = "white-space: pre "> </span> 'loads a New report </span> Set report = New grproLibCtl. gridppReport <span style = "color: #006600;"> 'Load the report Template File </span> report. loadFromFile (App. path & "\ daily report. grf ") 'set the data connection string <span style =" color: #006600; "> 'report. detailGrid. recordset. connectionString = ConnectString ': the data source is connected to the report. </Span> txtsql = "select * from checkday_Info where date = '" & Date & "'" report. detailGrid. recordset. querySQL = txtsql' execute <span style = "color: #006600;"> 'show report content </span> grddayBill. report = report grddayBill. start <span style = "color: #006600;"> 'four date or time assignments on the report Template </span> report. parameterByName ("Date1 "). value = Format (Date, "yyyy-MM-dd") report. parameterByName ("Datetime "). value = Now report. parameterByName ("username "). value = UserName


Iii. Summary

Therefore, it is not too difficult to clarify the principles and ideas of many new things.

I am very grateful to Yang Chen for the two blogs.

Settlement and report of the data room Charging System (3) VB and report code "one school will be a dumb version"

Bill settlement and report of the data room Charging System (2) weekly report making the "One School will be a dumb version"





Who will write the code of the data center charging system and write it in C ++?

Hello ~
What are the specific requirements?
 
Find the billing system database

Student Fee Management System 2.0
System development background
Tuition fees are the primary source of institutions of higher learning. With the full implementation of the integration of enrollment, the tuition fee standards have increased significantly compared with those before the merger. At the same time, in order to improve the efficiency of school-running, the scale of schools is constantly expanding. The "Fee Management System for College Students 2.0", in combination with the requirements of the reform of university charges, is more powerful than the original charging system in terms of functions, and its interface is more friendly, it implements comprehensive management from the student archive management, charging work, to the transfer of charged funds. The system has been fully investigated and understood, fully considering each possible situation in the actual operation process from the user's perspective, and is suitable for the needs of colleges and universities.

System function module
Deduction processing function
Bank interface setting
Bank Data Conversion Function
Billing standard setting
Department Management Module
Student Archive Management Module
Student archive import module
Student accommodation Management Module
Cash payment Module
Post-billing Functions
Receipt printing function
Notification printing module
Database update function
Student archive query module
Account query module
Comprehensive fee query module
Overdue Payment update
Export Bank Data
Bank Data Import
User Management

Student fee online query system
The student fee-based online query system is an embodiment of the student fee-based system on the campus network. The main functions are as follows:

The student charge Information System of the finance department is oriented to the query terminals of various departments. No client applications need to be installed on each terminal. You can directly use an Internet browser to send query requests to the central network database server through the campus network and receive the returned results. Students can also exchange information with the finance department through the campus network, such as querying and printing the billing information, and changing the bank account. This method has a high query efficiency and good versatility.
Check Printing System
Main functions
& Case sensitivity setting module
& Payment line name setting module
& Recipient setting module
& Check usage setting module
& Print font setting module

& Check template setting module
& Print direction setting module
& Check storage module
& Check query module
& Permission setting
System highlights
⊕ You do not need to manually fill in the check, just press the keyboard to complete;
⊕ Supports various types of printers without the need to purchase additional printers;
⊕ Built-in check formats of major banks. You only need to print the name of the check row;
Every time a check is printed, the check will be stored, which greatly facilitates future reconciliation and accounting;
⊕ You can set the font size, paint brush, and color for printing, so that you can modify the font according to different situations;
⊕ Can be used to locate various systems and printers, reducing the misplacement caused by printer or operating system insufficiency;
⊕ Different permissions can be set for different operators to avoid unnecessary losses caused by data leakage;
Users can query the opened check records at different times.

Health Check Management System
Main functions

& Basic system management functions
& Archive Management
& Medical examiner data query module
& Inspection result management
& Statistical Report
& Data Processing

Advantages
With the development of computer technology, the construction of Hospital Information System (HIS) has made great progress in 1990s. Many hospitals have their own HIS or are in implementation, and management software has their own characteristics. Intelligent hospital management is one of the basic conditions for hospital modernization. The introduction of computers to hospital management plays an important role in strengthening management standardization, improving work efficiency, and improving service quality. Today, as information technology is accelerating around the world, traditional health check management systems do not meet the needs of the development of hospital information systems, that is, they cannot perform real-time statistical analysis or query previous information at any time, analysis and comparison.
The health check management system is designed for the Health Check centers of hospitals. The system uses the following information: ① It is easy to enter the information of the medical examiner, the basic information of the physician, the information of the medical examiner, the results of the physical examination, and the results of the growth table; ② According to the individual or department, perform classification or summary query of physical examination information over the years; ③ Save the information in units to facilitate future query; ④ collect statistics on disease severity by age, department, gender, and ethnicity, facilitate physician analysis; ⑤ you can freely set the formula to calculate the number of people in the department where the weight is low. To a large extent, the work efficiency can be improved, which can reduce the input error and save the rest of the text...>

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.