CN117422058A - Visual graphic report generation method - Google Patents

Visual graphic report generation method Download PDF

Info

Publication number
CN117422058A
CN117422058A CN202311736670.5A CN202311736670A CN117422058A CN 117422058 A CN117422058 A CN 117422058A CN 202311736670 A CN202311736670 A CN 202311736670A CN 117422058 A CN117422058 A CN 117422058A
Authority
CN
China
Prior art keywords
account
template
report
program
generating
Prior art date
Legal status (The legal status 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 status listed.)
Granted
Application number
CN202311736670.5A
Other languages
Chinese (zh)
Other versions
CN117422058B (en
Inventor
杨胜
曾海波
袁平
唐必成
黄瑛
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Jiaying Technology Co ltd
Original Assignee
Jiaying Technology Co ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Jiaying Technology Co ltd filed Critical Jiaying Technology Co ltd
Priority to CN202311736670.5A priority Critical patent/CN117422058B/en
Publication of CN117422058A publication Critical patent/CN117422058A/en
Application granted granted Critical
Publication of CN117422058B publication Critical patent/CN117422058B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F40/00Handling natural language data
    • G06F40/10Text processing
    • G06F40/166Editing, e.g. inserting or deleting
    • G06F40/186Templates
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F21/00Security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
    • G06F21/10Protecting distributed programs or content, e.g. vending or licensing of copyrighted material ; Digital rights management [DRM]
    • G06F21/16Program or content traceability, e.g. by watermarking
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F21/00Security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
    • G06F21/60Protecting data
    • G06F21/62Protecting access to data via a platform, e.g. using keys or access control rules
    • G06F21/6218Protecting access to data via a platform, e.g. using keys or access control rules to a system of files or objects, e.g. local or distributed file system or database
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F40/00Handling natural language data
    • G06F40/10Text processing
    • G06F40/166Editing, e.g. inserting or deleting
    • G06F40/177Editing, e.g. inserting or deleting of tables; using ruled lines
    • G06F40/18Editing, e.g. inserting or deleting of tables; using ruled lines of spreadsheets
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q30/00Commerce
    • G06Q30/02Marketing; Price estimation or determination; Fundraising
    • G06Q30/0207Discounts or incentives, e.g. coupons or rebates
    • G06Q30/0208Trade or exchange of goods or services in exchange for incentives or rewards
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02DCLIMATE CHANGE MITIGATION TECHNOLOGIES IN INFORMATION AND COMMUNICATION TECHNOLOGIES [ICT], I.E. INFORMATION AND COMMUNICATION TECHNOLOGIES AIMING AT THE REDUCTION OF THEIR OWN ENERGY USE
    • Y02D10/00Energy efficient computing, e.g. low power processors, power management or thermal management

Abstract

The invention provides a visual graphic report generating method, which relates to the field of data processing, and is characterized in that a template block chain is used as a medium for transmitting information data, the process of directly converting overall data into a visual graphic report is split, firstly, the overall data is split into a plurality of sub-data, the sub-data are respectively processed to obtain a plurality of element blocks, and finally, the plurality of element blocks are combined to form a required visual graphic report. According to the method, due to the decentralized processing of the data, the calculation pressure caused by the fact that the program is too concentrated in operation is reduced, meanwhile, due to the fact that the special information transmission processing of the template block chain is carried out, the generation program of the whole report template cannot be obtained simply through the backtracking of the data, and therefore intellectual property of the report template can be well protected, and the method has good practical significance.

Description

Visual graphic report generation method
Technical Field
The invention relates to the field of data processing, in particular to a method for generating a visual graphic report.
Background
Compared with the data presented in a list form, the data presented in the form of the visual graphic report form enables a viewer to more intuitively know the key content of the data; the process of converting tabular form data into a visual graphical report may be accomplished by a selected visual graphical template program.
The visual graphic template program has an off-line operation mode and an on-line operation mode, and the visual graphic template program which is operated off-line is easy to be abused, which is not beneficial to the protection of intellectual property rights of the visual graphic template program authors; the on-line running visual graphic template program brings a certain operation pressure to the developer, which is unfavorable for the use of the small developer.
Therefore, a visual graphic report generation method capable of considering intellectual property protection and operation cost is needed.
Disclosure of Invention
Correspondingly, the invention provides a visual graphic report capable of considering intellectual property protection and operation cost, which comprises the following steps:
receiving userSelected target reporting template
In template block chainAccording to the target report templateCorresponding target template accountThe userUser account of (a)To the target template accountTransferring a first money tokenAnd attach the userThe provided overall data
The target template accountUpon receipt of the first money tokenAfter that, triggering and executing report template programThe report template programFor integrating dataSplit intoData of the portionAnd is used for each part of sub-dataSpecifying a corresponding element handling accountAnd corresponding token amount
The target template accountRespectively rate tokensTransfer to corresponding element handling accountAnd attach the corresponding sub data
Each element handles an accountUpon receipt of a corresponding token amountAfter that, triggering and executing the corresponding element generating programThe element generating programFor use in accordance with sub-dataGenerating corresponding element tiles
Each element handles an accountDeposit tokensSent to user accountAnd attach corresponding element patterns
User accountUpon receipt of a corresponding token amountAfter that, according to the preset programTo block corresponding elementThe method comprises the steps of setting the coordinate position and the layer position corresponding to an empty template file;
in the user accountReceived token amountAccumulated to first amount tokenAnd finally, completing the generation of the visual graphic report.
In an alternative embodiment, the report template programAt run-time to the template blockchainProviding a first maintenance force;
the template block chainGranting the target template account based on the contribution of the first maintenance forceThe tokens are awarded.
In an alternative embodiment, the report template program is based on the set frequencyAt run-time, the target template accountTransferring a first amount of tokens to an administrator accountAnd attaching required elements to generate program information;
the administrator account is assigned to the target template accountTransferring a first money tokenAnd attaching corresponding element processing account according to the required element generating program informationIs a set of (3).
In an alternative embodiment, the target template accountUpon receipt of the first money tokenCorresponding element processing accountAfter the collection of (a), transferring the first amount of tokens to the administrator account againAnd attach the element processing accountIs a collection of (3);
the manager account receiving the first amount of tokensThereafter, the account is processed according to the elementGenerating first virtual data;
the administrator account is assigned to the target template accountSending a first money tokenAnd attaching the first virtual data;
the target template accountTreating the administrator account as a user accountAnd executing the related program;
the administrator account judges the report template program according to a visual graphic report generated based on the first virtual dataWhether or not to operate normally.
In an alternative embodiment, the element generation programIn operationTime-wise to the template blockchainProviding a second maintenance force;
the template block chainGiving the element processing account according to the contribution of the second maintenance powerThe tokens are awarded.
In an alternative embodiment, the element generation programAt the first run, the element processes the accountSending a corresponding element generation program to an administrator accountIs the amount of tokensAnd attaching a data requirement format;
the manager account receives the amount of the tokenGenerating second virtual data according to the data requirement format;
the administrator account handles the account with the elementSending the amount of tokensAnd attaching the second virtual data;
the element processing accountTo account the administratorRegarded as target template accountAnd executing the related program;
the administrator account generates element tiles based on the second virtual dataJudging the element generation programWhether or not to operate normally.
In an alternative embodiment, each element processes an accountDeposit tokensSent to user accountAnd attach corresponding element patternsComprising the following steps:
each element handles an accountAccording to the amount of the medalIn template block chainThe user account is obtained by the record
Each element handles an accountDeposit tokensSent to user accountAnd attach corresponding element patterns
In an alternative embodiment, the blank template file is based on the target report templateSetting.
In an alternative embodiment, after the visual graphical report is generated, the user accountTransferring accounts corresponding to the target reporting template to an administrator accountIs a procedure amount token;
the administrator account is assigned to the user accountReturning an unlocking password expressed in terms of the amount of the token;
the unlocking password is used for unlocking the editable attribute of the visual graphic report.
In summary, the invention provides a method for generating a visual graphic report, the core idea is to deconstruct the generation process of the visual report, change the main body of program execution from one to a plurality of main bodies, record corresponding division information through a template block chain, so as to reduce the operation burden of a single developer; the template block chain is utilized to record division information, so that the traceability of program division can be ensured, and error correction is easy; the template block chain has recording characteristics, but only can restore the generation process of element image blocks from the reverse tracking angle, so that the whole graphic report program is difficult to restore, and the method has good protection effect on intellectual property; the actual benefits of the developer are derived from the maintenance of the template block chain, and each maintainer can enjoy corresponding rewards, so that the long-term continuous operation of the template block chain can be ensured, and the method has good practical significance.
Drawings
In order to more clearly illustrate the embodiments of the invention or the technical solutions in the prior art, the drawings that are required in the embodiments or the description of the prior art will be briefly described, it being obvious that the drawings in the following description are only some embodiments of the invention, and that other drawings may be obtained according to these drawings without inventive effort for a person skilled in the art.
FIG. 1 is a flowchart of a method for generating a visual graphical report according to an embodiment of the present invention.
Detailed Description
The following description of the embodiments of the present invention will be made clearly and completely with reference to the accompanying drawings, in which it is apparent that the embodiments described are only some embodiments of the present invention, but not all embodiments. All other embodiments, which can be made by those skilled in the art based on the embodiments of the invention without making any inventive effort, are intended to be within the scope of the invention.
According to the dataGenerating a visual graphical reportEssentially dataPerforming function conversion to makeFrom a visual point of view, a picture is understood, and therefore, from the dataGenerating a visual graphical reportEssentially based on dataGenerating a pictureIs a process of (2).
Specifically, the visual graphic template program is the required conversion functionThe method comprises the steps of carrying out a first treatment on the surface of the For the finally formed visual graphic report, it can be understood as a stack of various elements, such as background elements, text elements, graphic elements, etc.; the visualized graphical template program defines the generation logic of each element, i.e
Wherein,represent the firstA generation program of the seed element,represent the firstThe data required for the seed element, since there is multiplexing of the data in the partially visualized graphic template, therefore,. It should be noted that, a part of elements may be generated without using specific data, and the corresponding data may be understood as null data (null set).
Therefore, the process of generating the visual report based on the data can be divided into a plurality of groups of sub-data, then a corresponding function is assigned to each group of sub-data, each group of sub-data is processed based on the corresponding function to obtain a corresponding element, and finally the required visual report can be obtained through superposition of the elements.
FIG. 1 is a flowchart of a method for generating a visual graphical report according to an embodiment of the present invention.
Based on the idea, the embodiment of the invention provides a visual graphic report generating method, which comprises the following steps:
s101: receiving userSelected target reporting template
Specifically, the user can select a desired template (i.e., a target report template) from the template library)。
S102: in template block chainAccording to the target report templateCorresponding target template accountThe userUser account of (a)To the target template accountTransferring a first money tokenAnd attach the userThe provided overall data
User' sAfter selecting the desired template (i.e. the target reporting template) After that, the target report templateHaving a corresponding target template accountSpecific first token amountUser(s)Corresponding user accountRequiring access to the target template accountTransferring a first token amountAnd attach the corresponding overall dataTo start the generation process of the visual graphic report.
In particular, if the overall dataToo long, the userAlternatively batch transfers and batch attachments of the general data
S103: the target template accountUpon receipt of the first money tokenAfter that, triggering and executing report template programThe report template programFor integrating dataSplit intoData of the portionAnd is used for each part of sub-dataSpecifying a corresponding element handling accountAnd corresponding token amount
Target template accountEssentially report template programMaintainer account, target template accountUpon receipt or cumulative receipt of a first token amountAfter that, triggering and executing report template program
Report template programDefining the form of splitting the overall data into sub-data during development and defining an element processing account corresponding to each sub-dataAnd corresponding token amount
S104: the target template accountRespectively rate tokensTransfer to corresponding element handling accountAnd attach the corresponding sub data
Split sub-dataHaving corresponding element generation programsElement generation programHas a corresponding element handling accountThus, by processing an account to an elementTransferring tokens, triggering execution of a corresponding element generation program
S105: each element handles an accountUpon receipt of a corresponding token amountAfter that, triggering and executing the corresponding element generating programThe element generating programFor use in accordance with sub-dataGenerating corresponding element tiles
Element processing accountUpon receipt of a corresponding token amountAfter that, triggering and executing the corresponding element generating programAccording to the amount of the medalAppended sub dataThe element generating programCorresponding element image blocks can be generated
S106: each element handles an accountDeposit tokensSent to user accountAnd attach corresponding element patterns
Element processing accountIn element blockAfter generation, the tokens are paidSent to user accountAnd attach corresponding element patterns. Note that element tilesHaving specific coordinate positions and layer positions, which can be used for the amount of tokensDirect recording is performed.
S107: user accountUpon receipt of a corresponding token amountAfter that, according to the preset programTo block corresponding elementThe method comprises the steps of setting the coordinate position and the layer position corresponding to an empty template file;
it should be noted that the blank template file can be based on the target report templateSetting, element image blockThe coordinate position and layer position of (2) can be calculated by the amount of the medalThe representation itself.
S108: in the user accountReceived token amountAccumulated toAnd finally, completing the generation of the visual graphic report.
In the implementation process of step S101 to step S108, the basic practice concept can be summarized as that the user points to the required target template account on the template blockchainTransmission demand and accompanying transmission general dataTarget template accountAfter receiving the demand, the corresponding program is utilized to make the overall dataElement generation program required for splitting sub data and transmitting sub data to each sub data on template block chainCorresponding element processing accountThe method comprises the steps of carrying out a first treatment on the surface of the Each element handles an accountGenerating a program by corresponding elementsAfter processing the corresponding sub-data, the generated element image blockAnd sending back to the user account for superposition and summarization, and finally obtaining the required visual graphic report.
Specifically, from the beginning to the end of the generation of the visual graphical report, the user accountThe transferred first money tokenFinal regression to the user accountIn the above process, all transfer steps are only for transferring information and recording information, and do not involve substantial increase and decrease of tokens, pass data is recorded in the blockchainAnd generating division information in the process of the visual graphic report.
In the process, the matching of three types of role accounts is related in the template block chain, and the first type of role account is a user accountThe second role account is a target template accountThe third role account is an element processing account
User accountThe function in the process is to send out the requirement and receive the element image block to carry out superposition recombination of the elements so as to obtain the visual graphic report.
Target template accountIn the process, according to the target report templateThe user needs are split in the program, and the information splitting and distributing functions are achieved.
Element processing accountIn this process, the actual data is converted into element blocks.
According to the embodiment, the most basic process of converting the data into the visual graphic report forms is scattered, so that the calculation pressure caused by too concentrated programs is reduced; secondly, the generation of the element image blocks has reusability, and different report templates can be reused, so that compared with the mode of directly generating the report templates through data in the prior art, the repeated use of tool resources can be avoided, and the burden pressure of the whole system is reduced; in addition, the division information can trace the source in the block chain, when the problem occurs in the visual graphic report, the problem occurrence point can be well found, so that the problem corresponding to the fault problem can be solved in time, and the attribution of responsibility is divided; if the template program is traced through the final element image block, the method has larger reverse difficulty, and is favorable for protecting intellectual property of the report template.
Step S101 to step S108 illustrate the actual generation flow of the visual graphic report, and in the actual application, how to allow three role accounts to actively participate in the maintenance of the template block chain is also one of the core problems that the template block chain needs to solve in the actual application.
Specifically, in an alternative embodiment, the report template programAt run-time to the template blockchainProviding a first maintenance force;
the template block chainGranting the target template account based on the contribution of the first maintenance forceThe tokens are awarded.
Specifically, the target template accountCan only pass through report template programIs operated to obtain rewards of medals, report template programActually contains relevant codes participating in the maintenance of the blockchain; target template accountIf the actual maintainer wants to obtain the medal rewards, the report template program needs to be operatedTo ensure the benefit, which can enable the target template accountActively maintaining the operation of the reporting template program.
Further, according to the set frequency, the report template programAt run-time, the target template accountTransferring a first amount of tokens to an administrator accountAnd attaching required elements to generate program information; the administrator account is assigned to the target template accountTransferring a first money tokenAnd attaching corresponding element processing account according to the required element generating program informationIs a set of (3).
Specifically, to prevent element handling accountsIs partially disabled and accounts are processed for all elementsIs provided with the benefits of the report template programRequiring periodic acquisition of an associated element handling account from an administrator accountInformation.
Processing account at acquisition elementIn the information process, the report template program also needs to judge the feasibility of the report template program through the verification of an administrator account; the verification mode is to simulate the actual running condition.
To ensure traceability of information, related operations need to be completed on the template blockchain, and an administrator account can be understood as an organizer of the whole system, and any user account needing to be added into the template blockchainTarget template accountElement processing accountAll that is required is authentication through the administrator account.
Further, the target template accountUpon receipt of the first money tokenCorresponding element processing accountAfter the collection of (a), transferring the first amount of tokens to the administrator account againAnd attach the element processing accountIs a collection of (3);
the manager account receiving the first amount of tokensThereafter, the account is processed according to the elementGenerating first virtual data;
the administrator account is assigned to the target template accountSending a first money tokenAnd attaching the first virtual data;
the target template accountTreating the administrator account as a user accountAnd executing the related program;
the administrator account judges the report template program according to a visual graphic report generated based on the first virtual dataWhether or not to operate normally.
As described above, reporting template programAt runtime, account processing for elements needed to know its templateThe collection of (2) is acquired through an administrator account; meanwhile, the template block chain can be entered only by checking the account of the administrator, and the visual graphic report generation mode disclosed by the embodiment of the invention is participated.
Similarly, the element generating programAt run-time to the template blockchainProviding a second maintenance force;
the template block chainGiving the element processing account according to the contribution of the second maintenance powerThe tokens are awarded.
In an alternative embodiment, the element generation programAt the first run, the element processes the accountSending a corresponding element generation program to an administrator accountIs the amount of tokensAnd attaching a data requirement format;
administrator account is inReceiving the token amountGenerating second virtual data according to the data requirement format;
the administrator account handles the account with the elementSending the amount of tokensAnd attaching the second virtual data;
the element processing accountRegarding the administrator account as a target template accountAnd executing the related program;
the administrator account generates element tiles based on the second virtual dataJudging the element generation programWhether or not to operate normally.
The verification process of the administrator account is actually a process of simulating actual execution, and the element generation program can be judged by verifying the related information received by the administrator accountWhether or not the operation of (a) is accurate.
Specifically, through the foregoing description, the target template accountAnd element processing accountAre all capable of active participation by corresponding incentive policiesMaintenance of template blockchain, and target template accountAnd element processing accountThe obtained tokens are mainly used for user accountsUse, user accountSelecting target report templateWhen it is required to first send a first amount of tokenThe method comprises the steps of carrying out a first treatment on the surface of the Generally, the more elaborate the target reporting template requires the first amount of tokensThe higher; the more users the first amount of tokens required by the target reporting templateThe higher; although the first amount tokenEventually return to the user accountBut user accountOr the corresponding initial tokens are required to initiate the progress of the relevant program; thus, the user accountBy only checking to the target template accountAnd element processing accountThe way in which tokens are acquired results in tokens that enable a target template accountAnd element processing accountCan obtain benefits and stimulate target template accountsAnd element processing accountAnd participating in the maintenance of the template block chain.
Further, each element processes an accountDeposit tokensSent to user accountAnd attach corresponding element patternsComprising the following steps:
each element handles an accountAccording to the amount of the medalIn template block chainThe user account is obtained by the record
Each element handles an accountDeposit tokensSent to user accountAnd attach corresponding element patterns
The flow of tokens can be traced across the template blockchain, thus, element processing accountsBeing able to find a corresponding user accountTo transmit the generated elemental tiles.
In an alternative embodiment, the blank template file is based on the target report templateSetting.
In an alternative embodiment, after the visual graphical report is generated, the user accountTransferring accounts corresponding to the target reporting template to an administrator accountIs a procedure amount token;
the administrator account is assigned to the user accountReturning an unlocking password expressed in terms of the amount of the token;
the unlocking password is used for unlocking the editable attribute of the visual graphic report.
For the administrator account, i.e. maintainer and creator of the whole system, the administrator account can obtain the obtained benefits by providing unlocking passwords, for example, the unlocking passwords can be used for unlocking the editable attribute of the visual graphic report for secondary development of users.
In summary, the embodiment of the invention provides a method for generating a visual graphic report, the core idea is to deconstruct the generation process of the visual report, change the main body of program execution from one to a plurality of main bodies, and record corresponding division information through a template block chain so as to reduce the operation burden of a single developer; the template block chain is utilized to record division information, so that the traceability of program division can be ensured, and error correction is easy; the template block chain has recording characteristics, but only can restore the generation process of element image blocks from the reverse tracking angle, so that the whole graphic report program is difficult to restore, and the method has good protection effect on intellectual property; the actual benefits of the developer are derived from the maintenance of the template block chain, and each maintainer can enjoy corresponding rewards, so that the long-term continuous operation of the template block chain can be ensured, and the method has good practical significance.
The above describes in detail a method for generating a visual graphic report provided by the embodiment of the present invention, and specific examples are applied herein to describe the principles and embodiments of the present invention, and the description of the above embodiments is only for helping to understand the method and core ideas of the present invention; meanwhile, as those skilled in the art will have variations in the specific embodiments and application scope in accordance with the ideas of the present invention, the present description should not be construed as limiting the present invention in view of the above.

