WO1997011434A1 - Slip processing method - Google Patents

Slip processing method Download PDF

Info

Publication number
WO1997011434A1
WO1997011434A1 PCT/JP1995/001882 JP9501882W WO9711434A1 WO 1997011434 A1 WO1997011434 A1 WO 1997011434A1 JP 9501882 W JP9501882 W JP 9501882W WO 9711434 A1 WO9711434 A1 WO 9711434A1
Authority
WO
WIPO (PCT)
Prior art keywords
data
slip
cell
processing
format
Prior art date
Application number
PCT/JP1995/001882
Other languages
French (fr)
Japanese (ja)
Inventor
Rie Kobayashi
Tetsuya Masuishi
Hidehiro Oomae
Fumie Nakano
Kousuke Shindo
Original Assignee
Hitachi, Ltd.
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Hitachi, Ltd. filed Critical Hitachi, Ltd.
Priority to PCT/JP1995/001882 priority Critical patent/WO1997011434A1/en
Publication of WO1997011434A1 publication Critical patent/WO1997011434A1/en

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q10/00Administration; Management
    • G06Q10/10Office automation; Time management

Definitions

  • the present invention relates to a slip processing method for accessing a database using a slip screen created with spreadsheet software. Background technology
  • FIG. 27 shows a flow chart of an embodiment of this form processing.
  • image input 271 the paper on which the format of the form is written is read by the image input device, and in form format recognition 272, the image of the form format is recognized and format information is obtained, and form creation Then, form content data and output data conforming to the form format are created, and in form printing 274, the output form data is reprinted by a printer and stored in a data file.
  • FIG. 28 shows a flow chart of the format definition processing of this system in comparison with this conventional example.
  • image data input 281 screen information is read from the screen data file of the slip screen, and in format recognition 282, the slip is recognized and format information is obtained, and structure data is created 28.
  • 3 create the format structure data of the slip
  • DB creation 284 a database of the slip format is constructed.
  • Database access tools combined with spreadsheet software provide functions for accessing server databases either as libraries or as independent Windows applications, and macros in spreadsheet software. By using this library and applications in , you can connect to the server, perform searches, perform update processing, and so on.
  • the user interface in this case is the window of the tool displayed on the screen of the spreadsheet software.
  • East's SkyLink which is also middleware for Excel, visually displays tables and items that can be searched by dragging and dropping them with the mouse. Specify the items in and set the search conditions.
  • the search results are displayed on the screen in a form format or in the same tabular format as "Exce 1".
  • the present invention provides a means for constructing a database from slips created by an end user using spreadsheet software without table design, and a method for creating a slip created by an end user using spreadsheet software by a user.
  • the purpose is to provide a means of entering data into a database and searching by slip without being aware of tables.
  • the screen display information data of the slip created by the user with spreadsheet software is acquired, and from this information, the slash line, characters, etc. are extracted, the structure of the slip is recognized, and the slip format is created. Construct the structural data of the database, generate an SQL statement to create a database table corresponding to the slip created by the user based on this structural data, and execute this SQL statement in the database management system to create the database.
  • the screen display information data of the slip is acquired, While corresponding to the format structure data created earlier, determine the table and item to store the data, generate the SQL statement to store the data in the database, and execute this SQL statement in the database management system.
  • Acquire data match it with the previously created format structure data, determine the table and item in which the search command was entered, and create a conditional statement to search the database.
  • Create an SQL statement to search the database execute this SQL statement in the database management system to search the database, and save the results in the form of a slip format using spreadsheet software.
  • Provide an embedded tool for spreadsheet software that has the function of slip search processing displayed on the screen of the
  • a database can be automatically constructed from a slip created by an end user using spreadsheet software, and data can be entered into the database using this slip screen.
  • this By entering a search command using the slip screen, it is possible to search for slips from the database. It eliminates the need to type or enter a search command, greatly improving usability for the end user.
  • FIG. 1 shows the overall configuration of this system.
  • Fig. 2 is a machine configuration diagram for realizing this system.
  • FIG. 3 is a flowchart of add-in processing.
  • Fig. 4 is an example of a screen of spreadsheet software incorporating this system.
  • FIG. 5 is a diagram showing the data structure of a screen data file.
  • FIG. 6 is a diagram showing an example of the data structure and creation of format structure data.
  • FIG. 7 is a diagram showing an example of how to create a table.
  • FIG. 8 is a diagram showing an example of an SQL statement for creating a table.
  • FIG. 9 is a diagram showing an example of a format recognition result confirmation screen.
  • FIG. 10 is a flow chart of format definition processing.
  • Fig. 11 is a flow chart of slip open processing.
  • FIG. 10 is a flow chart of format definition processing.
  • Fig. 11 is a flow chart of slip open processing.
  • FIG. 10 is a flow chart of format definition processing.
  • FIG. 12 is a diagram showing an example of a slip storage screen of spreadsheet software.
  • FIG. 13 is a diagram showing an example of a slip storage SQL statement.
  • FIG. 14 is a flow chart of slip storage processing.
  • FIG. 15 is a flow chart of DB storage processing.
  • FIG. 16 is a diagram showing an example of a slip search screen of spreadsheet software.
  • FIG. 17 is a diagram showing the specifications of the search command.
  • FIG. 18 is a diagram showing an example of a slip search SQL statement.
  • Fig. 19 is a flow chart of slip search processing.
  • Fig. 20 is a flow chart of slip search processing (continued).
  • Fig. 21 is a diagram showing an example of the screen of the slip search result of the spreadsheet software.
  • Fig. 21 is a diagram showing an example of the screen of the slip search result of the spreadsheet software.
  • FIG. 22 is a front-to-back chart of slip flipping and reprocessing.
  • Figure 23 shows the data structure of format structure data
  • FIG. 10 is a diagram showing an example of creation (No. 2);
  • Fig. 24 is a flow chart (part 2) of slip storage processing.
  • Fig. 25 shows the overall configuration of the system (Part 2).
  • Fig. 26 is a flow chart (3) of slip storage processing.
  • FIG. 27 is a flow chart of a conventional example.
  • FIG. 28 is a flow chart comparing format definition processing with a conventional example. Best Mode for Carrying Out the Invention
  • FIG. 1 An embodiment of the system according to the invention is shown in FIG.
  • the system shown in FIG. 1 consists of an embedded tool 1, spreadsheet software 2, and database management system (DBMS) 4 provided by the present invention.
  • DBMS database management system
  • Built-in tool 1 includes add-in processing for displaying menus and buttons dedicated to this system on the screen of the spreadsheet software, and 3 creating a database from slips created on the screen of the spreadsheet software.
  • Format definition processing 7 slip storage processing for entering data from the spreadsheet software screen to the database 8, searching the database from the spreadsheet software screen and displaying the results on the spreadsheet software screen It consists of slip search processing 9.
  • Format definition processing 7 includes data read processing 71 that reads data from the screen data file 5 of the spreadsheet software, format recognition processing 72 that recognizes the format structure from the input data, and recognized format Construct a SQL statement to create a database table based on the data structure, call the DBMS library with it as a parameter to create a database table, and consist of the recognized format structure as its return value. It consists of a DB creation process 73 that outputs the format data 6 .
  • the slip storage processing 8 is the data read processing 81 that reads data from the screen data file 5 of the spreadsheet software, and reads the format structure data 6.
  • the stored data acquisition process 8 2 which acquires the input data value from the screen data read earlier, the SQL statement for storing the value in the database is constructed, and the DBMS library is called with this as a parameter to store the data in the database. It consists of DB storage processing 8 3 that stores data in .
  • Invoice search processing 9 is data reading processing 91 that reads data from the screen data file 5 of the spreadsheet software, reads the format structure data 6, and extracts a database search command from the previously read screen data.
  • a search condition creation process that acquires a database node and creates search conditions for each table. Based on the created search conditions, build an SQL statement for database search, and use it as a parameter to load the DBMS library. It consists of a DB search process 93 that calls up the database and constructs slip data from the resulting records, and a screen display process 94 that displays the search result slip data on the screen of the spreadsheet software.
  • FIG. 2 shows the hardware configuration of this system.
  • a computer system incorporating spreadsheet software and this system 2 2 , a monitor 2 1 for manipulating screen data, and a hard disk 2 3 for storing format structure data. It is implemented as a client-server system that accesses 26 databases built on 25 hard disks.
  • Add-in processing 3 is incorporated as a macro function of the spreadsheet software.
  • the spreadsheet software is inquired whether a menu dedicated to this system exists on the screen (31), and if not, the menu is added to the screen (32), and when the menu is selected Set the macro to be executed (33) and display the menu on the screen (34).
  • the spreadsheet software is inquired whether a button dedicated to this system exists (35), and if it does not exist, a button is added to the screen ( 36), and set the macro to be executed when the button is pressed and the image to be pasted on the button (37). If the button has not already been displayed ( 3 8), the button is displayed ( 3 9>.
  • the spreadsheet software A menu and buttons for this system appear on the screen of the boot.
  • Fig. 4 shows the screen of the spreadsheet software after execution of add-in processing.
  • the menu name "T.Rex" 42 and menu 43 dedicated to this system and the button group 44 dedicated to this system are displayed.
  • Fig. 5 shows the data structure of the screen data file 5 of the spreadsheet software.
  • Each data has 4-byte header information, data ID 501 indicating the data type is stored in the upper 2 bytes, and size 502 of the following data is stored in the lower byte.
  • the data attribute of the slip format cell recognized by this system is a numerical value or a character string, and it is assumed that the attribute is set at the time of recognition.
  • the structure of the data types required by this system is described below.
  • Cell attribute information includes top, bottom, left, and right line widths 506 to 509 (0 if there is no line), data type 510, font 511, and so on.
  • Cell row position 513, column position 51, numerical data 515, attribute ID (ID name defined in cell attribute definition information) 516 are stored.
  • Cell row position 525, column position 526, and attribute ID (ID name defined in cell attribute definition information) 527 are stored.
  • FIG. 6 shows the data structure of the format structure data 6 output from the format definition processing 7 and an example of creation. The following information is stored in the format structure data.
  • a unique name within the system obtained by user input. Also used as a file name for format structure data.
  • Non-repeating items are treated as one table. Repeated items shall have one table for each item with the same number of repetitions.
  • Type of data type (character type, numeric type, etc.) for each item.
  • the information 614 for each table is generated for the number of tables, and the information 615 for each item is generated for the number of items per table.
  • the format structure data which is the output of the format definition process 7, is a collection of header information and non-repeating items.
  • Table information for each item in the header table 6 1 4 Information for each item in the header table 6 1 5, Table information for each item in the detail table with 3 repetitions 6 1 6, Table information for each item in the detail table 6 Consists of 17.
  • Figure 7 shows how to create a database table.
  • one table consists of items with the same number of repetitions. From document 701 two tables "header table” 702 and “details table” 703 are generated. The same format ID is given to these two tables, and the format ID and each table name are stored in the first table storage table 704.
  • FIG. 8 shows the SQL statement for creating the table shown in FIG. 8 0 1 creates the header table, 802 creates the detail table, 803 stores the format ID and header table in the format ID storage table, and 804 stores the format ID and the detail table. Format] Store in the D storage table.
  • Fig. 9 shows a format recognition result confirmation screen.
  • the format recognition process 72 finishes, the recognized format and data type are displayed on the screen for confirmation from the user.
  • the data cell 9 0 2 of the recognition result slip there is a row of Xs 7 04 indicating that it is a character string type, a row of 9s 9 0 5 that indicates that it is a numeric type, a numeric value with a currency symbol and a comma separated
  • the character string 906 indicating that it is a type and the character string 907 indicating that it is a date type are displayed.
  • a confirmation dialog 903 is displayed, and if the user presses the "Yes" button, a database will be created in this format. If the recognition result is different from the user's intention and the database is not to be created, press the "Cancel" button to return to the initial screen.
  • FIG. 10 shows details of the format definition processing 7.
  • FIG. 10 shows details of the format definition processing 7.
  • FIG. 10 In the format definition process 7, as shown in Fig. 4, an empty slip is created on the screen of the spreadsheet software (45), and the menu or button dedicated to this system "Format definition" is selected.
  • format definition processing 7 is started, a dialog similar to Save As is displayed for the currently active window on the spreadsheet software screen, and a format name is displayed.
  • User input is requested and obtained (7 1 1).
  • Cell attribute definition information 504 Reads the combination pattern of cell attributes used on the slip screen and the corresponding attribute ID and stores them as internal information (717).
  • String cell information 5 1 7 Read the cell position (row number, column number) of the cell where the string is set, the length and substance of the string set in that cell, the attribute ID, and Add to the internal cell-by-cell information ( 7 1 8).
  • a cell that has a character string and has ⁇ lines at the bottom, top, bottom, left, and right is regarded as an item cell (7 2 2).
  • the sequence of cells with no data that have a line below or above, below, left, and right adjacent to this item cell is regarded as the data cell for this item, and the number of repetitions of the item is obtained (7 2 3). .
  • the data attribute is a string of X's for character type and a string of 9's for numeric type, and if the display attribute is set, it is also displayed. Furthermore, a confirmation dialog is displayed (725), the user is asked to confirm, and if the user presses the "yes” button, the process proceeds to the next step (726). When the user presses the "Cancel” button (726), the above screen data file delete the file (7 2 7) and terminate the process.
  • a format ID unique to the DBMS is set using the Time function of the DBMS (73I).
  • SQL statements (801, 802) for creating database tables based on table names, item names, data types, etc., and SQL statements (803, 803) for registering format IDs and corresponding tables 04) is constructed (732), and the DBMS library is called using this as a parameter (733).
  • format structure data 6 is constructed from the format name, format ID, table name, item name, data type, etc., and a format name is assigned to this system environment ("Format name .fiat") outputs ( 7 3 4 ).
  • both slip storage process 8 and slip search process 9 it is necessary to have the user create a slip as data on the screen of the spreadsheet software before starting each process. For this reason, a function is provided to specify the format and open an empty slip for use by the user.
  • the process shown in FIG. 11 is started. First, a list of already defined formats is displayed on the screen of the spreadsheet software (101). When the user selects the format he/she wishes to process from this list, the format name of the selected format is selected from the internal table and stored (102). A new window is opened on the screen of the spreadsheet software (103), and the screen data file stored under this system environment under the format name is read and displayed (104).
  • Figure I2 shows the slip storage screen. Fill in the data in the blank slip opened on the screen of the spreadsheet software by the method shown in Fig. 11 (111), and select "Store slip” from the menu or button dedicated to this system (11 2), Slip storage process 8 starts.
  • FIG. 13 shows the SQL statement for storing the data of slip 111 in the database.
  • the DB storage processing 83 calls the DBMS library with this SQL statement as a parameter to store the data in the database.
  • the slip ID uniquely set in DBMS in this system and the value of each item set on the screen (Minato-ku, Tokyo, Kondo Shoten, 45 00, 112, 95/6/ 5) store. Since 3 rows of data are set in the items with repetition corresponding to the detail table, the SQL statements 122 to 124 corresponding to each are added to the detail table, slip D and each data. — stores data.
  • FIG. 14 shows the details of the slip storage process 8.
  • a screen data file of the active window on the screen of the spreadsheet software is created temporarily under this system environment (811). Open this file (8 1 2), repeat the following process until the end of the file (8 1 3).
  • Cell attribute definition information 504 Read the combination pattern of cell attributes used on the slip screen and the corresponding attribute ID and store them as internal information (816).
  • Character string cell information 5 1 7 Read the cell position (row number, column number) of the cell where the character string is set, the length and substance of the character string set in that cell, the attribute ID, and Add to the internal cell-by-cell information (8 1 7).
  • Numeric cell information 5 1 2 Read the cell position (row number, column number) of the cell where the number is set, the number set in that cell, the attribute ID, and the internal cell unit information Add to (8 1 8) .
  • FIG. 15 shows the details of the DB storage processing 83.
  • a slip ID unique to the target DBMS is set using the Time function of the DBMS (831), and the following processing is repeated until the end of the table to be stored (832).
  • Fig. 16 shows the slip search screen. Enter the search command (151) in the empty slip opened on the screen of the spreadsheet software by the method shown in Fig. 11, and select the menu dedicated to this system or the button "Search slip” ( 1 5 2 ) , slip search processing 9 starts.
  • Fig. 17 shows search commands used in slip searches of this system.
  • conditional expressions when conditional expressions are written for multiple items, they are all regarded as ⁇ R conditions. If a conditional expression is written on different lines of the same item in an item with multiple lines, the search results will be displayed for documents that have lines that satisfy the two search conditions at the same time in the same document.
  • the expected slip 202 has both a record of "pencil” and a record of "eraser" in the item "product name and specification" of table part 205.
  • FIG. 18 shows the database search SQL statement corresponding to the slip 151 in FIG.
  • the slip search method first searches for slip IDs that match the search conditions, acquires all the data of the slip IDs obtained as a result, and constructs a transmission.
  • the SQL statement for searching slip ID is as follows for each table.
  • condition statement slip 1 5 select distinct slip I D from tag *nore name where condition statement slip 1 5
  • the conditional statement for the header table of 1 is to connect the search command for the item name "address” and the search command for the item name "total amount” with "OR”. (171).
  • two search commands are set in the item name "product name and standard”, but these are connected with "AND"
  • Cell attribute definition information 504 Read the combination pattern of cell attributes used on the slip screen and the corresponding attribute ID and store them as internal information (916).
  • Character string cell information 5 1 7 Read the cell position (row number, column number) of the cell where the character string is set, the length and substance of the character string set in that cell, the attribute ID, and Add to the internal cell-by-cell information (9 1 7).
  • Numerical cell information 5 1 2 Reads the cell position (row number, column number) of the cell where the numerical value is set, the numerical value set in that cell, the attribute ID, and the internal cell unit information Add to (9 1 8).
  • each search command for the same item is enclosed in parentheses ( ) and connected with the A ND command, which is regarded as a search command for each item. Then each itemized search command is enclosed in parentheses
  • the SQL statement for retrieving slip ID is as follows for each table. select distinct document ID from tape name where conditional statement The above "conditional statement" is based on the conditional statement for each table created earlier. If an AND statement is written for the same item in the same table, define the aliases of the table for the number of conditions that are connected by AND, and under the condition that all slip IDs are the same, separate each item. Describe conditions by table name.
  • the SQL statement for acquiring slip data is as follows for all acquired slip IDs.
  • Fig. 21 shows the screen 201 of the spreadsheet software for the search results.
  • the first retrieved slip is displayed as Sheet 1 (202).
  • the user clicks tag 203 attached to the bottom of the sheet. For example, if you want to display Sheet 3 (the third retrieved slip), click tag 204 labeled Sheet 3. At this time, the slip flipping process starts in this system.
  • Fig. 22 shows the slip flipping process.
  • the user clicks the tag of a sheet that is not displayed move the screen contents of the currently displayed sheet to the specified sheet position and clear the contents of the data cell (211) .
  • the first data of the designated slip and the display position on the screen are acquired from the data of the search results (212).
  • the following processing is repeated until the data of the designated slip is completed (213).
  • (1) Call the screen display command of the spreadsheet software with the cell position and data as parameters and display it on the screen (21).
  • Slip 2301 in Fig. 23 has a different visual format from slip 601 in Fig. 6, but the structure of the format structure data is different in the number of repetitions of data cells in the detail table. are identical except for The database created from this slip 2301 is similar to that shown in FIG. Therefore, the data of these two slips can be stored in the same database. In order to store the data of the slip shown in Fig. 23 in the database created in the format shown in Fig. 7, the sheet is not opened before the storage process.
  • FIG. 24 shows the details of the processing corresponding to the slip storage processing 8 in this embodiment.
  • the stored data acquisition process 82 is replaced with 84 in the figure.
  • the item cell is recognized from this information (841).
  • the recognition method is as follows: Format definition processing 7 Format recognition processing 7 2 Judgment method based on lines and character strings 7 2 2 is not sufficient, so ask the user to shade the items. to decide. After recognizing an item cell, consider the cell surrounded by lines or with a lower line adjacent to it as a data cell, and obtain the cell position and repetition number (8 4 2). Create a subset of the format structure data with the following information (843).
  • one of the predefined formats is displayed (844) so that the user can specify in which format the data should be stored.
  • Reads (845) the format structure data of the format selected by the user. Only the above items are compared between the structure data created in 843 and the read structure data (846), and if they match, proceed to the next process, and if they do not match, the slip storage process ends.
  • a new window is opened, the screen data file in the format specified by the user is read and displayed, and the data cell is retrieved with 8 4 7. display the data value (848). If the number of repetitions is different, make it blank or cut it in the middle according to the screen display.
  • a confirmation dialog is displayed (848), and if the user presses the "Yes” button (849), DB storage processing 83 is executed, and if a button other than "Yes” is pressed, slip storage processing exit.
  • FIG. 25 shows a system in which the format definition process 7 and the slip storage process 8 are the same process.
  • the format is not defined, but the format is recognized in the stored data acquisition process 85 of the data storage process 8, and compared with the defined format. Store the data in the format database, and if there are all mismatches, create a new format database and store the data in that database.
  • FIG. 25 shows the details of the stored data acquisition processing 85 of this embodiment.
  • screen display After completing the data reading process 81 for acquiring information from one data file, the item cell is recognized from this information (851).
  • the recognition method since the method 722 of judging by the ⁇ line and the character string of the format definition processing 72 of the format recognition processing 722 is not sufficient, the user is allowed to shade the item cell for judgment.
  • the recognition method After recognizing an item cell, consider the cell surrounded by lines or with an underline adjacent to it as a data cell, and obtain the cell position and repetition number (852). Create a subset of the format structure data (853) with the following information:
  • the first format structure data of the defined format is read (854), and if it is not the end of the defined format, the structure data created in 855, 853 and the structure data read are compared (856), and if they match, proceed to the next process; if they do not match, read the next format structure data (857), and return to 855. If there is no matching format structure data, a dialog similar to Save As is displayed to request the user to enter the format name, acquire it (858), and save the acquired format name to the file. Create a screen data file for the active window under the environment of this system as a name (859), execute DB creation processing 73 to create a database and format structure data, and create read the formatted structure data (860).
  • a database can be constructed from slips created with spreadsheet software without table design, thereby facilitating construction of a user's business processing system.
  • this slip as a user interface, data can be stored in the database, and a search command can be specified to search for a batch of slips. It is effective in improving the efficiency of clerical work because it becomes possible.

