WO2013005390A1 - Information notification device, information notification system, information presentation system, information notification method, information presentation method, information notification program and information presentation program - Google Patents

Information notification device, information notification system, information presentation system, information notification method, information presentation method, information notification program and information presentation program Download PDF

Info

Publication number
WO2013005390A1
WO2013005390A1 PCT/JP2012/004143 JP2012004143W WO2013005390A1 WO 2013005390 A1 WO2013005390 A1 WO 2013005390A1 JP 2012004143 W JP2012004143 W JP 2012004143W WO 2013005390 A1 WO2013005390 A1 WO 2013005390A1
Authority
WO
WIPO (PCT)
Prior art keywords
information
item
notification
search
presentation
Prior art date
Application number
PCT/JP2012/004143
Other languages
French (fr)
Japanese (ja)
Inventor
元幸 福島
孝英 村越
淳 片岡
Original Assignee
タイムコンシェル株式会社
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 タイムコンシェル株式会社 filed Critical タイムコンシェル株式会社
Publication of WO2013005390A1 publication Critical patent/WO2013005390A1/en

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/24Querying
    • G06F16/245Query processing

Definitions

  • the present invention relates to an information notification device, an information notification system, an information presentation system, an information notification method, an information presentation method, an information notification program, and an information presentation program.
  • data necessary for predetermined processing is extracted and / or processed from the business system database related to sales / purchase used in the package software and stored in the business database, and stored in the business database.
  • a technique is disclosed in which a notice occurrence condition is determined from the data thus obtained and notified to a notification destination (see Patent Document 1).
  • the database data held by the package software is extracted and processed to generate a new unique database, and the user can input conditions according to the new database items. Provides processing.
  • the present invention has been made in view of the above, and can effectively use data stored in an external database, and can perform complicated design and extensive development of processing using data acquired from the external database.
  • An object is to provide an information notification device, an information notification system, an information presentation system, an information notification method, an information presentation method, an information notification program, and an information presentation program that can be executed without being performed.
  • the present invention provides an item name displayed on an input screen, item specifying information for specifying an item corresponding to an item name in one or more external databases, and items
  • An item attribute indicating the attribute of the data to be stored is stored in the item storage unit in association with each other, and an input screen that enables selection of the item name stored in the item storage unit is displayed on the display unit for each item attribute.
  • Control. The item name selected from the input screen and the notification condition input using the item name are accepted, the item identification information associated with the accepted item name and the search statement including the notification condition are generated and generated
  • the search sentence is stored in the search sentence storage unit.
  • the external database is searched with the search text stored in the search text storage unit, and the searched search data is acquired from the external database. Notification information including the acquired search data is generated, and the generated notification information is transmitted to an information processing apparatus connected via a network.
  • the search data acquisition means is controlled to be executed at a predetermined timing.
  • the present invention stores the presentation information to be included in the web page generated by the web application in the presentation information storage means.
  • the notification information transmitted from the information notification device is received, and the presentation information is extracted from the received notification information.
  • the extracted presentation information is stored in the presentation information storage means.
  • FIG. 1 is a block diagram of the configuration of the information notification system 10 according to the first embodiment.
  • FIG. 2 is an explanatory diagram illustrating an example of a data configuration of the item storage unit 110.
  • FIG. 3 is an explanatory diagram illustrating an example of a notification condition input screen when the item attribute of the target item is a date.
  • FIG. 4 is an explanatory diagram illustrating an example of a notification condition input screen when the item attribute of the target item is a numerical value.
  • FIG. 5 is an explanatory diagram illustrating an example of a notification condition input screen when the item attribute of the target item is text data.
  • FIG. 6 is an explanatory diagram showing an example of another notification condition input screen when the item attribute of the target item is date.
  • FIG. 1 is a block diagram of the configuration of the information notification system 10 according to the first embodiment.
  • FIG. 2 is an explanatory diagram illustrating an example of a data configuration of the item storage unit 110.
  • FIG. 3 is an explanatory diagram illustrating an example of
  • FIG. 7 is a flowchart showing a procedure of information notification processing executed by the information notification server 100.
  • FIG. 8 is a flowchart showing a procedure of item generation processing executed by the information notification server 100.
  • FIG. 9 is a block diagram of the configuration of the information presentation system 20 according to the second embodiment.
  • FIG. 10 is a flowchart showing the procedure of the presentation information accumulation process executed by the information presentation server 300.
  • FIG. 11 is a flowchart showing a procedure of presentation information transmission processing executed by the PC 200 and the information presentation server 300.
  • FIG. 1 is a block diagram of the configuration of the information notification system 10 according to the first embodiment.
  • the information notification system 10 connects an information notification server 100 and a personal computer (hereinafter referred to as a PC) 200 via a network 1.
  • the information notification server 100 and the PC 200 can communicate with each other.
  • one information notification server 100 and one PC 200 are shown for ease of explanation, but actually, a plurality of information notification servers 100 and a plurality of PCs 200 are connected to the network 1 and a plurality of information notification servers 100 and a plurality of PCs 200 are connected.
  • Each information notification server 100 can communicate with each of a plurality of PCs 200.
  • the network 1 is, for example, a LAN (Local Area Network), an intranet, Ethernet (registered trademark), or the Internet.
  • the information communication server 100 constituting the information notification system 10 is a computer on which various package software such as sales support software and customer management software (not shown) operate.
  • the information notification server 100 includes a database (an external database 130 described later) that constitutes a part of the package software.
  • the information notification server 100 includes an operation display unit 101, an operation display control unit 102, a search sentence generation unit 103, a search data acquisition unit 104, a notification information generation unit 105, a transmission / reception unit 106, and a schedule control unit 107. , An item generation unit 108, an item storage unit 110, a search sentence storage unit 120, an external database 130, and a notification information storage unit 140.
  • the external database 130 is a database used by one or a plurality of package software, and may be a single database or a plurality of databases.
  • the external database 130 stores data necessary for each software according to a data configuration determined for each package software.
  • the external database 130 may be any type of database such as a relational database, a hierarchical database, or a network database.
  • FIG. 2 is an explanatory diagram showing an example of the data configuration of the item storage unit 110.
  • the item storage unit 110 stores item names, item specifying information, and item attributes in association with each other.
  • the item name is a name of an item displayed on the operation display unit 101 as a selectable item when the notification condition is input from the input screen.
  • the item specifying information is information for specifying an item corresponding to an item name stored in a database (that is, the external database 130) used in the package software.
  • the item specifying information is information that can uniquely specify an item corresponding to the item name from items defined in one or a plurality of databases, and data stored in the external database 130 by using this information. Can be obtained.
  • the item attribute is an attribute of data stored in the item, specifically, date, numerical value, text data, or the like.
  • the search sentence storage unit 120 stores the search sentence generated by the search sentence generation unit 103.
  • the search statement includes item characteristic information and a notification condition. More specifically, a record that matches the notification condition is searched from one or a plurality of external databases 130, and data (hereinafter, referred to as notification information) included in the notification information from the searched record. (Referred to as search data).
  • the record indicates a group of data of one item stored in one or a plurality of databases.
  • the search sentence is described in SQL that is a database language.
  • the search sentence is not limited to SQL, and any language or program may be used as long as the data in the external database 130 can be searched and acquired.
  • the notification information storage unit 140 stores the notification information generated by the notification information generation unit 105.
  • the notification information is, for example, mail data
  • the subject and body are embedded with the data acquired from the record that matches the notification condition in the text data stored in the storage unit, and the mail address acquired as the notification destination is the destination. To do.
  • the operation display unit 101 includes a display device such as a display for displaying an input screen and the like, a keyboard (including a touch panel) for performing various input operations, and an input device such as a mouse.
  • the operation display control unit 102 controls display of an input screen and the like on the operation display unit 101 and accepts input of notification conditions and the like from the input device.
  • FIG. 3 is an explanatory diagram showing an example of a notification condition input screen when the item attribute of the target item is a date.
  • the notification condition input screen 31 displays a target item input field 32 and a notification condition input field 33.
  • the operation display unit 101 displays a list of item names acquired from the item storage unit 110 and whose item attribute is date.
  • the notification condition input field 33 a condition for determining whether or not the date stored in the target item is a notification target is input.
  • the pull-down menu shows, it is possible to select any of the conditions that the search date is before / after / today of the contract end date. Thereby, even if the date stored in the target item corresponds to any of the future / past / present, it can be a notification target.
  • FIG. 4 is an explanatory diagram showing an example of a notification condition input screen when the item attribute of the target item is a numerical value.
  • the notification condition input screen 41 displays a target item input field 42, a notification condition 1 input field 43, and a notification condition 2 input field 44.
  • the operation display unit 101 displays a list of item names acquired from the item storage unit 110 and whose item attributes are numerical values.
  • the notification condition 1 input field 43 conditions for determining whether or not the numerical value stored in the target item is a notification target, specifically, “numerical value a or more”, “numerical value b or less”, Enter conditions such as “exceeding numerical value c” and “less than numerical value d”.
  • the numerical value stored in the target item is compared with the numerical value stored in the item other than the target item whose item attribute is a numerical value (including processing the numerical value by a calculation formula).
  • a condition for judging whether or not it is a notification target is a notification target. Note that one or both of the notification condition 1 and the notification condition 2 are notification conditions for the target item.
  • FIG. 5 is an explanatory diagram showing an example of a notification condition input screen when the item attribute of the target item is text data.
  • the notification condition input screen 51 displays a target item input field 52 and a notification condition input field 53.
  • the operation display unit 101 displays a list of item names acquired from the item storage unit 110 and whose item attributes are text data.
  • the notification condition input field 53 includes a condition for determining whether or not the text data stored in the target item is a notification target, specifically, text data that may be stored in the target item. Enter.
  • the text data to be entered in the notification condition input field 53 is acquired from the external database 130 and selected from the pull-down menu when the text data stored in the target item is determined in the external database 130. You may be able to do it.
  • FIG. 6 is an explanatory diagram showing an example of another notification condition input screen when the item attribute is date.
  • the notification condition input screen 61 displays a target item input field 62, a notification condition input field 63, and a notification date input field 64.
  • the operation display unit 101 displays a list of item names acquired from the item storage unit 110 and whose item attribute is date.
  • the notification condition input field 63 a condition for determining whether or not the date stored in the target item is a notification target, specifically, a predetermined period is input.
  • the notification date input field 64 the date for notifying the notification information is input.
  • the notification condition for generating the notification information may be a condition input from any one input screen as a notification condition or a combination of conditions input from a plurality of input screens.
  • each condition is combined with AND, OR, or NOT.
  • the notification condition may be further narrowed down by another notification condition from a search result that matches one notification condition.
  • the search sentence generation unit 103 generates a search sentence for searching the data stored in the external database 130 according to the notification condition received by the operation display control unit 102. More specifically, the search statement generation unit 103 acquires item specifying information corresponding to the item name selected by the notification condition from the item storage unit 110, and describes a search procedure including the acquired item specifying information and the notification condition. Generate a search statement to In addition, when the date and time for searching for data is controlled by the schedule control unit 107, the search sentence generation unit 103 stores the generated search sentence in the search sentence storage unit 120.
  • the search data acquisition unit 104 acquires the data stored in the external database 130 using the search text generated by the search text generation unit 103 or the search text stored in the search text storage unit 120. More specifically, the search data acquisition unit 104 searches for data that matches the notification condition from the data stored in the area indicated by the item specifying information according to the search text, and records that include the searched data Get search data necessary to create notification information from.
  • the search data acquired from the external database 130 may be provided with a separate input screen so that the user can select which data is the search data. For example, the customer name and customer phone number for contacting the customer, the e-mail address that is the notification destination of the notification information, and the like may be acquired from the external database 130 as search data.
  • the notification information generation unit 105 generates notification information using the search data acquired by the search data acquisition unit 104.
  • the notification information generation unit 105 stores the generated notification information in the notification information storage unit 140 when the schedule control unit 107 controls the date and time when the notification information is transmitted.
  • the transmission / reception unit 106 transmits / receives data to / from the PC 200 connected via the network 1.
  • the transmission / reception unit 106 transmits the notification information generated by the notification information generation unit 105 or the notification information stored in the notification information storage unit 140 to the notification destination.
  • the schedule control unit 107 controls the search data acquisition unit 104 to execute the search data acquisition process and the transmission / reception unit 106 to execute the notification information transmission process at the date and time stored in the storage unit.
  • the item generation unit 108 acquires the item name, item specifying information, and item attribute stored in the external database 130 from the external database 130, and associates the acquired item name, item specifying information, and item attribute with the item storage. Stored in the unit 110. When there are a plurality of external databases, the information specifying the database and the information specifying the item in the database are acquired, and the item specifying information is generated.
  • the PC 200 receives the notification information transmitted from the information notification server 100.
  • the PC 200 receives a mail (hereinafter referred to as a notification mail) transmitted from the information notification server 100 when the mailer is activated from a mail server (not shown).
  • the PC 200 used by the user is not limited to the PC, but includes a mobile phone, a PDA (Personal Digital Assistant), a smartphone, a game machine, and other web browsers, and receives notification information from the information notification server 100 via the network 1. Any electronic device can be used.
  • FIG. 7 is a flowchart showing a procedure of information notification processing executed by the information notification server 100.
  • the operation display control unit 102 acquires an item name, item specifying information, and an item attribute from the item storage unit 110 (step S71).
  • the operation display control unit 102 generates a notification condition input screen for inputting a notification condition from the item name, item identification information, and item attribute, and controls to display the generated notification condition input screen on the operation display unit 101 ( Step S72).
  • the notification condition input screen displays a screen corresponding to the item attribute. According to the menu selection, one of the notification condition input screens shown in FIGS. 3 to 6 is displayed.
  • the operation display controller 102 receives the notification condition input from the notification condition input screen (step S73). In addition to the notification condition, the operation display control unit 102 receives an input of a notification destination for transmitting notification information (step S74).
  • a notification destination even if an item name such as a person-in-charge mail address or a person-in-charge mail address is selected from the items stored in the external database 130 in the same manner as the item name selected on the notification condition input screen, a new mail address is selected. You may enter.
  • a plurality of mail addresses may be designated for one notification condition. For example, when the item name “person-in-charge mail address” stored in the external database 130 is selected as the notification destination, the data stored in the item “person-in-charge mail address” is acquired from the record that matches the notification condition, and the destination Generate mail data.
  • the search sentence generation unit 103 generates a search sentence corresponding to the notification condition received by the operation display control unit 102 (step S75).
  • the schedule control unit 107 controls the search data acquisition unit 104 to operate at the date and time stored in the storage unit, the search statement is stored in the search statement storage unit 120.
  • the search data acquisition unit 104 transmits a search statement to the database management software that manages the external database 130, and acquires search data from the external database 130 (step S76).
  • the schedule control unit 107 controls the operation of the search data acquisition unit 104
  • the search data acquisition unit 104 reads the search text from the search text storage unit 120 at the date and time stored in the storage unit, and the read search text Is sent to the database management software, and the search data is acquired from the external database 130.
  • the notification information generation unit 105 generates notification information from the acquired search data (step S77).
  • the notification information is mail data
  • the notification information generation unit 105 generates the mail data including the search data with the mail address included in the search data or the input mail address as a destination. For example, in the case of the notification email 1 month before the contract end date shown in FIG. 3, the subject “contract end date 1 month before notification”, the contract number, contract company name, person in charge, telephone obtained from the external database 130 in the text Generate mail data describing the number.
  • the transmission / reception unit 106 stores the generated notification information in the notification information storage unit 140 when executing the notification information transmission process at the date and time stored in the storage unit by the schedule control unit 107.
  • the transmission / reception unit 106 transmits notification information (step S78). If the notification information is mail data, it is stored in the mail server by transmitting the mail data.
  • the transmission / reception unit 106 reads the notification information from the notification information storage unit 140 and transmits the read notification information at the date and time stored in the storage unit. As a result, it is possible to avoid mail transmission during periods and time periods when the network load is high, and the network load can be smoothed.
  • the same notification information is notified multiple times if the data matches the notification conditions when the search data acquisition unit 106 executes the process. become. Therefore, in order to avoid the same notification information being notified many times, a notification unit, a notification content, a notification destination, and a notification date and time are provided in association with each other, and a notification information transmission unit 108 is provided. Reads the information stored in the storage unit before sending the notification information, and does not notify all of the same notification information, but only notifies the first time / notify once a week / every time the notification condition is met. You may control to transmit at the time of notifications predetermined, such as one time notification.
  • the notification information storage unit 140 and the schedule control unit 107 are provided in a server other than the information notification server 100, and the notification information generated by the notification information generation unit 105 is transmitted to another server via the network 1. Then, it may be stored in the notification information storage unit 140.
  • the schedule control unit 107 controls the transmission / reception unit, reads the notification information from the notification information storage unit 140 at the date and time stored in the storage unit, and transmits the read notification information.
  • mail transmission processing is performed by an independent server different from the information notification server 100, so that the load on the information notification server 100 is reduced and the power of the information notification server 100 is turned off at the date and time when mail transmission is set. Even in such a case, it is possible to avoid the risk that the notification information cannot be transmitted even if a failure has occurred.
  • the transmission / reception unit 201 of the notification destination PC 200 receives the notification information.
  • the notification information is mail data
  • the notification mail stored in the mail server when the mailer is activated on the PC 200 is received, and the received notification mail is displayed by the operation display unit 202.
  • the PC 200 may include a part of the functions of the information notification server 100 described above.
  • the notification condition input process may be realized by transmitting a notification condition input screen from the information notification server 100 to the PC 200 and transmitting the input notification condition to the information notification server 100.
  • the notification condition can be set freely using items defined in the external database 130, it is possible to effectively utilize the data accumulated with a great deal of labor and to improve the efficiency of the work. it can.
  • the notification means of mail transmission is provided, necessary information is notified when the notification condition is met, so that the user can take an appropriate action without missing the time.
  • an item defined in the external database 130 can be freely selected, and a notification condition can be set according to the item attribute. Therefore, the notification can be received at a timing desired by the user. Not only 1 but also multiple notification destinations can be set, so not only individual management but also managers and related departments can be notified and more reliable management can be done on a team basis. be able to.
  • the present embodiment can be implemented not only with packaged software but also with software produced by a company as long as it has a similar database.
  • the external database 130 can acquire data from a plurality of databases, not limited to 1, and can acquire data stored in different databases, so that data distributed in various environments can be used effectively. . That is, the external database 130 may be used by software operating on the information notification server 100 or may be used by software operating on another server or PC connected to the network 1.
  • the external database 130 is an internal / external database (RDB (Relational Database), other format databases, spreadsheet software data such as EXCEL, CSV format data, XML (Extensible Markup Language) format data, etc. ) Can also be acquired, so that various data can be integrated and used for the notification function.
  • RDB Relational Database
  • EXCEL Extensible Markup Language
  • CSV CSV format data
  • XML Extensible Markup Language
  • FIG. 8 is a flowchart showing a procedure of item generation processing executed by the information notification server 100.
  • the item generation unit 108 acquires an item name, item specifying information, and item attributes from the external database 130 (step S81). More specifically, an item name, item specifying information, and item attributes are acquired for each item defined as an item stored for each item in the external database 130. The item generation unit 108 stores the acquired item name, item specifying information, and item attribute in the item storage unit 110 (step S82).
  • item specifying information is generated from information specifying each database and information specifying items defined in the database. Thereby, an item can be specified even when a plurality of external databases exist.
  • the notification process described above notifies a schedule management web application (for example, a Google (registered trademark) calendar) running on a server connected via the PC 200 or the network 1 instead of or in addition to mail transmission. May be.
  • the notification destination is a user ID uniquely determined by the schedule management web application, and the user ID stored as a notification destination in the external database 130 includes a date and notification conditions (for example, a contract end date of 1 month). Processed by sending notification information such as previous) and search data (for example, contracted company: Company A).
  • notification information such as previous
  • search data for example, contracted company: Company A
  • the schedule management software is started, “1 month before contract end date: Company A” is displayed on the date.
  • a group ID in which a plurality of members are registered may be used as the notification destination. By making the notification destination a group ID, it is displayed on the schedule of all the groups and information can be shared.
  • Notification may be made by sending a mail address or IP address set in a digital photo frame, car navigation system, or the like as a notification destination, and sending notification information as mail data, image data, or text data. Notification information may be transmitted as chat data using a registered account in a chat (for example, Skype (registered trademark)) as a notification destination.
  • SNS Social Networking Service
  • the notification destination is a telephone number, the notification condition when the notification condition is matched, the search data, and the text data generated from the fixed text stored in the storage unit to the voice response system.
  • Send In the voice response system, notification is made by connecting to the telephone number of the call destination and reading out the transmitted text data by voice.
  • the notification information may be transmitted with the notification destination as the facsimile number, or may be transmitted to the facsimile by embedding the facsimile number in the mail data.
  • Notification may be made by sending notification information to the printer with the notification destination as the printer ID and printing it.
  • the notification information is stored in the storage unit as pop-up data in the information notification server 100, and a dedicated program for receiving the notification information by the PC 200 is made resident to periodically store the information notification server 100.
  • the notification information stored in is acquired.
  • the notification information is displayed in a pop-up on the display screen of the PC 200.
  • the information notification server 100 does not necessarily include the package software and the database.
  • the information notification server 100 includes the package software and the database in another server connected via the network 1, and the information notification server 100 is provided between the other server and the information notification server 100. Data may be sent and received.
  • FIG. 9 is a block diagram of a configuration of the information presentation system 20 according to the second embodiment.
  • the information presentation system 20 connects the information notification server 100, the PC 200, and the information presentation server 300 via the network 1.
  • the information notification server 100, the PC 200, and the information presentation server 300 can communicate with each other.
  • a plurality of information notification servers 100, a plurality of PCs 200, and a plurality of information presentation servers 300 are actually connected to the network 1 and communicate with each other.
  • the information presentation server 300 includes a transmission / reception unit 301, a presentation information extraction unit 302, a web application unit 303, a presentation information conversion unit 304, and a presentation information storage unit 310.
  • the presentation information storage unit 310 stores the presentation information extracted from the notification information.
  • the presentation information is generated by a web application such as work information indicating the content of the work, date information indicating the deadline date or the execution date of the work, and person-in-charge information indicating a person in charge of performing the work.
  • Information to be included in the web page In addition to these pieces of information, arbitrary information can be added to the notification information by setting parameters. Therefore, the presentation information can be changed according to the information included in the notification information.
  • the transmission / reception unit 301 transmits / receives data to / from the information notification server 100 and the PC 200 connected via the network 1.
  • the transmission / reception unit 301 receives notification information transmitted from the information notification server 100 each time a notification condition is met. Further, the transmission / reception unit 301 receives a URL (Uniform Resource Locator) for using a web application transmitted from the web browser of the PC 200, authentication information, a request for the web application, and a search result for the web application login page or request.
  • the web page etc. which showed are transmitted.
  • the presentation information extraction unit 302 extracts the presentation information from the notification information received by the transmission / reception unit 301 and stores it in the presentation information storage unit 310. Every time notification information is newly received, new presentation information is accumulated.
  • the web application unit 303 acquires the presentation information stored in the presentation information storage unit 310, and generates various web pages using the acquired presentation information.
  • the presentation page is, for example, for each user, a work management table that shows work information that the user is in charge of, and a date indicating the deadline date or execution date of the work, or a deadline date or execution date of the work in the calendar. It is a schedule table or the like that represents work information in an area, and various web pages that display presentation information stored in the presentation information storage unit 310 in a format determined by a web application.
  • the web application unit 303 may be a general-purpose web application provided to the user for a fee or free of charge.
  • the presentation information stored in the presentation information storage unit 310 by the presentation information conversion unit 304 is converted into a form that can be used by an existing web application, and then transferred to the web application unit 303.
  • the presentation information stored in the presentation information storage unit 310 can be used in the web application without newly creating a dedicated web application.
  • FIG. 10 is a flowchart showing the procedure of the presentation information storage process executed by the information presentation server 300.
  • the transmission / reception unit 301 receives notification information transmitted from one or a plurality of information notification servers 100 (step S101). Notification information is transmitted from one or a plurality of information notification servers 100 each time a notification condition is met.
  • the presentation information extraction unit 302 extracts presentation information from the notification information (step S102).
  • the presentation information extraction unit 302 stores the extracted presentation information in the presentation information storage unit 310 (step S103).
  • the presentation information extracted from the notification information is stored in the presentation information storage unit 310, so that the user wants to confirm information (for example, for work management).
  • Necessary information, etc. can be stored in a form that can be handled by a web application, so that input of useful information can be completed without burdening the user with data input and editing.
  • FIG. 11 is a flowchart illustrating a procedure of presentation information transmission processing executed by the PC 200 and the information presentation server 300.
  • the transmission / reception unit 201 of the PC 200 transmits the URL of the web application input from the web browser (step S111).
  • the transmission / reception unit 301 of the information presentation server 300 transmits a login page of the web application (step S112).
  • the transmission / reception unit 201 of the PC 200 transmits the user ID and password (step S113).
  • the transmission / reception unit 301 of the information presentation server 300 authenticates the user ID and password by the web application unit 303, and transmits a web page indicating the authentication result (step S114).
  • the transmission / reception unit 201 of the PC 200 transmits a request for the web application (step S115).
  • the transmission / reception unit 301 of the information presentation server 300 receives a request for the web application (step S116).
  • the web application unit 303 acquires the presentation information from the presentation information storage unit 310 (step S117).
  • the web application unit 303 generates a web page representing the presentation information (step S118).
  • the presentation information cannot be directly acquired from the presentation information storage unit 310.
  • the presentation information stored in the presentation information storage unit 310 is converted by the presentation information conversion unit 304 and transferred to a general-purpose web application.
  • the transmission / reception unit 301 transmits the web page to the PC 200 (step S119).
  • the transmission / reception unit 201 of the PC 200 receives the web page transmitted from the information presentation server 300 (step S120).
  • the operation display unit 202 displays a web page with a web browser (step S121).
  • the notification information transmitted from the information notification server 100 can be accumulated as the presentation information in the presentation information storage unit 310, and the accumulated presentation information can be displayed on a web page with high listability by the web application. It is possible to check the work whose deadline date and execution date are determined for each user without omission.
  • the user himself / herself needs to input a work item, a deadline date, and an implementation date.
  • the information notification server 100 extracts and accumulates the presentation information from the notification information that is automatically transmitted when the notification condition is met, and the accumulated presentation information is stored in the web. Can be viewed on the page. For this reason, the work burden of the user's schedule management can be greatly reduced.
  • notification information is generated and transmitted based on data that is centrally managed in an external database, information without omission can be obtained.
  • a page for managing the work of the person in charge belonging to the group in addition to the person in charge is provided. Can be generated. Thereby, the work management of the whole group can be performed.
  • the information notification server 100, the PC 200, and the information presentation server 300 include a control device such as a CPU (Central Processing Unit), a storage device such as a ROM (Read Only Memory) and a RAM (Random Access Memory), and an HDD (Hard Disk Drive). And external storage devices such as CD (Compact Disk) drive devices, display devices such as displays, input devices such as keyboards and mice, communication interfaces that communicate with other devices, and buses that connect these devices This is a hardware configuration using a normal computer.
  • a control device such as a CPU (Central Processing Unit)
  • a storage device such as a ROM (Read Only Memory) and a RAM (Random Access Memory)
  • HDD Hard Disk Drive
  • external storage devices such as CD (Compact Disk) drive devices
  • display devices such as displays
  • input devices such as keyboards and mice
  • communication interfaces that communicate with other devices
  • buses that connect these devices
  • the information notification server 100 including the above-described units operates as an information notification device
  • the information presentation server 300 including the above-described units operates as an information presentation device.
  • the information notification server 100 or the information notification server 100 and the PC 200 described above execute the information presentation method
  • the information presentation server 300 or the information presentation server 300 and the PC 200 described above execute the information presentation method.
  • the above-described embodiment is realized by operating various devices by the CPU in the information notification server 100 reading and executing the information notification program from the ROM.
  • the information notification program executed by the information notification server 100 has a module configuration including the above-described units (operation display control unit, search sentence generation unit, search data acquisition unit, notification information generation unit, transmission / reception unit, item generation unit).
  • the CPU reads the information notification program from the ROM and executes it, so that the above-described units are loaded onto the main storage device, and the operation display control unit 102, the search sentence generation unit 103, the search A data acquisition unit 104, a notification information generation unit 105, a transmission / reception unit 106, and an item generation unit 107 are generated on the main storage device.
  • the information presentation program executed by the information presentation server 300 has a module configuration including the above-described units (transmission / reception unit, presentation information extraction unit, web application unit, presentation information conversion unit).
  • the above-described units are loaded onto the main storage device, and the transmission / reception unit 301, the presentation information extraction unit 302, the web application unit 303, and the presentation information conversion unit 304 are main. Generated on the storage device.
  • the item storage unit 110, the search sentence storage unit 120, the external database 130, the notification information storage unit 140, and the presentation information storage unit 310 are configured on the main storage device, such as an HDD, an optical disk, and a memory card. It can also be configured by any commonly used storage medium.
  • the information notification program and the information presentation program are files in an installable or executable format, such as a CD-ROM, flexible disk (FD), CD-R, DVD (Digital Versatile Disk), or USB memory. It may be provided by being recorded on a readable recording medium.
  • the information notification program and the information presentation program may be stored on a computer connected to a network such as the Internet and provided by being downloaded via the network.
  • the information notification program and the information presentation program may be provided or distributed via a network such as the Internet.
  • Information notification system 20 Information presentation system 100 Information notification server 101 Operation display part 102 Operation display control part 103 Search sentence generation part 104 Search data acquisition part 105 Notification information generation part 106 Transmission / reception part 107 Schedule control part 108 Item generation part 110 Item storage unit 120 Search sentence storage unit 130 External database 140 Notification information storage unit 200 Personal computer 201 Transmission / reception unit 202 Operation display unit 300 Information presentation server 301 Transmission / reception unit 302 Presentation information extraction unit 303 Web application unit 304 Presentation information conversion unit 310 Presentation information Memory