Claims (9)

1. The method for generating the visual graphic report is characterized by comprising the following steps of:
receiving userSelected target report template->
In template block chainAccording to the target report template +.>Corresponding target template account->Said user->User account->To the target template account->Transferring a first money token->And attach the user->The overall data provided->
The target template accountUpon receipt of said first money token->After that, triggering and executing the report template program>The report template program->For +.>Split into->Part data->And is used for +.>Designating corresponding element handling account->And corresponding token amount->,/>,/>
The target template accountRespectively add tokens to>Transfer to corresponding element handling account +.>And is attached with correspondingSub-data of->
Each element handles an accountOn receipt of the corresponding token amount>After that, triggering and executing the corresponding element generating programSaid element generating program->For->Generating corresponding element tiles->
Each element handles an accountThe amount of tokens>Send to user account->And is attached with corresponding element block->
User accountOn receipt of the corresponding token amount>After that, according to the preset program->The corresponding element block is->The method comprises the steps of setting the coordinate position and the layer position corresponding to an empty template file;
in the user accountReceived token amount->Accumulated to the first amount of money->And finally, completing the generation of the visual graphic report.
2. The method for generating a visual graphical report as set forth in claim 1, wherein said reporting template programAt run-time +.>Providing a first maintenance force;
the template block chainGiving the target template account +.>The tokens are awarded.
3. The method for generating a visual graphic report according to claim 2, wherein said report template program according to a set frequencyAt run-time, the target template account +.>Transferring a first amount of token to an administrator account>And attaching required elements to generate program information;
the administrator account is assigned to the target template accountTransferring a first money token->And attaching corresponding element processing account ++according to the required element generating program information>Is a set of (3).
4. The method for generating a visual graphical report according to claim 3, wherein the target template accountUpon receipt of said first money token->Corresponding element handling account +.>After the collection of (2) transferring the first money token to the manager account again>And attach the element handling account +.>Is a collection of (3);
the manager account receiving the first amount of tokensAfter that, account is handled according to the element +.>Generating first virtual data;
the administrator account is assigned to the target template accountSend a first money token->And attaching the first virtual data;
the target template accountRegarding the administrator account as user account +.>And executing the related program;
the administrator account judges the report template program according to a visual graphic report generated based on the first virtual dataWhether or not to operate normally.
5. The visual graphic report generating method as set forth in claim 1, wherein said element generating programAt run-time +.>Providing a second maintenance force;
the template block chainGiving the element handling account +.>The tokens are awarded.
6. The visual graphic report generating method as set forth in claim 5, wherein said element generating programAt first run, the element handling account +.>Sending a corresponding element generator to an administrator account>Token amount of->And attaching a data requirement format;
the manager account receives the amount of the tokenGenerating second virtual data according to the data requirement format;
the administrator account handles the account with the elementTransmit token amount->And attaching the second virtual data;
the element processing accountRegarding the administrator account as a target template account +.>And executing the related program;
the administrator account generates element tiles based on the second virtual dataJudging the element generating program->Whether or not to operate normally.
7. The method of generating a visual graphical report of claim 1, wherein each element processes an accountThe amount of tokens>Send to user account->And is attached with corresponding element block->Comprising the following steps:
each element handles an accountAccording to the amount of the medal->In template blockchain->The above record gets the user account +.>
Each element handles an accountThe amount of tokens>Send to user account->And is attached with corresponding element block->
8. The method for generating a visual graphical report according to claim 1, wherein the blank template file is based on the target reporting templateSetting.
9. The method for generating a visual graphical report according to claim 1, wherein after the visual graphical report is generated, the user account isTransferring a corresponding target report template to an administrator account>Is a procedure amount token;
the administrator account is assigned to the user accountReturning an unlocking password expressed in terms of the amount of the token;
the unlocking password is used for unlocking the editable attribute of the visual graphic report.
CN202311736670.5A 2023-12-18 2023-12-18 Visual graphic report generation method Active CN117422058B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202311736670.5A CN117422058B (en) 2023-12-18 2023-12-18 Visual graphic report generation method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202311736670.5A CN117422058B (en) 2023-12-18 2023-12-18 Visual graphic report generation method