Landscapes

  • Engineering & Computer Science (AREA)
  • Business, Economics & Management (AREA)
  • Strategic Management (AREA)
  • Entrepreneurship & Innovation (AREA)
  • Human Resources & Organizations (AREA)
  • Operations Research (AREA)
  • Economics (AREA)
  • Marketing (AREA)
  • Data Mining & Analysis (AREA)
  • Quality & Reliability (AREA)
  • Tourism & Hospitality (AREA)
  • Physics & Mathematics (AREA)
  • General Business, Economics & Management (AREA)
  • General Physics & Mathematics (AREA)
  • Theoretical Computer Science (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

Using a built-in tool of the invention, the following processes are carried out: a format defining process of creating a data base by generating format structure data from screen data information about slips prepared on a screen on which a spreadsheet program is running, delivering an SQL sentence for building a data base to a data base management system (DBMS) and building a data base; a slip storing process for entering data into the data base from slips carrying data on the screen of the spreadsheet program, and a slip retrieving process for retrieving the data base from a slip carrying a retrieval command on the screen of the program and displaying the retrieval results on the screen. Therefore, a data base can be built from slips prepared by an end user by using a spreadsheet program without designing tables. Handling the slips, as a user interface, prepared by the end user by using a spreadsheet program, without being conscious of tables, the end user can enter data into a data base and retrieve data in units of a slip.

Description

明 細 書 伝票処理方法 技術分野 Description Invoice processing method Technical field
本発明は、 表計算ソフ トで作成した伝票画面を用いて、 データベース にアクセスする伝票処理方法に関する。 背景技術 The present invention relates to a slip processing method for accessing a database using a slip screen created with spreadsheet software. Background technology
すでに存在する伝票のデータ を格納するためのデータべ一スを構築す るには、 データベース · マネージメン ト · システムや事務処理向けデー タ処理システムのデータべ一ス機能を用いて、 人間が伝票のフォ一マツ ト構造を認識して、 テーブル設計を行なわなければならない。 伝票のフ ォ一マツ ト構造を計算機が認識する手段と しては、 伝票の画像データか らフォーマツ ト構造を認識して業務プログラムを自動生成するシステム In order to build a database for storing the data of existing slips, it is necessary to use the database functions of a database management system or a data processing system for business processing to manually create slips. You must recognize the format structure of the table when designing the table. As a means for a computer to recognize the format structure of a slip, there is a system that automatically generates a business program by recognizing the format structure from the image data of the slip.
(特開平 3 — 1 7 9 5 7 0号公報) が存在する。 第 2 7図に、 この帳票 処理の実施例のフローチャートを示す。 画像入力 2 7 1 で、 帳票の書式 が記された用紙を画像入力装置で読み取り、 帳票書式認識 2 7 2で、 前 記帳票書式の画像を認識して書式情報を求め、 帳票作成 2 7 3で、 前記 帳票書式に適合する帳票内容データと出力用データを作成し、 帳票印刷 2 7 4で、 前記出力帳票データをプリ ンタによ リ印刷したリ、 データフ アイルに格納したりする。 第 2 8図に、 この従来例に対比させた本シス テムのフォーマツ 卜定義処理のフローチャー トを示す。 画像データ入力 2 8 1 で、 伝票画面の画面データファイルから画面情報を読み込み、 フ ォ一マッ ト認識 2 8 2で、 伝票を認識してフォ一マッ ト情報を求め、 構 造データ作成 2 8 3で、 前記伝票のフォ一マッ ト構造データ を作成し、 D B作成 2 84で、 前記伝票のフォーマツ 卜のデータベースを構築する。 表計箅ソフ 卜と組み合わせたデータベース · アクセス · ツールでは、 サーバーのデータベースにアクセスするための機能をライブラ リ と して、 または独立した W i n d o w sアプリケーショ ンと して提供し、 表計算 ソフ 卜のマクロでこのライブラ リやアプリ ケ一ショ ンを利用することに よ り、 サーバーへの接続や検索、 更新処理などを実行する。 この場合の ユーザイ ンタフ ェースは、 表計箅ソフ 卜の画面上に表示される当該ツー ルのウィ ン ドウである。 (Japanese Unexamined Patent Publication No. 3-179570) exists. FIG. 27 shows a flow chart of an embodiment of this form processing. In image input 271, the paper on which the format of the form is written is read by the image input device, and in form format recognition 272, the image of the form format is recognized and format information is obtained, and form creation Then, form content data and output data conforming to the form format are created, and in form printing 274, the output form data is reprinted by a printer and stored in a data file. FIG. 28 shows a flow chart of the format definition processing of this system in comparison with this conventional example. In image data input 281, screen information is read from the screen data file of the slip screen, and in format recognition 282, the slip is recognized and format information is obtained, and structure data is created 28. In 3, create the format structure data of the slip, In DB creation 284, a database of the slip format is constructed. Database access tools combined with spreadsheet software provide functions for accessing server databases either as libraries or as independent Windows applications, and macros in spreadsheet software. By using this library and applications in , you can connect to the server, perform searches, perform update processing, and so on. The user interface in this case is the window of the tool displayed on the screen of the spreadsheet software.
例えば、 テニック社の 「K e y S Q L」 では、 まずマイクロソフ ト社 の表計箅ソフ ト 「E x c e l 」 を立ち上げると、 マクロフ ァイルと して インス トール済みの操作メニユーが表示される。 このメニューをク リ ツ クすると、 「データ抽出」 「処理の登録」 など機能別のプルダウンメニ ユーが表示される。 データベースを検索したいときは 「データ抽出」 を 選択すると画面上に検索条件を入力するウィ ン ドウが表示されるので、 ここで、 検索したいテーブルを選択する。 すると選択されたテーブルの フ ィール ド名が一覽表示されるので、 そこで選んだフ ィールド名に対し てデータの抽出条件を設定する。 For example, in Tenic's "Key SQL", when Microsoft's spreadsheet software "Excel" is launched, the operation menu installed as a macro file is displayed. When this menu is clicked, pull-down menus by function such as "data extraction" and "processing registration" are displayed. If you want to search the database, select “Data Extraction” and a window will appear on the screen where you can enter the search conditions, so select the table you want to search. Then, the field names of the selected table are displayed, so set the data extraction conditions for the selected field name.
同じく 「 E x c e l 」 を対象と したミ ドルウェアである、 イース ト社 の 「 S k y L i n k」 では、 ビジュアル的にテーブルと項目が表示され、 それをマウスで ドラッグ & ドロ ップして検索対象の項目を指定し、 検索 条件を設定する。 検索結果は、 フォーム形式や 「 E x c e 1 」 と同じ表 形式で画面に表示する。 East's SkyLink, which is also middleware for Excel, visually displays tables and items that can be searched by dragging and dropping them with the mouse. Specify the items in and set the search conditions. The search results are displayed on the screen in a form format or in the same tabular format as "Exce 1".
いずれも、 検索に際して、 データベースのテーブルの指定は不可欠と なっている。 In either case, it is essential to specify the database table when searching.
エン ドユーザがパソコ ンを導入する場合、 ワープロソフ 卜と表計箅ソ フ トから始めるのが一般的である。 表計箅ソフ トを使って作成した伝票 がある程度蓄積され、 データベースに格納しょうと した場合、 データべ ース · マネージメン ト · システムを使用することとなる。 特開平 3 — 1 7 9 5 7 0号公報では、 伝票の画像データから構造を認識するが、 ィメ —ジスキヤナを必要と し、 また、 データベースのテーブルを生成する手 段は持っていないため、 表計箅ソフ トの伝票からデータベースのテープ ルを生成することはできず、 テーブル設計の方法がわからないェン ドュ —ザでは、 データベースを構築することができない。 When an end user introduces a personal computer, it is common to start with word processing software and spreadsheet software. Slips created using spreadsheet software is accumulated to some extent and stored in a database, a database management system is used. Japanese Patent Application Laid-Open No. 3-179570 recognizes the structure from the image data of the slip, but it requires a screener and does not have the means to generate a database table. Database tables cannot be generated from spreadsheet software slips, and end-users who do not know how to design tables cannot build databases.
データ をエン ト リする場合は、 「 K e y S Q L」 等の表計算ソフ トか ら扱えるデータベース · アクセス · ツールを用いれば、 表計箅ソフ 卜の 画面から操作することは可能だが、 データェン トリ用の画面はデータべ —ス · アクセス · ツールのものを使用し、 格納先のテーブルの指定を し なければならないため、 ユーザは、 データベースのテーブルを意識して いなければならない。 When entering data, it is possible to operate from the screen of the spreadsheet software by using a database access tool that can be handled from spreadsheet software such as "Key SQL". The user must be aware of the database table, because the next screen uses that of the database access tool and must specify the storage destination table.
データ検索においては、 「K e y S Q L」 等のデータベース ' ァクセ ス · ツールを用いれば、 表計箅ソフ 卜の伝票に直接データベースからデ ータを取り込むことは可能であるが、 検索先のテーブルや検索条件など の指定は、 データベース · アクセス ■ ツールの入力画面を使用しなけれ ばならず、 ユーザは、 データベースのテーブルを意識していなければな らない。 さ らに、 検索結果と して、 ユーザがエン ト リ した伝票の単位で 取得するための条件指定をするためには、 複数コマン ドの組み合わせで 記述しなければならず、 ェン ドュ一ザには難しい。 In data retrieval, it is possible to import data directly from the database into a slip of spreadsheet software by using a database access tool such as "Key SQL". Specifying search conditions, etc. must use the input screen of the Database Access ■ Tool, and the user must be aware of the database tables. Furthermore, in order to specify conditions for obtaining search results in units of slips entered by the user, multiple commands must be combined and described. difficult for
本発明は、 エン ドユーザが表計箅ソフ トを用いて作成した伝票から、 テーブル設計なしにデータベースを構築する手段、 および、 エン ドユー ザが表計箅ソフ トを用いて作成した伝票をユーザィンタフエースと して、 テーブルを意識しないで、 データベースにデータ をエン ト リ したり、 伝 票単位で検索する手段を提供することを目的と している。 発明の開示 The present invention provides a means for constructing a database from slips created by an end user using spreadsheet software without table design, and a method for creating a slip created by an end user using spreadsheet software by a user. As an interface ace, the purpose is to provide a means of entering data into a database and searching by slip without being aware of tables. Invention disclosure
上記目的を達成するために、 ユーザが表計箅ソフ トで作成した伝票の 画面表示情報データ を獲得し、 その情報から霹線、 文字等を抽出して伝 票の構造を認識して伝票フォーマツ 卜の構造データを構築し、 この構造 データ を元にユーザの作成した伝票に対応するデータベースのテーブル を作成する S Q L文を生成し、 データベース · マネージメン トシステム でこの S Q L文を実行させてデータベースを構築するフォーマッ ト定義 処理、 および、 定義済みの伝票フォーマッ トを表計算ソフ トの画面上に 表示し、 ユーザが伝票の各項目にデータ入力を行なった後に伝票の画面 表示情報データを獲得し、 先に作成したフォーマツ ト構造データと対応 させながら、 データ を格納するテーブルと項目を判定してデータベース にデータ を格納する S Q L文を生成し、 データベース · マネージメン ト システムでこの S Q L文を実行させてデータベースにデータ を格納する 伝票格納処理、 および、 定義済みの伝票フォーマッ トを表計算ソフ トの 画面上に表示し、 ユーザが伝票の項目に検索コマン ドの入力を行なった 後に伝票の画面表示情報データ を獲得し、 先に作成したフォーマッ ト構 造データ と対応させながら、 検索コマン ドの入力されたテーブルと項目 を判定してデータベースを検索するための条件文を作成し、 これを元に データべ一スを検索する S Q L文を生成し、 データべ一ス · マネ一ジメ ン トシステムでこの S Q L文を実行させてデータベースを検索し、 結果 を伝票フ ォーマツ 卜の形式で表計箅ソフ 卜の画面上に表示する伝票検索 処理、 の機能を持つ表計箅ソフ 卜の組み込みツールを提供する。 In order to achieve the above purpose, the screen display information data of the slip created by the user with spreadsheet software is acquired, and from this information, the slash line, characters, etc. are extracted, the structure of the slip is recognized, and the slip format is created. Construct the structural data of the database, generate an SQL statement to create a database table corresponding to the slip created by the user based on this structural data, and execute this SQL statement in the database management system to create the database. After the format definition process to be constructed and the defined slip format are displayed on the screen of the spreadsheet software, and after the user has entered data into each item of the slip, the screen display information data of the slip is acquired, While corresponding to the format structure data created earlier, determine the table and item to store the data, generate the SQL statement to store the data in the database, and execute this SQL statement in the database management system. Stores data in the database Slip storage processing and displays the predefined slip format on the screen of the spreadsheet software, and displays the slip screen display information after the user enters a search command in the slip items. Acquire data, match it with the previously created format structure data, determine the table and item in which the search command was entered, and create a conditional statement to search the database. Create an SQL statement to search the database, execute this SQL statement in the database management system to search the database, and save the results in the form of a slip format using spreadsheet software. Provide an embedded tool for spreadsheet software that has the function of slip search processing displayed on the screen of the
本発明によれば、 ェン ドユーザが表計箅ソフ 卜で作成した伝票から自 動的にデータベースを構築することができ、 さ らに、 この伝票画面を使 用してデータベースにデータ をエン ト リすることができ、 さ らに、 この 伝票画面を使用して検索コマン ドを入力することで、 データベースから 伝票を検索することが可能となるため、 データベースを意識して新たな 帳票を作成したり、 テーブルや項目を意識してデータを入力したり、 検 索コマン ドを入力する必要がなく なり、 エン ドユーザにとっての使い勝 手が大幅に改善される。 図面の簡単な説明 According to the present invention, a database can be automatically constructed from a slip created by an end user using spreadsheet software, and data can be entered into the database using this slip screen. In addition, this By entering a search command using the slip screen, it is possible to search for slips from the database. It eliminates the need to type or enter a search command, greatly improving usability for the end user. Brief description of the drawing
第 1 図は、 本システムの全体構成である。 第 2図は、 本システムを実現 するためのマシン構成図である。 第 3図は、 ア ドイン処理のフ ローチヤ 一卜である。 第 4図は、 本システムを組み込んだ表計算ソフ トの画面例 である。 第 5図は、 画面データファイルのデータ構造を示す図である。 第 6図は、 フォーマツ ト構造データのデータ構造と作成の例を示す図で ある。 第 7図は、 テーブルの作成方法の例を示す図である。 第 8図は、 テーブル作成用 S Q L文の例を示す図である。 第 9図は、 フォーマッ ト 認識結果確認画面の例を示す図である。 第 1 0図は、 フォーマッ ト定義 処理のフ ローチャートである。 第 1 1 図は、 伝票オープン処理のフロー チャートである。 第 1 2図は、 表計箅ソフ 卜の伝票格納画面の例を示す 図である。 第 1 3図は、 伝票格納用 S Q L文の例を示す図である。 第 1 4図は、 伝票格納処理のフローチャー トである。 第 1 5図は、 D B格納 処理のフローチャートである。 第 1 6図は、 表計箅ソフ トの伝票検索画 面の例を示す図である。 第 1 7図は、 伝検索コマン ドの仕様を示す図で ある。 第 1 8図は、 伝票検索用 S Q L文の例を示す図である。 第 1 9図 は伝票検索処理のフローチャー トである。 第 2 0図は、 伝票検索処理の フローチャートである (続き) 。 第 2 1 図は、 表計箅ソフ 卜の伝票検索 結果の画面の例を示す図である。 第 2 2図は、 伝票めく リ処理のフ口一 チャー トである。 第 2 3図は、 フォーマツ ト構造データのデータ構造と 作成の例 (その 2 ) を示す図である。 第 2 4図は、 伝票格納処理のフ ロ 一チャー ト (その 2 ) である。 第 2 5図は、 システムの全体構成 (その 2 ) である。 第 2 6図は、 伝票格納処理のフ ローチヤ一 卜 (その 3 ) で ある。 第 2 7図は、 従来例のフローチャー トである。 第 2 8図は、 フォ —マツ ト定義処理を従来例と対比させたフ ローチャー トである。 発明を実施するための最良の形態 Fig. 1 shows the overall configuration of this system. Fig. 2 is a machine configuration diagram for realizing this system. FIG. 3 is a flowchart of add-in processing. Fig. 4 is an example of a screen of spreadsheet software incorporating this system. FIG. 5 is a diagram showing the data structure of a screen data file. FIG. 6 is a diagram showing an example of the data structure and creation of format structure data. FIG. 7 is a diagram showing an example of how to create a table. FIG. 8 is a diagram showing an example of an SQL statement for creating a table. FIG. 9 is a diagram showing an example of a format recognition result confirmation screen. FIG. 10 is a flow chart of format definition processing. Fig. 11 is a flow chart of slip open processing. FIG. 12 is a diagram showing an example of a slip storage screen of spreadsheet software. FIG. 13 is a diagram showing an example of a slip storage SQL statement. FIG. 14 is a flow chart of slip storage processing. FIG. 15 is a flow chart of DB storage processing. FIG. 16 is a diagram showing an example of a slip search screen of spreadsheet software. FIG. 17 is a diagram showing the specifications of the search command. FIG. 18 is a diagram showing an example of a slip search SQL statement. Fig. 19 is a flow chart of slip search processing. Fig. 20 is a flow chart of slip search processing (continued). Fig. 21 is a diagram showing an example of the screen of the slip search result of the spreadsheet software. Fig. 22 is a front-to-back chart of slip flipping and reprocessing. Figure 23 shows the data structure of format structure data and FIG. 10 is a diagram showing an example of creation (No. 2); Fig. 24 is a flow chart (part 2) of slip storage processing. Fig. 25 shows the overall configuration of the system (Part 2). Fig. 26 is a flow chart (3) of slip storage processing. FIG. 27 is a flow chart of a conventional example. FIG. 28 is a flow chart comparing format definition processing with a conventional example. Best Mode for Carrying Out the Invention
以下、 本発明の一実施例を、 図面を参照して詳細に説明する。 An embodiment of the present invention will now be described in detail with reference to the drawings.
本発明によるシステムの実施例を第 1 図に示す。 第 1 図に示すシステ ムは、 本発明によ り提供する組み込みツール 1 、 表計箅ソフ ト 2 、 デ一 タベースマネージメン トシステム ( D B M S ) 4から成る。 An embodiment of the system according to the invention is shown in FIG. The system shown in FIG. 1 consists of an embedded tool 1, spreadsheet software 2, and database management system (DBMS) 4 provided by the present invention.
組み込みツール 1 は、 表計箅ソフ 卜の画面上に本システム専用のメニ ユーやボタ ンを表示するためのァ ドイ ン処理 3 、 表計算ソフ 卜の画面上 で作成した伝票からデータベースを作成するフォーマッ ト定義処理 7 、 表計箅ソフ 卜の画面からデータベースにデータをェン ト リする伝票格納 処理 8、 表計算ソフ 卜の画面からデータベースを検索し結果を表計算ソ フ 卜の画面に表示する伝票検索処理 9から成る。 Built-in tool 1 includes add-in processing for displaying menus and buttons dedicated to this system on the screen of the spreadsheet software, and 3 creating a database from slips created on the screen of the spreadsheet software. Format definition processing 7, slip storage processing for entering data from the spreadsheet software screen to the database 8, searching the database from the spreadsheet software screen and displaying the results on the spreadsheet software screen It consists of slip search processing 9.
フォーマツ ト定義処理 7は、 表計算ソフ トの画面データファイル 5力、 らデータ を読み込むデータ読込処理 7 1 、 入力したデータからフ ォーマ ッ ト構造を認識するフォーマッ ト認識処理 7 2 、 認識したフォーマツ ト 構造を元にデータベースのテーブルを作成する S Q L文を構築し、 それ をパラメタと して D B M Sのライブラ リ を呼び出してデータベースのテ 一ブルを作成し、 その返り値と認識したフォーマツ 卜構造から成るフ ァ 一マツ ト構造データ 6 を出力する D B作成処理 7 3から成る。 Format definition processing 7 includes data read processing 71 that reads data from the screen data file 5 of the spreadsheet software, format recognition processing 72 that recognizes the format structure from the input data, and recognized format Construct a SQL statement to create a database table based on the data structure, call the DBMS library with it as a parameter to create a database table, and consist of the recognized format structure as its return value. It consists of a DB creation process 73 that outputs the format data 6 .
伝票格納処理 8は、 表計箅ソフ トの画面データフ ァイル 5からデータ を読み込むデータ読込処理 8 1 、 フォーマッ ト構造データ 6 を読み込ん で、 先に読み込んだ画面データから入力データ値を取得する格納データ 取得処理 8 2、 データベースに値を格納するための S Q L文を構築し、 それをパラメタ と して D B M Sのライブラ リ を呼び出してデータベース にデータ を格納させる D B格納処理 8 3から成る。 The slip storage processing 8 is the data read processing 81 that reads data from the screen data file 5 of the spreadsheet software, and reads the format structure data 6. In the stored data acquisition process 8 2, which acquires the input data value from the screen data read earlier, the SQL statement for storing the value in the database is constructed, and the DBMS library is called with this as a parameter to store the data in the database. It consists of DB storage processing 8 3 that stores data in .
伝票検索処理 9は、 表計箅ソフ トの画面データファイル 5からデータ を読み込むデータ読込処理 9 1 、 フォーマッ ト構造データ 6 を読み込ん で、 先に読み込んだ画面データからデータべ一ス検索用のコマン ドを取 得し、 テーブルごとの検索条件を作成する検索条件作成処理 9 2、 作成 した検索条件を元にデータベース検索用の S Q L文を構築し、 それをパ ラメタと して D B M Sのライブラ リ を呼び出してデータベースを検索し、 結果のレコー ドから伝票データを構築する D B検索処理 9 3 、 検索結果 の伝票データを表計箅ソフ トの画面に表示する画面表示処理 9 4から成 る。 Invoice search processing 9 is data reading processing 91 that reads data from the screen data file 5 of the spreadsheet software, reads the format structure data 6, and extracts a database search command from the previously read screen data. A search condition creation process that acquires a database node and creates search conditions for each table. Based on the created search conditions, build an SQL statement for database search, and use it as a parameter to load the DBMS library. It consists of a DB search process 93 that calls up the database and constructs slip data from the resulting records, and a screen display process 94 that displays the search result slip data on the screen of the spreadsheet software.
第 2図は、 本システムのハードウェア構成である。 表計算ソフ 卜と本 システムを組み込み 2 2、 画面データ を操作するモニタ 2 1 とフォーマ ッ 卜構造データ を格納するハードディスク 2 3 を持つ計算機システム力 ネッ トワーク 2 7 を介して、 D B M S を組み込んだ計算機 2 5のハー ド デイスク上に構築されたデータベースを 2 6 にアクセスする、 クライア ン トノサーバシステムと して実現される。 Fig. 2 shows the hardware configuration of this system. A computer system incorporating spreadsheet software and this system 2 2 , a monitor 2 1 for manipulating screen data, and a hard disk 2 3 for storing format structure data. It is implemented as a client-server system that accesses 26 databases built on 25 hard disks.
第 3図に、 ア ドイ ン処理 3 の詳細を示す。 ア ドイ ン処理 3は、 表計算 ソフ トのマクロ機能と して組み込む。 まず、 本システム専用のメニュー が画面上に存在するかどうかを表計箅ソフ 卜に問い合わせ( 3 1 )、 存在 しなかったら、 画面にメニューを追加し( 3 2 )、 メニューを選択したと きに実行するマクロを設定し( 3 3 )、 メニューを画面上に表示させる( 3 4 )。 次に、 本システム専用のポタ ンが存在するかどうかを表計算ソ フ 卜に問い合わせ(3 5 )、 存在しなかったら、 画面にボタンを追加し( 3 6 )、 ボタンを押下したときに実行するマクロおよびポタンに貼り付 けるイメージとを設定する( 3 7 )。 ポタ ンがすでに表示済みでなければ ( 3 8)、 ボタ ンを表示する( 3 9〉。 表計算ソフ トを起動した後に、 この マクロが記述されたシートを実行することで、 表計箅ソフ トの画面に本 システム用のメニューとボタ ンが表示される。 Details of the add-in process 3 are shown in FIG. Add-in processing 3 is incorporated as a macro function of the spreadsheet software. First, the spreadsheet software is inquired whether a menu dedicated to this system exists on the screen (31), and if not, the menu is added to the screen (32), and when the menu is selected Set the macro to be executed (33) and display the menu on the screen (34). Next, the spreadsheet software is inquired whether a button dedicated to this system exists (35), and if it does not exist, a button is added to the screen ( 36), and set the macro to be executed when the button is pressed and the image to be pasted on the button (37). If the button has not already been displayed ( 3 8), the button is displayed ( 3 9>. By executing the sheet containing this macro after starting the spreadsheet software, the spreadsheet software A menu and buttons for this system appear on the screen of the boot.
第 4図にァ ドィン処理実行後の表計箅ソフ 卜の画面を示す。 表計箅ソ フ トの画面 4 1上に、 本システム専用のメニュー名 「T. R e x」 4 2 とメニュー 4 3、 本システム専用ボタ ン群 44が表示される。 Fig. 4 shows the screen of the spreadsheet software after execution of add-in processing. On the screen 41 of the spreadsheet software, the menu name "T.Rex" 42 and menu 43 dedicated to this system and the button group 44 dedicated to this system are displayed.
第 5図に、 表計箅ソフ トの画面データファイル 5のデータ構造を示す。 各データは 4バイ 卜のヘッダ情報を持ち、 上位 2バイ 卜にデータ種別を 示すデータ I D 50 1 、 下位バイ 卜にその後に続く データのサイズ 5 0 2が格納されている。 Fig. 5 shows the data structure of the screen data file 5 of the spreadsheet software. Each data has 4-byte header information, data ID 501 indicating the data type is stored in the upper 2 bytes, and size 502 of the following data is stored in the lower byte.
本システムで認識する伝票フォーマッ トのセルのデータ属性は、 数値 または文字列で、 認識時には属性設定がされていることを前提とする。 本システムで必要とするデータ種別の構造を以下に述べる。 The data attribute of the slip format cell recognized by this system is a numerical value or a character string, and it is assumed that the attribute is set at the time of recognition. The structure of the data types required by this system is described below.
( 1 ) セル属性定義情報 5 0 4 ( 1 ) Cell Attribute Definition Information 5 0 4
セルの属性情報の組み合わせパターンの定義を行なう。 それぞれのパ ターンに付けられた I D名 5 0 5と、 そのパターンが持つセル属性情報 を示す。 セル属性情報と しては、 上下左右の鄞線幅 5 0 6〜 5 0 9 ( 線が無い場合は 0 ) 、 データ型 5 1 0、 フォン ト 5 1 1等がある。 Defines the combination pattern of cell attribute information. The ID name 505 attached to each pattern and the cell attribute information possessed by that pattern are shown. Cell attribute information includes top, bottom, left, and right line widths 506 to 509 (0 if there is no line), data type 510, font 511, and so on.
( 2 ) 数値セル情報 5 1 2 ( 2 ) Numeric cell information 5 1 2
数値データが入っているセルの情報。 セルの行位置 5 1 3と列位置 5 1 、 数値データ 5 1 5、 属性 I D (セル属性定義情報で定義した I D 名) 5 1 6が格納されている。 Information about cells that contain numeric data. Cell row position 513, column position 51, numerical data 515, attribute ID (ID name defined in cell attribute definition information) 516 are stored.
( 3 ) 文字列セル情報 5 1 7 ( 3 ) Character string cell information 5 1 7
文字列データが入っているセルの情報。 セルの行位置 5 1 8と列位置 5 1 9、 文字列の長さ 5 2 0、 文字列データ 5 2 1 、 属性 I D (セル属 性定義情報で定義した I D名) 5 2 2が格納されている。 Information for cells containing string data. cell row position 5 1 8 and column position 5 1 9, character string length 5 2 0, character string data 5 2 1, attribute ID (ID name defined in the cell attribute definition information) 5 2 2 are stored.
( ) 空セル情報 5 2 4 ( ) Empty cell information 5 2 4
データが入っていないセルの情報。 セルの行位置 5 2 5と列位置 5 2 6、 属性 I D (セル属性定義情報で定義した I D名) 5 2 7が格納され ている。 Information for cells that do not contain data. Cell row position 525, column position 526, and attribute ID (ID name defined in cell attribute definition information) 527 are stored.
第 6図に、 フォーマツ ト定義処理 7の出力であるフォーマツ ト構造デ —タ 6のデータ構造と作成の例を示す。 フォーマツ ト構造データには、 以下の情報を格納する。 FIG. 6 shows the data structure of the format structure data 6 output from the format definition processing 7 and an example of creation. The following information is stored in the format structure data.
( 1 ) フォーマッ ト名称 6 0 4 ( 1 ) Format name 6 0 4
ユーザ入力によ リ取得するシステム内でユニークな名称。 フォーマツ ト構造データのファイル名と しても使用する。 A unique name within the system obtained by user input. Also used as a file name for format structure data.
( 2 ) フォーマッ ト I D 6 0 5 (2) Format ID605
D B作成処理 7 3で設定するシステム内でユニークな値。 A unique value within the system that is set in DB creation processing 7 3.
( 3 ) テーブル数 6 0 6 ( 3 ) Number of tables 6 0 6
データベースのテーブルの数。 繰り返しのない項目は一つのテーブル とする。 繰り返しのある項目は、 繰り返し数の同 じ項目ごとに一つのテ 一ブルとする。 Number of tables in the database. Non-repeating items are treated as one table. Repeated items shall have one table for each item with the same number of repetitions.
( 4 ) テーブル名称 6 0 7 (4) Table name 607
各テーブルの名前。 フォーマツ ト認識処理 7 2で作成するデータべ一 ス内でユニークな名称。 Name of each table. A unique name within the database created in 72 Format Recognition Processing.
( 5 ) 繰り返し数 6 0 8 ( 5 ) Number of repetitions 6 0 8
各テーブルの繰り返し数。 繰り返しを持たない項目のテーブルの値は 1 0 Number of repetitions for each table. Items without repeats have table values of 1 0
( 6 ) 項目数 6 0 9 ( 6 ) Number of items 6 0 9
各テ一ブルの持つ項目の数。 ( 7 ) 項目名称 6 1 0 The number of items each table has. (7) Item name 6 1 0
各テーブルの項目名。 表計箅ソフ 卜の画面上に入力された文字列。 Field name for each table. A character string entered on the screen of spreadsheet software.
( 8 ) 項目セルの位置 6 1 1 ( 8 ) Item cell position 6 1 1
項目セルの表計箅ソフ 卜の画面上の表示位置。 行位置 (行番号) と列 位置 (列番号) で表現する。 The display position of the item cell on the screen of the spreadsheet software. Expressed by row position (row number) and column position (column number).
( 9 ) 項目のデータ型 6 1 2 ( 9 ) Item data type 6 1 2
各項目のデータ型 (文字型、 数値型等) の種別。 Type of data type (character type, numeric type, etc.) for each item.
( 1 0 ) データセルの位置 6 1 3 ( 1 0 ) Data cell position 6 1 3
当該項目に対応する各データセルの表計箅ソフ トの画面上の表示位置。 行位置 (行番号) と列位置 (列番号) で表現する。 The display position on the screen of the spreadsheet software for each data cell corresponding to the item. Expressed by row position (row number) and column position (column number).
へッダ情報は、 フォーマツ 卜で一つ、 テーブルごとの情報 6 1 4は、 テーブル数分、 項目 ごとの情報 6 1 5は、 一テーブルにっき項目数分生 成される。 There is one header information in the format, the information 614 for each table is generated for the number of tables, and the information 615 for each item is generated for the number of items per table.
表計算ソフ 卜の画面上の伝票 6 0 1 を入力とすると、 フ ォーマ ツ ト定 義処理 7の出力であるフォーマツ ト構造データは、 へッダ情報、 繰り返 しのない項目を集めた" ヘッダテーブル" のテーブル情報 6 1 4、 へッ ダテ一ブルの各項目 ごとの情報 6 1 5 、 繰り返し数 3のテーブル" 明細 テーブル" のテーブル情報 6 1 6、 明細テーブルの各項目 ごとの情報 6 1 7からなる。 If a slip 601 on the screen of a spreadsheet software is input, the format structure data, which is the output of the format definition process 7, is a collection of header information and non-repeating items. Table information for each item in the header table 6 1 4, Information for each item in the header table 6 1 5, Table information for each item in the detail table with 3 repetitions 6 1 6, Table information for each item in the detail table 6 Consists of 17.
第 7図に、 データベースのテーブル作成方法を示す。 前記のごと く 、 一つのテーブルは、 繰り返し数の同じ項目から成る。 伝票 7 0 1 からは、 二つのテーブル" ヘッダテーブル" 7 0 2 と " 明細テーブル" 7 0 3 を 生成する。 この二つのテーブルには、 同じフォーマッ ト I Dが与えられ、 フ才一マツ ト格納テーブルにフォーマツ ト I Dとそれぞれのテーブル名 が格納される 7 0 4。 Figure 7 shows how to create a database table. As mentioned above, one table consists of items with the same number of repetitions. From document 701 two tables "header table" 702 and "details table" 703 are generated. The same format ID is given to these two tables, and the format ID and each table name are stored in the first table storage table 704.
第 8図に、 第 7図に示したテーブルを作成する S Q L文を示す。 8 0 1 でヘッダテーブルを作成し、 8 0 2で明細テーブルを作成し、 8 0 3 でフ ォーマツ ト I Dとヘッダテ一ブルをフォーマツ ト I D格納テーブル に格納し、 8 04でフォーマツ ト I Dと明細テーブルをフォーマツ ト 】 D格納テーブルに格納する。 FIG. 8 shows the SQL statement for creating the table shown in FIG. 8 0 1 creates the header table, 802 creates the detail table, 803 stores the format ID and header table in the format ID storage table, and 804 stores the format ID and the detail table. Format] Store in the D storage table.
第 9図に、 フォーマッ ト認識結果確認画面を示す。 フォーマッ ト認識 処理 7 2が終了するとき、 認識したフォーマッ トとデータ型を画面に表 示して、 ユーザに確認を取る。 認識結果の伝票 9 0 2のデータセルには、 文字列型であることを示す Xの並び 7 04、 数値型であることを示す 9 の並び 9 0 5、 通貨記号およびカンマ切りの修飾つきの数値型であるこ と を示す文字列 9 0 6、 日付型であることを示す文字列 9 0 7が表示さ れる。 さ らに、 確認ダイアログ 9 0 3が表示され、 ユーザが .「はい」 ポ タ ンを押下すれば、 このフォーマツ 卜でデータベースを作成する。 認識 結果がユーザの意図と異なっていたリ、 データベースを作成しない場合 は、 「キャンセル」 ポタンを押下すれば初期画面に戻る。 Fig. 9 shows a format recognition result confirmation screen. When the format recognition process 72 finishes, the recognized format and data type are displayed on the screen for confirmation from the user. In the data cell 9 0 2 of the recognition result slip, there is a row of Xs 7 04 indicating that it is a character string type, a row of 9s 9 0 5 that indicates that it is a numeric type, a numeric value with a currency symbol and a comma separated The character string 906 indicating that it is a type and the character string 907 indicating that it is a date type are displayed. Furthermore, a confirmation dialog 903 is displayed, and if the user presses the "Yes" button, a database will be created in this format. If the recognition result is different from the user's intention and the database is not to be created, press the "Cancel" button to return to the initial screen.
第 1 0図に、 フォーマッ ト定義処理 7の詳細を示す。 フォーマッ ト定 義処理 7は、 第 4図に示すように、 表計箅ソフ 卜の画面上で空の伝票を 作成し(4 5)、 本システム専用のメニューまたはポタンの 「フォーマツ 卜定義」 を選択すると(4 6)、 フォーマッ ト定義処理 7が起動し、 表計 算ソフ 卜の画面上の現在アクティ ブなウィ ン ドウに対して、 別名保存と 同様のダイアログを表示して、 フォーマツ ト名称の入力をユーザに要求 し、 取得する(7 1 1 )。 取得したフォ一マツ ト名称をフ アイル名と して 本システムの環境下に、 アクティブなウイ ン ドウの画面データフ アイル を作成する(7 1 2)。 このフ ァイルをオープンし(7 1 3)、 フ ァイルの 終わり まで(7 1 4)、 以下の処理を繰り返す。 FIG. 10 shows details of the format definition processing 7. FIG. In the format definition process 7, as shown in Fig. 4, an empty slip is created on the screen of the spreadsheet software (45), and the menu or button dedicated to this system "Format definition" is selected. When selected (4 6), format definition processing 7 is started, a dialog similar to Save As is displayed for the currently active window on the spreadsheet software screen, and a format name is displayed. User input is requested and obtained (7 1 1). Using the obtained format name as the file name, create a screen data file of the active window under the environment of this system (712). Open this file (7 1 3) and repeat the following process until the end of the file (7 1 4).
( 1 ) ファイルから 4バイ ト分を読み込む(7 1 5)。 (1) Read 4 bytes from the file (7 1 5).
( 2 ) 上記 4バイ トの上位 2バイ トの I Dをチェ ック して以下の処理に 1 振り分ける(7 1 6)。 上記 4バイ 卜の下位 2バイ 卜の値が以下の処理で 読み込むデータサイズとなる。 (2) Check the ID in the upper 2 bytes of the above 4 bytes and perform the following processing. 1 Divide (7 1 6). The value of the lower 2 bytes of the above 4 bytes is the data size to be read in the following processing.
( a ) セル属性定義情報 5 0 4 : 当該伝票画面で使用されているセ ル属性の組み合わせパターンと対応する属性 I Dを読み込んで、 内部情 報と して記憶する(7 1 7)。 (a) Cell attribute definition information 504: Reads the combination pattern of cell attributes used on the slip screen and the corresponding attribute ID and stores them as internal information (717).
( ) 文字列セル情報 5 1 7 : 文字列が設定されているセルのセル 位置 (行番号、 列番号) とそのセルに設定された文字列の長さ と実体、 属性 I D、 を読み込んで、 内部のセル単位の情報に追加する( 7 1 8)。 ( ) String cell information 5 1 7 : Read the cell position (row number, column number) of the cell where the string is set, the length and substance of the string set in that cell, the attribute ID, and Add to the internal cell-by-cell information ( 7 1 8).
( c ) 空セル情報 5 2 4 : データが設定されていないセルのセル位 置 (行番号、 列番号) と属性 I Dを読み込んで、 内部のセル単位の情報 に追加する ( 7 1 9)。 (c) Empty cell information 524: Read the cell position (row number, column number) and attribute ID of the cell in which data is not set, and add it to the internal cell unit information (719).
( d ) その他 : 情報サイズ分を読み飛ばす ( 7 2 0 ) 。 (d) Others: Skip information size (720).
フ ァイルの読み込みが終了したら、 ファイルをクローズする ( 7 2 1 ) 。 次に、 読み込んだ情報を追加した内部セル情報を解析する。 文字列を持 ち、 かつ、 下または上下左右に^線を持つセルを項目セルとみなす ( 7 2 2 ) 。 さ らに、 この項目セルに隣接する下または上下左右に蘇線を持 つデータの入っていないセルの並びを、 この項目に対するデータセルと みなし、 項目の繰り返し数を取得する ( 7 2 3 ) 。 繰り返し数の同じ項 目をひとまとめにして、 テーブル名称を指定する ( 7 2 4 ) 。 After reading the file, close the file (7 2 1). Next, analyze the internal cell information added with the read information. A cell that has a character string and has ^ lines at the bottom, top, bottom, left, and right is regarded as an item cell (7 2 2). In addition, the sequence of cells with no data that have a line below or above, below, left, and right adjacent to this item cell is regarded as the data cell for this item, and the number of repetitions of the item is obtained (7 2 3). . Group items with the same number of repetitions and specify the table name (7 2 4).
新しいウィ ン ドウをオープンし、 先に作成した画面データフ ァイルを 読み込んで表示し ( 7 2 5 ) 、 データセルと認識したセル位置にデータ 属性を表示する。 データ属性は、 文字型の時は Xの並び、 数値型の時は 9の並びと し、 表示属性が設定されているときは、 それも表示する。 さ らに、 確認ダイアログを表示し ( 7 2 5 ) 、 ユーザに確認させ、 ユーザ 力、' 「はい」 ポタ ンを押下したら次の処理に進む ( 7 2 6 ) 。 ユーザが 「キャ ンセル」 ボタンを押下したら ( 7 2 6 ) 、 上記の画面データファ ィルを削除して ( 7 2 7 ) 、 処理を終了する。 Open a new window, load the previously created screen data file, display it (725), and display the data attribute at the cell position recognized as the data cell. The data attribute is a string of X's for character type and a string of 9's for numeric type, and if the display attribute is set, it is also displayed. Furthermore, a confirmation dialog is displayed (725), the user is asked to confirm, and if the user presses the "yes" button, the process proceeds to the next step (726). When the user presses the "Cancel" button (726), the above screen data file delete the file (7 2 7) and terminate the process.
次に、 D BM Sでユニークなフ ォーマッ ト I Dを、 D BM Sの T i m e関数を使用して設定する ( 7 3 I ) 。 テーブル名称、 項目名、 データ 型等を元に、 データベースのテーブルを生成する S Q L文 ( 8 0 1 、 8 0 2 ) とフォーマツ 卜 I Dとそれに対応するテーブルを登録する S Q L 文 ( 8 0 3、 8 04 ) を構築し ( 7 3 2 ) 、 これをパラメタ と して D B M Sのライブラ リ を呼びだす ( 7 3 3 ) 。 Next, a format ID unique to the DBMS is set using the Time function of the DBMS (73I). SQL statements (801, 802) for creating database tables based on table names, item names, data types, etc., and SQL statements (803, 803) for registering format IDs and corresponding tables 04) is constructed (732), and the DBMS library is called using this as a parameter (733).
さ らに、 フォ一マツ 卜名称、 フォーマッ ト I D、 テーブル名称、 項目 名、 データ型等からフォーマッ ト構造データ 6を構築し、 本システム環 境下にフォーマッ ト名称をつけて ("フォーマッ ト名称 .fiat") 出力する ( 7 3 4 ) 。 Furthermore, format structure data 6 is constructed from the format name, format ID, table name, item name, data type, etc., and a format name is assigned to this system environment ("Format name .fiat") outputs ( 7 3 4 ).
伝票格納処理 8、 伝票検索処理 9とも、 それぞれの処理を起動する前 に、 ユーザに表計算ソフ トの画面上で、 データとなる伝票を作成しても らう必要がある。 このため、 ユーザが使用するための空伝票をフォーマ ッ 卜を指定して、 オープンする機能を提供する。 第 4図に示す、 本シス テム専用メニュー又はポタンの 「シートオープン」 4 7を選択すると、 第 1 1図に示す処理が起動する。 まず、 表計算ソフ トの画面上にすでに 定義済みのフ ォーマツ 卜の一覧を表示する ( 1 0 1 ) 。 ユーザが、 この 一覧中の自分がこれから処理したいフォーマッ トを選択すると、 選択さ れたフォーマツ トのフォーマツ ト名称を内部のテーブルから選択して記 憶する ( 1 0 2 ) 。 表計箅ソフ トの画面上に新しいウィ ン ドウをオーブ ン し ( 1 03 ) 、 フォーマツ ト名称で本システム環境下に格納してある 画面データフ ァイルを読み込み表示する ( 1 0 4 ) 。 In both slip storage process 8 and slip search process 9, it is necessary to have the user create a slip as data on the screen of the spreadsheet software before starting each process. For this reason, a function is provided to specify the format and open an empty slip for use by the user. When the menu dedicated to this system or the button ``open sheet'' 47 shown in FIG. 4 is selected, the process shown in FIG. 11 is started. First, a list of already defined formats is displayed on the screen of the spreadsheet software (101). When the user selects the format he/she wishes to process from this list, the format name of the selected format is selected from the internal table and stored (102). A new window is opened on the screen of the spreadsheet software (103), and the screen data file stored under this system environment under the format name is read and displayed (104).
第 I 2図に、 伝票格納用画面を示す。 第 1 1図の方法で表計算ソフ ト の画面上にオーブンした空伝票にデータを記入し ( 1 1 1 ) 、 本システ ム専用のメニューまたはポタ ンの 「伝票格納」 を選択すると ( 1 1 2 ) 、 伝票格納処理 8が起動する。 Figure I2 shows the slip storage screen. Fill in the data in the blank slip opened on the screen of the spreadsheet software by the method shown in Fig. 11 (111), and select "Store slip" from the menu or button dedicated to this system (11 2), Slip storage process 8 starts.
第 1 3図に、 伝票 1 1 1 のデータ をデータベースに格納する S Q L文 を示す。 D B格納処理 8 3は、 この S Q L文をパラメタと して、 D BM Sのライブラ リ を呼び出して、 データをデータベースに格納させる。 1 2 1でヘッダテーブルに、 本システムで D BM Sにユニークに設定する 伝票 I Dと画面上に設定された各項目の値 (東京都港区、 近藤商店、 45 00、 112、 95/6/5) を格納する。 明細テーブルに対応する繰り返しのあ る項目には、 3行のデータが設定されているので、 それぞれに対応する 1 2 2〜 1 2 4の S Q L文で明細テーブルに、 伝票〗 Dとそれぞれのデ —タを格納する。 FIG. 13 shows the SQL statement for storing the data of slip 111 in the database. The DB storage processing 83 calls the DBMS library with this SQL statement as a parameter to store the data in the database. In the header table at 1 2 1, the slip ID uniquely set in DBMS in this system and the value of each item set on the screen (Minato-ku, Tokyo, Kondo Shoten, 45 00, 112, 95/6/ 5) store. Since 3 rows of data are set in the items with repetition corresponding to the detail table, the SQL statements 122 to 124 corresponding to each are added to the detail table, slip D and each data. — stores data.
第 1 4図に、 伝票格納処理 8の処理の詳細を示す。 伝票格納処理が起 動されると、 まず、 表計算ソフ トの画面上のアクティ ブなウィ ン ドウの 画面データファイルを本システム環境下のテンポラ リ に作成する ( 8 1 1 ) 。 このフ ァイルをオープンし ( 8 1 2 ) 、 フ ァイルの終わり まで ( 8 1 3 ) 、 以下の処理を繰り返す。 FIG. 14 shows the details of the slip storage process 8. FIG. When the slip storage process is started, first, a screen data file of the active window on the screen of the spreadsheet software is created temporarily under this system environment (811). Open this file (8 1 2), repeat the following process until the end of the file (8 1 3).
( 1 ) フ ァイルから 4バイ ト分を読み込む ( 8 1 ) 。 (1) Read 4 bytes from the file (81).
( 2 ) 上記 4バイ 卜の上位 2バイ トの 】 Dをチェ ック して以下の処理に 振り分ける ( 8 1 5 ) 。 上記 4バイ 卜の下位 2バイ トの値が以下の処理 で読み込むデータサイズとなる。 (2) Check [D] in the upper 2 bytes of the above 4 bytes and distribute to the following processing (815). The value of the lower 2 bytes of the above 4 bytes is the data size read in the following process.
( a ) セル属性定義情報 5 0 4 : 当該伝票画面で使用されているセ ル属性の組み合わせパターンと対応する属性 I Dを読み込んで、 内部情 報と して記億する ( 8 1 6 ) 。 (a) Cell attribute definition information 504: Read the combination pattern of cell attributes used on the slip screen and the corresponding attribute ID and store them as internal information (816).
( b ) 文字列セル情報 5 1 7 : 文字列が設定されているセルのセル 位置 (行番号、 列番号) とそのセルに設定された文字列の長さと実体、 属性 I D、 を読み込んで、 内部のセル単位の情報に追加する ( 8 1 7 ) 。 ( c ) 数値セル情報 5 1 2 : 数値が設定されているセルのセル位置 (行番号、 列番号) とそのセルに設定された数値、 属性 I D、 を読み込 んで、 内部のセル単位の情報に追加する ( 8 1 8 ) 。 (b) Character string cell information 5 1 7 : Read the cell position (row number, column number) of the cell where the character string is set, the length and substance of the character string set in that cell, the attribute ID, and Add to the internal cell-by-cell information (8 1 7). (c) Numeric cell information 5 1 2 : Read the cell position (row number, column number) of the cell where the number is set, the number set in that cell, the attribute ID, and the internal cell unit information Add to (8 1 8) .
( d ) その他 : 情報サイズ分を読み飛ばす ( 8 1 9 ) 。 (d) Others: Skip information size (819).
フ ァイルの読み込みが終了 したら、 フ ァイルをクローズし、 テンポラ リ から削除する ( 8 2 0 ) 。 When the file has finished reading, close the file and delete it from temporary (820).
次に伝票オープン時に記憶しておいたフォーマツ ト名称 1 0 2から、 このフォーマツ トに対応するフォーマッ ト構造データを読み込む ( 8 2 1 ) 。 最初のテーブルの最初の項目の最初のデータセルのセル位置を読 み込んだフォ一マッ ト構造から取得し ( 8 2 2 ) 、 以下、 データのおわ リ まで ( 8 2 3 ) 、 各テーブルについて項目順に全データセルすベての セル位置からデータセルに設定されたデータ を取得する ( 8 24 ) 。 第 1 5図に、 D B格納処理 8 3の詳細を示す。 まず、 対象となる D B M Sにユニークな伝票 I Dを、 D BMSの T i m e関数を使用して設定 し ( 8 3 1 ) 、 格納するテーブルの終りまで以下の処理を繰り返す ( 8 3 2 ) 。 ( 1 ) テーブル名称を取得する ( 8 3 3 ) 。 Next, from the format name 102 memorized when the slip was opened, the format structure data corresponding to this format is read (821). The cell position of the first data cell of the first item in the first table is obtained from the read format structure (822), and so on until the end of the data (823), each table Get the data set in the data cell from all cell positions of all data cells in the order of items for (824). FIG. 15 shows the details of the DB storage processing 83. First, a slip ID unique to the target DBMS is set using the Time function of the DBMS (831), and the following processing is repeated until the end of the table to be stored (832). (1) Get the table name (833).
( 2 ) 当該テーブルに格納するデータの終り まで以下の処理を繰り返す ( 8 3 4 ) 。 (2) Repeat the following processing until the end of the data to be stored in the relevant table (834).
( a ) 一行文のデータセルの値を取得する ( 8 3 5 ) 。 (a) Get the value of the data cell of the one-line sentence (8 3 5).
( b ) テーブル名、 項目名、 データセルの値から、 データを格納する ( b ) Store data from table name, item name and data cell value
S Q L文 ( 1 2 1〜 1 2 4 ) を構築する ( 8 3 6 ) 。 Construct SQL statements (121-124) (836).
( c ) 上記 S Q L文をパラメタ と して S Q L S e r v e rのライ ブラ リ を呼びだす ( 8 3 7 ) 。 (c) Call the SQL Server library with the above SQL statement as a parameter (837).
第 1 6図に、 伝票検索用画面を示す。 第 1 1図の方法で表計箅ソフ ト の画面上にオープンした空伝票に検索コマン ドを記入し ( 1 5 1 ) 、 本 システム専用のメニューまたはポタ ンの 「伝票検索」 を選択すると ( 1 5 2 ) 、 伝票検索処理 9が起動する。 Fig. 16 shows the slip search screen. Enter the search command (151) in the empty slip opened on the screen of the spreadsheet software by the method shown in Fig. 11, and select the menu dedicated to this system or the button "Search slip" ( 1 5 2 ) , slip search processing 9 starts.
第 1 7図に、 本システムの伝票検索で用いる検索コマン ドを示す。 本 システムでは、 複数項目に条件式が書かれた場合は、 すべて〇 R条件と みなす。 複数行を持つ項目で同一項目の異なる行に条件式が書かれた場 合は、 同一伝票にその 2つの検索条件をそれぞれ満たす行が同時に存在 する伝票を検索結果と して表示する。 第 1 6図の伝票 1 5 1 の表部分 1 5 3の項目 ' ' 商品名及び規格" の 1 、 2行目に条件を設定する。 この場 合、 第 2 1図に示す検索結果と して期待される伝票 2 0 2は、 表部分 2 0 5の項目 " 商品名及び規格'' に" 鉛筆" のレコー ドと " 消しゴム" の レコー ドの両方を持つものである。 Fig. 17 shows search commands used in slip searches of this system. In this system, when conditional expressions are written for multiple items, they are all regarded as 〇R conditions. If a conditional expression is written on different lines of the same item in an item with multiple lines, the search results will be displayed for documents that have lines that satisfy the two search conditions at the same time in the same document. Set the conditions in the 1st and 2nd lines of the item ``Product name and specification'' in the table part 153 of slip 151 in Fig. 16. In this case, the search result shown in Fig. 21 is obtained. The expected slip 202 has both a record of "pencil" and a record of "eraser" in the item "product name and specification" of table part 205.
第 1 8図に、 第 1 6図の伝票 1 5 1 に対応するデータベース検索用 S Q L文を示す。 伝票の検索方法は、 まず、 検索条件に一致した伝票 I D を検索し、 その結果取得した伝栗 I Dのデータをすベて取得して伝累を 構築する。 伝票 I Dを検索する S Q L文は、 各テーブルごとに以下のよ うになる。 FIG. 18 shows the database search SQL statement corresponding to the slip 151 in FIG. The slip search method first searches for slip IDs that match the search conditions, acquires all the data of the slip IDs obtained as a result, and constructs a transmission. The SQL statement for searching slip ID is as follows for each table.
select distinct 伝票 I D from テーフ *ノレ名 where 条件文 伝票 1 5 1のへッダテーブルに対する条件文は、 項目名" 住所" の検索 コマン ドと項目名" 合計金額" の検索コマン ドを" O R" でつなげて構 築する ( 1 7 1 ) 。 明細テーブルに対する条件文は、 項目名" 商品名及 び規格" に 2つの検索コマン ドが設定されているが、 これを " AND" でつなげて、 select distinct slip I D from tag *nore name where condition statement slip 1 5 The conditional statement for the header table of 1 is to connect the search command for the item name "address" and the search command for the item name "total amount" with "OR". (171). In the conditional statement for the detail table, two search commands are set in the item name "product name and standard", but these are connected with "AND",
select distinct 伝票 I D from 明細テ——フノレ where select distinct document I D from detail table——funore where
(商品名及び規格 = " 鉛筆" ) AND (商品名及び規格 = " 消しゴム" ) と記述すると、 意味的にエラーとなる。 この場合、 明細テーブルに対し て別名を付けて、 同一伝票 I Dで上記条件を満たすもの検索する S Q L 文を構築する ( 1 7 2 ) 。 これらの S Q L文をパラメタと して D BM S のライブラ リ を呼び出して検索した結果の伝票 I Dすべてに対して、 へ ッダテーブルの全データを取得する S Q L文 1 7 3と、 明細テーブルの 全データを取得する S Q L文 1 7 4を発行して、 伝票データ を取得する。 第 1 9図および第 2 0図に、 伝票検索処理の詳細を示す。 伝票検索処 理が起動されると、 まず、 表計算ソフ 卜の画面上のアクティ ブなウィ ン ドウの画面データファィルを本システム環境下のテンポラ リ に作成する ( 9 1 1 ) 。 このファイルをオープンし ( 9 1 2 ) 、 ファイルの終わり まで ( 9 1 3 ) 、 以下の処理を繰り返す。 (Product name and standard = "Pencil") AND (Product name and standard = "Eraser") will result in a semantic error. In this case, an alias is assigned to the detail table, and an SQL statement is constructed to search for items with the same slip ID that satisfy the above conditions (172). DBMS with these SQL statements as parameters Issue the SQL statement 173 to get all the data in the header table and the SQL statement 174 to get all the data in the detail table for all the slip IDs found by calling the library Get invoice data. 19 and 20 show the details of the slip retrieval process. When the slip search process is started, first, a screen data file of the active window on the screen of the spreadsheet software is created temporarily under this system environment (911). Open this file (9 1 2), repeat the following process until the end of the file (9 1 3).
( 1 ) フ ァイルから 4バイ ト分を読み込む ( 9 1 4 ) 。 (1) Read 4 bytes from the file (914).
( 2 ) 上記 4バイ 卜の上位 2バイ 卜の I Dをチェック して以下の処理に 振り分ける ( 9 1 5 ) 。 上記 4バイ 卜の下位 2バイ 卜の値が以下の処理 で読み込むデータサイズとなる。 (2) Check the ID of the upper 2 bytes of the above 4 bytes and distribute to the following processing (915). The value of the lower 2 bytes of the above 4 bytes is the data size read in the following processing.
( a ) セル属性定義情報 5 04 : 当該伝票画面で使用されているセ ル属性の組み合わせパターンと対応する属性 I Dを読み込んで、 内部情 報と して記憶する ( 9 1 6 ) 。 (a) Cell attribute definition information 504: Read the combination pattern of cell attributes used on the slip screen and the corresponding attribute ID and store them as internal information (916).
( b ) 文字列セル情報 5 1 7 : 文字列が設定されているセルのセル 位置 (行番号、 列番号) とそのセルに設定された文字列の長さと実体、 属性 I D、 を読み込んで、 内部のセル単位の情報に追加する ( 9 1 7 ) 。 (b) Character string cell information 5 1 7 : Read the cell position (row number, column number) of the cell where the character string is set, the length and substance of the character string set in that cell, the attribute ID, and Add to the internal cell-by-cell information (9 1 7).
( c ) 数値セル情報 5 1 2 : 数値が設定されているセルのセル位置 (行番号、 列番号) とそのセルに設定された数値、 属性 I D、 を読み込 んで、 内部のセル単位の情報に追加する ( 9 1 8 ) 。 (c) Numerical cell information 5 1 2: Reads the cell position (row number, column number) of the cell where the numerical value is set, the numerical value set in that cell, the attribute ID, and the internal cell unit information Add to (9 1 8).
( d ) その他 : 情報サイズ分を読み飛ばす ( 9 1 9 ) 。 (d) Others: Skip information size (9 1 9).
フ ァイルの読み込みが終了したら、 フ ァイルをクローズし、 テンポラ リ から削除する ( 9 2 0 ) 。 When the file has finished reading, close the file and delete it from temporary (920).
次に伝票オープン時に記憶しておいたフォーマツ ト名称 1 0 2から、 このフォーマツ 卜に対応するフォーマツ ト構造データを読み込む ( 9 2 1 Next, read the format structure data corresponding to this format from the format name 102 that was stored when the slip was opened (92 1
1 ) 。 最初のテーブルの最初の項目の最初のデータセルのセル位置を読 み込んだフォーマッ ト構造から取得し ( 9 2 2 ) 、 以下、 データのおわ り まで ( 9 2 3 ) 、 各テーブルについて項目順に全データセルすベての セル位置からデータセルに設定された検索コマン ドを取得する ( 9 2 4 ) 。 セルごとの検索コマン ドを取得したら、 以下の手順でテーブルごとの 検索条件文を作成する ( 9 2 6 ) 。 1). Get the cell position of the first data cell of the first item in the first table from the read format structure (9 2 2), and so on until the end of the data (9 2 3), and for each table The search command set in the data cell is obtained from all cell positions of all data cells in order (924). After obtaining the search command for each cell, follow the steps below to create a search condition statement for each table (926).
( 1 ) 繰り返しなしのテーブルの項目ごとの検索コマン ドは、 それぞれ 括弧 ( ) で囲んで " O R" コマン ドでつなげる。 (1) Search commands for each item in a non-repeating table are enclosed in parentheses ( ) and connected with the " OR " command.
( 2 ) 繰り返しありのテーブルは、 同一項目の検索コマン ドはそれぞれ 括弧 ( ) で囲んで A N Dコマン ドでつなげておき、 これを項目ごとの 検索コマン ドとみなす。 次に、 項目ごとの検索コマン ドをそれぞれ括弧 (2) For a table with repetition, each search command for the same item is enclosed in parentheses ( ) and connected with the A ND command, which is regarded as a search command for each item. Then each itemized search command is enclosed in parentheses
( ) で囲んで" O R" コマン ドでつなげる。 Surround them with ( ) and connect them with the " OR " command.
次に、 テーブル名、 テーブルごとの条件文を元に、 検索条件に一致す る伝票 I D検索用の S Q L文を構築し ( 9 3 1 ) 、 この S Q L文をパラ メタ と して、 D BM Sのライ ブラ リ を呼び出す ( 9 3 2 ) 。 検索結果が 戻ってきたら、 検索結果の伝票 I Dの終わり まで、 以下の処理を繰り返 す ( 9 3 3 ) 。 Next, based on the table name and the conditional statement for each table, construct an SQL statement for document ID search that matches the search condition (931), and use this SQL statement as a parameter to create a DBMS library (932). When the search result is returned, repeat the following process until the end of the slip ID of the search result (933).
( 1 ) 伝票 I Dを元に、 伝票の各データ を取得する S Q L文を構築する ( 9 3 4 ) 。 (1) Based on the slip ID, construct an SQL statement that acquires each data of the slip (934).
( 2 ) この S Q L文をパラメタ と して、 D BMSのライブラ リ を呼び出 す ( 9 3 5 ) 。 (2) Call the DBMS library with this SQL statement as a parameter (935).
( 3 ) 検索結果を伝票 I Dごとに、 データセル位置とデータ値の対で記 憶する ( 9 3 6 ) 。 (3) Store the search results in pairs of data cell positions and data values for each slip ID (936).
伝票 I Dを検索する S Q L文は、 各テーブルごとに以下のようになる。 select distinct 伝票 I D from テープゾレ名 where 条件文 上記" 条件文" は、 先に作成したテーブルごとの条件文 9 2 6に基づ く カ 、 同一テーブルの同一項目に AND文が記述されている場合は、 テ 一ブルの別名を AN Dでつなげてある条件数分定義し、 伝票 I Dがすべ て等しいという条件下で、 それぞれ別テーブル名で条件を記述する。 伝票データ取得用の S Q L文は、 すべての取得伝票 I Dに対して、 以 下のよう になる。 The SQL statement for retrieving slip ID is as follows for each table. select distinct document ID from tape name where conditional statement The above "conditional statement" is based on the conditional statement for each table created earlier. If an AND statement is written for the same item in the same table, define the aliases of the table for the number of conditions that are connected by AND, and under the condition that all slip IDs are the same, separate each item. Describe conditions by table name. The SQL statement for acquiring slip data is as follows for all acquired slip IDs.
select * from テーブル名 where 伝票 I D = 取得伝票 I D 次に、 表計算ソフ 卜の画面上に新しいウィ ン ドウをオープンし ( 9 4 select * from table name where slip I D = acquisition slip I D Next, open a new window on the screen of the spreadsheet software (94
1 ) 、 フォーマッ ト名称で本システム環境下に格納してあるフォーマツ 卜の画面データファイルを読み込む ( 9 4 2 ) 。 検索結果のデータから、 最初の伝票の最初のデータと画面上での表示位置を取得する ( 9 4 3 ) 。 最初の伝票のデータが終了するまで以下の処理を繰り返す ( 9 44 ) 。1) Read the format screen data file stored in this system environment under the format name (942). From the data in the search results, get the first data of the first slip and the display position on the screen (9 4 3). The following processing is repeated until the data of the first slip is completed (944).
( 1 ) セル位置とデータをパラメタ と して表計算ソフ トの画面表示コマ ン ドを呼び出して画面に表示する ( 94 5 ) 。 (1) Call the screen display command of the spreadsheet software with the cell position and data as parameters and display them on the screen (945).
( 2 ) 次のデータ値と表示位置を取得する ( 9 4 6 ) 。 (2) Get the next data value and display position (946).
第 2 1図に、 検索結果の表計算ソフ トの画面 2 0 1 を示す。 はじめは、 最初に検索された伝票が S h e e t 1と して表示されている ( 2 0 2 ) 。 他の伝票が見たい場合、 ユーザは、 シートの下についているタグ 2 0 3 をク リ ックする。 たとえば、 S h e e t 3を ( 3番目に検索された伝票) 表示させたい場合は、 S h e e t 3と表示されたタグ 2 04をク リ ック する。 この時、 本システムは、 伝票めく り処理が起動する。 Fig. 21 shows the screen 201 of the spreadsheet software for the search results. Initially, the first retrieved slip is displayed as Sheet 1 (202). To see other slips, the user clicks tag 203 attached to the bottom of the sheet. For example, if you want to display Sheet 3 (the third retrieved slip), click tag 204 labeled Sheet 3. At this time, the slip flipping process starts in this system.
第 2 2図に、 伝票めく り処理を示す。 ユーザが表示されていないシ一 トのタグをク リ ック したら、 現在表示されているシー 卜の画面内容を指 定シート位置に移動し、 データセルの内容をク リアする ( 2 1 1 ) 。 次 に、 検索結果のデータから、 指定伝票の最初のデータと画面上での表示 位置を取得する ( 2 1 2 ) 。 指定伝票のデータが終了するまで以下の処 理を繰り返す ( 2 1 3 ) 。 ( 1 ) セル位置とデータ をパラメタと して表計算ソフ 卜の画面表示コマ ン ドを呼び出して画面に表示する ( 2 1 ) 。 Fig. 22 shows the slip flipping process. When the user clicks the tag of a sheet that is not displayed, move the screen contents of the currently displayed sheet to the specified sheet position and clear the contents of the data cell (211) . Next, the first data of the designated slip and the display position on the screen are acquired from the data of the search results (212). The following processing is repeated until the data of the designated slip is completed (213). (1) Call the screen display command of the spreadsheet software with the cell position and data as parameters and display it on the screen (21).
( 2 ) 次のデータ値と表示位置を取得する ( 2 1 5 ) 。 (2) Get the next data value and display position (215).
次に、 他の実施例と して、 伝票格納処理 8でもフォーマッ ト認識を行 なって、 見た目の書式が異なっても構造が同じ伝票については、 同一デ ータベースに格納する場合を述べる。 Next, as another example, a case will be described in which format recognition is also performed in the slip storage process 8, and slips with the same structure are stored in the same database even if the apparent formats are different.
第 2 3図の伝票 2 3 0 1 は、 第 6図の伝票 6 0 1 と見た目の書式は異 なっているが、 フォーマッ ト構造データの構造は、 明細テーブルのデー タセルの繰り返し数が異なることを除けば同一である。 この伝票 2 3 0 1 から作成されるデータベースは、 第 7図に示すものと同様になる。 よ つて、 この 2つの伝票のデータは、 同一データベースに格納可能である。 第 2 3図の伝票のデータを第 7図のフォーマツ トで作成したデータべ一 スに格納するには、 格納処理前のシー トオープンは行なわれない。 Slip 2301 in Fig. 23 has a different visual format from slip 601 in Fig. 6, but the structure of the format structure data is different in the number of repetitions of data cells in the detail table. are identical except for The database created from this slip 2301 is similar to that shown in FIG. Therefore, the data of these two slips can be stored in the same database. In order to store the data of the slip shown in Fig. 23 in the database created in the format shown in Fig. 7, the sheet is not opened before the storage process.
第 2 4図に、 本実施例における伝票格納処理 8 に相当する処理の詳細 を示す。 格納データ取得処理 8 2 を本図の 8 4で置き換える。 画面デー タフ ァイルから情報を取得するデータ読込処理 8 1 が終了したら、 この 情報から項目セルを認識する ( 8 4 1 ) 。 認識方法は、 フォーマツ ト定 義処理 7のフォーマ ツ ト認識処理 7 2の薪線と文字列で判断する方法 7 2 2では不十分なので、 ユーザに項目は網かけを設定してもらうなどし て判断する。 項目セルを認識したら、 それに隣接する^線で囲まれたま たは下驛線を持つセルをデータセルとみなして、 セル位置と繰り返し数 を取得する ( 8 4 2 ) 。 以下の情報を持つ、 フォーマツ ト構造データの サブセッ 卜を作成する ( 8 4 3 ) 。 FIG. 24 shows the details of the processing corresponding to the slip storage processing 8 in this embodiment. The stored data acquisition process 82 is replaced with 84 in the figure. After completing the data reading process 81 for acquiring information from the screen data file, the item cell is recognized from this information (841). The recognition method is as follows: Format definition processing 7 Format recognition processing 7 2 Judgment method based on lines and character strings 7 2 2 is not sufficient, so ask the user to shade the items. to decide. After recognizing an item cell, consider the cell surrounded by lines or with a lower line adjacent to it as a data cell, and obtain the cell position and repetition number (8 4 2). Create a subset of the format structure data with the following information (843).
( 1 ) テーブル数 2 3 0 6 ( 1 ) Number of tables 2 3 0 6
( 2 ) テーブルごとに以下の情報 ( 2 ) The following information for each table
( a ) 繰り返し数 2 3 0 8 ( b ) 項目数 2 3 0 9 (a) Number of repetitions 2 3 0 8 (b) Number of items 2 3 0 9
( c ) 項目名称 2 3 1 0 (c) Item name 2 3 1 0
( d ) データ型 2 3 1 2 (d) data type 2 3 1 2
次にユーザに対して、 どのフォーマツ 卜で格納するかを指定しても ら うために、 定義済みフォーマッ トの一霓を表示する ( 8 4 4 ) 。 ユーザ が選択したフォ一マッ トのフォーマッ ト構造データ を読み込む ( 8 4 5 ) 。 8 4 3で作成した構造データと読み込んだ構造データを上記の項目だ け比較し ( 8 4 6 ) 、 一致したら次の処理に進み、 不一致だったら伝票 格納処理を終了する。 Next, one of the predefined formats is displayed (844) so that the user can specify in which format the data should be stored. Reads (845) the format structure data of the format selected by the user. Only the above items are compared between the structure data created in 843 and the read structure data (846), and if they match, proceed to the next process, and if they do not match, the slip storage process ends.
画面データフアイルから項目名に対応するデータセルの値を取得する ( 8 4 7 ) 。 見た目が異なった伝票での格納をユーザに確認するために、 新しいウィ ン ドウをオープンし、 ユーザが指定したフォーマツ トの画面 データフ アイルを読み込んで表示し、 そのデータセルに 8 4 7で取得し たデータ値を表示する ( 8 4 8 ) 。 繰り返し数が異なる場合は、 画面表 示にあわせて、 空白にしたり、 途中でカッ トする。 同時に確認ダイァロ グを表示し ( 8 4 8 ) 、 ユーザが 「はい」 ボタンを押下したら ( 8 4 9 ) 、 D B格納処理 8 3 を実行し、 「はい」 以外のボタ ンを押下したら伝票 格納処理を終了する。 Get the data cell value corresponding to the item name from the screen data file (8 4 7). In order to confirm with the user the storage of slips that look different, a new window is opened, the screen data file in the format specified by the user is read and displayed, and the data cell is retrieved with 8 4 7. display the data value (848). If the number of repetitions is different, make it blank or cut it in the middle according to the screen display. At the same time, a confirmation dialog is displayed (848), and if the user presses the "Yes" button (849), DB storage processing 83 is executed, and if a button other than "Yes" is pressed, slip storage processing exit.
さ らに、 他の実施例と して、 フォーマツ ト定義処理 7 と伝票格納処理 8 を同一処理と したシステムを第 2 5図に示す。 本システムでは、 フォ 一マッ ト定義は行なわず、 伝栗格納処理 8の格納データ取得処理 8 5で フォーマッ ト認識を行ない、 定義済みフォーマッ トと比較して、 一致す るものが存在すればそのフォーマツ トのデータベースにデータ格納し、 すべて不一致であれば新しいフォーマッ トのデータベースを作成してそ のデータベースにデータ を格納する。 Furthermore, as another embodiment, FIG. 25 shows a system in which the format definition process 7 and the slip storage process 8 are the same process. In this system, the format is not defined, but the format is recognized in the stored data acquisition process 85 of the data storage process 8, and compared with the defined format. Store the data in the format database, and if there are all mismatches, create a new format database and store the data in that database.
第 2 5図に本実施例の格納データ取得処理 8 5の詳細を示す。 画面デ 一タフ ァイルから情報を取得するデータ読込処理 8 1 が終了したら、 こ の情報から項目セルを認識する ( 8 5 1 ) 。 認識方法は、 フォーマッ ト 定義処理 7のフォーマツ 卜認識処理 7 2の ^線と文字列で判断する方法 7 2 2では不十分なので、 ユーザに、 項目セルを網かけ指定させて判断 する。 項目セルを認識したら、 それに隣接する^線で囲まれたま たは下 ^線を持つセルをデータセルとみなして、 セル位置と繰り返し数を取得 する ( 8 5 2 ) 。 以下の情報を持つ、 フォーマツ ト構造データのサブセ ッ トを作成する ( 8 5 3 ) 。 FIG. 25 shows the details of the stored data acquisition processing 85 of this embodiment. screen display After completing the data reading process 81 for acquiring information from one data file, the item cell is recognized from this information (851). As for the recognition method, since the method 722 of judging by the ^ line and the character string of the format definition processing 72 of the format recognition processing 722 is not sufficient, the user is allowed to shade the item cell for judgment. After recognizing an item cell, consider the cell surrounded by lines or with an underline adjacent to it as a data cell, and obtain the cell position and repetition number (852). Create a subset of the format structure data (853) with the following information:
( 1 ) テーブル数 2 3 0 6 ( 1 ) Number of tables 2 3 0 6
( 2 ) テーブルごとに以下の情報 ( 2 ) The following information for each table
( a ) 繰り返し数 2 3 0 8 (a) Number of repetitions 2 3 0 8
( b ) 項目数 2 3 0 9 (b) Number of items 2 3 0 9
( c ) 項目名称 2 3 1 0 (c) Item name 2 3 1 0
( d ) データ型 2 3 1 2 (d) data type 2 3 1 2
次に定義済みフォーマツ 卜の最初のフォーマツ ト構造データ を読み込 み ( 8 5 4 ) 、 定義済みフ ォーマッ トの終りでなかったら 8 5 5 、 8 5 3で作成した構造データと読み込んだ構造データ を上記の項目だけ比較 し ( 8 5 6 ) 、 一致したら次の処理に進み、 不一致だったら次のフォー マッ 卜構造データを読み込み ( 8 5 7 ) 、 8 5 5 に戻る。 一致するフォ 一マツ 卜構造データがなかったら、 別名保存と同様のダイアログを表示 して、 フォーマッ ト名称の入力をユーザに要求し、 取得し ( 8 5 8 ) 、 取得したフォーマッ ト名称をフ ァイル名と して本システムの環境下に、 アクティブなウィ ン ドウの画面データファイルを作成し ( 8 5 9 ) 、 D B作成処理 7 3 を実行してデータベースとフォーマツ ト構造データを作 成し、 作成したフォーマッ ト構造データ を読み込む ( 8 6 0 ) 。 Next, the first format structure data of the defined format is read (854), and if it is not the end of the defined format, the structure data created in 855, 853 and the structure data read are compared (856), and if they match, proceed to the next process; if they do not match, read the next format structure data (857), and return to 855. If there is no matching format structure data, a dialog similar to Save As is displayed to request the user to enter the format name, acquire it (858), and save the acquired format name to the file. Create a screen data file for the active window under the environment of this system as a name (859), execute DB creation processing 73 to create a database and format structure data, and create read the formatted structure data (860).
フォーマツ ト構造データ を読み込んだら、 画面データフ ァイルから項 目名に対応するデータセルの値を取得する ( 8 6 1 ) 。 伝票の格納フォ 一マッ トをユーザに確認するために、 新しいウィ ン ドウをオープンし、 読み込んだフォーマツ 卜の画面データファイルを読み込んで表示し、 そ のデータセルに 8 6 1 で取得したデータ値を表示し、 同時に確認ダイァ ログを表示し ( 8 6 2 ) 、 ユーザが 「はい」 ポタンを押下したら ( 8 6 3 ) 、 D B格納処理 8 3 を実行し、 「はい」 以外のボタンを押下したら 伝票格納処理を終了する。 産業上の利用可能性 After loading the format structure data, select the item from the screen data file. Get the value of the data cell corresponding to the name (8 6 1). In order to confirm the slip storage format with the user, a new window is opened, the screen data file of the read format is read and displayed, and the data values obtained in 861 are entered in the data cells. is displayed, and at the same time a confirmation dialog is displayed (862), and if the user presses the "Yes" button (863), DB storage processing 83 is executed, and if a button other than "Yes" is pressed End the slip storage process. Industrial applicability
以上述べたよう に、 本発明によれば、 表計算ソフ トで作成した伝票か らテーブル設計なしにデータベースを構築できることによ り、 ユーザの 事務処理システム構築の容易化を実現する。 また、 この伝票をユーザィ ンタフェースと して、 データベースにデータ を格納でき、 検索コマン ド を指定して、 伝票の束を検索できることで、 データベースの構造を意識 することなく 、 伝票形式のデータを扱う ことが可能となるため、 事務処 理業務の効率向上に効果がある。 As described above, according to the present invention, a database can be constructed from slips created with spreadsheet software without table design, thereby facilitating construction of a user's business processing system. In addition, by using this slip as a user interface, data can be stored in the database, and a search command can be specified to search for a batch of slips. It is effective in improving the efficiency of clerical work because it becomes possible.

Claims

補正書の請求の範囲 [1 996年 2月 2日 (02. 02. 96 ) 国際事務局受理: 出願当初の請求の範囲 2及び 3は取り 下げられた ;出頼当初の請求の範囲 1及び 4一 6は補正された。 (3頁) ] Claims in Amendment [Accepted by the International Bureau on February 2, 1996 (02.02.96): Claims 2 and 3 as originally filed have been withdrawn; Claims 1 and 3 as originally filed 4-6 have been amended. (3 pages) ]
1 . (補正後) 事務処理業務で扱う伝票を計算機で処理する方法におい て、 1. (After correction) In the method of processing slips handled in administrative work by computer,
( 1 ) 表計算ソフ 卜で作成した、 鄞線を持つ文字列領域である項目セル、 それに隣接する鄞線を持つ空の領域であるデータセルを持つ伝票の画面 表示データを読み込むデータ読み込み処理と、 (1) Data read processing for reading the screen display data of a slip created with a spreadsheet software, which has an item cell that is a character string area with a dotted line and a data cell that is an empty area with a dotted line adjacent to it. ,
( 2 ) 読み込んだ画面表示データから、 項目セル名称、 項目セル位置、 データセル位置、 データセルのデータ型を認識し、 認識結果をユーザに 確認させるフ ォーマツ ト構造認識処理と、 (2) format structure recognition processing for recognizing item cell names, item cell positions, data cell positions, and data cell data types from the read screen display data, and allowing the user to confirm the recognition results;
( 3 ) 前記の情報を元に、 同一繰り返し数の項目をまとめて一つのデ一 タベースのテーブルを作成し、 テーブル名称、 項目セル名称、 項目セル 位置、 データセル位置、 データセルのデータ型等を要素として持つフォ —マツ ト構造データを作成する D B作成処理と、 (3) Based on the above information, items with the same number of repetitions are grouped together to create a single database table, and the table name, item cell name, item cell position, data cell position, data cell data type, etc. a DB creation process that creates format structure data having
( 4 ) ( 2 ) の処理によって認識された伝票のデータセルに表計箅ソフ 卜上でデータを入力したデータ入り伝票の画面表示データを読み込むデ ータ読み込み処理と、 (4) a data reading process for reading the screen display data of the slip with the data entered on the spreadsheet software into the data cell of the slip recognized by the process of (2);
( 5 ) ( 3 ) の処理によって出力されたフォーマツ 卜構造データから項 目名称とデータセル位置を読み込み、 先に読み込んだ画面表示データか らデータセルの値を取得する格納データ取得処理と、 (5) Stored data acquisition processing for reading the item names and data cell positions from the format structure data output by the processing of (3), and acquiring the data cell values from the previously read screen display data;
( 6 ) ( 3 ) の処理によって作成されたデータベースにデータを格納す る DB格納処理と、 (6) DB storage processing for storing data in the database created by the processing of (3);
( 7 ) ( 2 ) の処理によって認識された伝票のデータセルに表計算ソフ 卜上で検索コマンドを人力した検索用伝票の画面表示データを読み込む データ読み込み処理と、 (7) a data reading process of reading the screen display data of the search slip for which the search command was manually entered on the spreadsheet software into the data cell of the slip recognized by the process of (2);
( 8 ) ( 3 ) の処理によって出力されたフォーマッ ト構造データから項 (8) From the format structure data output by the processing in (3)
補正された用紙 ( 1 9条) 目名称とデータセル位置を読み込み、 先に読み込んだ画面表示データか らデータセルの検索コマンドを取得して、 データベース検索条件を構築 する検索条件作成処理と、 Amended paper (Article 19) a search condition creation process that reads the item name and data cell position, acquires the data cell search command from the previously read screen display data, and constructs the database search condition;
(9) ( 3) の処理によって作成されたデータペースを前記検索条件で 検索し、 検索条件に一致する伝票データをすベて表示する D B検索処理 と、 (9) DB search processing for searching the database created by the processing of (3) with the search conditions and displaying all slip data that match the search conditions;
を有することを特徴とする伝票処理方法。 A slip processing method characterized by comprising:
2. (削除) 2. (Deleted)
3. (削除) 3. (Deleted)
4. (補正後) 請求項 1記載の伝票処理方法において、 4. (After amendment) In the slip processing method described in claim 1,
(3) の処理が、 伝票ごとにデータペースでユニークに設定する伝票 I Dという項目をデータペースのテーブルに設け、 (6 ) の処理が、 デー タのデータペース格納時にその伝票に対してデータペースでユニークな 伝票 I Dを設定してテーブルに格納し、 (9) の処理において、 まず検 索条件に一致する伝票 I Dを検索し、 次に該当する伝票 I Dを持つレコ ードをすベて取得し、 伝票形式を再構築することを特徴とする伝票処理 方法。 In the process (3), an item called slip ID, which is uniquely set in the data space for each slip, is created in the data space table. set a unique slip ID and store it in the table, and in the process of (9), first search for slip IDs that match the search conditions, then acquire all records with the corresponding slip IDs and reconstructing the slip format.
5. (補正後) 請求項 1記載の伝票処理方法において、 5. (After amendment) In the slip processing method described in claim 1,
(5) の処理が、 (4) の処理によって読み込まれた、 IP線を持つ項目 セル、 それに隣接する項目セルと異なった属性の ¾線を持つデータセル を持つ伝票の画面表示データから、 項目セル名称、 項目セル位置、 デー タセル位置、 データセルのデータ型を認識し、 ( 3) の処理によって出 力されたフォーマツ ト構造データから項目セル名称とデータ型を読み込 み、 画面表示データから取得した情報と比較し、 同じであれば、 同一フ ォーマツ 卜とみなして、 先に読み込んだ画面表示データからデータセル の値を取得する格納データ取得処理を持つことを特徴とする伝票処理方 The processing in (5) extracts items from the screen display data of the slip that has an item cell with an IP line and a data cell with a ¾ line with a different attribute from the adjacent item cell read by the process in (4). Recognize the cell name, item cell position, data cell position, and data type of the data cell, read the item cell name and data type from the format structure data output by the process of (3), and extract the data from the screen display data. A slip processing method characterized by having a stored data acquisition process for comparing with acquired information, and if the information is the same, it is regarded as having the same format, and a data cell value is acquired from previously read screen display data.
補正された用紙 ( 1 9条) 法。 Amended paper (Article 19) law.
6 . (補正後) 請求項 1記載の伝票処理方法において、 6. (After amendment) In the slip processing method described in claim 1,
( 1 0 ) 表計算ソフ 卜で作成した、 霹線を持つ文字列領域である項目セ ル、 それに隣接する項目セルと異なる表示属性で IP線を持つデータ領域 であるデータセルを持つ伝票の画面表示データを読み込むデータ読み込 み処理と、 (10) A form screen created with spreadsheet software that has item cells, which are character string areas with thunderlines, and data cells, which are data areas that have IP lines with display attributes different from those of adjacent item cells. a data reading process for reading display data;
( 1 1 ) 読み込んだ画面表示データから、 項目セル名称、 項目セル位置、 データセル位置、 データセルのデータ型を認識し、 ( 3 ) の処理または 後述の処理によって出力されたすベてのフォ一マツト構造データについ て、 項目セル名称とデータ型を読み込み、 画面表示データから取得した 情報と比較し、 同じであれば、 同一フォーマッ トとみなして、 先に読み 込んだ画面表示データからデータセルの値を取得し、 同一フォーマツ 卜 が存在しなければ、 フォーマッ ト構造データを作成し、 それを元に、 同 —繰り返し数の項目で一つのデータペースのテーブルを作成し、 先に読 み込んだ画面表示データからデータセルの値を取得する格納データ取得 処理と、 (11) Recognize the item cell name, item cell position, data cell position, and data cell data type from the loaded screen display data, and extract all the fields output by the process in (3) or the process described later. Reads the item cell names and data types for the single-mat structure data, compares them with the information obtained from the screen display data, and if they are the same, regards them as having the same format, and extracts the data cells from the previously read screen display data. If the same format does not exist, create format structure data, based on it, create a single data space table with the same number of repetitions, and read it first. Stored data acquisition processing for acquiring data cell values from screen display data;
( 1 2 ) ( 3 ) の処理または前記の処理によって作成されたデータぺー スにデータを格納する D B格納処理と、 (12) DB storage processing for storing data in the data space created by the processing of (12) (3) or the above processing;
を有することを特徴とする伝票処理方法。 A slip processing method characterized by comprising:
補正された用紙 ( 1 9条) Amended paper (Article 19)
PCT/JP1995/001882 1995-09-20 1995-09-20 Slip processing method WO1997011434A1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
PCT/JP1995/001882 WO1997011434A1 (en) 1995-09-20 1995-09-20 Slip processing method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
PCT/JP1995/001882 WO1997011434A1 (en) 1995-09-20 1995-09-20 Slip processing method

Publications (1)

Publication Number Publication Date
WO1997011434A1 true WO1997011434A1 (en) 1997-03-27

Family

ID=14126290

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/JP1995/001882 WO1997011434A1 (en) 1995-09-20 1995-09-20 Slip processing method

Country Status (1)

Country Link
WO (1) WO1997011434A1 (en)

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2008242677A (en) * 2007-03-27 2008-10-09 Hitachi Information Systems Ltd Database construction-supporting system, database construction information-generating method, and program
JP2009015700A (en) * 2007-07-06 2009-01-22 Mitsubishi Electric Corp Electronic business form system and electronic business form creation method
JP2010205140A (en) * 2009-03-05 2010-09-16 Hitachi Ltd Form output method and form processing system
WO2014061081A1 (en) * 2012-10-15 2014-04-24 富士通株式会社 Form creation assistance device, form creation assistance method, and form creation assistance program
JP2021005310A (en) * 2019-06-27 2021-01-14 Ajs株式会社 Personnel evaluation support device, personnel evaluation support method, and personnel evaluation support program

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH0573590A (en) * 1991-09-18 1993-03-26 Fujitsu Ltd Table calculation software cooperating processor
JPH0668032A (en) * 1992-08-19 1994-03-11 Toshiba Corp Data base system
JPH06110910A (en) * 1992-09-30 1994-04-22 Hitachi Ltd Slip preparing method, slip processing method, and slip preparation processing system

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH0573590A (en) * 1991-09-18 1993-03-26 Fujitsu Ltd Table calculation software cooperating processor
JPH0668032A (en) * 1992-08-19 1994-03-11 Toshiba Corp Data base system
JPH06110910A (en) * 1992-09-30 1994-04-22 Hitachi Ltd Slip preparing method, slip processing method, and slip preparation processing system

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2008242677A (en) * 2007-03-27 2008-10-09 Hitachi Information Systems Ltd Database construction-supporting system, database construction information-generating method, and program
JP2009015700A (en) * 2007-07-06 2009-01-22 Mitsubishi Electric Corp Electronic business form system and electronic business form creation method
JP2010205140A (en) * 2009-03-05 2010-09-16 Hitachi Ltd Form output method and form processing system
WO2014061081A1 (en) * 2012-10-15 2014-04-24 富士通株式会社 Form creation assistance device, form creation assistance method, and form creation assistance program
JP2021005310A (en) * 2019-06-27 2021-01-14 Ajs株式会社 Personnel evaluation support device, personnel evaluation support method, and personnel evaluation support program

Similar Documents

Publication Publication Date Title
US9092417B2 (en) Systems and methods for extracting data from a document in an electronic format
US7240071B2 (en) Tree system diagram output method, computer program and recording medium
US5603025A (en) Methods for hypertext reporting in a relational database management system
US7013307B2 (en) System for organizing an annotation structure and for querying data and annotations
US5893087A (en) Method and apparatus for improved information storage and retrieval system
US7567964B2 (en) Configurable search graphical user interface and engine
KR101323011B1 (en) Command user interface for displaying selectable functionality controls in a database application
US6615202B1 (en) Method for specifying a database import/export operation through a graphical user interface
EP1109117A1 (en) Method for converting table data between a database representation and a representation in tag language
US20030154197A1 (en) Flexible relational data storage method and apparatus
US20070106705A1 (en) System and method for integrating data between computer systems
US6654736B1 (en) Chemical information systems
US20050086638A1 (en) Method and system for editing column oriented programming language statements
WO1997011434A1 (en) Slip processing method
US7100126B2 (en) Electrical form design and management method, and recording medium
JP7216377B2 (en) Online reporting system with query binding capabilities
JP3016691B2 (en) Data search condition setting method
US20060235828A1 (en) User interface method for grouping conditions without editing
JP2003233516A (en) Database, computer readable program, database management system, new registration method for database, retrieving method in database, and update registration method for database
JPS63157228A (en) Hierarchical prosing system
JP2990314B2 (en) Data management device
Surla Eclipse editor for MARC records
JP3337717B2 (en) Database processing device and database processing method
JP5722485B2 (en) Information processing system, control method therefor, information processing apparatus, control method therefor, and program
JPH1055395A (en) Generating method for data base

Legal Events

Date Code Title Description
AK Designated states

Kind code of ref document: A1

Designated state(s): JP US

DFPE Request for preliminary examination filed prior to expiration of 19th month from priority date (pct application filed before 20040101)