WO2021073264A1 - 票据信息采集方法、装置、计算机设备及可读存储介质 - Google Patents

票据信息采集方法、装置、计算机设备及可读存储介质 Download PDF

Info

Publication number
WO2021073264A1
WO2021073264A1 PCT/CN2020/111723 CN2020111723W WO2021073264A1 WO 2021073264 A1 WO2021073264 A1 WO 2021073264A1 CN 2020111723 W CN2020111723 W CN 2020111723W WO 2021073264 A1 WO2021073264 A1 WO 2021073264A1
Authority
WO
WIPO (PCT)
Prior art keywords
entry
template
target
basic
bill
Prior art date
Application number
PCT/CN2020/111723
Other languages
English (en)
French (fr)
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 WO2021073264A1 publication Critical patent/WO2021073264A1/zh

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/40Transformation of program code
    • G06F8/41Compilation
    • G06F8/44Encoding
    • G06F8/443Optimisation

Definitions

  • This application relates to the fields of financial technology and computer technology, and in particular to a method, device, computer equipment, and readable storage medium for collecting bill information.
  • Financial documents are business vouchers for revenue and expenditure issued by units and individuals in purchasing and selling commodities, providing or receiving services, and engaging in other business activities. They are the original basis for accounting and an important basis for law enforcement inspections by auditing agencies and taxation agencies. With the rapid development of social economy, people are getting closer and closer to invoices.
  • the efficiency and accuracy of ticket statistics need to be improved.
  • the inventor realizes that the current main method is to use computer-assisted ticket registration.
  • the traditional entry page if it involves different custom entry fields of documents, requires the development of multiple sets of pages and backends, and the code is redundant and difficult to maintain.
  • the purpose of this application is to provide a bill information collection method, device, computer equipment, and readable storage medium to solve the need to develop multiple sets of pages for the entry of different bills, thereby causing the technical problem of code redundancy.
  • a method for collecting bill information including:
  • one entry template corresponds to one or more basic templates
  • one basic template corresponds to one or more entry fields
  • the target basic template According to the second keyword input by the user, select a target basic template from the basic magic board list corresponding to the target entry template, where the target basic template corresponds to the second keyword;
  • the target entry field corresponds to a verification rule
  • the target entry field type corresponds to the third keyword
  • the target bill information of the bill to be entered is obtained based on the target entry domain, and the target bill information is verified according to the verification rule corresponding to the target entry field, and the target bill information is the difference between the bill to be entered and the bill to be entered.
  • a bill information collection device includes:
  • the determining unit is used to pre-determine the corresponding relationship between the input domain, the basic template, and the input template; wherein, one of the input templates corresponds to one or more of the basic templates, and one of the basic templates corresponds to one or more of the input domains ;
  • the selection unit is configured to select a target entry template from multiple entry templates according to the first keyword input by the user during the entry process, the target entry template corresponding to the first keyword;
  • a display unit for displaying a list of basic templates corresponding to the target entry template
  • the selection unit is further configured to select a target basic template from the basic magic board list corresponding to the target entry template according to the second keyword input by the user, and the target basic template corresponds to the second keyword;
  • the display unit is further configured to display a list of input domains corresponding to the target basic template
  • the selection unit is further configured to select a target entry field in entry fields corresponding to the target basic template according to the third keyword entered by the user, the target entry field corresponds to a verification rule, and the target entry field type corresponds to some The third keyword;
  • the verification unit is configured to obtain the target bill information of the bill to be entered based on the target entry domain, and verify the target bill information according to the verification rule corresponding to the target entry domain, and the target bill information is all The information of the designated location corresponding to the target entry domain in the bill to be entered.
  • the present application also provides a computer device, including a memory, a processor, and a computer program stored in the memory and capable of running on the processor, and the processor implements the following steps when executing the program:
  • one entry template corresponds to one or more basic templates
  • one basic template corresponds to one or more entry fields
  • the target basic template According to the second keyword input by the user, select a target basic template from the basic magic board list corresponding to the target entry template, where the target basic template corresponds to the second keyword;
  • the target entry field corresponds to a verification rule
  • the target entry field type corresponds to the third keyword
  • the target bill information of the bill to be entered is obtained based on the target entry domain, and the target bill information is verified according to the verification rule corresponding to the target entry field, and the target bill information is the difference between the bill to be entered and the bill to be entered.
  • the present application also provides a computer-readable storage medium on which a computer program is stored, and the program is executed by a processor to implement the following steps:
  • one entry template corresponds to one or more basic templates
  • one basic template corresponds to one or more entry fields
  • the target basic template According to the second keyword input by the user, select a target basic template from the basic magic board list corresponding to the target entry template, where the target basic template corresponds to the second keyword;
  • the target entry field corresponds to a verification rule
  • the target entry field type corresponds to the third keyword
  • the target bill information of the bill to be entered is obtained based on the target entry domain, and the target bill information is verified according to the verification rule corresponding to the target entry field, and the target bill information is the difference between the bill to be entered and the bill to be entered.
  • the bill information collection method, device, computer equipment, and readable storage medium provided in this application can predetermine the corresponding relationship between the entry domain, the basic template, and the entry template; wherein, one entry template corresponds to one or more of the basic templates
  • One of the basic templates corresponds to one or more of the entry fields
  • a target entry template is selected from multiple entry templates according to the first keyword keyword entered by the user, and the target entry template corresponds to the The first keyword; display the basic template list corresponding to the target entry template; according to the second keyword keyword input by the user, select the target basic template from the basic template list corresponding to the target entry template, the target basic template Corresponding to the second keyword; display the entry domain list corresponding to the target basic template; select the target entry domain from the entry domain list corresponding to the target basic template according to the third keyword input by the user, and the target The entry field corresponds to a verification rule, and the target entry field type corresponds to the third keyword; the target bill information of the bill to be entered is obtained based on the target entry field,
  • the financial document information collection template is realized, and the corresponding templates and verification rules are configured according to different document types, and the corresponding templates are called according to the keywords entered by the user when entering the bill.
  • the entry efficiency is high and the code redundancy is less. .
  • FIG. 1 is a schematic diagram of an application scenario provided by an embodiment of the present application
  • FIG. 2 is a schematic diagram of an optional flow chart of a method for collecting bill information according to an embodiment of the present application
  • FIG. 3 is a schematic diagram of an optional program module of the bill information collection device according to an embodiment of the present application.
  • Fig. 4 is a schematic diagram of an optional hardware architecture of a computer device according to an embodiment of the present application.
  • the embodiments of the present application can be applied to the scenario shown in FIG. 1.
  • the exemplary architecture can include one or more computer devices 120, and the computer devices 120 are used to enter a ticket 110, where the ticket 110 can be paper. Quality bills can also be electronic bills.
  • the computer device 120 may include a client and a server, and the client and the server may be implemented in the form of software or hardware. When implemented as hardware, it can use notebook computers, desktop computers, mobile terminals, and so on.
  • the client can be used to interact with the user and the server, for example, to receive receipt information input by the customer and send the receipt information to the server.
  • the input domain database can be reused without recoding for different input templates.
  • the input template is used directly and the corresponding input domain is called for instructions or data input by the user.
  • FIG. 2 is a schematic diagram of an optional process of the bill information collection method of this application. As shown in Figure 2, the method may include the following steps:
  • S210 Predetermine the corresponding relationship between the input domain, the basic template, and the input template; wherein, one input template corresponds to one or more basic templates, and one basic template corresponds to one or more input domains;
  • S220 During the entry process, select a target entry template from multiple entry templates according to the first keyword input by the user, and the target entry template corresponds to the first keyword;
  • S240 According to the second keyword input by the user, select the target basic template from the basic magic board list corresponding to the target entry template, and the target basic template corresponds to the second keyword;
  • S260 Select a target entry field in entry fields corresponding to the target basic template according to the third keyword input by the user, the target entry field corresponds to a verification rule, and the target entry field type corresponds to the third keyword;
  • the aforementioned entry domain, basic template, and entry template may each include an identifier, and the corresponding relationship between the entry domain, the basic template, and the entry template can be established by establishing an identification relationship table.
  • the identification of the entered domain may include one or more of the domain name, the domain type, the domain code, and the domain attribute.
  • the entry field is configured with field name, field code, field type (entry field type), field attributes (entry field length) and so on.
  • the above information can be used to identify the input domain.
  • different types of invoices can correspond to invoice numbers in different formats, and an entry field is set for each format of invoice number.
  • the length of the invoice number can include 8 digits, the first digit is a letter, or the first 10 digits are a letter, and two types of entry fields for the invoice number can be set.
  • the domain name can be the invoice number 1
  • the domain type can be entry, and the length can be 8 digits, and the entry format can be the first letter and the last seven digits
  • the second type the domain name can be the invoice number 2
  • the domain can be input, the length can be 10 digits, and the input format can be the first digit with a letter and the next nine digits with a number .
  • the entry field may also correspond to a verification rule, and the verification rule can be set in advance and updated and maintained regularly.
  • Types of entry fields include, but are not limited to, customer name, invoice number, invoice date, etc. Each type can correspond to multiple formats.
  • each basic template corresponds to one or more entry fields, and each basic template corresponds to an action of bill entry; wherein, a bill entry process includes multiple actions.
  • the basic template can be configured by the custom combination of the input domain. Specifically, each basic template can be configured with a set of entry fields, and the entry field set is all entry fields corresponding to the basic template.
  • the basic template can be a homepage paste sheet, which includes input fields such as modification of norms, manual remarks, number of scanned pages, amount to be paid, budgeter's signature, exception reminder, leadership approval opinions, face-to-face, and consumption records.
  • Each basic template can select an appropriate entry field from the preset entry fields according to the actual needs of the corresponding bill entry.
  • each entry template corresponds to one or more basic templates
  • each entry template corresponds to a specified scenario or a bill entry process of a specified bill type
  • each entry template includes the entry template number, the basic template number, and One or more of the basic templates are used as trigger conditions.
  • the basic template set corresponding to the specific value is displayed.
  • entry template you can configure the following dimensions, enter the template number, basic template number, and trigger conditions of the basic template.
  • the set of entry fields corresponding to a certain basic template can be triggered.
  • the entry template can correspond to a specified scene or a specified ticket type.
  • the entry template can correspond to travel expenses, utility expenses or entertainment expenses, etc.
  • the entry template can be a train ticket entry, an airplane ticket entry, a hotel invoice entry, etc. At this time, the entry template can enter a scene.
  • the entry template number can be configured for different document types. When the corresponding document entry is performed, the corresponding entry template is triggered. It can be further extended to other dimensions in the future. The corresponding entry template is configured for each dimension to avoid data collection in different dimensions. Recode.
  • the corresponding relationship between the entry domain, the basic template, and the entry template can be updated and maintained periodically according to the type of the bill or the update of the new technology.
  • the update and maintenance of the basic template and the entry field it is mainly based on the update of the bill type or the update of the new technology.
  • the entry method of bills was originally only manual entry. Now voice entry or image recognition is added. At this time, the entry method in the corresponding entry field in the entry field database can be modified.
  • Each entry page can trigger the corresponding entry field set based on the selection of a specific value in the entry field to collect information such as invoices.
  • the input template is pre-defined, and the definition of the input template can be modified at any time during the input process.
  • the basic template can be added or deleted, or the content in the input field can be changed, for example, the verification method can be changed.
  • S210 can be executed on the server side to obtain the above-mentioned corresponding relationship, and the terminal corresponding to the ticket entry can download the corresponding relationship from the server side, so that offline ticket entry can be performed.
  • S210 can be executed on the server side, and according to the instructions sent by the corresponding terminal received and input, the corresponding data is returned to the terminal for the terminal to display.
  • the aforementioned first keyword, second keyword, and third keyword may be received once or received multiple times.
  • the user can enter a character string, which can include the first keyword, the second keyword, and the third keyword, or the user can enter three character strings, which include the first keyword and the second keyword, respectively.
  • the third keyword can include the first keyword and the second keyword, or the second keyword and the third keyword.
  • a search input box may be prompted, and the user may enter information such as keywords (for example, the first keyword, the second keyword, or the third key) in the search input box.
  • keywords for example, the first keyword, the second keyword, or the third key
  • it can provide users with alternative entry templates (for example, basic template list).
  • the user can select the target entry template in the alternative catalog, and display the basis according to the target entry template selected by the user. template.
  • step S230 or S250 that is, displaying the basic template list or the input domain list, etc., it can be directly displayed on the display of the computer device. It may also be that a server sends the above-mentioned information to be displayed to the client, and displays it on the client.
  • the user can select the target basic template to be entered among the basic templates corresponding to the target entry template.
  • the target entry template can correspond to a variety of basic templates, and not necessarily all corresponding templates need to be used during the entry process, so you need to choose from the basic templates, and the selection is based on the instructions or key characters input by the user.
  • the current page can be automatically adjusted to the entry page of the basic template that best matches the keyword according to the matching degree. With the increase or decrease of instructions or keywords, according to the changes in the matching degree, you can Adjust the basic template corresponding to the current page.
  • the user can select the entry field in the target basic template, and enter according to the format of the entry field. After the entry is completed, according to the content in the entry field and the verification corresponding to the entry field Way to verify. For example, according to the invoice number in the input domain, the authenticity verification can be performed on the third-party platform on the Internet. If some suppliers are on the blacklist of the tax bureau, then the verification by identifying the name of the seller belongs to the blacklist To verify the legitimacy of the reimbursement form, if the verification fails, it will directly show that the entry has failed, the invoice information is incorrect or the invoice information is illegal, or a logo is added to remind the operator to focus on the face information for entry. If the verification is successful, the input domain will be grayed out to restrict the modification of the content in the input domain to avoid wrong operations.
  • the basic template and entry domain can be automatically selected based on the identification of the ticket face information, and entry can be performed automatically.
  • This process can add a manual verification process. For example, after the automatic entry is completed, the entry domain adds an unverified identifier. After the manual verification is completed, the unverified identifier can be replaced with verified, or the unverified identifier can be deleted.
  • the method and device for collecting bill information provided by the embodiments of the present application.
  • the input domain database and the basic template composed of input domains can be reused to form an input template, so that when the input template is used for input, there is no need to re-encode different input templates, and directly pass the input template, and the instructions or commands input by the user.
  • the data calls the corresponding entry field for entry. In this way, it realizes the templateization of financial document information collection, and reduces code redundancy when configuring corresponding templates and verification rules according to different document types. In this way, the efficiency of bill entry is improved as a whole, and the entry cost caused by bill update is reduced, which is more conducive to the change of technology.
  • FIG. 3 shows an optional structural block diagram of the bill information collection device.
  • the bill information collection device Divided into one or more program modules, one or more program modules are stored in a storage medium and executed by one or more processors to complete the application.
  • the program module referred to in this application refers to a series of computer program instruction segments that can complete specific functions, and is more suitable than the program itself to describe the execution process of the ticket information collection device in the storage medium. The following description will specifically introduce each program module of this embodiment Function.
  • the bill information collection device 300 may include:
  • the determining unit 301 is configured to predetermine the corresponding relationship between the input domain, the basic template, and the input template; wherein, one of the input templates corresponds to one or more of the basic templates, and one of the basic templates corresponds to one or more of the inputs area;
  • the selection unit 302 is configured to select a target entry template from multiple entry templates according to the first keyword input by the user during the entry process, the target entry template corresponding to the first keyword;
  • the display unit 303 is configured to display a basic template list corresponding to the target entry template
  • the selection unit is further configured to select a target basic template from the basic magic board list corresponding to the target entry template according to the second keyword input by the user, and the target basic template corresponds to the second keyword;
  • the display unit is further configured to display a list of input domains corresponding to the target basic template
  • the selection unit is further configured to select a target entry field in entry fields corresponding to the target basic template according to the third keyword entered by the user, the target entry field corresponds to a verification rule, and the target entry field type corresponds to some The third keyword;
  • the verification unit 304 is configured to obtain the target bill information of the bill to be entered based on the target entry field, and verify the target bill information according to the verification rule corresponding to the target entry field, and the target bill information is Information of a designated location corresponding to the target entry domain in the bill to be entered.
  • the entry domain includes an identification
  • the identification of the entry domain includes one or more of a domain name, a domain type, a domain code, and a domain attribute.
  • each basic template corresponds to one or more entry fields, and each basic template corresponds to one action of bill entry; wherein, one bill entry process includes multiple actions.
  • each entry template corresponds to one or more basic templates
  • each entry template corresponds to a specified scenario or a bill entry process of a specified bill type
  • each entry template includes an entry template number, a basic template number, and One or more of the basic templates are used as trigger conditions.
  • the basic template set corresponding to the specific value is displayed.
  • the corresponding relationship between the entry domain, the basic template, and the entry template is updated and maintained periodically according to the type of the bill or the update of the new technology.
  • the first keyword, the second keyword, and the third keyword are contained in one character string or are contained in different character strings.
  • This embodiment also provides a computer device, such as a smart phone, a tablet computer, a notebook computer, a desktop computer, a rack server, a blade server, a tower server, or a cabinet server (including independent servers, or A server cluster composed of multiple servers), etc.
  • the computer device 40 of this embodiment at least includes but is not limited to: a memory 41, a processor 42, and a transceiver 43 that can be communicatively connected to each other through a system bus.
  • the transceiver 43 is used between the computer device and the computer device. Communication, as shown in Figure 4. It should be pointed out that FIG. 4 only shows a computer device 40 with components 41-43, but it should be understood that it is not required to implement all the components shown, and more or fewer components may be implemented instead.
  • the memory 41 (ie, readable storage medium) includes flash memory, hard disk, multimedia card, card-type memory (for example, SD or DX memory, etc.), random access memory (RAM), static random access memory (SRAM), Read-only memory (ROM), electrically erasable programmable read-only memory (EEPROM), programmable read-only memory (PROM), magnetic memory, magnetic disks, optical disks, etc.
  • the memory 41 may be an internal storage unit of the computer device 40, such as a hard disk or memory of the computer device 40.
  • the memory 41 may also be an external storage device of the computer device 40, such as a plug-in hard disk, a smart memory card (Smart Media Card, SMC), and a secure digital (Secure Digital, SD) card, flash card (Flash Card), etc.
  • the memory 41 may also include both the internal storage unit of the computer device 40 and its external storage device.
  • the memory 41 is generally used to store the operating system and various application software installed in the computer device 40, such as the program code of the bill information collection device of the second embodiment, and so on.
  • the memory 41 can also be used to temporarily store various types of data that have been output or will be output.
  • the processor 42 may be a central processing unit (Central Processing Unit, CPU), a controller, a microcontroller, a microprocessor, or other data processing chips in some embodiments.
  • the processor 42 is generally used to control the overall operation of the computer device 40.
  • the processor 42 is used to run the program code or process data stored in the memory 41 to implement the steps performed by the user equipment in the embodiment shown in FIG. 2.
  • the embodiment of the application can realize file sharing through the blockchain, and users receive certain rewards during the sharing process, which can greatly increase the activity of users in sharing files.
  • the blockchain can effectively record the information in the sharing process. This can reduce upload fraud. Further, by determining the source and weight of the file when downloading the file, the reward for each source matching the weight is determined, which can reduce upload fraud from the root cause.
  • the embodiment also provides a computer-readable storage medium.
  • the computer-readable storage medium may be nonvolatile or volatile, such as flash memory, hard disk, multimedia card, card-type memory (for example, SD or DX). Memory, etc.), random access memory (RAM), static random access memory (SRAM), read-only memory (ROM), electrically erasable programmable read-only memory (EEPROM), programmable read-only memory (PROM), magnetic memory , Magnetic disks, optical disks, servers, App application malls, etc., on which computer programs are stored, and the programs realize corresponding functions when executed by the processor.
  • the computer-readable storage medium of this embodiment is used in a bill information collection device, and when executed by a processor, implements the bill information collection method of the first embodiment.