Publications (2)

Publication Number Publication Date
CN117422058A true CN117422058A (en) 2024-01-19
CN117422058B CN117422058B (en) 2024-03-12

Family

ID=89531118

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202311736670.5A Active CN117422058B (en) 2023-12-18 2023-12-18 Visual graphic report generation method

Country Status (1)

Country Link
CN (1) CN117422058B (en)

Citations (13)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20040230508A1 (en) * 2002-10-29 2004-11-18 Minnis Raymond Albert System for generating financial statements using templates
JP5871347B1 (en) * 2015-03-11 2016-03-01 株式会社Orb Virtual currency management program and virtual currency management method
EP3559819A2 (en) * 2018-12-29 2019-10-30 Alibaba Group Holding Limited Visual blockchain browser
JP6732309B1 (en) * 2019-08-14 2020-07-29 株式会社スリーワイズ Information processing apparatus, information processing method, and information processing program
US20200311790A1 (en) * 2013-04-11 2020-10-01 Brandshield Ltd. System, Device, and Method of Protected Electronic Commerce and Electronic Financial Transactions
CN113688173A (en) * 2020-05-19 2021-11-23 腾讯科技(深圳)有限公司 Report information processing method and device, electronic equipment and storage medium
US20210391983A1 (en) * 2020-06-15 2021-12-16 Acronis International Gmbh Systems and methods for preserving data integrity when integrating secure multiparty computation and blockchain technology
CN114707975A (en) * 2022-06-06 2022-07-05 佳瑛科技有限公司 Data processing method and system with historical processing information
KR20220104871A (en) * 2021-01-19 2022-07-26 주식회사 에이비씨 Hybrid Database System Using Private Blockchain
CN114880291A (en) * 2022-06-30 2022-08-09 佳瑛科技有限公司 Distributed file management method and system
CN116681045A (en) * 2023-06-13 2023-09-01 中国平安财产保险股份有限公司 Report generation method, report generation device, computer equipment and storage medium
CN117151045A (en) * 2023-08-02 2023-12-01 中国银行股份有限公司 Report processing method and device based on block chain and computer equipment
CN117194757A (en) * 2023-06-14 2023-12-08 上海东普信息科技有限公司 Report generation method, device, equipment and storage medium based on big data