Abstract

An operation display control unit (102) receives input of an item name and notification condition. A search statement generation unit (103) generates item-identifying information associated with the item name, and a search statement that includes a notification condition. A search data retrieval unit (104) searches an external database (130) for the search statement, and retrieves the search data that was searched, from the external database (130). A notification information generation unit (105) generates notification information that includes the search data, and a sending/receiving unit (106) sends the notification information. A schedule control unit (107) controls the search data retrieval unit (104) to execute in a specified timing.

Description

情報通知装置、情報通知システム、情報提示システム、情報通知方法、情報提示方法、情報通知プログラムおよび情報提示プログラムInformation notification device, information notification system, information presentation system, information notification method, information presentation method, information notification program, and information presentation program
 本発明は、情報通知装置、情報通知システム、情報提示システム、情報通知方法、情報提示方法、情報通知プログラムおよび情報提示プログラムに関する。 The present invention relates to an information notification device, an information notification system, an information presentation system, an information notification method, an information presentation method, an information notification program, and an information presentation program.
 従来、企業では経営の効率化を図るために、営業支援システムや顧客管理システムなどのさまざまなシステムを導入している。このようなシステムでは、個々の企業の業務内容や業務の流れに応じた独自のシステムを構築することによって、それぞれの企業の業務に合ったシステムを導入することができる。しかし、システムの設計や開発には多くの費用と時間が必要であり、システムが稼働するまでに相当の労力を要するとともに、業務の変更に合わせてシステムを変更する場合にはさらに多大な労力を必要とした。 Traditionally, companies have introduced various systems such as sales support systems and customer management systems in order to improve management efficiency. In such a system, it is possible to introduce a system suitable for the business of each company by constructing a unique system according to the business content and the business flow of each company. However, designing and developing a system requires a lot of money and time, and it takes a considerable amount of effort to get the system up and running. I needed it.
 このような問題を解決するために、近年では、汎用的なパッケージソフトウェアを活用したシステムが多く構築されている。パッケージソフトウェアを利用することによって、システム設計や開発にかかる時間が大幅に短縮されるとともに費用も抑えることができる。その一方で、個々のユーザは、パッケージソフトウェアとして予め定められた仕様を大きく逸脱することができず、多少の使い勝手の悪さ、パッケージソフトウェアに合わせた運用を甘受しなければならないという問題があった。 In order to solve such problems, in recent years, many systems using general-purpose package software have been constructed. By using packaged software, the time required for system design and development can be greatly reduced and the cost can be reduced. On the other hand, there is a problem that individual users cannot greatly deviate from the specifications predetermined as the package software, and are somewhat inconvenient and have to accept operation according to the package software.
 また、このようなデータベースには、多大な時間や労力をかけて、膨大なデータが蓄積される。この蓄積されたデータは、パッケージソフトウェアで提供される処理(例えば帳票作成やデータ分析)に利用されるが、ユーザ独自の処理のためにこれらのデータを利用するには新たなシステムの開発が必要となり、容易でなかった。 In addition, such a database accumulates an enormous amount of data with a great deal of time and effort. This accumulated data is used for processing provided by the package software (for example, form creation and data analysis), but a new system must be developed to use these data for user-specific processing. It was not easy.
 このような問題を解決するために、パッケージソフトウェアで用いられる販売・購買に関する業務システムデータベースから所定の処理に必要なデータを抽出及び/又は加工して業務データベースに記憶しておき、業務データベースに記憶したデータから気づき発生条件を判断し、通知先に通知するという技術が開示されている(特許文献1参照)。かかる技術では、パッケージソフトウェアが保有するデータベースのデータを抽出や加工して新たな独自のデータベースを生成するとともに、新たなデータベースの項目に応じた条件を入力可能とすることにより、ユーザが必要とする処理を提供している。 In order to solve such problems, data necessary for predetermined processing is extracted and / or processed from the business system database related to sales / purchase used in the package software and stored in the business database, and stored in the business database. A technique is disclosed in which a notice occurrence condition is determined from the data thus obtained and notified to a notification destination (see Patent Document 1). In this technology, the database data held by the package software is extracted and processed to generate a new unique database, and the user can input conditions according to the new database items. Provides processing.