Landscapes

  • Engineering & Computer Science (AREA)
  • General Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Software Systems (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Document Processing Apparatus (AREA)

Abstract

提供一种票据信息采集方法、装置、计算机设备及可读存储介质,涉及金融科技和计算机技术领域。包括:预先确定录入域、基础模板和录入模板的对应关系;在录入过程中,根据用户输入的第一关键字在多个录入模板选择目标录入模板;显示目标录入模板对应的基础模板列表;根据用户输入的第二关键字,在目标录入模板对应的基础魔板列表中选择目标基础模板;显示目标基础模板对应的录入域列表;根据用户输入的第三关键字在目标基础模板对应的录入域中选择目标录入域,目标录入域对应有校验规则;基于目标录入域获取票据信息,根据目标录入域对应的校验规则对票据信息进行校验。从整体提高票据录入效率,降低票据更新带来的录入成本,实现电子凭证管理。

Description

票据信息采集方法、装置、计算机设备及可读存储介质
本申请要求于2019年10月15日提交中国专利局、申请号为201910978243.5,发明名称为“票据信息采集方法、装置、计算机设备及可读存储介质”的中国专利申请的优先权,其全部内容通过引用结合在本申请中。
技术领域
本申请涉及金融科技和计算机技术领域,具体涉及一种票据信息采集方法、装置、计算机设备及可读存储介质。
背景技术
财务单据是单位和个人在购销商品、提供或接受服务以及从事其他经营活动中,所开具的收支的业务凭证,是会计核算的原始依据,也是审计机关、税务机关执法检查的重要依据。随着社会经济的快速发展,人们与发票的关系愈加密切。
由于财务单据的数量越来越多,尤其是发票越来越多,扮演的地位也越来越高,票务统计的效率以及准确率有待提高。发明人意识到,目前的主要做法是通过计算机辅助进行票务登记,但是,传统的录入页面,如涉及到不同的单据定制录入域,需要开发多套页面以及后台,代码冗余且不易维护。
发明内容
本申请的目的在于提供一种票据信息采集方法、装置、计算机设备及可读存储介质,来解决对于不同的单据的录入,需要对应开发多套页面,从而造成代码冗余的技术问题。
第一方面,提供了一种票据信息采集方法,包括:
预先确定录入域、基础模板和录入模板的对应关系;其中,一个所述录入模板对应一个或多个所述基础模板,一个所述基础模板对应一个或多个所述录入域;
在录入过程中,根据用户输入的第一关键字在多个录入模板选择目标录入模板,所述目标录入模板对应有所述第一关键字;
显示所述目标录入模板对应的基础模板列表;
根据用户输入的第二关键字,在目标录入模板对应的基础魔板列表中选择目标基础模板,所述目标基础模板对应有所述第二关键字;
显示所述目标基础模板对应的录入域列表;
根据所述用户输入的第三关键字在目标基础模板对应的录入域中选择目标录入域,所述目标录入域对应有校验规则,所述目标录入域类型对应有所述第三关键字;
基于所述目标录入域获取待录入票据的目标票据信息,并根据所述目标录入域对应的校验规则对所述目标票据信息进行校验,所述目标票据信息为所述待录入票据中与所述目标录入域对应的指定位置的信息。
第二方面,提供了一种票据信息采集装置。包括:
确定单元,用于预先确定录入域、基础模板和录入模板的对应关系;其中,一个所述录入模板对应一个或多个所述基础模板,一个所述基础模板对应一个或多个所述录入域;
选择单元,用于在录入过程中,根据用户输入的第一关键字在多个录入模板选择目标录入模板,所述目标录入模板对应有所述第一关键字;
显示单元,用于显示所述目标录入模板对应的基础模板列表;
所述选择单元还用于,根据用户输入的第二关键字,在目标录入模板对应的基础魔板列表中选择目标基础模板,所述目标基础模板对应有所述第二关键字;
所述显示单元还用于,显示所述目标基础模板对应的录入域列表;
所述选择单元还用于,根据用户输入的第三关键字在目标基础模板对应的录入域中选择目标录入域,所述目标录入域对应有校验规则,所述目标录入域类型对应有所述第三关键字;
校验单元,用于基于所述目标录入域获取待录入票据的目标票据信息,并根据所述目标录入域对应的校验规则对所述目标票据信息进行校验,所述目标票据信息为所述待录入票据中与所述目标录入域对应的指定位置的信息。
为了实现上述目的,本申请还提供一种计算机设备,包括存储器、处理器以及存储在存储器上并可在处理器上运行的计算机程序,所述处理器执行所述程序时实现以下步骤:
预先确定录入域、基础模板和录入模板的对应关系;其中,一个所述录入模板对应一个或多个所述基础模板,一个所述基础模板对应一个或多个所述录入域;
在录入过程中,根据用户输入的第一关键字在多个录入模板选择目标录入模板,所述目标录入模板对应有所述第一关键字;
显示所述目标录入模板对应的基础模板列表;
根据用户输入的第二关键字,在目标录入模板对应的基础魔板列表中选择目标基础模板,所述目标基础模板对应有所述第二关键字;
显示所述目标基础模板对应的录入域列表;
根据所述用户输入的第三关键字在目标基础模板对应的录入域中选择目标录入域,所述目标录入域对应有校验规则,所述目标录入域类型对应有所述第三关键字;
基于所述目标录入域获取待录入票据的目标票据信息,并根据所述目标录入域对应的校验规则对所述目标票据信息进行校验,所述目标票据信息为所述待录入票据中与所述目标录入域对应的指定位置的信息。
为了实现上述目的,本申请还提供一种计算机可读存储介质,其上存储有计算机程序,所述程序被处理器执行时实现以下步骤:
预先确定录入域、基础模板和录入模板的对应关系;其中,一个所述录入模板对应一个或多个所述基础模板,一个所述基础模板对应一个或多个所述录入域;
在录入过程中,根据用户输入的第一关键字在多个录入模板选择目标录入模板,所述目标录入模板对应有所述第一关键字;
显示所述目标录入模板对应的基础模板列表;
根据用户输入的第二关键字,在目标录入模板对应的基础魔板列表中选择目标基础模板,所述目标基础模板对应有所述第二关键字;
显示所述目标基础模板对应的录入域列表;
根据所述用户输入的第三关键字在目标基础模板对应的录入域中选择目标录入域,所述目标录入域对应有校验规则,所述目标录入域类型对应有所述第三关键字;
基于所述目标录入域获取待录入票据的目标票据信息,并根据所述目标录入域对应的校验规则对所述目标票据信息进行校验,所述目标票据信息为所述待录入票据中与所述目标录入域对应的指定位置的信息。
本申请提供的票据信息采集方法、装置、计算机设备及可读存储介质,可以预先确定录入域、基础模板和录入模板的对应关系;其中,一个所述录入模板对应一个或多个所述基础模板,一个所述基础模板对应一个或多个所述录入域;在录入过程中,根据用户输入的第一关键字关键字在多个录入模板选择目标录入模板,所述目标录入模板对应有所述第一关键字;显示所述目标录入模板对应的基础模板列表;根据所述用户输入的第二关键字关键字,在目标录入模板对应的基础模板列表中选择目标基础模板,所述目标基础模板对应有所述第二关键字;显示所述目标基础模板对应的录入域列表;根据所述用户输入的第三关键字,在目标基础模板对应的录入域列表中选择目标录入域,所述目标录入域对应有校验规则,所述目标录入域类型对应有所述第三关键字;基于所述目标录入域获取待录入票据的目标票据信息,并根据所述目标录入域对应的校验规则对所述目标票据信息进行校验。从而实现财务单据信息采集模板化,且在依据不同的单据类型配置相应的模板以及校验规则,在票据录入时依据用户输入的关键字,调用相应的模板,录入效率高,并且代码冗余少。
附图说明
图1是本申请实施例提供的一种应用场景示意图;
图2是根据本申请实施例的票据信息采集方法的一种可选的流程示意图;
图3是根据本申请实施例的票据信息采集装置的一种可选的程序模块示意图;
图4是根据本申请实施例的计算机设备的一种可选的硬件架构示意图。
具体实施方式
为了使本申请的目的、技术方案及优点更加清楚明白,以下结合附图及实施例,对本申请进行进一步详细说明。应当理解,此处所描述的具体实施例仅用以解释本申请,并不用于限定本申请。基于本申请中的实施例,本领域普通技术人员在没有做出创造性劳动前提下所获得的所有其他实施例,都属于本申请保护的范围。
本申请实施例可以应用于图1所示的场景中,该示例性架构中可以包括一个或多个计算机设备120,该计算机设备120用于对票据110进行录入,其中,该票据110可以为纸质票据也可以为电子票据。
计算机设备120可以包括客户端和服务器端,该客户端和服务器端可以以软件形式实现,也可以以硬件形式实现。当实现为硬件时,其可以使用笔记本电脑,台式电脑以及移动终端等等。
客户端可以用于与用户以及服务器端进行交互,例如接收客户输入的票据信息,并将该票据信息发送至服务器端。
在本申请实施例中,可以复用录入域数据库,无需针对不同的录入模板进行重新编码,直接通过录入模板,以及用户输入的指令或数据调用对应的录入域进行录入,由此,从整体上提高了票据录入的效率,降低了票据更新带来的录入成本,更有利于技术的更迭。下面结合具体实施例对本申请实施例进行进一步地介绍。
实施例一
下面结合附图对本申请提供终端侧的票据信息采集方法进行说明。
图2为本申请票据信息采集方法的一种可选的流程示意图,如图2所示,该方法可以包括以下步骤:
S210,预先确定录入域、基础模板和录入模板的对应关系;其中,一个录入模板对应一个或多个基础模板,一个基础模板对应一个或多个录入域;
S220,在录入过程中,根据用户输入的第一关键字在多个录入模板选择目标录入模板,该目标录入模板对应有该第一关键字;
S230,显示所述目标录入模板对应的基础模板列表;
S240,根据用户输入的第二关键字,在目标录入模板对应的基础魔板列表中选择目标基础模板,该目标基础模板对应有该第二关键字;
S250,显示所述目标基础模板对应的录入域列表;
S260,根据所述用户输入的第三关键字在目标基础模板对应的录入域中选择目标录入域,所述目标录入域对应有校验规则,该目标录入域类型对应有该第三关键字;
S270,基于所述目标录入域获取待录入票据的目标票据信息,并根据所述目标录入域对应的校验规则对所述目标票据信息进行校验,所述目标票据信息为所述待录入票据中与所述目标录入域对应的指定位置的信息。
在本申请实施例中,上述录入域、基础模板和录入模板可以分别包括标识,可以通过建立标识关系表以实现录入域、基础模板和录入模板的对应关系的建立。
在一个示例中,录入域的标识可以包括域名称、域类型、域代码以及域属性中的一项或多项。
录入域作为文档录入的子元素,配置有域名称、域代码、域类型(录入域类型)、域属性(录入域长短)等等。上述信息可以对录入域起到标识作用,通过配置输入格式字段,自定义录入域的正则校验,前台录入时自动触发,避免前台编码手动配置校验,避免前台编码冗。举例来说,不同类型的发票可以对应不同格式的发票编号,针对每种格式的发票编号设置一个录入域。例如,发票编号的长度可以包括8位,首位为字母,或者10位首位为字母,此时可以设置两种发票编号的录入域。第一种,域名称可以为发票编号1、域类型可以为录入,长度可以为8位,录入格式可以为首位为字母后七位为数字;第二种,域名称可以为发票编号2、域类型可以为录入,长度可以为10位,录入格式可以为首位为字母后九位为数字 。该录入域还可以对应有校验规则,该校验规则可以预先设置以及定期更新维护。
录入域的种类包括但不限于,客户名称、发票号码、开票日期等等,每种类型可以对应多种格式。
在另一个示例中,每个基础模板对应一个或多个录入域,每个基础模板对应票据录入的一个动作;其中,一个票据录入过程包括多个动作。
由录入域的自定义组合可以配置基础模板。具体地,每个基础模板可以配置录入域的一个集合,该录入域集合为该基础模板对应的全部录入域。
例如,基础模板可以为首页粘贴单,该粘贴单包括修改规范性、手工备注、扫描页数、需要支付金额、预算员签字、异常提示、领导审批意见、面单以及消费记录等等录入域。
每个基础模板可以根据其对应的票据录入的实际需要,在预设的录入域中选择合适的录入域。
在另一个示例中,每个录入模板对应一个或多个基础模板,每个录入模板对应一个指定的场景或者指定的票据类型的票据录入过程,每个录入模板包括录入模板号、基础模板号以及基础模板中的一项或多项作为触发条件,在录入过程中,在指定的录入域接收到特定值后,显示特定值对应的基础模板集合。
在录入模板中可以配置如下维度,录入模板号、基础模板号以及基础模板的触发条件,当某些域录入特定值即可触发某个基础模板对应的录入域集合。
该录入模板可以对应一个指定的场景或者指定的票据类型。例如,该录入模板可以对应差旅费、公杂费或者招待费等等。再例如,该录入模板可以为火车票录入、飞机票录入、酒店发票录入等等,此时该录入模板可以录入场景。
针对不同的单据类型可以自行配置录入模板号,当进行对应单据录入时触发对应的录入模板,后续还可以进一步扩展到其他维度,针对各个维度配置相应的录入模板,避免针对不同维度的数据采集进行重新编码。
在一些实施例中,可以根据票据类型或者新技术的更新情况,周期性的对录入域、基础模板和录入模板的对应关系进行更新维护。
在对基础模板和录入域的更新维护,主要依据票据类型的更新或者新技术的更新。例如,随着技术的发展,票据的录入方式,本来只有手动录入,现在增加语音录入或图像识别,此时,可以修改录入域数据库中对应的录入域中的录入方式。
每一个录入页面可以依据录入域中特定值的选择触发对应的录入域集合,进行发票等信息采集。
在具体实现时,录入模板是预先定义好的,在录入过程中也可以随时修改录入模板的定义,例如,可以增加或删除基础模板,或者更改录入域中的内容,例如可以更改校验方式。
其中,S210可以在服务器端执行完成,得到上述对应关系,票据录入对应的终端可以从服务器端下载该对应关系,以便可以进行离线票据录入。
另外,S210可以在服务器端执行完成,并依据接收录入对应的终端发送的指令,向终端返回相应的数据,以便终端进行展示。
在一些实施例中,上述第一关键字、第二关键字和第三关键字可以为一次接收或多次接收。例如,用户可以输入一个字符串,该字符串可以包括第一关键字、第二关键字和第三关键字,或者,用户可以输入三个字符串,分别包括第一关键字、第二关键字和第三关键字。当然,用户输入的一个字符串还可以同时包括第一关键字和第二关键字,或者第二关键字和第三关键字。
在一个示例中,对于上述步骤S220,在录入过程中,可以提示搜索输入框,用户可以在该搜索输入框内输入关键词等信息(例如,第一关键字、第二关键字或第三关键字等等),中根据该关键词等信息可以为用户提供备选录入模板(例如,基础模板列表),用户可以在备选目录中选择目标录入模板,根据用户选定的目标录入模板显示基础模板。
其中,对于上述步骤S230或S250,也就是,显示基础模板列表或录入域列表等,可以直接在计算机设备的显示器上进行显示。也可以是,有服务器端将上述待显示的信息发送至客户端,并在客户端进行显示。
在另一个示例中,对于上述步骤S240,用户可以在目标录入模板对应的基础模板中选择待录入的目标基础模板。其中,目标录入模板可以对应多种基础模板,且在录入过程中不一定对应的全部模板都需要使用,所以需要在基础模板中进行选择,选择的依据是用户输入的指令或者关键字符。在用户输入关键字符时,可以根据匹配度,将当前页面自动调整为与该关键词最匹配的基础模板的录入页面,随着指令或关键词的增加或减少,根据匹配度产生的变化,可以调整当前页面对应的基础模板。
在另一个示例中,对于上述步骤S260,用户可以在目标基础模板中,选择录入域,按照录入域的格式进行录入,在录入完成后,根据录入域中的内容以及该录入域对应的校验方式进行校验。例如,可以根据该录入域中的发票号,在联网的第三方平台中进行真伪验证,再如某些供应商是在税局黑名单中的,那么通过识别销方名称校验属于黑名单来校验报销单的合法性,如果验证失败,则直接显示录入失败,发票信息有误或发票信息不合法,或者,增加标识提醒作业人员重点查看票面信息进行录入。如果验证成功,则将录入域设置灰,限制修改录入域中的内容,避免错误操作。
在上述录入过程中,可以根据票面信息识别,自动选择基础模板以及录入域,自动进行录入。该过程可以增加人工验证过程。例如,在自动录入结束后,录入域添加未验证标识,在人工验证完成后,可以将未验证标识替换为已验证,或者删除未验证标识。
综上,本申请实施例提供的票据信息采集方法及装置。可以复用录入域数据库,以及由录入域组成的基础模板,形成录入模板,从而在使用录入模板进行录入时,无需针对不同的录入模板进行重新编码,直接通过录入模板,以及用户输入的指令或数据调用对应的录入域进行录入。从而实现财务单据信息采集模板化,且在依据不通的单据类型配置相应的模板以及校验规则时减少代码冗余。以此,从整体上提高了票据录入的效率,降低了票据更新带来的录入成本,更有利于技术的更迭。
实施例二
基于上述实施例一中提供的票据信息采集方法,本实施例中提供一种票据信息采集装置,具体地,图3示出了该票据信息采集装置的可选的结构框图,该票据信息采集装置被分割成一个或多个程序模块,一个或者多个程序模块被存储于存储介质中,并由一个或多个处理器所执行,以完成本申请。本申请所称的程序模块是指能够完成特定功能的一系列计算机程序指令段,比程序本身更适合描述票据信息采集装置在存储介质中的执行过程,以下描述将具体介绍本实施例各程序模块的功能。
如图3所示,该票据信息采集装置300可包括:
确定单元301,用于预先确定录入域、基础模板和录入模板的对应关系;其中,一个所述录入模板对应一个或多个所述基础模板,一个所述基础模板对应一个或多个所述录入域;
选择单元302,用于在录入过程中,根据用户输入的第一关键字在多个录入模板选择目标录入模板,所述目标录入模板对应有所述第一关键字;
显示单元303,用于显示所述目标录入模板对应的基础模板列表;
所述选择单元还用于,根据用户输入的第二关键字,在目标录入模板对应的基础魔板列表中选择目标基础模板,所述目标基础模板对应有所述第二关键字;
所述显示单元还用于,显示所述目标基础模板对应的录入域列表;
所述选择单元还用于,根据用户输入的第三关键字在目标基础模板对应的录入域中选择目标录入域,所述目标录入域对应有校验规则,所述目标录入域类型对应有所述第三关键字;
校验单元304,用于基于所述目标录入域获取待录入票据的目标票据信息,并根据所述目标录入域对应的校验规则对所述目标票据信息进行校验,所述目标票据信息为所述待录入票据中与所述目标录入域对应的指定位置的信息。
在一些实现方式中,所述录入域包括标识,所述录入域的标识包括域名称、域类型、域代码以及域属性中的一项或多项。
在一些实现方式中,每个基础模板对应一个或多个录入域,每个基础模板对应票据录入的一个动作;其中,一个票据录入过程包括多个动作。
在一些实现方式中,每个录入模板对应一个或多个基础模板,每个录入模板对应一个指定的场景或者指定的票据类型的票据录入过程,每个录入模板包括录入模板号、基础模板号以及基础模板中的一项或多项作为触发条件,在录入过程中,在指定的录入域接收到特定值后,显示所述特定值对应的基础模板集合。
在一些实现方式中,根据票据类型或者新技术的更新情况,周期性的对所述录入域、基础模板和录入模板的对应关系进行更新维护。
在一些实现方式中,所述第一关键字、所述第二关键字和所述第三关键字包含在一个字符串内或分别包含在不同的字符串内。
实施例三
本实施例还提供一种计算机设备,如可以执行程序的智能手机、平板电脑、笔记本电脑、台式计算机、机架式服务器、刀片式服务器、塔式服务器或机柜式服务器(包括独立的服务器,或者多个服务器所组成的服务器集群)等。如图4所示,本实施例的计算机设备40至少包括但不限于:可通过系统总线相互通信连接的存储器41、处理器42以及收发器43,收发器43用于计算机设备与计算机设备之间的通信,如图4所示。需要指出的是,图4仅示出了具有组件41-43的计算机设备40,但是应理解的是,并不要求实施所有示出的组件,可以替代的实施更多或者更少的组件。
本实施例中,存储器41(即可读存储介质)包括闪存、硬盘、多媒体卡、卡型存储器(例如,SD或DX存储器等)、随机访问存储器(RAM)、静态随机访问存储器(SRAM)、只读存储器(ROM)、电可擦除可编程只读存储器(EEPROM)、可编程只读存储器(PROM)、磁性存储器、磁盘、光盘等。在一些实施例中,存储器41可以是计算机设备40的内部存储单元,例如该计算机设备40的硬盘或内存。在另一些实施例中,存储器41也可以是计算机设备40的外部存储设备,例如该计算机设备40上配备的插接式硬盘,智能存储卡(Smart Media Card, SMC),安全数字(Secure Digital, SD)卡,闪存卡(Flash Card)等。当然,存储器41还可以既包括计算机设备40的内部存储单元也包括其外部存储设备。本实施例中,存储器41通常用于存储安装于计算机设备40的操作系统和各类应用软件,例如实施例二的票据信息采集装置的程序代码等。此外,存储器41还可以用于暂时地存储已经输出或者将要输出的各类数据。
处理器42在一些实施例中可以是中央处理器(Central Processing Unit,CPU)、控制器、微控制器、微处理器、或其他数据处理芯片。该处理器42通常用于控制计算机设备40的总体操作。本实施例中,处理器42用于运行存储器41中存储的程序代码或者处理数据,以实现前述图2所示的实施例中用户设备所执行步骤。
本申请实施例可以通过区块链实现文件的分享,且在分享过程中用户得到一定的奖励,可以大大提高用户分享文件的活跃度,另外通过区块链可以有效的记录分享过程中的信息,由此可以减少上传欺骗的行为。进一步地,通过下载文件时,文件的来源以及权重,确定给每个来源与权重匹配的奖励,从根源上可以降低上传欺骗的行为。
实施例四
本实施例还提供一种计算机可读存储介质,所述计算机可读存储介质可以是非易失性,也可以是易失性,如闪存、硬盘、多媒体卡、卡型存储器(例如,SD或DX存储器等)、随机访问存储器(RAM)、静态随机访问存储器(SRAM)、只读存储器(ROM)、电可擦除可编程只读存储器(EEPROM)、可编程只读存储器(PROM)、磁性存储器、磁盘、光盘、服务器、App应用商城等等,其上存储有计算机程序,程序被处理器执行时实现相应功能。本实施例的计算机可读存储介质用于票据信息采集装置,被处理器执行时实现实施例一的票据信息采集方法。
上述本申请实施例序号仅仅为了描述,不代表实施例的优劣。
通过以上的实施方式的描述,本领域的技术人员可以清楚地了解到上述实施例方法可借助软件加必需的通用硬件平台的方式来实现,当然也可以通过硬件,但很多情况下前者是更佳的实施方式。
以上仅为本申请的优选实施例,并非因此限制本申请的专利范围,凡是利用本申请说明书及附图内容所作的等效结构或等效流程变换,或直接或间接运用在其他相关的技术领域,均同理包括在本申请的专利保护范围内。

Claims (20)

  1. 一种票据信息采集方法,其中,包括:
    预先确定录入域、基础模板和录入模板的对应关系;其中,一个所述录入模板对应一个或多个所述基础模板,一个所述基础模板对应一个或多个所述录入域;
    在录入过程中,根据用户输入的第一关键字在多个录入模板选择目标录入模板,所述目标录入模板对应有所述第一关键字;
    显示所述目标录入模板对应的基础模板列表;
    根据所述用户输入的第二关键字关键字,在目标录入模板对应的基础模板列表中选择目标基础模板,所述目标基础模板对应有所述第二关键字;
    显示所述目标基础模板对应的录入域列表;
    根据所述用户输入的第三关键字,在目标基础模板对应的录入域列表中选择目标录入域,所述目标录入域对应有校验规则,所述目标录入域类型对应有所述第三关键字;
    基于所述目标录入域获取待录入票据的目标票据信息,并根据所述目标录入域对应的校验规则对所述目标票据信息进行校验,所述目标票据信息为所述待录入票据中与所述目标录入域对应的指定位置的信息。
  2. 根据权利要求1所述的票据信息采集方法,其中,所述录入域包括标识,所述录入域的标识包括域名称、域类型、域代码以及域属性中的一项或多项。
  3. 根据权利要求1所述的票据信息采集方法,其中,每个基础模板对应票据录入的一个动作;其中,一个票据录入过程包括多个动作。
  4. 根据权利要求1所述的票据信息采集方法,其中,每个录入模板对应一个指定的场景或者指定的票据类型的票据录入过程,每个录入模板包括录入模板号、基础模板号以及基础模板中的一项或多项作为触发条件,在录入过程中,在指定的录入域接收到特定值后,显示所述特定值对应的基础模板集合。
  5. 根据权利要求1所述的票据信息采集方法,其中,根据票据类型或者新技术的更新情况,周期性的对所述录入域、基础模板和录入模板的对应关系进行更新维护。
  6. 根据权利要求1所述的票据信息采集方法,其中,所述第一关键字、所述第二关键字和所述第三关键字包含在一个字符串内或分别包含在不同的字符串内。
  7. 一种票据信息采集装置,其中,包括:
    确定单元,用于预先确定录入域、基础模板和录入模板的对应关系;
    选择单元,用于在录入过程中,根据用户输入的第一关键字在多个录入模板选择目标录入模板;
    显示单元,用于显示所述目标录入模板对应的基础模板列表;
    所述选择单元还用于,根据用户输入的第二关键字,在目标录入模板对应的基础魔板列表中选择目标基础模板;
    所述显示单元还用于,显示所述目标基础模板对应的录入域列表;
    所述选择单元还用于,根据用户输入的第三关键字在目标基础模板对应的录入域中选择目标录入域,所述目标录入域对应有校验规则;
    校验单元,用于基于所述目标录入域获取票据信息,并根据所述目标录入域对应的校验规则对所述票据信息进行校验。
  8. 根据权利要求7所述的票据信息采集装置,其特征在于,根据票据类型或者新技术的更新情况,周期性的对所述录入域、基础模板和录入模板的对应关系进行更新维护。
  9. 一种计算机设备,所述计算机设备包括存储器、处理器以及存储在存储器上并可在处理器上运行的计算机程序,其中,所述处理器执行所述程序时实现以下步骤:
    预先确定录入域、基础模板和录入模板的对应关系;其中,一个所述录入模板对应一个或多个所述基础模板,一个所述基础模板对应一个或多个所述录入域;
    在录入过程中,根据用户输入的第一关键字在多个录入模板选择目标录入模板,所述目标录入模板对应有所述第一关键字;
    显示所述目标录入模板对应的基础模板列表;
    根据所述用户输入的第二关键字关键字,在目标录入模板对应的基础模板列表中选择目标基础模板,所述目标基础模板对应有所述第二关键字;
    显示所述目标基础模板对应的录入域列表;
    根据所述用户输入的第三关键字,在目标基础模板对应的录入域列表中选择目标录入域,所述目标录入域对应有校验规则,所述目标录入域类型对应有所述第三关键字;
    基于所述目标录入域获取待录入票据的目标票据信息,并根据所述目标录入域对应的校验规则对所述目标票据信息进行校验,所述目标票据信息为所述待录入票据中与所述目标录入域对应的指定位置的信息。
  10. 根据权利要求9所述的计算机设备,其中,所述录入域包括标识,所述录入域的标识包括域名称、域类型、域代码以及域属性中的一项或多项。
  11. 根据权利要求9所述的计算机设备,其中,每个基础模板对应票据录入的一个动作;其中,一个票据录入过程包括多个动作。
  12. 根据权利要求9所述的计算机设备,其中,每个录入模板对应一个指定的场景或者指定的票据类型的票据录入过程,每个录入模板包括录入模板号、基础模板号以及基础模板中的一项或多项作为触发条件,在录入过程中,在指定的录入域接收到特定值后,显示所述特定值对应的基础模板集合。
  13. 根据权利要求9所述的计算机设备,其中,根据票据类型或者新技术的更新情况,周期性的对所述录入域、基础模板和录入模板的对应关系进行更新维护。
  14. 根据权利要求9所述的计算机设备,其中,所述第一关键字、所述第二关键字和所述第三关键字包含在一个字符串内或分别包含在不同的字符串内。
  15. 一种计算机可读存储介质,其上存储有计算机程序,其中:所述程序被处理器执行时实现以下步骤:
    预先确定录入域、基础模板和录入模板的对应关系;其中,一个所述录入模板对应一个或多个所述基础模板,一个所述基础模板对应一个或多个所述录入域;
    在录入过程中,根据用户输入的第一关键字在多个录入模板选择目标录入模板,所述目标录入模板对应有所述第一关键字;
    显示所述目标录入模板对应的基础模板列表;
    根据所述用户输入的第二关键字关键字,在目标录入模板对应的基础模板列表中选择目标基础模板,所述目标基础模板对应有所述第二关键字;
    显示所述目标基础模板对应的录入域列表;
    根据所述用户输入的第三关键字,在目标基础模板对应的录入域列表中选择目标录入域,所述目标录入域对应有校验规则,所述目标录入域类型对应有所述第三关键字;
    基于所述目标录入域获取待录入票据的目标票据信息,并根据所述目标录入域对应的校验规则对所述目标票据信息进行校验,所述目标票据信息为所述待录入票据中与所述目标录入域对应的指定位置的信息。
  16. 根据权利要求15所述的计算机可读存储介质,其中,所述录入域包括标识,所述录入域的标识包括域名称、域类型、域代码以及域属性中的一项或多项。
  17. 根据权利要求15所述的计算机可读存储介质,其中,每个基础模板对应票据录入的一个动作;其中,一个票据录入过程包括多个动作。
  18. 根据权利要求15所述的计算机可读存储介质,其中,每个录入模板对应一个指定的场景或者指定的票据类型的票据录入过程,每个录入模板包括录入模板号、基础模板号以及基础模板中的一项或多项作为触发条件,在录入过程中,在指定的录入域接收到特定值后,显示所述特定值对应的基础模板集合。
  19. 根据权利要求15所述的计算机可读存储介质,其中,根据票据类型或者新技术的更新情况,周期性的对所述录入域、基础模板和录入模板的对应关系进行更新维护。
  20. 根据权利要求15所述的计算机可读存储介质,其中,所述第一关键字、所述第二关键字和所述第三关键字包含在一个字符串内或分别包含在不同的字符串内。
PCT/CN2020/111723 2019-10-15 2020-08-27 票据信息采集方法、装置、计算机设备及可读存储介质 WO2021073264A1 (zh)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201910978243.5A CN110865813A (zh) 2019-10-15 2019-10-15 票据信息采集方法、装置、计算机设备及可读存储介质
CN201910978243.5 2019-10-15

Publications (1)

Publication Number Publication Date
WO2021073264A1 true WO2021073264A1 (zh) 2021-04-22

Family

ID=69652867

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2020/111723 WO2021073264A1 (zh) 2019-10-15 2020-08-27 票据信息采集方法、装置、计算机设备及可读存储介质

Country Status (2)

Country Link
CN (1) CN110865813A (zh)
WO (1) WO2021073264A1 (zh)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110865813A (zh) * 2019-10-15 2020-03-06 平安科技(深圳)有限公司 票据信息采集方法、装置、计算机设备及可读存储介质

Citations (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102096862A (zh) * 2010-12-30 2011-06-15 陈艳艳 基于网络的服装管理方法及管理系统
CN102567345A (zh) * 2010-12-17 2012-07-11 金蝶软件(中国)有限公司 一种生成记账凭证的方法和装置
CN105590241A (zh) * 2015-05-20 2016-05-18 中国银联股份有限公司 自适应地电子票据实现方法及系统
CN105631738A (zh) * 2015-12-30 2016-06-01 中国建设银行股份有限公司 一种会计凭证模板标准化录入与存储系统
CN109710906A (zh) * 2018-12-06 2019-05-03 深圳市标准技术研究院 经营范围辅助填报方法、装置、终端设备及存储介质
CN109739957A (zh) * 2018-11-16 2019-05-10 平安科技(深圳)有限公司 基于数据处理的单据信息录入方法、装置、设备及存储介质
CN110046334A (zh) * 2019-03-21 2019-07-23 平安国际智慧城市科技股份有限公司 数据导入方法、装置、计算机设备以及存储介质
CN110322942A (zh) * 2019-07-02 2019-10-11 慕勇峰 一种护理文书的生成方法、系统及计算机可读存储介质
CN110865813A (zh) * 2019-10-15 2020-03-06 平安科技(深圳)有限公司 票据信息采集方法、装置、计算机设备及可读存储介质

Family Cites Families (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108564340B (zh) * 2018-03-30 2023-11-28 平安科技(深圳)有限公司 单据自动化生成方法、装置、计算机设备及存储介质
CN109918416A (zh) * 2019-02-28 2019-06-21 生活空间(沈阳)数据技术服务有限公司 一种单据录入的方法、装置及设备
CN110222021B (zh) * 2019-05-20 2024-02-09 中国平安财产保险股份有限公司 一种数据处理方法、设备、服务器及计算机可读存储介质
CN110309182B (zh) * 2019-06-18 2023-08-25 中国平安财产保险股份有限公司 一种信息录入方法及装置

Patent Citations (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102567345A (zh) * 2010-12-17 2012-07-11 金蝶软件(中国)有限公司 一种生成记账凭证的方法和装置
CN102096862A (zh) * 2010-12-30 2011-06-15 陈艳艳 基于网络的服装管理方法及管理系统
CN105590241A (zh) * 2015-05-20 2016-05-18 中国银联股份有限公司 自适应地电子票据实现方法及系统
CN105631738A (zh) * 2015-12-30 2016-06-01 中国建设银行股份有限公司 一种会计凭证模板标准化录入与存储系统
CN109739957A (zh) * 2018-11-16 2019-05-10 平安科技(深圳)有限公司 基于数据处理的单据信息录入方法、装置、设备及存储介质
CN109710906A (zh) * 2018-12-06 2019-05-03 深圳市标准技术研究院 经营范围辅助填报方法、装置、终端设备及存储介质
CN110046334A (zh) * 2019-03-21 2019-07-23 平安国际智慧城市科技股份有限公司 数据导入方法、装置、计算机设备以及存储介质
CN110322942A (zh) * 2019-07-02 2019-10-11 慕勇峰 一种护理文书的生成方法、系统及计算机可读存储介质
CN110865813A (zh) * 2019-10-15 2020-03-06 平安科技(深圳)有限公司 票据信息采集方法、装置、计算机设备及可读存储介质

Also Published As

Publication number Publication date
CN110865813A (zh) 2020-03-06

Similar Documents

Publication Publication Date Title
US10163102B2 (en) Method and system for using social networks to verify entity affiliations and identities
RU2549510C1 (ru) Системы и способы создания крупномасштабной архитектуры обработки кредитной информации
US8682753B2 (en) System and method to consolidate and update a user's financial account information
US8442881B2 (en) Systems and methods of processing and classifying a financial transaction
CN108734528A (zh) 一种电子发票自动入账方法
US8719120B1 (en) Populating tax data using an employer identification number
US20130226798A1 (en) Methods and systems for automating payments utilizing rules and constraints
WO2020233402A1 (zh) 应付账款订单校验方法、装置、设备及存储介质
US11663592B2 (en) Automatic transaction-based verification of account ownership
US11640641B2 (en) Automated field-mapping of account names for form population
US10592994B1 (en) Orchestrating electronic signature, payment, and filing of tax returns
US10198774B1 (en) Systems, methods and articles for associating tax data with a tax entity
US20220398573A1 (en) Machine learning classifier based on category modeling
CN107659648A (zh) 一种办税信息录入方法、系统和办税终端
WO2021073264A1 (zh) 票据信息采集方法、装置、计算机设备及可读存储介质
JP2019061602A (ja) 会計情報モニタリングシステム、認証方法、およびプログラム
CN111815378A (zh) 一种基于单据汇总生成发票的管理系统及方法
CN115269071A (zh) 一种代理商管理系统及方法
KR20140115078A (ko) 재무제표 자동 기장 시스템
KR101059582B1 (ko) 회계처리 품질 인증 방법 및 시스템, 그리고 회계처리 품질 인증 프로그램을 기록한 컴퓨터 판독가능한 기록 매체
CN115456747B (zh) 一种erp系统自动智能结账方法、装置及存储介质
CN110782330A (zh) 一种财务云平台记账凭证的配置方法
JP6419378B1 (ja) 会計情報モニタリングシステム
CN116128664A (zh) 一种企业所得税管理系统
CN117807967A (zh) 一种基于ocr智能填单的财务报账方法、装置及电子设备

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: 20876402

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: 20876402

Country of ref document: EP

Kind code of ref document: A1