Patent Citations (13)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20040230508A1 (en) * 2002-10-29 2004-11-18 Minnis Raymond Albert System for generating financial statements using templates
US20200311790A1 (en) * 2013-04-11 2020-10-01 Brandshield Ltd. System, Device, and Method of Protected Electronic Commerce and Electronic Financial Transactions
JP5871347B1 (en) * 2015-03-11 2016-03-01 株式会社Orb Virtual currency management program and virtual currency management method
EP3559819A2 (en) * 2018-12-29 2019-10-30 Alibaba Group Holding Limited Visual blockchain browser
JP6732309B1 (en) * 2019-08-14 2020-07-29 株式会社スリーワイズ Information processing apparatus, information processing method, and information processing program
CN113688173A (en) * 2020-05-19 2021-11-23 腾讯科技(深圳)有限公司 Report information processing method and device, electronic equipment and storage medium
US20210391983A1 (en) * 2020-06-15 2021-12-16 Acronis International Gmbh Systems and methods for preserving data integrity when integrating secure multiparty computation and blockchain technology
KR20220104871A (en) * 2021-01-19 2022-07-26 주식회사 에이비씨 Hybrid Database System Using Private Blockchain
CN114707975A (en) * 2022-06-06 2022-07-05 佳瑛科技有限公司 Data processing method and system with historical processing information
CN114880291A (en) * 2022-06-30 2022-08-09 佳瑛科技有限公司 Distributed file management method and system
CN116681045A (en) * 2023-06-13 2023-09-01 中国平安财产保险股份有限公司 Report generation method, report generation device, computer equipment and storage medium
CN117194757A (en) * 2023-06-14 2023-12-08 上海东普信息科技有限公司 Report generation method, device, equipment and storage medium based on big data
CN117151045A (en) * 2023-08-02 2023-12-01 中国银行股份有限公司 Report processing method and device based on block chain and computer equipment

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
朱晓菊;陈青青;: "区块链数据的可视化分析", 艺术与设计(理论), no. 04, 15 April 2020 (2020-04-15) *