特開2009-288886号公報JP 2009-288886
 しかしながら、上記特許文献1に記載された技術では、パッケージソフトウェアで使用するデータベース(以下、外部データベースという)に格納されたデータをユーザに必要な処理で活用しているものの、外部データベースを活用するために新たなデータベースを生成する必要があり、外部データベースが異なればそれぞれに対応する処理とデータベースを作成しなければならないという問題があった。 However, in the technique described in Patent Document 1, data stored in a database (hereinafter referred to as an external database) used in package software is used for processing necessary for the user, but the external database is used. There is a problem in that a new database must be created, and if the external database is different, a corresponding process and database must be created.
 また、近年技術開発のスピードが益々早まっているなかで、様々な機能を備えたパッケージソフトウェアが次々と開発されており、個々の企業は自社業務に最も合った機能や、利用したい機能を備えたパッケージソフトウェアに利用するために、今後頻繁にシステムを置き換えることが考えられる。そのような技術動向において、企業がどのようなパッケージソフトウェアを選択しても、選択されたパッケージソフトウェアのデータベースに蓄積されたデータを有効に活用できるシステムの提供が望まれている。 In recent years, as the speed of technological development has been increasing, package software with various functions has been developed one after another, and each company has the functions that best suit its business and the functions that it wants to use. It is possible to replace the system frequently in the future to use it for packaged software. In such a technical trend, it is desired to provide a system that can effectively use data stored in a database of selected package software, regardless of the package software selected by the company.
 本発明は、上記に鑑みてなされたものであって、外部データベースに格納されたデータを有効に活用することができるとともに、外部データベースから取得したデータを用いる処理を煩雑な設計や多大な開発を行うことなく実行することができる情報通知装置、情報通知システム、情報提示システム、情報通知方法、情報提示方法、情報通知プログラムおよび情報提示プログラムを提供することを目的とする。 The present invention has been made in view of the above, and can effectively use data stored in an external database, and can perform complicated design and extensive development of processing using data acquired from the external database. An object is to provide an information notification device, an information notification system, an information presentation system, an information notification method, an information presentation method, an information notification program, and an information presentation program that can be executed without being performed.
 上述した課題を解決し、目的を達成するために、本発明は、入力画面に表示する項目名と、1または複数の外部データベースにおける項目名に対応する項目を特定する項目特定情報と、項目に記憶するデータの属性を示す項目属性と、を対応付けて項目記憶手段に記憶し、項目属性ごとに、項目記憶手段に記憶された項目名を選択可能とする入力画面を表示部に表示するよう制御する。入力画面から選択された項目名および項目名を用いた通知条件の入力を受付け、受付けられた項目名に対応付けられた項目特定情報、および通知条件を含んだ検索文を生成し、生成された検索文を検索文記憶部に格納する。検索文記憶部に格納された検索文で外部データベースを検索し、検索された検索データを外部データベースから取得する。取得された検索データを含む通知情報を生成し、生成された通知情報をネットワークで接続された情報処理装置に送信する。検索データ取得手段を所定のタイミングで実行するよう制御する。 In order to solve the above-described problems and achieve the object, the present invention provides an item name displayed on an input screen, item specifying information for specifying an item corresponding to an item name in one or more external databases, and items An item attribute indicating the attribute of the data to be stored is stored in the item storage unit in association with each other, and an input screen that enables selection of the item name stored in the item storage unit is displayed on the display unit for each item attribute. Control. The item name selected from the input screen and the notification condition input using the item name are accepted, the item identification information associated with the accepted item name and the search statement including the notification condition are generated and generated The search sentence is stored in the search sentence storage unit. The external database is searched with the search text stored in the search text storage unit, and the searched search data is acquired from the external database. Notification information including the acquired search data is generated, and the generated notification information is transmitted to an information processing apparatus connected via a network. The search data acquisition means is controlled to be executed at a predetermined timing.
 また、本発明は、上記手段に加え、ウェブアプリケーションが生成するウェブページに含むべき提示情報を提示情報記憶手段に記憶する。情報通知装置から送信された通知情報を受信し、受信された通知情報から提示情報を抽出する。抽出された提示情報を提示情報記憶手段に格納する。ネットワークで接続された情報処理装置からウェブページのリクエストが送信された場合に、提示情報記憶手段に記憶した提示情報からウェブページを生成し、生成されたウェブページを情報処理装置に送信する。 In addition to the above means, the present invention stores the presentation information to be included in the web page generated by the web application in the presentation information storage means. The notification information transmitted from the information notification device is received, and the presentation information is extracted from the received notification information. The extracted presentation information is stored in the presentation information storage means. When a web page request is transmitted from an information processing apparatus connected via a network, a web page is generated from the presentation information stored in the presentation information storage unit, and the generated web page is transmitted to the information processing apparatus.
図1は、実施例1にかかる情報通知システム10の構成を示すブロック図である。FIG. 1 is a block diagram of the configuration of the information notification system 10 according to the first embodiment. 図2は、項目記憶部110のデータ構成の一例を示す説明図である。FIG. 2 is an explanatory diagram illustrating an example of a data configuration of the item storage unit 110. 図3は、対象項目の項目属性が日付の場合の通知条件入力画面の一例を示す説明図である。FIG. 3 is an explanatory diagram illustrating an example of a notification condition input screen when the item attribute of the target item is a date. 図4は、対象項目の項目属性が数値の場合の通知条件入力画面の一例を示す説明図である。FIG. 4 is an explanatory diagram illustrating an example of a notification condition input screen when the item attribute of the target item is a numerical value. 図5は、対象項目の項目属性がテキストデータの場合の通知条件入力画面の一例を示す説明図である。FIG. 5 is an explanatory diagram illustrating an example of a notification condition input screen when the item attribute of the target item is text data. 図6は、対象項目の項目属性が日付の場合の他の通知条件入力画面の一例を示す説明図である。FIG. 6 is an explanatory diagram showing an example of another notification condition input screen when the item attribute of the target item is date. 図7は、情報通知サーバ100が実行する情報通知処理の手順を示すフローチャートである。FIG. 7 is a flowchart showing a procedure of information notification processing executed by the information notification server 100. 図8は、情報通知サーバ100が実行する項目生成処理の手順を示すフローチャートである。FIG. 8 is a flowchart showing a procedure of item generation processing executed by the information notification server 100. 図9は、実施例2にかかる情報提示システム20の構成を示すブロック図である。FIG. 9 is a block diagram of the configuration of the information presentation system 20 according to the second embodiment. 図10は、情報提示サーバ300が実行する提示情報蓄積処理の手順を示すフローチャートである。FIG. 10 is a flowchart showing the procedure of the presentation information accumulation process executed by the information presentation server 300. 図11は、PC200と情報提示サーバ300が実行する提示情報送信処理の手順を示すフローチャートである。FIG. 11 is a flowchart showing a procedure of presentation information transmission processing executed by the PC 200 and the information presentation server 300.
 以下、添付図面を参照して本発明にかかる情報通知装置、情報通知システム、情報提示システム、情報通知方法、情報提示方法、情報通知プログラムおよび情報提示プログラムの実施の形態を詳細に説明する。なお、以下に示す実施例は本発明の実施の形態の一例であり、本発明はこれらの実施例に限定されるものではない。 Hereinafter, embodiments of an information notification device, an information notification system, an information presentation system, an information notification method, an information presentation method, an information notification program, and an information presentation program according to the present invention will be described in detail with reference to the accompanying drawings. In addition, the Example shown below is an example of embodiment of this invention, and this invention is not limited to these Examples.
 図1は、実施例1にかかる情報通知システム10の構成を示すブロック図である。情報通知システム10は、情報通知サーバ100とパーソナルコンピュータ(以下、PCという。)200とを、ネットワーク1を介して接続する。情報通知サーバ100とPC200とは互いに通信可能である。図1では、説明を簡便にするために1の情報通知サーバ100と1のPC200を記載しているが、実際には複数の情報通知サーバ100と複数のPC200がネットワーク1に接続され、複数の情報通知サーバ100それぞれは複数のPC200それぞれと通信可能である。ネットワーク1とは、例えば、LAN(Local Area Network)、イントラネット、イーサネット(登録商標)またはインターネットなどである。 FIG. 1 is a block diagram of the configuration of the information notification system 10 according to the first embodiment. The information notification system 10 connects an information notification server 100 and a personal computer (hereinafter referred to as a PC) 200 via a network 1. The information notification server 100 and the PC 200 can communicate with each other. In FIG. 1, one information notification server 100 and one PC 200 are shown for ease of explanation, but actually, a plurality of information notification servers 100 and a plurality of PCs 200 are connected to the network 1 and a plurality of information notification servers 100 and a plurality of PCs 200 are connected. Each information notification server 100 can communicate with each of a plurality of PCs 200. The network 1 is, for example, a LAN (Local Area Network), an intranet, Ethernet (registered trademark), or the Internet.
 情報通知システム10を構成する情報通信サーバ100は、図示しない営業支援ソフトウェアや顧客管理ソフトウェアなどの種々のパッケージソフトウェアが動作するコンピュータである。情報通知サーバ100は、パッケージソフトウェアの一部を構成するデータベース(後述する外部データベース130)を備えている。 The information communication server 100 constituting the information notification system 10 is a computer on which various package software such as sales support software and customer management software (not shown) operate. The information notification server 100 includes a database (an external database 130 described later) that constitutes a part of the package software.
 次に、情報通知サーバ100について機能と構成を説明する。情報通知サーバ100は、操作表示部101と、操作表示制御部102と、検索文生成部103と、検索データ取得部104と、通知情報生成部105と、送受信部106と、スケジュール制御部107と、項目生成部108と、項目記憶部110と、検索文記憶部120と、外部データベース130と、通知情報記憶部140とを備えている。 Next, functions and configuration of the information notification server 100 will be described. The information notification server 100 includes an operation display unit 101, an operation display control unit 102, a search sentence generation unit 103, a search data acquisition unit 104, a notification information generation unit 105, a transmission / reception unit 106, and a schedule control unit 107. , An item generation unit 108, an item storage unit 110, a search sentence storage unit 120, an external database 130, and a notification information storage unit 140.
 外部データベース130は、1または複数のパッケージソフトウェアで使用するデータベースであり、1のデータベースであっても複数のデータベースであってもよい。外部データベース130は、パッケージソフトウェアごとに定められたデータ構成によって各ソフトウェアで必要なデータを記憶している。外部データベース130は、リレーショナルデータベースや、階層型データベース、ネットワーク型データベースなどのいずれの方式のデータベースであってもよい。 The external database 130 is a database used by one or a plurality of package software, and may be a single database or a plurality of databases. The external database 130 stores data necessary for each software according to a data configuration determined for each package software. The external database 130 may be any type of database such as a relational database, a hierarchical database, or a network database.
 図2は、項目記憶部110のデータ構成の一例を示す説明図である。項目記憶部110は、項目名と、項目特定情報と、項目属性とを対応付けて記憶する。ここで、項目名とは、入力画面から通知条件を入力する際に、選択可能な項目として操作表示部101に表示する項目の名称である。項目特定情報とは、パッケージソフトウェアで使用するデータベース(すなわち外部データベース130)に記憶された、項目名に対応する項目を特定する情報である。項目特定情報は、1または複数のデータベースで定義された項目のなかから、項目名に対応する項目を一意に特定できる情報であり、この情報を使用することによって外部データベース130に格納されているデータを取得することができる。項目属性は、項目に記憶するデータの属性であり、具体的には、日付、数値、テキストデータ等である。 FIG. 2 is an explanatory diagram showing an example of the data configuration of the item storage unit 110. The item storage unit 110 stores item names, item specifying information, and item attributes in association with each other. Here, the item name is a name of an item displayed on the operation display unit 101 as a selectable item when the notification condition is input from the input screen. The item specifying information is information for specifying an item corresponding to an item name stored in a database (that is, the external database 130) used in the package software. The item specifying information is information that can uniquely specify an item corresponding to the item name from items defined in one or a plurality of databases, and data stored in the external database 130 by using this information. Can be obtained. The item attribute is an attribute of data stored in the item, specifically, date, numerical value, text data, or the like.
 検索文記憶部120は、検索文生成部103によって生成された検索文を記憶する。検索文は、項目特性情報および通知条件を含み、より具体的には、1または複数の外部データベース130から通知条件に合致したレコードを検索し、検索されたレコードから通知情報に含むデータ(以下、検索データという)を取得する処理を記述したものである。ここで、レコードとは、1または複数のデータベースに記憶された1の案件のデータのまとまりを示している。検索文は、外部データベース130がリレーショナルデータベースである場合にはデータベース言語であるSQLにより記述する。なお、検索文は、SQLに限ることはなく、外部データベース130のデータを検索や取得できればどのような言語やプログラムであってもよい。 The search sentence storage unit 120 stores the search sentence generated by the search sentence generation unit 103. The search statement includes item characteristic information and a notification condition. More specifically, a record that matches the notification condition is searched from one or a plurality of external databases 130, and data (hereinafter, referred to as notification information) included in the notification information from the searched record. (Referred to as search data). Here, the record indicates a group of data of one item stored in one or a plurality of databases. When the external database 130 is a relational database, the search sentence is described in SQL that is a database language. The search sentence is not limited to SQL, and any language or program may be used as long as the data in the external database 130 can be searched and acquired.
 通知情報記憶部140は、通知情報生成部105によって生成された通知情報を記憶する。通知情報は、例えばメールデータである場合、件名や本文には、記憶部に記憶されたテキストデータに通知条件に合致するレコードから取得したデータを埋め込むとともに、通知先として取得したメールアドレスを宛先とする。 The notification information storage unit 140 stores the notification information generated by the notification information generation unit 105. When the notification information is, for example, mail data, the subject and body are embedded with the data acquired from the record that matches the notification condition in the text data stored in the storage unit, and the mail address acquired as the notification destination is the destination. To do.
 操作表示部101は、入力画面等を表示するディスプレイ等の表示装置と、各種の入力操作を行うキーボード(タッチパネルも含む)、マウス等の入力装置を備えている。操作表示制御部102は、操作表示部101に対する入力画面等の表示を制御し、入力装置からの通知条件等の入力を受付ける。 The operation display unit 101 includes a display device such as a display for displaying an input screen and the like, a keyboard (including a touch panel) for performing various input operations, and an input device such as a mouse. The operation display control unit 102 controls display of an input screen and the like on the operation display unit 101 and accepts input of notification conditions and the like from the input device.
 図3は、対象項目の項目属性が日付の場合の通知条件入力画面の一例を示す説明図である。図3に示すように、通知条件入力画面31は、対象項目の入力欄32と通知条件の入力欄33を表示する。対象項目の入力欄32の項目選択ボタンをクリックされると、操作表示部101は、項目記憶部110から取得された、項目属性が日付である項目名を一覧表示する。通知条件の入力欄33には、対象項目に格納されている日付が通知対象であるか否かを判断するための条件を入力する。プルダウンメニューが示すように、検索日が契約終了日の前/後/当日のいずれかの条件を選択できる。これにより、対象項目に記憶されている日付が未来/過去/現在のいずれに該当する場合であっても通知対象とすることができる。 FIG. 3 is an explanatory diagram showing an example of a notification condition input screen when the item attribute of the target item is a date. As shown in FIG. 3, the notification condition input screen 31 displays a target item input field 32 and a notification condition input field 33. When an item selection button in the target item input field 32 is clicked, the operation display unit 101 displays a list of item names acquired from the item storage unit 110 and whose item attribute is date. In the notification condition input field 33, a condition for determining whether or not the date stored in the target item is a notification target is input. As the pull-down menu shows, it is possible to select any of the conditions that the search date is before / after / today of the contract end date. Thereby, even if the date stored in the target item corresponds to any of the future / past / present, it can be a notification target.
 図4は、対象項目の項目属性が数値の場合の通知条件入力画面の一例を示す説明図である。図4に示すように、通知条件入力画面41は、対象項目の入力欄42と、通知条件1の入力欄43と、通知条件2の入力欄44を表示する。対象項目の入力欄42の項目選択ボタンをクリックされると、操作表示部101は、項目記憶部110から取得された、項目属性が数値である項目名を一覧表示する。通知条件1の入力欄43には、対象項目に格納されている数値が通知対象であるか否かを判断するための条件、具体的には、“数値a以上”、“数値b以下”、“数値cを超える”、“数値d未満”等の条件を入力する。通知条件2の入力欄44には、対象項目に格納されている数値と、項目属性が数値である対象項目以外の項目に格納された数値(計算式によって数値を加工することも含む)を比較することによって通知対象であるか否かを判断するための条件を入力する。なお、通知条件1と通知条件2は、いずれか一方または両方を対象項目に対する通知条件とする。 FIG. 4 is an explanatory diagram showing an example of a notification condition input screen when the item attribute of the target item is a numerical value. As shown in FIG. 4, the notification condition input screen 41 displays a target item input field 42, a notification condition 1 input field 43, and a notification condition 2 input field 44. When the item selection button in the target item input field 42 is clicked, the operation display unit 101 displays a list of item names acquired from the item storage unit 110 and whose item attributes are numerical values. In the notification condition 1 input field 43, conditions for determining whether or not the numerical value stored in the target item is a notification target, specifically, “numerical value a or more”, “numerical value b or less”, Enter conditions such as “exceeding numerical value c” and “less than numerical value d”. In the input field 44 of the notification condition 2, the numerical value stored in the target item is compared with the numerical value stored in the item other than the target item whose item attribute is a numerical value (including processing the numerical value by a calculation formula). To input a condition for judging whether or not it is a notification target. Note that one or both of the notification condition 1 and the notification condition 2 are notification conditions for the target item.
 図5は、対象項目の項目属性がテキストデータの場合の通知条件入力画面の一例を示す説明図である。図5に示すように、通知条件入力画面51は、対象項目の入力欄52と、通知条件の入力欄53を表示する。対象項目の入力欄52の項目選択ボタンをクリックされると、操作表示部101は、項目記憶部110から取得された、項目属性がテキストデータである項目名を一覧表示する。通知条件の入力欄53には、対象項目に格納されているテキストデータが通知対象であるか否かを判断するための条件、具体的には、対象項目に格納される可能性があるテキストデータを入力する。なお、通知条件の入力欄53に入力するテキストデータは、外部データベース130において対象項目に格納されるテキストデータが定められている場合は、外部データベース130からテキストデータを取得して、プルダウンメニューで選択できるようにしてもよい。 FIG. 5 is an explanatory diagram showing an example of a notification condition input screen when the item attribute of the target item is text data. As shown in FIG. 5, the notification condition input screen 51 displays a target item input field 52 and a notification condition input field 53. When the item selection button in the target item input field 52 is clicked, the operation display unit 101 displays a list of item names acquired from the item storage unit 110 and whose item attributes are text data. The notification condition input field 53 includes a condition for determining whether or not the text data stored in the target item is a notification target, specifically, text data that may be stored in the target item. Enter. Note that the text data to be entered in the notification condition input field 53 is acquired from the external database 130 and selected from the pull-down menu when the text data stored in the target item is determined in the external database 130. You may be able to do it.
 図6は、項目属性が日付の場合の他の通知条件入力画面の一例を示す説明図である。図6に示すように、通知条件入力画面61は、対象項目の入力欄62と、通知条件の入力欄63と、通知日の入力欄64を表示する。対象項目の入力欄62の項目選択ボタンをクリックされると、操作表示部101は、項目記憶部110から取得された、項目属性が日付である項目名を一覧表示する。通知条件の入力欄63には、対象項目に格納されている日付が通知対象であるか否かを判断するための条件、具体的には所定の期間を入力する。通知日の入力欄64には、通知情報を通知する日を入力する。 FIG. 6 is an explanatory diagram showing an example of another notification condition input screen when the item attribute is date. As shown in FIG. 6, the notification condition input screen 61 displays a target item input field 62, a notification condition input field 63, and a notification date input field 64. When the item selection button in the target item input field 62 is clicked, the operation display unit 101 displays a list of item names acquired from the item storage unit 110 and whose item attribute is date. In the notification condition input field 63, a condition for determining whether or not the date stored in the target item is a notification target, specifically, a predetermined period is input. In the notification date input field 64, the date for notifying the notification information is input.
 また、通知情報を生成する通知条件は、いずれか1つの入力画面から入力した条件を通知条件としてもさらに複数の入力画面から入力した条件を組み合わせたものを通知条件としてもよい。複数の条件の組み合わせ方は、それぞれの条件をANDやORやNOTで組み合わせる。また、通知条件は、1の通知条件に合致した検索結果からさらに他の通知条件で絞り込んでもよい。 Further, the notification condition for generating the notification information may be a condition input from any one input screen as a notification condition or a combination of conditions input from a plurality of input screens. As a method of combining a plurality of conditions, each condition is combined with AND, OR, or NOT. The notification condition may be further narrowed down by another notification condition from a search result that matches one notification condition.
 検索文生成部103は、操作表示制御部102によって受付けられた通知条件に応じ、外部データベース130に記憶されたデータを検索する検索文を生成する。より具体的には、検索文生成部103は、通知条件で選択した項目名に対応する項目特定情報を項目記憶部110から取得し、取得した項目特定情報と通知条件を含んだ検索手順を記述する検索文を生成する。また、検索文生成部103は、スケジュール制御部107によってデータを検索する日時が制御される場合は、生成した検索文を検索文記憶部120に格納する。 The search sentence generation unit 103 generates a search sentence for searching the data stored in the external database 130 according to the notification condition received by the operation display control unit 102. More specifically, the search statement generation unit 103 acquires item specifying information corresponding to the item name selected by the notification condition from the item storage unit 110, and describes a search procedure including the acquired item specifying information and the notification condition. Generate a search statement to In addition, when the date and time for searching for data is controlled by the schedule control unit 107, the search sentence generation unit 103 stores the generated search sentence in the search sentence storage unit 120.
 検索データ取得部104は、検索文生成部103で生成された検索文、または検索文記憶部120に記憶された検索文を用いて外部データベース130に記憶されたデータを取得する。より具体的には、検索データ取得部104は、検索文に従い、項目特定情報が示す領域に記憶されたデータのなかから、通知条件に合致するデータを検索し、検索されたデータを含んだレコードから通知情報を作成するために必要な検索データを取得する。なお、外部データベース130から取得する検索データは、別途入力画面を準備しておき、どのデータを検索データとするかをユーザが選択できるようにしてもよい。例えば、顧客に連絡するための顧客名や顧客電話番号、通知情報の通知先であるメールアドレス等は、検索データとして外部データベース130から取得してもよい。 The search data acquisition unit 104 acquires the data stored in the external database 130 using the search text generated by the search text generation unit 103 or the search text stored in the search text storage unit 120. More specifically, the search data acquisition unit 104 searches for data that matches the notification condition from the data stored in the area indicated by the item specifying information according to the search text, and records that include the searched data Get search data necessary to create notification information from. The search data acquired from the external database 130 may be provided with a separate input screen so that the user can select which data is the search data. For example, the customer name and customer phone number for contacting the customer, the e-mail address that is the notification destination of the notification information, and the like may be acquired from the external database 130 as search data.
 通知情報生成部105は、検索データ取得部104によって取得された検索データを用いて通知情報を生成する。通知情報生成部105は、スケジュール制御部107によって通知情報を送信する日時が制御される場合は、生成した通知情報を通知情報記憶部140に格納する。 The notification information generation unit 105 generates notification information using the search data acquired by the search data acquisition unit 104. The notification information generation unit 105 stores the generated notification information in the notification information storage unit 140 when the schedule control unit 107 controls the date and time when the notification information is transmitted.
 送受信部106は、ネットワーク1を介して接続されたPC200との間でデータを送受信する。送受信部106は、通知情報生成部105によって生成された通知情報、または通知情報記憶部140に記憶された通知情報を通知先に送信する。 The transmission / reception unit 106 transmits / receives data to / from the PC 200 connected via the network 1. The transmission / reception unit 106 transmits the notification information generated by the notification information generation unit 105 or the notification information stored in the notification information storage unit 140 to the notification destination.
 スケジュール制御部107は、記憶部に記憶された日時に、検索データ取得部104が検索データ取得処理を実行するよう制御し、送受信部106が通知情報送信処理を実行するよう制御する。 The schedule control unit 107 controls the search data acquisition unit 104 to execute the search data acquisition process and the transmission / reception unit 106 to execute the notification information transmission process at the date and time stored in the storage unit.
 項目生成部108は、外部データベース130に記憶された項目名と項目特定情報と項目属性とを外部データベース130から取得し、取得された項目名と項目特定情報と項目属性とを対応付けて項目記憶部110に格納する。複数の外部データベースが存在する場合は、データベースを特定する情報と、そのデータベースのなかでの項目を特定する情報を取得し、項目特定情報を生成する。 The item generation unit 108 acquires the item name, item specifying information, and item attribute stored in the external database 130 from the external database 130, and associates the acquired item name, item specifying information, and item attribute with the item storage. Stored in the unit 110. When there are a plurality of external databases, the information specifying the database and the information specifying the item in the database are acquired, and the item specifying information is generated.
 次に、情報通知システム10を構成するPC200について、説明する。PC200は、情報通知サーバ100から送信された通知情報を受信する。通知情報がメールデータの場合は、PC200はメーラを起動した際に情報通知サーバ100から送信されたメール(以下、通知メールという)を図示しないメールサーバから受信する。ユーザが使用するPC200は、PCに限るものではなく、携帯電話やPDA(Personal Digital Assistant)、スマートフォン、ゲーム機等その他ウェブブラウザ等を備え、ネットワーク1を介して情報通知サーバ100から通知情報を受信できる電子機器であればどのようなものでもよい。 Next, the PC 200 constituting the information notification system 10 will be described. The PC 200 receives the notification information transmitted from the information notification server 100. When the notification information is mail data, the PC 200 receives a mail (hereinafter referred to as a notification mail) transmitted from the information notification server 100 when the mailer is activated from a mail server (not shown). The PC 200 used by the user is not limited to the PC, but includes a mobile phone, a PDA (Personal Digital Assistant), a smartphone, a game machine, and other web browsers, and receives notification information from the information notification server 100 via the network 1. Any electronic device can be used.
 次に、上述のように構成された情報通知サーバ100とPC200からなる情報通知システム10での情報通知処理について説明する。図7は、情報通知サーバ100が実行する情報通知処理の手順を示すフローチャートである。 Next, information notification processing in the information notification system 10 including the information notification server 100 and the PC 200 configured as described above will be described. FIG. 7 is a flowchart showing a procedure of information notification processing executed by the information notification server 100.
 操作表示制御部102は、項目記憶部110から項目名と項目特定情報と項目属性を取得する(ステップS71)。操作表示制御部102は、項目名と項目特定情報と項目属性から通知条件を入力するための通知条件入力画面を生成し、生成した通知条件入力画面を操作表示部101に表示するよう制御する(ステップS72)。通知条件入力画面は、項目属性に応じた画面を表示する。メニュー選択に従い、上述の図3~図6に示した通知条件入力画面のいずれかの画面を表示する。 The operation display control unit 102 acquires an item name, item specifying information, and an item attribute from the item storage unit 110 (step S71). The operation display control unit 102 generates a notification condition input screen for inputting a notification condition from the item name, item identification information, and item attribute, and controls to display the generated notification condition input screen on the operation display unit 101 ( Step S72). The notification condition input screen displays a screen corresponding to the item attribute. According to the menu selection, one of the notification condition input screens shown in FIGS. 3 to 6 is displayed.
 操作表示制御部102は、通知条件入力画面から入力された通知条件を受付ける(ステップS73)。操作表示制御部102は、通知条件に加えて、通知情報を送信する通知先の入力を受付ける(ステップS74)。通知先は、通知条件入力画面で選択した項目名と同様に外部データベース130に記憶された項目のなかから担当者メールアドレスや責任者メールアドレスという項目名を選択しても、新たなメールアドレスを入力してもよい。1の通知条件に対して複数のメールアドレスを指定してもよい。例えば、通知先として、外部データベース130に記憶された項目名“担当者メールアドレス”を選択した場合、通知条件に合致したレコードから項目“担当者メールアドレス”に格納されたデータを取得し、宛先としたメールデータを生成する。 The operation display controller 102 receives the notification condition input from the notification condition input screen (step S73). In addition to the notification condition, the operation display control unit 102 receives an input of a notification destination for transmitting notification information (step S74). As the notification destination, even if an item name such as a person-in-charge mail address or a person-in-charge mail address is selected from the items stored in the external database 130 in the same manner as the item name selected on the notification condition input screen, a new mail address is selected. You may enter. A plurality of mail addresses may be designated for one notification condition. For example, when the item name “person-in-charge mail address” stored in the external database 130 is selected as the notification destination, the data stored in the item “person-in-charge mail address” is acquired from the record that matches the notification condition, and the destination Generate mail data.
 検索文生成部103は、操作表示制御部102によって受付けられた通知条件に応じた検索文を生成する(ステップS75)。なお、スケジュール制御部107によって記憶部に記憶された日時に検索データ取得部104を動作させるよう制御する場合には、検索文を検索文記憶部120に格納する。 The search sentence generation unit 103 generates a search sentence corresponding to the notification condition received by the operation display control unit 102 (step S75). When the schedule control unit 107 controls the search data acquisition unit 104 to operate at the date and time stored in the storage unit, the search statement is stored in the search statement storage unit 120.
 検索データ取得部104は、外部データベース130を管理するデータベース管理ソフトウェアに検索文を送信し、外部データベース130から検索データを取得する(ステップS76)。スケジュール制御部107が検索データ取得部104の動作を制御する場合は、記憶部に記憶された日時に、検索データ取得部104は検索文記憶部120から検索文を読み出し、読み出された検索文をデータベース管理ソフトウェアに送信し、外部データベース130から検索データを取得する。これにより、実業務が繁忙な時期や時間帯の外部データベース130のアクセスを避けることができるため、外部データベース130が過負荷にならないよう調整することができる。 The search data acquisition unit 104 transmits a search statement to the database management software that manages the external database 130, and acquires search data from the external database 130 (step S76). When the schedule control unit 107 controls the operation of the search data acquisition unit 104, the search data acquisition unit 104 reads the search text from the search text storage unit 120 at the date and time stored in the storage unit, and the read search text Is sent to the database management software, and the search data is acquired from the external database 130. As a result, it is possible to avoid access to the external database 130 during times and hours when the actual business is busy, so that the external database 130 can be adjusted so as not to be overloaded.
 通知情報生成部105は、取得した検索データから通知情報を生成する(ステップS77)。通知情報生成部105は、通知情報がメールデータの場合、検索データに含まれるメールアドレスまたは入力されたメールアドレスを宛先とし、検索データを含んだメールデータを生成する。例えば、図3に示す契約終了日1ヶ月前の通知メールの場合は、件名“契約終了日1ヶ月前通知”、本文に外部データベース130から取得した、契約番号、契約会社名、担当者、電話番号等を記述したメールデータを生成する。なお、送受信部106は、スケジュール制御部107によって記憶部に記憶された日時に通知情報送信処理を実行する場合には、生成した通知情報を通知情報記憶部140に格納する。 The notification information generation unit 105 generates notification information from the acquired search data (step S77). When the notification information is mail data, the notification information generation unit 105 generates the mail data including the search data with the mail address included in the search data or the input mail address as a destination. For example, in the case of the notification email 1 month before the contract end date shown in FIG. 3, the subject “contract end date 1 month before notification”, the contract number, contract company name, person in charge, telephone obtained from the external database 130 in the text Generate mail data describing the number. Note that the transmission / reception unit 106 stores the generated notification information in the notification information storage unit 140 when executing the notification information transmission process at the date and time stored in the storage unit by the schedule control unit 107.
 送受信部106は、通知情報を送信する(ステップS78)。通知情報がメールデータの場合は、メールデータを送信することによって、メールサーバに格納される。スケジュール制御部107が送受信部106の動作を制御する場合は、記憶部に記憶された日時に、送受信部106は通知情報記憶部140から通知情報を読み出し、読み出された通知情報を送信する。これにより、ネットワーク負荷が高い時期や時間帯のメール送信を避けることができ、ネットワーク負荷を平滑化できる。 The transmission / reception unit 106 transmits notification information (step S78). If the notification information is mail data, it is stored in the mail server by transmitting the mail data. When the schedule control unit 107 controls the operation of the transmission / reception unit 106, the transmission / reception unit 106 reads the notification information from the notification information storage unit 140 and transmits the read notification information at the date and time stored in the storage unit. As a result, it is possible to avoid mail transmission during periods and time periods when the network load is high, and the network load can be smoothed.
 なお、図4や図5のような通知条件の場合は、検索データ取得部106が処理を実行する際にデータが通知条件に合致していれば、同一の通知情報が複数回通知されることになる。そこで、同一の通知情報が何度も通知されることを避けるために、通知条件と、通知内容と、通知先と、通知日時とを対応付けて記憶する記憶部を備え、通知情報送信部108は、通知情報を送信する前に記憶部に記憶された情報に読込み、同一の通知情報については全て通知するのではなく、初回のみ通知/週1回通知/通知条件が5回合致するごとに1回通知等予め定められた通知時に送信するよう制御してもよい。 In the case of the notification conditions as shown in FIGS. 4 and 5, the same notification information is notified multiple times if the data matches the notification conditions when the search data acquisition unit 106 executes the process. become. Therefore, in order to avoid the same notification information being notified many times, a notification unit, a notification content, a notification destination, and a notification date and time are provided in association with each other, and a notification information transmission unit 108 is provided. Reads the information stored in the storage unit before sending the notification information, and does not notify all of the same notification information, but only notifies the first time / notify once a week / every time the notification condition is met. You may control to transmit at the time of notifications predetermined, such as one time notification.
 また、通知情報記憶部140およびスケジュール制御部107を情報通知サーバ100以外の他のサーバに備えておき、通知情報生成部105によって生成された通知情報を、ネットワーク1を介して他のサーバに送信して通知情報記憶部140に格納してもよい。スケジュール制御部107は、送受信部を制御して、記憶部に記憶された日時に通知情報記憶部140から通知情報を読み出し、読み出された通知情報を送信する。これにより、情報通知サーバ100と異なる独立したサーバによってメール送信処理が行われるため、情報通知サーバ100の負荷が軽減されるとともに、メール送信を設定した日時に情報通知サーバ100の電源が切断されているような場合であっても、または障害が発生している場合であっても、通知情報を送信できないというリスクを回避することができる。 Further, the notification information storage unit 140 and the schedule control unit 107 are provided in a server other than the information notification server 100, and the notification information generated by the notification information generation unit 105 is transmitted to another server via the network 1. Then, it may be stored in the notification information storage unit 140. The schedule control unit 107 controls the transmission / reception unit, reads the notification information from the notification information storage unit 140 at the date and time stored in the storage unit, and transmits the read notification information. As a result, mail transmission processing is performed by an independent server different from the information notification server 100, so that the load on the information notification server 100 is reduced and the power of the information notification server 100 is turned off at the date and time when mail transmission is set. Even in such a case, it is possible to avoid the risk that the notification information cannot be transmitted even if a failure has occurred.
 通知先のPC200の送受信部201は、通知情報を受信する。通知情報がメールデータの場合は、PC200でメーラを起動した際にメールサーバに格納された通知メールを受信し、受信した通知メールは操作表示部202によって表示される。なお、PC200は、上述した情報通知サーバ100の機能の一部を備えてもよい。例えば、通知条件入力処理は、情報通知サーバ100から通知条件入力画面をPC200に送信し、入力した通知条件を情報通知サーバ100に送信することによって実現してもよい。 The transmission / reception unit 201 of the notification destination PC 200 receives the notification information. When the notification information is mail data, the notification mail stored in the mail server when the mailer is activated on the PC 200 is received, and the received notification mail is displayed by the operation display unit 202. Note that the PC 200 may include a part of the functions of the information notification server 100 described above. For example, the notification condition input process may be realized by transmitting a notification condition input screen from the information notification server 100 to the PC 200 and transmitting the input notification condition to the information notification server 100.
 このように、外部データベース130に定義された項目を用いて、通知条件を自由に設定することができるため、多大な労力をかけて蓄積したデータを有効に活用し、業務を効率化することができる。また、メール送信という通知手段を備えていることにより、通知条件に合致した時に必要な情報が通知されるため、ユーザは時期を逃さず適切な行動を取ることができる。 As described above, since the notification condition can be set freely using items defined in the external database 130, it is possible to effectively utilize the data accumulated with a great deal of labor and to improve the efficiency of the work. it can. In addition, since the notification means of mail transmission is provided, necessary information is notified when the notification condition is met, so that the user can take an appropriate action without missing the time.
 また、通知条件は、外部データベース130に定義された項目を自由に選択でき、項目属性に応じた通知条件を設定することができるため、ユーザが望むタイミングで通知を受け取ることができる。通知先は、1に限らず複数設定できるため、担当者個人での管理だけではなく、管理者や関連部門の担当者にも通知をすることができ、チーム単位でのより確実な管理を行うことができる。 Also, as the notification condition, an item defined in the external database 130 can be freely selected, and a notification condition can be set according to the item attribute. Therefore, the notification can be received at a timing desired by the user. Not only 1 but also multiple notification destinations can be set, so not only individual management but also managers and related departments can be notified and more reliable management can be done on a team basis. be able to.
 既存のパッケージソフトウェアを新たなパッケージソフトウェアを置き換えた場合であっても、新たなソフトウェアに同様の項目があれば項目特定情報を変更するだけで、同様の通知機能を実現することができる。また、新たなパッケージソフトウェアで定義された項目を用いた通知条件の設定も容易である。このため、パッケージソフトウェアの選択や置き換えの自由度が向上し、ユーザの選択の幅をより広げることができる。また、パッケージソフトウェア周辺の機能についても容易に再構築することができる。なお、パッケージソフトウェアに限らず、企業が独自に制作したソフトウェアでも、同様のデータベースを備えていれば、本実施例は実施可能である。 Even if the existing package software is replaced with new package software, if there is a similar item in the new software, the same notification function can be realized simply by changing the item identification information. It is also easy to set notification conditions using items defined in new package software. For this reason, the freedom of selection and replacement of package software is improved, and the range of user selection can be further expanded. In addition, functions around the package software can be easily reconstructed. It should be noted that the present embodiment can be implemented not only with packaged software but also with software produced by a company as long as it has a similar database.
 また、外部データベース130は、1に限らず複数のデータベースからデータを取得し、異なるデータベースに格納されたデータを取得することができるため、様々な環境に分散したデータを有効に活用することができる。すなわち、外部データベース130は、情報通知サーバ100で動作するソフトウェアで使用されても、ネットワーク1に接続された他のサーバまたはPCで動作するソフトウェアで使用されていてもよい。 In addition, the external database 130 can acquire data from a plurality of databases, not limited to 1, and can acquire data stored in different databases, so that data distributed in various environments can be used effectively. . That is, the external database 130 may be used by software operating on the information notification server 100 or may be used by software operating on another server or PC connected to the network 1.
 また、外部データベース130は、社内外のデータベース(RDB(Relational Database)や、他の形式のデータベース、EXCELのような表計算ソフトのデータ、CSV形式のデータ、XML(Extensible Markup Language)形式のデータ等)からデータを取得することもできるため、様々なデータを統合して通知機能に活用することができる。 The external database 130 is an internal / external database (RDB (Relational Database), other format databases, spreadsheet software data such as EXCEL, CSV format data, XML (Extensible Markup Language) format data, etc. ) Can also be acquired, so that various data can be integrated and used for the notification function.
 次に、上述のように構成された情報通知サーバ100の項目生成処理について説明する。図8は、情報通知サーバ100が実行する項目生成処理の手順を示すフローチャートである。 Next, an item generation process of the information notification server 100 configured as described above will be described. FIG. 8 is a flowchart showing a procedure of item generation processing executed by the information notification server 100.
 項目生成部108は、外部データベース130から項目名と項目特定情報と項目属性を取得する(ステップS81)。より具体的には、外部データベース130において案件ごとに記憶する項目として定義されている項目それぞれについての項目名と項目特定情報と項目属性を取得する。項目生成部108は、取得した項目名と項目特定情報と項目属性を項目記憶部110に格納する(ステップS82)。なお、外部データベース130が複数存在する場合は、データベースそれぞれを特定する情報と、データベースで定義されている項目を特定する情報から項目特定情報を生成する。これにより、複数の外部データベースが存在する場合でも項目を特定することができる。 The item generation unit 108 acquires an item name, item specifying information, and item attributes from the external database 130 (step S81). More specifically, an item name, item specifying information, and item attributes are acquired for each item defined as an item stored for each item in the external database 130. The item generation unit 108 stores the acquired item name, item specifying information, and item attribute in the item storage unit 110 (step S82). When there are a plurality of external databases 130, item specifying information is generated from information specifying each database and information specifying items defined in the database. Thereby, an item can be specified even when a plurality of external databases exist.
 このように、データベースで定義されていた項目が変更されたり、データベース自体が置き換えられたりした場合であっても、外部データベース130から項目に関する情報を取得し、取得した情報を項目記憶部110に格納するため、データベースの内容を通知条件入力画面にすぐに反映することができる。これにより、ユーザは、データベースやパッケージソフトウェアの置き換えや項目の変更を容易にストレスなく行うことができる。 As described above, even when an item defined in the database is changed or the database itself is replaced, information about the item is acquired from the external database 130 and the acquired information is stored in the item storage unit 110. Therefore, the contents of the database can be immediately reflected on the notification condition input screen. Thereby, the user can easily replace the database and package software and change items without stress.
 他の実施例について説明する。上述した通知処理は、メール送信に代えてまたは加えて、PC200またはネットワーク1を介して接続されているサーバで動作しているスケジュール管理ウェブアプリケーション(例えば、Google(登録商標)カレンダー等)に通知してもよい。この場合には、通知先はスケジュール管理ウェブアプリケーションで一意に定められているユーザIDであり、外部データベース130に通知先として記憶されているユーザIDに、日付と通知条件(例えば契約終了日1ヶ月前)と検索データ(例えば契約会社:A社)等の通知情報を送信することによって処理され、スケジュール管理ソフトウェアを起動した際に当該日付に“契約終了日1ヶ月前:A社”が表示される。ユーザIDに代えて複数のメンバを登録しているグループIDを通知先としてもよい。通知先をグループIDにすることによって、クループ全員のスケジュールに表示され、情報を共有することができる。 Other embodiments will be described. The notification process described above notifies a schedule management web application (for example, a Google (registered trademark) calendar) running on a server connected via the PC 200 or the network 1 instead of or in addition to mail transmission. May be. In this case, the notification destination is a user ID uniquely determined by the schedule management web application, and the user ID stored as a notification destination in the external database 130 includes a date and notification conditions (for example, a contract end date of 1 month). Processed by sending notification information such as previous) and search data (for example, contracted company: Company A). When the schedule management software is started, “1 month before contract end date: Company A” is displayed on the date. The Instead of the user ID, a group ID in which a plurality of members are registered may be used as the notification destination. By making the notification destination a group ID, it is displayed on the schedule of all the groups and information can be shared.
 SNS(Social Networking Service)のウェブサイト(例えば、mixi(登録商標)、Twitter(登録商標)、Facebook(登録商標)等)での登録アカウントを通知先として、通知情報をメッセージデータとして投稿することによって通知してもよい。デジタルフォトフレームやカーナビ等に設定されているメールアドレスやIPアドレスを通知先として、通知情報をメールデータや画像データ、テキストデータとして送信することによって通知してもよい。チャット(例えば、Skype(登録商標)等)での登録アカウントを通知先として、通知情報をチャットデータとして送信して通知してもよい。 By posting registered information as message data with registered accounts on SNS (Social Networking Service) websites (for example, mixi (registered trademark), Twitter (registered trademark), Facebook (registered trademark), etc.) as notification destinations You may be notified. Notification may be made by sending a mail address or IP address set in a digital photo frame, car navigation system, or the like as a notification destination, and sending notification information as mail data, image data, or text data. Notification information may be transmitted as chat data using a registered account in a chat (for example, Skype (registered trademark)) as a notification destination.
 また、他の通知処理例は、通知先を電話番号として、通知条件が合致したときに通知条件や、検索データ、記憶部に記憶されている定型の文章から生成したテキストデータを音声応答システムに送信する。音声応答システムでは、通話先の電話番号に接続し、送信されたテキストデータを音声で読み上げることによって通知する。また、通知先をファクシミリ番号として通知情報を送信したり、メールデータにファクシミリ番号を埋め込むことによってファクシミリに送信したりしてもよい。通知先をプリンタIDとして通知情報をプリンタに送信し、印刷することによって通知してもよい。 Another example of the notification process is that the notification destination is a telephone number, the notification condition when the notification condition is matched, the search data, and the text data generated from the fixed text stored in the storage unit to the voice response system. Send. In the voice response system, notification is made by connecting to the telephone number of the call destination and reading out the transmitted text data by voice. Further, the notification information may be transmitted with the notification destination as the facsimile number, or may be transmitted to the facsimile by embedding the facsimile number in the mail data. Notification may be made by sending notification information to the printer with the notification destination as the printer ID and printing it.
 他の通知処理としては、情報通知サーバ100に通知情報をポップアップデータとして記憶部に格納しておき、PC200で通知情報を受信する専用プログラムを常駐させて、定期的に情報通知サーバ100の記憶部に記憶された通知情報を取得する。通知情報を取得できた場合には、PC200の表示画面に通知情報をポップアップ表示する。 As another notification process, the notification information is stored in the storage unit as pop-up data in the information notification server 100, and a dedicated program for receiving the notification information by the PC 200 is made resident to periodically store the information notification server 100. The notification information stored in is acquired. When the notification information can be acquired, the notification information is displayed in a pop-up on the display screen of the PC 200.
 なお、情報通知サーバ100は、パッケージソフトウェアおよびデータベースを必ずしも備える必要はなく、ネットワーク1を介して接続された他のサーバにパッケージソフトウェアおよびデータベースを備え、他のサーバと情報通知サーバ100との間でデータを送受信してもよい。 The information notification server 100 does not necessarily include the package software and the database. The information notification server 100 includes the package software and the database in another server connected via the network 1, and the information notification server 100 is provided between the other server and the information notification server 100. Data may be sent and received.
 図9は、実施例2にかかる情報提示システム20の構成を示すブロック図である。情報提示システム20は、情報通知サーバ100とPC200と情報提示サーバ300とを、ネットワーク1を介して接続する。情報通知サーバ100とPC200と情報提示サーバ300とは互いに通信可能である。図9では、簡便に記載しているが、実際には複数の情報通知サーバ100と複数のPC200と複数の情報提示サーバ300がネットワーク1に接続され、それぞれと通信する。 FIG. 9 is a block diagram of a configuration of the information presentation system 20 according to the second embodiment. The information presentation system 20 connects the information notification server 100, the PC 200, and the information presentation server 300 via the network 1. The information notification server 100, the PC 200, and the information presentation server 300 can communicate with each other. Although simply described in FIG. 9, a plurality of information notification servers 100, a plurality of PCs 200, and a plurality of information presentation servers 300 are actually connected to the network 1 and communicate with each other.
 各装置について、より詳細な機能と構成を説明する。上述した実施例1と同一の符号を付した各装置、各部は、実施例1と同様の機能、構成であるため、上述した説明を参照し、異なる点を説明する。 ) More detailed functions and configurations will be described for each device. Since each apparatus and each part which attached | subjected the code | symbol same as Example 1 mentioned above are the functions and structures similar to Example 1, a different point is demonstrated with reference to the above-mentioned description.
 情報提示サーバ300は、送受信部301と、提示情報抽出部302と、ウェブアプリケーション部303と、提示情報変換部304と、提示情報記憶部310とを備えている。 The information presentation server 300 includes a transmission / reception unit 301, a presentation information extraction unit 302, a web application unit 303, a presentation information conversion unit 304, and a presentation information storage unit 310.
 提示情報記憶部310は、通知情報から抽出された提示情報を記憶する。ここで、提示情報とは、一例としては、作業の内容を示す作業情報、作業の期限日または実施日を示す日付情報、作業を実施する担当者を示す担当者情報等のウェブアプリケーションで生成するウェブページに含むべき情報である。なお、通知情報には、これらの情報のほかに、パラメータを定めておくことによって任意の情報を加えることができる。従って、通知情報に含まれる情報に応じて提示情報を変更することができる。 The presentation information storage unit 310 stores the presentation information extracted from the notification information. Here, for example, the presentation information is generated by a web application such as work information indicating the content of the work, date information indicating the deadline date or the execution date of the work, and person-in-charge information indicating a person in charge of performing the work. Information to be included in the web page. In addition to these pieces of information, arbitrary information can be added to the notification information by setting parameters. Therefore, the presentation information can be changed according to the information included in the notification information.
 送受信部301は、ネットワーク1を介して接続された情報通知サーバ100、PC200との間でデータを送受信する。送受信部301は、情報通知サーバ100から通知条件が合致するごとに送信される通知情報を受信する。また、送受信部301は、PC200のウェブブラウザから送信されたウェブアプリケーションを利用するためのURL(Uniform Resource Locator)や認証情報、ウェブアプリケーションに対するリクエストを受信し、ウェブアプリケーションのログインページやリクエストに対する検索結果を示したウェブページ等を送信する。 The transmission / reception unit 301 transmits / receives data to / from the information notification server 100 and the PC 200 connected via the network 1. The transmission / reception unit 301 receives notification information transmitted from the information notification server 100 each time a notification condition is met. Further, the transmission / reception unit 301 receives a URL (Uniform Resource Locator) for using a web application transmitted from the web browser of the PC 200, authentication information, a request for the web application, and a search result for the web application login page or request. The web page etc. which showed are transmitted.
 提示情報抽出部302は、送受信部301によって受信された通知情報から提示情報を抽出し、提示情報記憶部310に格納する。新たに通知情報を受信するたびに、新たな提示情報が蓄積される。 The presentation information extraction unit 302 extracts the presentation information from the notification information received by the transmission / reception unit 301 and stores it in the presentation information storage unit 310. Every time notification information is newly received, new presentation information is accumulated.
 ウェブアプリケーション部303は、PC200のウェブブラウザからウェブページをリクエストされた場合に、提示情報記憶部310に記憶された提示情報を取得し、取得した提示情報を用いて種々のウェブページを生成する。提示ページとは、例えば、ユーザごとに、ユーザが担当する作業情報と、作業の期限日や実施日を示す日付とを表した作業管理表や、カレンダーの作業の期限日や実施日の日付の領域に作業情報を表したスケジュール表等であり、提示情報記憶部310に記憶された提示情報をウェブアプリケーションで定める形式で表示した種々のウェブページである。 When a web page is requested from the web browser of the PC 200, the web application unit 303 acquires the presentation information stored in the presentation information storage unit 310, and generates various web pages using the acquired presentation information. The presentation page is, for example, for each user, a work management table that shows work information that the user is in charge of, and a date indicating the deadline date or execution date of the work, or a deadline date or execution date of the work in the calendar. It is a schedule table or the like that represents work information in an area, and various web pages that display presentation information stored in the presentation information storage unit 310 in a format determined by a web application.
 また、ウェブアプリケーション部303は、ユーザに有償または無償で提供されている汎用的なウェブアプリケーションであってもよい。この場合は、提示情報変換部304によって提示情報記憶部310に記憶された提示情報を既存のウェブアプリケーションが利用できる形に変換したうえで、ウェブアプリケーション部303に受け渡す。これにより、専用のウェブアプリケーションを新たに作成することなく、提示情報記憶部310に記憶された提示情報をウェブアプリケーションで利用することができる。 Further, the web application unit 303 may be a general-purpose web application provided to the user for a fee or free of charge. In this case, the presentation information stored in the presentation information storage unit 310 by the presentation information conversion unit 304 is converted into a form that can be used by an existing web application, and then transferred to the web application unit 303. Thus, the presentation information stored in the presentation information storage unit 310 can be used in the web application without newly creating a dedicated web application.
 図10は、情報提示サーバ300が実行する提示情報蓄積処理の手順を示すフローチャートである。 FIG. 10 is a flowchart showing the procedure of the presentation information storage process executed by the information presentation server 300.
 送受信部301は、1または複数の情報通知サーバ100から送信される通知情報を受信する(ステップS101)。通知情報は、1または複数の情報通知サーバ100から通知条件に合致するたびに送信される。提示情報抽出部302は、通知情報から提示情報を抽出する(ステップS102)。提示情報抽出部302は、抽出した提示情報を提示情報記憶部310に格納する(ステップS103)。 The transmission / reception unit 301 receives notification information transmitted from one or a plurality of information notification servers 100 (step S101). Notification information is transmitted from one or a plurality of information notification servers 100 each time a notification condition is met. The presentation information extraction unit 302 extracts presentation information from the notification information (step S102). The presentation information extraction unit 302 stores the extracted presentation information in the presentation information storage unit 310 (step S103).
 このように、情報通知サーバ100から送信される通知情報を受信するごとに、通知情報から抽出した提示情報を提示情報記憶部310に格納することにより、ユーザが確認したい情報(例えば、作業管理に必要な情報等)をウェブアプリケーションで取り扱える形で蓄積することができるため、ユーザにデータの入力や編集等の作業負担をかけることなく有用な情報の入力を完了することができる。 In this way, each time the notification information transmitted from the information notification server 100 is received, the presentation information extracted from the notification information is stored in the presentation information storage unit 310, so that the user wants to confirm information (for example, for work management). Necessary information, etc.) can be stored in a form that can be handled by a web application, so that input of useful information can be completed without burdening the user with data input and editing.
 図11は、PC200と情報提示サーバ300が実行する提示情報送信処理の手順を示すフローチャートである。 FIG. 11 is a flowchart illustrating a procedure of presentation information transmission processing executed by the PC 200 and the information presentation server 300.
 PC200の送受信部201は、ウェブブラウザから入力されたウェブアプリケーションのURLを送信する(ステップS111)。情報提示サーバ300の送受信部301は、ウェブアプリケーションのログインページを送信する(ステップS112)。PC200の送受信部201は、ユーザIDおよびパスワードを送信する(ステップS113)。情報提示サーバ300の送受信部301は、ウェブアプリケーション部303によってユーザIDおよびパスワードを認証し、認証結果を示すウェブページを送信する(ステップS114)。PC200の送受信部201は、ウェブアプリケーションに対するリクエストを送信する(ステップS115)。 The transmission / reception unit 201 of the PC 200 transmits the URL of the web application input from the web browser (step S111). The transmission / reception unit 301 of the information presentation server 300 transmits a login page of the web application (step S112). The transmission / reception unit 201 of the PC 200 transmits the user ID and password (step S113). The transmission / reception unit 301 of the information presentation server 300 authenticates the user ID and password by the web application unit 303, and transmits a web page indicating the authentication result (step S114). The transmission / reception unit 201 of the PC 200 transmits a request for the web application (step S115).
 情報提示サーバ300の送受信部301は、ウェブアプリケーションに対するリクエストを受信する(ステップS116)。ウェブアプリケーション部303は、提示情報記憶部310から提示情報を取得する(ステップS117)。ウェブアプリケーション部303は、提示情報を表したウェブページを生成する(ステップS118)。なお、ウェブアプリケーション部303が汎用的なウェブアプリケーションであり、提示情報記憶部310のデータ構成が汎用的なウェブアプリケーションで想定されている場合と異なり、提示情報を提示情報記憶部310から直接取得できない場合は、提示情報変換部304によって提示情報記憶部310に記憶されている提示情報を変換し、汎用的なウェブアプリケーションに受け渡す。送受信部301は、ウェブページをPC200に送信する(ステップS119)。 The transmission / reception unit 301 of the information presentation server 300 receives a request for the web application (step S116). The web application unit 303 acquires the presentation information from the presentation information storage unit 310 (step S117). The web application unit 303 generates a web page representing the presentation information (step S118). Unlike the case where the web application unit 303 is a general-purpose web application and the data configuration of the presentation information storage unit 310 is assumed to be a general-purpose web application, the presentation information cannot be directly acquired from the presentation information storage unit 310. In this case, the presentation information stored in the presentation information storage unit 310 is converted by the presentation information conversion unit 304 and transferred to a general-purpose web application. The transmission / reception unit 301 transmits the web page to the PC 200 (step S119).
 PC200の送受信部201は、情報提示サーバ300から送信されたウェブページを受信する(ステップS120)。操作表示部202は、ウェブブラウザでウェブページを表示する(ステップS121)。 The transmission / reception unit 201 of the PC 200 receives the web page transmitted from the information presentation server 300 (step S120). The operation display unit 202 displays a web page with a web browser (step S121).
 このように、情報通知サーバ100から送信された通知情報を提示情報として提示情報記憶部310に蓄積し、蓄積された提示情報をウェブアプリケーションによって一覧性の高いウェブページで表示することができるため、ユーザごとに期限日や実施日が決まっている作業を漏れなく確認することができる。また、通常のスケジュール管理ウェブアプリケーションを使用する場合は、ユーザ自身が作業項目や期限日、実施日を入力する必要である。しかしながら、本実施例にかかる情報提示システム20では、情報通知サーバ100において通知条件に合致した場合に自動的に送信される通知情報から提示情報を抽出して蓄積し、蓄積された提示情報をウェブページで閲覧することができる。このため、ユーザのスケジュール管理の作業負担を大幅に削減することができる。また、外部データベースで一元管理しているデータに基づいて通知情報が生成され、送信されるため、漏れのない情報を得ることができる。 As described above, the notification information transmitted from the information notification server 100 can be accumulated as the presentation information in the presentation information storage unit 310, and the accumulated presentation information can be displayed on a web page with high listability by the web application. It is possible to check the work whose deadline date and execution date are determined for each user without omission. In addition, when using a normal schedule management web application, the user himself / herself needs to input a work item, a deadline date, and an implementation date. However, in the information presentation system 20 according to the present embodiment, the information notification server 100 extracts and accumulates the presentation information from the notification information that is automatically transmitted when the notification condition is met, and the accumulated presentation information is stored in the web. Can be viewed on the page. For this reason, the work burden of the user's schedule management can be greatly reduced. In addition, since notification information is generated and transmitted based on data that is centrally managed in an external database, information without omission can be obtained.
 他の実施例として、通知情報に担当者が所属するグループに関する情報を加え、グループに関する情報を提示情報として記憶することによって、担当者のみではなく、グループに属する担当者の作業を管理するページを生成することができる。これにより、グループ全体の作業管理を行うことができる。 As another example, by adding information about the group to which the person in charge belongs to the notification information and storing the information about the group as presentation information, a page for managing the work of the person in charge belonging to the group in addition to the person in charge is provided. Can be generated. Thereby, the work management of the whole group can be performed.
 なお、本発明は、上述した実施例そのままに限定されるものではなく、実施段階ではその要旨を逸脱しない範囲で構成要素を変形して具体化することができる。また、上述した実施例に開示されている複数の構成要素は適宜組み合わせてもよく、上述した実施例に示される構成要素からいくつかの構成要素を削除してもよい。 Note that the present invention is not limited to the above-described embodiments as they are, and can be embodied by modifying the components without departing from the scope of the invention in the implementation stage. In addition, a plurality of constituent elements disclosed in the above-described embodiments may be appropriately combined, and some constituent elements may be deleted from the constituent elements shown in the above-described embodiments.
 上述した実施例の情報通知サーバ100、PC200、情報提示サーバ300のハードウェア構成について説明する。情報通知サーバ100、PC200、情報提示サーバ300は、CPU(Central Processing Unit)等の制御装置と、ROM(Read Only Memory)やRAM(Random Access Memory)等の記憶装置と、HDD(Hard Disk Drive)、CD(Compact Disk)ドライブ装置等の外部記憶装置と、ディスプレイ等の表示装置と、キーボードやマウス等の入力装置と、他の装置と通信を行う通信インタフェースとこれらを接続するバスを備えており、通常のコンピュータを利用したハードウェア構成である。 The hardware configuration of the information notification server 100, the PC 200, and the information presentation server 300 according to the above-described embodiment will be described. The information notification server 100, the PC 200, and the information presentation server 300 include a control device such as a CPU (Central Processing Unit), a storage device such as a ROM (Read Only Memory) and a RAM (Random Access Memory), and an HDD (Hard Disk Drive). And external storage devices such as CD (Compact Disk) drive devices, display devices such as displays, input devices such as keyboards and mice, communication interfaces that communicate with other devices, and buses that connect these devices This is a hardware configuration using a normal computer.
 上述した実施例では、上述した各部を備える情報通知サーバ100が情報通知装置として動作し、上述した各部を備える情報提示サーバ300が情報提示装置として動作する。また、上述した情報通知サーバ100、または情報通知サーバ100とPC200が情報提示方法を実行し、上述した情報提示サーバ300、または情報提示サーバ300とPC200が情報提示方法を実行する。 In the above-described embodiment, the information notification server 100 including the above-described units operates as an information notification device, and the information presentation server 300 including the above-described units operates as an information presentation device. Moreover, the information notification server 100 or the information notification server 100 and the PC 200 described above execute the information presentation method, and the information presentation server 300 or the information presentation server 300 and the PC 200 described above execute the information presentation method.
 また、情報通知サーバ100内のCPUが情報通知プログラムをROMから読み出して実行することにより、各種デバイスを動作させることによって上述した実施例を実現する。情報通知サーバ100で実行される情報通知プログラムは、上述した各部(操作表示制御部、検索文生成部、検索データ取得部、通知情報生成部、送受信部、項目生成部)を含むモジュール構成となっており、実際のハードウェアとしてはCPUがROMから情報通知プログラムを読み出して実行することにより上述した各部が主記憶装置上にロードされ、操作表示制御部102と、検索文生成部103と、検索データ取得部104と、通知情報生成部105と、送受信部106と、項目生成部107が主記憶装置上に生成される。情報提示サーバ300で実行される情報提示プログラムは、上述した各部(送受信部、提示情報抽出部、ウェブアプリケーション部、提示情報変換部)を含むモジュール構成となっており、実際のハードウェアとしてはCPUがROMから情報提示プログラムを読み出して実行することにより上述した各部が主記憶装置上にロードされ、送受信部301と、提示情報抽出部302と、ウェブアプリケーション部303と、提示情報変換部304が主記憶装置上に生成される。 Also, the above-described embodiment is realized by operating various devices by the CPU in the information notification server 100 reading and executing the information notification program from the ROM. The information notification program executed by the information notification server 100 has a module configuration including the above-described units (operation display control unit, search sentence generation unit, search data acquisition unit, notification information generation unit, transmission / reception unit, item generation unit). As the actual hardware, the CPU reads the information notification program from the ROM and executes it, so that the above-described units are loaded onto the main storage device, and the operation display control unit 102, the search sentence generation unit 103, the search A data acquisition unit 104, a notification information generation unit 105, a transmission / reception unit 106, and an item generation unit 107 are generated on the main storage device. The information presentation program executed by the information presentation server 300 has a module configuration including the above-described units (transmission / reception unit, presentation information extraction unit, web application unit, presentation information conversion unit). When the information presentation program is read from the ROM and executed, the above-described units are loaded onto the main storage device, and the transmission / reception unit 301, the presentation information extraction unit 302, the web application unit 303, and the presentation information conversion unit 304 are main. Generated on the storage device.
 なお、項目記憶部110と、検索文記憶部120と、外部データベース130と、通知情報記憶部140、提示情報記憶部310は、主記憶装置上に構成するほか、HDD、光ディスク、メモリカードなどの一般的に利用されているあらゆる記憶媒体によって構成することもできる。 The item storage unit 110, the search sentence storage unit 120, the external database 130, the notification information storage unit 140, and the presentation information storage unit 310 are configured on the main storage device, such as an HDD, an optical disk, and a memory card. It can also be configured by any commonly used storage medium.
 また、情報通知プログラムや情報提示プログラムは、インストール可能な形式又は実行可能な形式のファイルでCD-ROM、フレキシブルディスク(FD)、CD-R、DVD(Digital Versatile Disk)、USBメモリ等のコンピュータで読み取り可能な記録媒体に記録して提供してもよい。 The information notification program and the information presentation program are files in an installable or executable format, such as a CD-ROM, flexible disk (FD), CD-R, DVD (Digital Versatile Disk), or USB memory. It may be provided by being recorded on a readable recording medium.
 さらに、情報通知プログラムや情報提示プログラムを、インターネット等のネットワークに接続されたコンピュータ上に格納し、ネットワーク経由でダウンロードさせることにより提供するように構成してもよい。また、情報通知プログラムや情報提示プログラムをインターネット等のネットワーク経由で提供または配布するように構成してもよい。 Further, the information notification program and the information presentation program may be stored on a computer connected to a network such as the Internet and provided by being downloaded via the network. The information notification program and the information presentation program may be provided or distributed via a network such as the Internet.
   1 ネットワーク
  10 情報通知システム
  20 情報提示システム
 100 情報通知サーバ
 101 操作表示部
 102 操作表示制御部
 103 検索文生成部
 104 検索データ取得部
 105 通知情報生成部
 106 送受信部
 107 スケジュール制御部
 108 項目生成部
 110 項目記憶部
 120 検索文記憶部
 130 外部データベース
 140 通知情報記憶部
 200 パーソナルコンピュータ
 201 送受信部
 202 操作表示部
 300 情報提示サーバ
 301 送受信部
 302 提示情報抽出部
 303 ウェブアプリケーション部
 304 提示情報変換部
 310 提示情報記憶部
DESCRIPTION OF SYMBOLS 1 Network 10 Information notification system 20 Information presentation system 100 Information notification server 101 Operation display part 102 Operation display control part 103 Search sentence generation part 104 Search data acquisition part 105 Notification information generation part 106 Transmission / reception part 107 Schedule control part 108 Item generation part 110 Item storage unit 120 Search sentence storage unit 130 External database 140 Notification information storage unit 200 Personal computer 201 Transmission / reception unit 202 Operation display unit 300 Information presentation server 301 Transmission / reception unit 302 Presentation information extraction unit 303 Web application unit 304 Presentation information conversion unit 310 Presentation information Memory

Claims (11)

  1.  情報通知装置であって、
     入力画面に表示する項目名と、1または複数の外部データベースにおける前記項目名に対応する項目を特定する項目特定情報と、前記項目に記憶するデータの属性を示す項目属性と、を対応付けて記憶する項目記憶手段と、
     前記項目属性ごとに、前記項目記憶手段に記憶された前記項目名を選択可能とする入力画面を表示部に表示するよう制御する表示制御手段と、
     前記入力画面から選択された前記項目名および前記項目名を用いた通知条件の入力を受付ける受付手段と、
     受付けられた前記項目名に対応付けられた前記項目特定情報、および前記通知条件を含んだ検索文を生成し、生成された前記検索文を検索文記憶部に格納する検索文生成手段と、
     前記検索文記憶部に格納された前記検索文で前記外部データベースを検索し、検索された検索データを前記外部データベースから取得する検索データ取得手段と、
     取得された前記検索データを含む通知情報を生成する通知情報生成手段と、
     生成された前記通知情報をネットワークで接続された情報処理装置に送信する送信手段と、
     前記検索データ取得手段を所定のタイミングで実行するよう制御するスケジュール制御手段と、
     を備える情報通知装置。
    An information notification device,
    An item name displayed on the input screen, item specifying information for specifying an item corresponding to the item name in one or a plurality of external databases, and an item attribute indicating an attribute of data stored in the item are stored in association with each other. Item storage means for
    Display control means for controlling to display on the display unit an input screen that enables selection of the item name stored in the item storage means for each item attribute;
    Receiving means for receiving an input of the item name selected from the input screen and a notification condition using the item name;
    A search statement generating means for generating a search statement including the item specifying information associated with the received item name and the notification condition, and storing the generated search statement in a search statement storage unit;
    Search data acquisition means for searching the external database with the search text stored in the search text storage unit and acquiring the searched search data from the external database;
    Notification information generating means for generating notification information including the acquired search data;
    Transmitting means for transmitting the generated notification information to an information processing apparatus connected via a network;
    Schedule control means for controlling the search data acquisition means to execute at a predetermined timing;
    An information notification device comprising:
  2.  前記受付手段は、
     前記項目属性が日付である前記項目名を選択し、かつ、前記項目名に対応付けられた前記項目特定情報が示す領域に記憶された日付が、検索日の日付と一致するか否か、もしくは、前記検索日の日付から所定の期間だけ前あるいは後の日付と一致するは否かを判断する通知条件の入力を受付けること、
     または、
     前記項目属性が数値である前記項目名を選択し、かつ、前記項目名に対応付けられた前記項目特定情報が示す領域に記憶された数値が、所定の値と一致するか否か、所定の値を超えるか否か、所定の値以上であるか否か、所定の値以下であるか否か、もしくは、所定の値未満であるか否かのうちの少なくとも1つを判断する通知条件の入力を受付けること、
     または、
     前記項目属性がテキストデータである前記項目名を選択し、かつ、前記項目名に対応付けられた前記項目特定情報が示す領域に記憶されたテキストデータが、所定のテキストデータと一致するか否かを判断する通知条件の入力を受付けること、
     または、
     前記項目属性が日付である前記項目名を選択し、かつ、前記項目名に対応付けられた前記項目特定情報が示す領域に記憶された日付が、所定の期間内に含まれるか否かを判断する通知条件の入力を受付けること、である請求項1に記載の情報通知装置。
    The accepting means is
    Whether the item attribute is a date, and the date stored in the area indicated by the item identification information associated with the item name matches the date of the search date, or Receiving an input of a notification condition for determining whether or not the date matches the date before or after a predetermined period from the date of the search date,
    Or
    The item name whose item attribute is a numerical value is selected, and whether or not the numerical value stored in the area indicated by the item specifying information associated with the item name matches a predetermined value, A notification condition for determining at least one of whether the value exceeds, whether it is greater than or equal to a predetermined value, whether it is less than or equal to a predetermined value, or less than a predetermined value Accepting input,
    Or
    Whether the item attribute whose text attribute is text data is selected, and whether the text data stored in the area indicated by the item identification information associated with the item name matches predetermined text data Accepting notification conditions to determine
    Or
    Select the item name whose item attribute is a date, and determine whether the date stored in the area indicated by the item specifying information associated with the item name is included within a predetermined period The information notification apparatus according to claim 1, wherein the information notification apparatus receives an input of a notification condition to be performed.
  3.  前記通知情報生成手段は、
     前記通知情報を、メールデータとして生成すること、
     または、
     前記通知情報を、スケジュール管理ウェブアプリケーションに読み込まれ、スケジュールに書き込まれるスケジュールデータとして生成すること、
     または、
     前記通知情報を、プリンタで印刷されるプリンタデータとして生成すること、
     または、
     前記通知情報を、ファクシミリに送信されるファクシミリデータとして生成すること、
     または、
     前記通知情報を、デジタルフォトフレームに送信されるデジタルフォトフレームデータとして生成すること、
     または、
     前記通知情報を、音声応答ソフトウェアに読み込まれ、音声通知される音声応答データとして生成すること、
     または、
     前記通知情報を、SNS(Social Networking Service)のウェブサイトに投稿することによって、ウェブサイトで表示されるウェブデータとして生成すること、である請求項1または請求項2に記載の情報通知装置。
    The notification information generating means
    Generating the notification information as mail data;
    Or
    Generating the notification information as schedule data that is read into a schedule management web application and written to the schedule;
    Or
    Generating the notification information as printer data to be printed by a printer;
    Or
    Generating the notification information as facsimile data to be transmitted to a facsimile;
    Or
    Generating the notification information as digital photo frame data transmitted to the digital photo frame;
    Or
    Generating the notification information as voice response data that is read into voice response software and notified by voice;
    Or
    The information notification apparatus according to claim 1, wherein the notification information is generated as web data displayed on a website by posting the information on a website of an SNS (Social Networking Service).
  4.  前記外部データベースから前記項目名と前記項目特定情報と前記項目属性とを取得し、取得された前記項目名と前記項目特定情報と前記項目属性とを対応付けて前記項目記憶手段に格納する項目生成手段、をさらに備える請求項1乃至請求項3のいずれか1つに記載の情報通知装置。 Item generation that acquires the item name, the item specifying information, and the item attribute from the external database, and stores the acquired item name, the item specifying information, and the item attribute in the item storage unit in association with each other The information notification device according to any one of claims 1 to 3, further comprising: means.
  5.  情報検索装置と、情報通知装置とをネットワークで接続する情報通知システムであって、
     前記情報検索装置は、
     入力画面に表示する項目名と、1または複数の外部データベースにおける前記項目名に対応する項目を特定する項目特定情報と、前記項目に記憶するデータの属性を示す項目属性と、を対応付けて記憶する項目記憶手段と、
     前記項目属性ごとに、前記項目記憶手段に記憶された前記項目名を選択可能とする入力画面を表示部に表示するよう制御する表示制御手段と、
     前記入力画面から選択された前記項目名および前記項目名を用いた通知条件の入力を受付ける受付手段と、
     受付けられた前記項目名に対応付けられた前記項目特定情報、および前記通知条件を含んだ検索文を生成し、生成された前記検索文を検索文記憶部に格納する検索文生成手段と、
     前記検索文記憶部に格納された前記検索文で前記外部データベースを検索し、検索された検索データを前記外部データベースから取得する検索データ取得手段と、
     取得された前記検索データを含む通知情報を生成する通知情報生成手段と、
     生成された前記通知情報を前記情報通知装置に送信する第1送信手段と、
     前記検索データ取得手段を所定のタイミングで実行するよう制御する第1スケジュール制御手段と、を備え、
     前記情報通知装置は、
     前記情報検索装置から送信された前記通知情報を受信し、受信された前記通知情報を通知情報記憶部に格納する受信手段と、
     前記通知情報記憶部に格納された前記通知情報を前記ネットワークで接続された情報処理装置に送信する第2送信手段と、
     前記第2送信手段を所定のタイミングで実行するよう制御する第2スケジュール制御手段と、
     を備える情報通知システム。
    An information notification system for connecting an information search device and an information notification device via a network,
    The information search device includes:
    An item name displayed on the input screen, item specifying information for specifying an item corresponding to the item name in one or a plurality of external databases, and an item attribute indicating an attribute of data stored in the item are stored in association with each other. Item storage means for
    Display control means for controlling to display on the display unit an input screen that enables selection of the item name stored in the item storage means for each item attribute;
    Receiving means for receiving an input of the item name selected from the input screen and a notification condition using the item name;
    A search statement generating means for generating a search statement including the item specifying information associated with the received item name and the notification condition, and storing the generated search statement in a search statement storage unit;
    Search data acquisition means for searching the external database with the search text stored in the search text storage unit and acquiring the searched search data from the external database;
    Notification information generating means for generating notification information including the acquired search data;
    First transmission means for transmitting the generated notification information to the information notification device;
    First schedule control means for controlling the search data acquisition means to execute at a predetermined timing,
    The information notification device includes:
    Receiving means for receiving the notification information transmitted from the information search device, and storing the received notification information in a notification information storage unit;
    Second transmission means for transmitting the notification information stored in the notification information storage unit to an information processing apparatus connected via the network;
    Second schedule control means for controlling the second transmission means to execute at a predetermined timing;
    An information notification system comprising:
  6.  情報通知装置と、情報提示装置とをネットワークで接続する情報提示システムであって、
     前記情報通知装置は、
     入力画面に表示する項目名と、1または複数の外部データベースにおける前記項目名に対応する項目を特定する項目特定情報と、前記項目に記憶するデータの属性を示す項目属性と、を対応付けて記憶する項目記憶手段と、
     前記項目属性ごとに、前記項目記憶手段に記憶された前記項目名を選択可能とする入力画面を表示部に表示するよう制御する表示制御手段と、
     前記入力画面から選択された前記項目名および前記項目名を用いた通知条件の入力を受付ける受付手段と、
     受付けられた前記項目名に対応付けられた前記項目特定情報、および前記通知条件を含んだ検索文を生成し、生成された前記検索文を検索文記憶部に格納する検索文生成手段と、
     前記検索文記憶部に格納された前記検索文で前記外部データベースを検索し、検索された検索データを前記外部データベースから取得する検索データ取得手段と、
     取得された前記検索データを含む通知情報を生成する通知情報生成手段と、
     生成された前記通知情報を前記情報提示装置に送信する送信手段と、
     前記検索データ取得手段を所定のタイミングで実行するよう制御するスケジュール制御手段と、を備え、
     前記情報提示装置は、
     ウェブアプリケーションが生成するウェブページに含むべき提示情報を記憶する提示情報記憶手段と、
     前記情報通知装置から送信された前記通知情報を受信する通知情報受信手段と、
     受信された前記通知情報から提示情報を抽出する情報抽出手段と、
     抽出された前記提示情報を前記提示情報記憶手段に格納する提示情報格納手段と、
     前記ネットワークで接続された情報処理装置から前記ウェブページのリクエストが送信された場合に、前記提示情報記憶手段に記憶した前記提示情報からウェブページを生成するウェブページ生成手段と、
     生成された前記ウェブページを前記情報処理装置に送信するウェブページ送信手段と、
     を備える情報提示システム。
    An information presentation system for connecting an information notification device and an information presentation device via a network,
    The information notification device includes:
    An item name displayed on the input screen, item specifying information for specifying an item corresponding to the item name in one or a plurality of external databases, and an item attribute indicating an attribute of data stored in the item are stored in association with each other. Item storage means for
    Display control means for controlling to display on the display unit an input screen that enables selection of the item name stored in the item storage means for each item attribute;
    Receiving means for receiving an input of the item name selected from the input screen and a notification condition using the item name;
    A search statement generating means for generating a search statement including the item specifying information associated with the received item name and the notification condition, and storing the generated search statement in a search statement storage unit;
    Search data acquisition means for searching the external database with the search text stored in the search text storage unit and acquiring the searched search data from the external database;
    Notification information generating means for generating notification information including the acquired search data;
    Transmitting means for transmitting the generated notification information to the information presentation device;
    Schedule control means for controlling the search data acquisition means to execute at a predetermined timing,
    The information presentation device includes:
    Presentation information storage means for storing presentation information to be included in a web page generated by a web application;
    Notification information receiving means for receiving the notification information transmitted from the information notification device;
    Information extracting means for extracting presentation information from the received notification information;
    Presentation information storage means for storing the extracted presentation information in the presentation information storage means;
    Web page generation means for generating a web page from the presentation information stored in the presentation information storage means when a request for the web page is transmitted from an information processing apparatus connected via the network;
    Web page transmitting means for transmitting the generated web page to the information processing apparatus;
    An information presentation system comprising:
  7.  前記検索データ取得手段は、作業を実施する担当者を示す担当者情報と、作業の内容を示す作業情報と、作業の期限日または実施日を示す日付情報とを含む検索データを前記外部データベースから取得し、
     前記提示情報記憶手段は、前記提示情報として、前記担当者情報と、前記作業情報と、前記日付情報とを対応付けて記憶し、
     前記ウェブページ生成手段は、前記情報処理装置から入力されたユーザ情報に応じた前記担当者情報に対応付けられた前記作業情報と前記日付とを表した作業管理表を示すウェブページ、または、カレンダーの作業の期限日または実施日の日付の領域に前記ユーザ情報に応じた前記担当者情報に対応付けられた前記作業情報を表したスケジュール表を示すウェブページを生成すること、である請求項6に記載の情報提示システム。
    The search data acquisition means retrieves search data including person-in-charge information indicating a person in charge of performing work, work information indicating work contents, and date information indicating a work due date or execution date from the external database. Acquired,
    The presentation information storage means stores the person-in-charge information, the work information, and the date information in association with each other as the presentation information,
    The web page generating means includes a web page or a calendar showing a work management table representing the work information and the date associated with the person-in-charge information corresponding to the user information input from the information processing apparatus. 7. A web page indicating a schedule table representing the work information associated with the person-in-charge information corresponding to the user information is generated in a field of a work deadline date or an execution date. Information presentation system described in 1.
  8.  入力画面に表示する項目名と、1または複数の外部データベースにおける前記項目名に対応する項目を特定する項目特定情報と、前記項目に記憶するデータの属性を示す項目属性と、を対応付けて記憶する項目記憶手段と、を備える情報通知装置で実行される情報通知方法であって、
     前記項目属性ごとに、前記項目記憶手段に記憶された前記項目名を選択可能とする入力画面を表示部に表示するよう制御する表示制御ステップと、
     前記入力画面から選択された前記項目名および前記項目名を用いた通知条件の入力を受付ける受付ステップと、
     受付けられた前記項目名に対応付けられた前記項目特定情報、および前記通知条件を含んだ検索文を生成し、生成された前記検索文を検索文記憶部に格納する検索文生成ステップと、
     前記検索文記憶部に格納された前記検索文で前記外部データベースを検索し、検索された検索データを前記外部データベースから取得する検索データ取得ステップと、
     取得された前記検索データを含む通知情報を生成する通知情報生成ステップと、
     生成された前記通知情報をネットワークで接続された情報処理装置に送信する送信ステップと、
     前記送信ステップを所定のタイミングで実行するよう制御するスケジュール制御ステップと、
     を含む情報通知方法。
    An item name displayed on the input screen, item specifying information for specifying an item corresponding to the item name in one or a plurality of external databases, and an item attribute indicating an attribute of data stored in the item are stored in association with each other. An information notification method executed by an information notification device comprising:
    A display control step for controlling to display on the display unit an input screen that enables selection of the item name stored in the item storage means for each item attribute;
    An accepting step of accepting an input of a notification condition using the item name and the item name selected from the input screen;
    A search statement generation step of generating a search statement including the item specifying information associated with the accepted item name and the notification condition, and storing the generated search statement in a search statement storage unit;
    A search data acquisition step of searching the external database with the search text stored in the search text storage unit, and acquiring the searched search data from the external database;
    A notification information generating step for generating notification information including the acquired search data;
    A transmission step of transmitting the generated notification information to an information processing apparatus connected via a network;
    A schedule control step for controlling the transmission step to be executed at a predetermined timing;
    Information notification method including
  9.  1または複数の情報通知装置と、情報提示装置とをネットワークを介して接続する情報提示システムで実行される情報提示方法であって、
     前記情報通知装置は、
     入力画面に表示する項目名と、1または複数の外部データベースにおける前記項目名に対応する項目を特定する項目特定情報と、前記項目に記憶するデータの属性を示す項目属性と、を対応付けて記憶する項目記憶手段と、ウェブアプリケーションが生成するウェブページに含むべき提示情報を記憶する提示情報記憶手段と、を備え、
     前記項目属性ごとに、前記項目記憶手段に記憶された前記項目名を選択可能とする入力画面を表示部に表示するよう制御する表示制御ステップと、
     前記入力画面から選択された前記項目名および前記項目名を用いた通知条件の入力を受付ける受付ステップと、
     受付けられた前記項目名に対応付けられた前記項目特定情報、および前記通知条件を含んだ検索文を生成し、生成された前記検索文を検索文記憶部に格納する検索文生成ステップと、
     前記検索文記憶部に格納された前記検索文で前記外部データベースを検索し、検索された検索データを前記外部データベースから取得する検索データ取得ステップと、
     取得された前記検索データを含む通知情報を生成する通知情報生成ステップと、
     生成された前記通知情報を前記情報提示装置に送信する通知情報送信ステップと、
     前記検索データ取得ステップを所定のタイミングで実行するよう制御するスケジュール制御ステップと、を含み、
     前記情報提示装置は、
     ウェブアプリケーションが生成するウェブページに含むべき提示情報を記憶する提示情報記憶手段を備え、
     前記情報提示装置から送信された前記通知情報を受信する通知情報受信ステップと、
     受信された前記通知情報から提示情報を抽出する情報抽出ステップと、
     抽出された前記提示情報を前記提示情報記憶手段に格納する提示情報格納ステップと、
     前記ネットワークで接続された情報処理装置から前記ウェブページのリクエストが送信された場合に、前記提示情報記憶手段に記憶した前記提示情報からウェブページを生成するウェブページ生成ステップと、
     生成された前記ウェブページを前記情報処理装置に送信するウェブページ送信ステップと、
     を含む情報提示方法。
    An information presentation method executed by an information presentation system that connects one or more information notification devices and an information presentation device via a network,
    The information notification device includes:
    An item name displayed on the input screen, item specifying information for specifying an item corresponding to the item name in one or a plurality of external databases, and an item attribute indicating an attribute of data stored in the item are stored in association with each other. Item storage means, and presentation information storage means for storing presentation information to be included in the web page generated by the web application,
    A display control step for controlling to display on the display unit an input screen that enables selection of the item name stored in the item storage means for each item attribute;
    An accepting step of accepting an input of a notification condition using the item name and the item name selected from the input screen;
    A search statement generation step of generating a search statement including the item specifying information associated with the accepted item name and the notification condition, and storing the generated search statement in a search statement storage unit;
    A search data acquisition step of searching the external database with the search text stored in the search text storage unit and acquiring the searched search data from the external database;
    A notification information generating step for generating notification information including the acquired search data;
    A notification information transmission step of transmitting the generated notification information to the information presentation device;
    A schedule control step for controlling the search data acquisition step to be executed at a predetermined timing,
    The information presentation device includes:
    A presentation information storage means for storing presentation information to be included in a web page generated by a web application;
    A notification information receiving step for receiving the notification information transmitted from the information presentation device;
    An information extraction step of extracting presentation information from the received notification information;
    A presentation information storage step of storing the extracted presentation information in the presentation information storage means;
    A web page generating step of generating a web page from the presentation information stored in the presentation information storage means when a request for the web page is transmitted from an information processing apparatus connected via the network;
    A web page transmission step of transmitting the generated web page to the information processing apparatus;
    Information presentation method.
  10.  入力画面に表示する項目名と、1または複数の外部データベースにおける前記項目名に対応する項目を特定する項目特定情報と、前記項目に記憶するデータの属性を示す項目属性と、を対応付けて記憶する項目記憶手段、を備えた1または複数のコンピュータに、
     前記項目属性ごとに、前記項目記憶手段に記憶された前記項目名を選択可能とする入力画面を表示部に表示するよう制御する表示制御ステップと、
     前記入力画面から選択された前記項目名および前記項目名を用いた通知条件の入力を受付ける受付ステップと、
     受付けられた前記項目名に対応付けられた前記項目特定情報、および前記通知条件を含んだ検索文を生成し、生成された前記検索文を検索文記憶部に格納する検索文生成ステップと、
     前記検索文記憶部に格納された前記検索文で前記外部データベースを検索し、検索された検索データを前記外部データベースから取得する検索データ取得ステップと、
     取得された前記検索データを含む通知情報を生成する通知情報生成ステップと、
     生成された前記通知情報を送信する送信ステップと、
     前記検索データ取得ステップを所定のタイミングで実行するよう制御するスケジュール制御ステップと、
     を実行させる情報通知プログラム。
    An item name displayed on the input screen, item specifying information for specifying an item corresponding to the item name in one or a plurality of external databases, and an item attribute indicating an attribute of data stored in the item are stored in association with each other. One or more computers having item storage means for
    A display control step for controlling to display on the display unit an input screen that enables selection of the item name stored in the item storage means for each item attribute;
    An accepting step of accepting an input of a notification condition using the item name and the item name selected from the input screen;
    A search statement generation step of generating a search statement including the item specifying information associated with the accepted item name and the notification condition, and storing the generated search statement in a search statement storage unit;
    A search data acquisition step of searching the external database with the search text stored in the search text storage unit, and acquiring the searched search data from the external database;
    A notification information generating step for generating notification information including the acquired search data;
    A transmission step of transmitting the generated notification information;
    A schedule control step for controlling the search data acquisition step to be executed at a predetermined timing;
    Information notification program to execute
  11.  入力画面に表示する項目名と、1または複数の外部データベースにおける前記項目名に対応する項目を特定する項目特定情報と、前記項目に記憶するデータの属性を示す項目属性と、を対応付けて記憶する項目記憶手段と、ウェブアプリケーションが生成するウェブページに含むべき提示情報を記憶する提示情報記憶手段と、を備えた1または複数のコンピュータに、
     前記項目属性ごとに、前記項目記憶手段に記憶された前記項目名を選択可能とする入力画面を表示部に表示するよう制御する表示制御ステップと、
     前記入力画面から選択された前記項目名および前記項目名を用いた通知条件の入力を受付ける受付ステップと、
     受付けられた前記項目名に対応付けられた前記項目特定情報、および前記通知条件を含んだ検索文を生成し、生成された前記検索文を検索文記憶部に格納する検索文生成ステップと、
     前記検索文記憶部に格納された前記検索文で前記外部データベースを検索し、検索された検索データを前記外部データベースから取得する検索データ取得ステップと、
     取得された前記検索データを含む通知情報を生成する通知情報生成ステップと、
     生成された前記通知情報を送信する通知情報送信ステップと、
     前記検索データ取得ステップを所定のタイミングで実行するよう制御するスケジュール制御ステップと、
     送信された前記通知情報を受信する通知情報受信ステップと、
     受信された前記通知情報から提示情報を抽出する情報抽出ステップと、
     抽出された前記提示情報を前記提示情報記憶手段に格納する提示情報格納ステップと、
     ネットワークで接続された他のコンピュータから前記ウェブページのリクエストが送信された場合に、前記提示情報記憶手段に記憶した前記提示情報からウェブページを生成するウェブページ生成ステップと、
     生成された前記ウェブページを前記他のコンピュータに送信するウェブページ送信ステップと、
     を実行させる情報提示プログラム。
    An item name displayed on the input screen, item specifying information for specifying an item corresponding to the item name in one or a plurality of external databases, and an item attribute indicating an attribute of data stored in the item are stored in association with each other. One or a plurality of computers provided with item storage means for storing and presentation information storage means for storing presentation information to be included in a web page generated by a web application,
    A display control step for controlling to display on the display unit an input screen that enables selection of the item name stored in the item storage means for each item attribute;
    An accepting step of accepting an input of a notification condition using the item name and the item name selected from the input screen;
    A search statement generation step of generating a search statement including the item specifying information associated with the accepted item name and the notification condition, and storing the generated search statement in a search statement storage unit;
    A search data acquisition step of searching the external database with the search text stored in the search text storage unit, and acquiring the searched search data from the external database;
    A notification information generating step for generating notification information including the acquired search data;
    A notification information transmission step of transmitting the generated notification information;
    A schedule control step for controlling the search data acquisition step to be executed at a predetermined timing;
    A notification information receiving step for receiving the transmitted notification information;
    An information extraction step of extracting presentation information from the received notification information;
    A presentation information storage step of storing the extracted presentation information in the presentation information storage means;
    A web page generation step of generating a web page from the presentation information stored in the presentation information storage means when a request for the web page is transmitted from another computer connected via a network;
    A web page transmission step of transmitting the generated web page to the other computer;
    Information presentation program that executes
PCT/JP2012/004143 2011-07-07 2012-06-27 Information notification device, information notification system, information presentation system, information notification method, information presentation method, information notification program and information presentation program WO2013005390A1 (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
JP2011150580A JP4881485B1 (en) 2011-07-07 2011-07-07 Information notification system, information presentation system, information notification method, information presentation method, information notification program, and information presentation program
JP2011-150580 2011-07-07

Publications (1)

Publication Number Publication Date
WO2013005390A1 true WO2013005390A1 (en) 2013-01-10

Family

ID=45851232

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/JP2012/004143 WO2013005390A1 (en) 2011-07-07 2012-06-27 Information notification device, information notification system, information presentation system, information notification method, information presentation method, information notification program and information presentation program

Country Status (2)

Country Link
JP (1) JP4881485B1 (en)
WO (1) WO2013005390A1 (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP7430310B2 (en) 2019-09-06 2024-02-13 ユニオンソフト株式会社 Electronic debt management system, method and program

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH07334522A (en) * 1994-06-13 1995-12-22 Hitachi Ltd Document reservation retrieval system
JPH10320247A (en) * 1997-05-16 1998-12-04 Mitsubishi Electric Corp Database management system
JP2003263454A (en) * 2002-03-11 2003-09-19 Hitachi Ltd Documentary information retrieval/delivery device

Family Cites Families (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH11120190A (en) * 1997-10-15 1999-04-30 Hitachi Ltd Reservation retrieval method
JP2000040090A (en) * 1998-07-24 2000-02-08 Nec Ic Microcomput Syst Ltd System and method for network data base retrieval/ updated result automatic mail
JP2002288214A (en) * 2001-03-28 2002-10-04 Hitachi Ltd Search system and search service
JP2002366568A (en) * 2001-06-11 2002-12-20 Nec Soft Ltd Online system, device and program
JP2008021062A (en) * 2006-07-12 2008-01-31 Mitsubishi Electric Corp Monitoring apparatus, monitoring method and monitoring program
JP2009282690A (en) * 2008-05-21 2009-12-03 Toshiba Corp Information search method and information processing apparatus
JP4279342B1 (en) * 2008-05-27 2009-06-17 株式会社Itcs Awareness program and system

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH07334522A (en) * 1994-06-13 1995-12-22 Hitachi Ltd Document reservation retrieval system
JPH10320247A (en) * 1997-05-16 1998-12-04 Mitsubishi Electric Corp Database management system
JP2003263454A (en) * 2002-03-11 2003-09-19 Hitachi Ltd Documentary information retrieval/delivery device

Also Published As

Publication number Publication date
JP4881485B1 (en) 2012-02-22
JP2014081667A (en) 2014-05-08

Similar Documents

Publication Publication Date Title
US8370482B2 (en) Method and system for storing and distributing social and business contact information online
US9697500B2 (en) Presentation of information describing user activities with regard to resources
JP5702439B2 (en) Give feedback from media distribution platform via social network
US20120124126A1 (en) Contextual and task focused computing
JP2007011778A (en) Information retrieval display method and computer readable recording medium
CN102713791A (en) Collecting community feedback for collaborative document development
US20110099464A1 (en) Mechanism for adding content from a search to a document or message
WO2011133173A1 (en) Email views
JP2010186264A (en) Screen generation method, screen generation device, and program
JPWO2017073102A1 (en) Information processing apparatus, information processing method, and program
JP5187113B2 (en) Information processing apparatus and program
US20130036178A1 (en) Disseminating information
JP4881485B1 (en) Information notification system, information presentation system, information notification method, information presentation method, information notification program, and information presentation program
JP2021163447A (en) Information processing apparatus and control method for the same, and program
JP6671649B2 (en) Information processing device
WO2011148872A1 (en) Groupware system and program
JP2010211373A (en) Management device
US20230124194A1 (en) Information processing device, information processing program, and carrier medium
US20210191917A1 (en) Information processing apparatus, information processing method, and program
JP2017175414A (en) Image processing server, data transmission program and sorting device
JP7311897B2 (en) Information processing device, display method and program
JP6588304B2 (en) Information processing apparatus, information processing method, and program
JP2023003560A (en) Service provision system, information processing system, setting method, and program
JP2017040988A (en) Information processing device and information processing program
JP6231846B2 (en) Transmission target output device, transmission target output method, and program

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 12807604

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 12807604

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: JP