Also Published As

Publication number Publication date
CN117422058B (en) 2024-03-12

Similar Documents

Publication Publication Date Title
Du et al. An optimized consortium blockchain for medical information sharing
Chatterjee et al. Probabilistic smart contracts: Secure randomness on the blockchain
JP7128111B2 (en) Systems and methods for controlling asset-related activities via blockchain
CN110163590B (en) Payment withholding method and device based on block chain, electronic equipment and storage medium
CN108959621B (en) Method, device, equipment and storage medium for realizing block chain network
CN109493056A (en) A kind of block chain common recognition mechanism based on supply chain Ecological Information scene
TW202209211A (en) Registry and automated management method for blockchain-enforced smart contracts
CN113129177B (en) Digital asset application method corresponding to intellectual property
CN109063049B (en) Account processing method, device, equipment and storage medium of block chain network
CN110084596A (en) A kind of method and apparatus of processing block chain mixing common recognition
CN113344535B (en) Software development outsourcing control system based on block chain and implementation method
CN117422058B (en) Visual graphic report generation method
CN113129176B (en) Digital asset application method corresponding to intellectual property
CN110502905A (en) A kind of distributed account book method of commerce and system of secret protection
CN113392379A (en) Online knowledge sharing method based on block chain intelligent contracts
CN113128992A (en) Payment method based on intellectual property right use authorization
CN113112262A (en) Digital asset transfer method corresponding to intellectual property
CN112488838A (en) Remote sensing data transaction incentive method based on intelligent contract
CN101916401A (en) Time traceable power grid economic model management method
CN113254980B (en) Workload certification consensus method and system for deep learning
CN115244526A (en) Method and system for decentralized transaction communication protocols
CN112600945B (en) Distributed block chain service system, construction method thereof and storage medium
CN115423473A (en) Decentralized zero-work economic service platform and operation method thereof
Du et al. Anti-collusion multiparty smart contracts for distributed watchtowers in payment channel networks
CN113939800A (en) Computer-implemented method and system for pseudo-random data generation

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant