CN111429244A - Unified accounting method capable of improving accounting performance - Google Patents

Unified accounting method capable of improving accounting performance Download PDF

Info

Publication number
CN111429244A
CN111429244A CN202010219647.9A CN202010219647A CN111429244A CN 111429244 A CN111429244 A CN 111429244A CN 202010219647 A CN202010219647 A CN 202010219647A CN 111429244 A CN111429244 A CN 111429244A
Authority
CN
China
Prior art keywords
accounting
account
transaction
billing
performance
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
CN202010219647.9A
Other languages
Chinese (zh)
Other versions
CN111429244B (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.)
Shenzhen Qianhai Mobile Technology Co ltd
Original Assignee
Shenzhen Qianhai Mobile 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 Shenzhen Qianhai Mobile Technology Co ltd filed Critical Shenzhen Qianhai Mobile Technology Co ltd
Priority to CN202010219647.9A priority Critical patent/CN111429244B/en
Publication of CN111429244A publication Critical patent/CN111429244A/en
Application granted granted Critical
Publication of CN111429244B publication Critical patent/CN111429244B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q40/00Finance; Insurance; Tax strategies; Processing of corporate or income taxes
    • G06Q40/12Accounting
    • G06Q40/125Finance or payroll
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/25Integrating or interfacing systems involving database management systems
    • G06F16/252Integrating or interfacing systems involving database management systems between a Database Management System and a front-end application
    • 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
    • Y02PCLIMATE CHANGE MITIGATION TECHNOLOGIES IN THE PRODUCTION OR PROCESSING OF GOODS
    • Y02P90/00Enabling technologies with a potential contribution to greenhouse gas [GHG] emissions mitigation
    • Y02P90/30Computing systems specially adapted for manufacturing

Landscapes

  • Engineering & Computer Science (AREA)
  • Business, Economics & Management (AREA)
  • Accounting & Taxation (AREA)
  • Databases & Information Systems (AREA)
  • Finance (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • Data Mining & Analysis (AREA)
  • Development Economics (AREA)
  • Economics (AREA)
  • Marketing (AREA)
  • Strategic Management (AREA)
  • Technology Law (AREA)
  • General Business, Economics & Management (AREA)
  • Financial Or Insurance-Related Operations Such As Payment And Settlement (AREA)

Abstract

The invention discloses a unified accounting method capable of improving accounting performance, which comprises the following steps: s1, defining a billing rule; s2, defining the account balance increasing and decreasing direction and the amount calculation formula in the accounting rule; s3, adding at least one transaction type for the accounting rule; s4, aiming at the same transaction type, the source party must provide the serial number of the source system and other information of the transaction; and S5, performing multi-queue parallel accounting according to needs, screening accounts for real-time accounting, dividing the accounts with correlation according to the upper and lower-level inclusion relation, performing queue planning according to the upper-level accounts of higher levels, and unifying the upper-level attributes with the same hash or modulo in one queue. The account accounting system is responsible for increasing and decreasing all accounts, the application system can not modify account balance, only the account accounting system can modify the account balance, the flexibility of account accounting is improved, account accounting errors are reduced, and the accounting performance is improved.

Description

Unified accounting method capable of improving accounting performance
Technical Field
The invention relates to the technical field of accounting processing, in particular to a unified accounting method capable of improving accounting performance.
Background
In the existing financial system, operations such as balance increase and decrease, freezing, unfreezing and the like are generally performed on accounts and accounts, most account systems and application systems are not completely separated, and the situations of directly modifying account balance and other operations exist in the application systems in large quantity.
There are several major drawbacks:
1. the application system is coupled with the account accounting system, a large amount of account operation is directly performed in the application system, and the maintenance is not easy to make mistakes.
2. The independent platform of the account accounting system is realized individually, the business logic of each account is realized by writing hard codes, so that the management is inconvenient, and the flexibility is not enough; meanwhile, the problems of repeated billing and the like can exist.
3. For an account accounting system with high concurrency, one transaction can simultaneously carry out accounting operation on a plurality of real-time accounting accounts, and if the concurrency control is not well done, the account balance is covered due to the fact that one account is written at the same time.
Accordingly, the prior art is deficient and needs improvement.
Disclosure of Invention
The technical problem to be solved by the invention is as follows: the unified accounting method capable of improving the accounting performance is provided, loose coupling of an application system and an account accounting system is realized, flexibility of account accounting is improved, and account accounting errors are reduced.
The technical scheme of the invention is as follows: a unified accounting method capable of improving accounting performance comprises an application system and an account accounting system, wherein the application system and the account accounting system are in a loose coupling relationship, and one account accounting system corresponds to at least one application system;
the accounting method of the account accounting system comprises the following steps:
s1, defining a billing rule for each billing logic in the account billing system;
s2, defining the account balance increasing and decreasing direction and the amount calculation formula in each accounting rule;
s3, adding at least one transaction type for each accounting rule, wherein the transaction type is used as an interface and is provided for a transaction system to be called;
s4, for the same transaction type in S3, the source party must provide the serial number of the source system and other information of the transaction;
the account accounting system carries out uniqueness judgment according to the serial number of the source system, and the accounting corresponding to the serial number of the same source system can only be successfully carried out once;
the account accounting system returns the marks of successful accounting, failure accounting and repeated accounting according to the data of the calling party so as to be used by the source party for subsequent processing;
s5, performing multi-queue parallel accounting according to needs, screening out accounts for real-time accounting, dividing according to correlation, dividing accounts with correlation according to the inclusion relationship between an upper level and a lower level, and performing queue planning according to a higher-level account, so as to unify the hash of the higher-level attributes or take the same queue.
By adopting the above technical scheme, in the unified accounting method capable of improving accounting performance, in S1, the accounting rules include: transaction accounting, T0 settlement, T1 settlement, transaction freezing, transaction unfreezing, activity posting and agent dividend cash-out.
By adopting the above technical solutions, in the unified accounting method capable of improving accounting performance, in S2, one accounting rule includes at least one entry, and each entry includes at least one sub-transaction.
By adopting the technical scheme, in the unified account accounting method capable of improving the accounting performance, each entry corresponds to one entry number respectively, and each sub-transaction corresponds to one sub-transaction identification number respectively.
By adopting the technical scheme, in the unified account accounting method capable of improving the accounting performance, each sub-transaction respectively comprises a debit identifier, an internal/external account, an external account user type, a subject number, a subject name, a currency number, whether to check debit and credit balance and remarks.
By adopting the above technical solutions, in the unified accounting method capable of improving accounting performance, in S3, the transaction type includes a transaction type code and a name.
By adopting the above technical solutions, in the unified accounting method capable of improving accounting performance, in S3, multiple transaction types under one accounting rule are respectively and independently accounted and share one same accounting rule.
By adopting the above technical solutions, in the unified accounting method capable of improving accounting performance, in S4, the application system of the source side performs corresponding change setting on the user account information according to the mark made by the account accounting system, and records the transaction information of the user account, and the processing program of the application system is the internal logic of the application system, and is unrelated to the account accounting system, and the account accounting system does not need to process the transaction information.
By adopting the technical scheme, the loose coupling of the application system and the account accounting system is realized, the plurality of application systems correspond to one account accounting system, the account accounting system is responsible for increasing and decreasing all accounts, the application system can not modify account balance, only the account accounting system can modify the account balance, corresponding accounting rules are defined for accounting logic of the account accounting system, the flexibility of account accounting is improved under the corresponding accounting rules, account accounting errors are reduced, and the accounting performance is improved.
Detailed Description
The present invention will be described in detail with reference to specific examples.
The invention provides a unified accounting method capable of improving accounting performance, which comprises an application system and an account accounting system, wherein the application system and the account accounting system are in a loose coupling relationship, and one account accounting system corresponds to at least one application system. The application system and the account accounting system are in an independent state, namely the application system cannot modify the balance of the account accounting system and other operations at will, so that the balance of the account accounting system is prevented from being modified to cause repeated or failed accounting. The account accounting system and the application system may be in a one-to-one relationship or a one-to-many relationship, and certainly, in the actual accounting operation, one account accounting system is better selected to correspond to a plurality of application systems, so that the accounting function of the account accounting system can be increased, and the flexibility of the account accounting system can also be improved.
The account keeping method of the account accounting system is the key point of the whole process and mainly comprises the following steps:
s1, defining a billing rule for each billing logic in the account billing system. The name of the billing rule is various and is set according to different billing situations and services and names in different company systems. For example, the accounting rules in the present invention mainly include: the method comprises the steps of transaction accounting, T0 accounting, T1 accounting, transaction freezing, transaction unfreezing, activity accounting, agent dividend cash withdrawal and the like, wherein corresponding numbers and names can be set according to actual needs according to the accounting rules. In the accounting process, the corresponding accounting of the transaction can be carried out as long as the transaction occurs, and the method is suitable for T0 settlement, T1 settlement, transaction freezing, transaction unfreezing, activity accounting, agent dividend cash withdrawal and the like.
S2, defining the account balance increase/decrease direction and the amount calculation formula in each billing rule. Wherein each accounting rule comprises at least one entry, each entry comprising at least one sub-transaction. Each entry corresponds to an entry number, and each sub-transaction corresponds to a sub-transaction identification number. Each sub-transaction includes a loan identifier, an internal/external account, an external account user type, a subject number, a subject name, a currency number, whether to check loan balance, and notes.
The following table
Figure BDA0002425625220000041
And S3, adding at least one transaction type for each accounting rule, wherein the transaction type is provided to the transaction system as an interface for calling. The transaction type includes a transaction type code and a name. The transaction types under one accounting rule are respectively and independently accounted and share one same accounting rule.
For example, the system has a billing rule called 'transaction billing', but when office supplies are purchased and production materials are purchased, the two purchases have the same billing rule, and only one billing rule needs to be established, but 2 transaction types are established to correspond to office supplies and production materials, respectively. Therefore, in the transaction flow of the system, 2 purchasing transactions can be distinguished, and one accounting rule can be shared.
S4, for the same transaction type in S3, the source must provide the source system serial number, and other information about the transaction.
The account accounting system carries out uniqueness judgment according to the serial number of the source system, and the accounting corresponding to the serial number of the same source system can only be successfully carried out once.
For example, the trade accounting serial numbers of purchased office supplies are BG001 and BG002, if the purchase trade accounting is successfully carried out once before the BG001 orders, and the BG001 calls the purchase trade accounting after 1 day, the accounting system can remind the user that the serial number of the source is successfully accounted and the accounting can not be carried out.
The trade serial numbers of the purchased production data are SC001 and SC002, if the SC001 is successfully billed once and then initiates billing, the SC001 can report an error to tell that the SC001 is successfully billed and cannot be billed again.
And the account accounting system returns the marks of successful accounting, failure accounting and repeated accounting according to the data of the calling party so as to be used by the source party for subsequent processing.
The application system of the source side carries out corresponding change setting on the user account information according to the mark made by the account accounting system and records the transaction information of the user account, and the processing program of the application system is the internal logic of the application system and is irrelevant to the account accounting system, so that the account accounting system does not need to process.
For example, if the user purchases 100 coins, if the user initiates accounting, 100 coins will be added to the user's coin account, and the internal account will be processed accordingly. If the account system returns a successful billing to the application (increased by 100), the application (i.e., the originating party) can change the user rating to the vip level, record the time the user successfully purchased, etc., which is logic within the application itself and which the account system does not need to process.
S5, performing multi-queue parallel accounting according to needs, screening out accounts for real-time accounting, dividing according to correlation, dividing accounts with correlation according to the inclusion relationship between an upper level and a lower level, and performing queue planning according to a higher-level account, so as to unify the hash of the higher-level attributes or take the same queue. This allows for multiple queues to be dropped to improve billing performance.
For example, a company has 50 agents, each with 1 million users under it. Now the user has a transaction to be billed, because a transaction may be billed to both the user account (account balance) and the agent account (moist balance), then the agent may be selected as the benchmark for dividing the queue. For example, 10 queues may be modulo by 10 using the agent number, 1000 is the 1 st queue (1000/10 remainder 0), 1002 is the 3 rd queue (1002/10 remainder 2), and 2002 and 1002 are the same queue.
The above technical solution is exemplified by the following specific embodiments.
There is a mall that has a function of charging coins.
This mall has 50 agents, each with an agent number of 1000, 1001, 1002.
A user U1211, who joins under the agent 1002, charges 500 coins using a personal charge channel.
And then 1000 game coins are recharged by using the preferential recharging channel the next day. The system requires the account system to distinguish between different recharge channels.
1. Adding a billing rule in an account system: the game currency is recharged, and if the game currency is recharged, the corresponding amount a needs to be added to the balance of the game currency of the user, and meanwhile, a is added to the account of the agent of the user by 5 percent to serve as the agent differentiation.
2. Add 2 transaction types to the account system: the personal recharging channel game currency recharging method comprises the steps of personal recharging channel game currency recharging and preferential recharging channel game currency recharging.
3. The game currency management system can call the personal recharging channel of the account system for game currency recharging to carry out recharging 500, the source recharging serial number is GR001, the serial number is generated by the game currency management system and is designated as the serial number, and repeated recharging is avoided. If the user next refills 500, the order number should change, say GR 002.
If GR001 calls accounting load at 10 o 'clock 1 month, day 1, the source serial number is GR001 and the user's tokens have increased by 500.
If the 11-point system is abnormal, but the accounting system is called again, the source serial number is GR001, and the accounting system can tell him that GR001 has been successfully accounted before and cannot be accounted again; if the user really spends another 500 money, he or she needs to change the serial number to GR002 and cannot use the same serial number GR 001.
The same process is also used for invoking the preferential recharge channel game currency recharge 1000.
4. The same account needs to be added or subtracted to the user game currency account and the agent affiliate account at the same time, if the account is added or subtracted by the same user or agent, the user or agent must queue up, otherwise, the data is covered. At this time, it is reasonable to select the agent as the queue reference, because if the user is selected as the queue reference, the situation that one agent is modified to be distributed at the same time can occur; therefore, if the queue reference is carried out according to the agent, the queue is required to be arranged, and the condition that the same agent classified account is modified at the same time does not occur.
The account accounting system is responsible for all account additions and subtractions. Other application systems cannot modify the account balance, and if the account balance is modified, the account accounting system is called to operate so as to ensure the accounting accuracy of the whole account accounting system.
By adopting the technical scheme, the loose coupling of the application system and the account accounting system is realized, the plurality of application systems correspond to one account accounting system, the account accounting system is responsible for increasing and decreasing all accounts, the application system can not modify account balance, only the account accounting system can modify the account balance, corresponding accounting rules are defined for accounting logic of the account accounting system, the flexibility of account accounting is improved under the corresponding accounting rules, account accounting errors are reduced, and the accounting performance is improved.
The invention is not to be considered as limited to the specific embodiments thereof, but is to be understood as being modified in all respects only by the appended claims.

Claims (8)

1. A unified accounting method capable of improving accounting performance comprises an application system and an account accounting system, and is characterized in that the application system and the account accounting system are in a loose coupling relationship, and one account accounting system corresponds to at least one application system;
the accounting method of the account accounting system comprises the following steps:
s1, defining a billing rule for each billing logic in the account billing system;
s2, defining the account balance increasing and decreasing direction and the amount calculation formula in each accounting rule;
s3, adding at least one transaction type for each accounting rule, wherein the transaction type is used as an interface and is provided for a transaction system to be called;
s4, for the same transaction type in S3, the source party must provide the serial number of the source system and other information of the transaction;
the account accounting system carries out uniqueness judgment according to the serial number of the source system, and the accounting corresponding to the serial number of the same source system can only be successfully carried out once;
the account accounting system returns the marks of successful accounting, failure accounting and repeated accounting according to the data of the calling party so as to be used by the source party for subsequent processing;
s5, performing multi-queue parallel accounting according to needs, screening out accounts for real-time accounting, dividing according to correlation, dividing accounts with correlation according to the inclusion relationship between an upper level and a lower level, and performing queue planning according to a higher-level account, so as to unify the hash of the higher-level attributes or take the same queue.
2. The unified billing method for improving billing performance of claim 1, wherein in S1, the billing rules include: transaction accounting, T0 settlement, T1 settlement, transaction freezing, transaction unfreezing, activity posting and agent dividend cash-out.
3. The unified billing method for improving billing performance of claim 1, wherein in the step S2, a billing rule comprises at least one entry, each entry comprises at least one sub-transaction.
4. The unified accounting method for improving accounting performance as claimed in claim 3, wherein each entry corresponds to an entry number, and each sub-transaction corresponds to a sub-transaction identification number.
5. The unified billing method for accounting with enhanced accounting performance as claimed in claim 4, wherein each of the sub-transactions comprises loan identifier, internal/external account, external account user type, account number, account name, currency number, whether to check loan balance and remarks.
6. The unified billing method for accounting capable of improving the billing performance of claim 1, wherein in the step S3, the transaction type comprises a transaction type code and a name.
7. The unified billing method for accounting with improved accounting performance as claimed in claim 6, wherein in the step S3, the transaction types under one accounting rule are respectively accounted independently and share one same accounting rule.
8. The unified accounting method for improving accounting performance as claimed in claim 1, wherein in S4, the source side application system performs corresponding change setting on the user account information according to the mark made by the account accounting system, and records the transaction information of the user account, and the processing program of the application system is the internal logic of the application system, and is independent of the account accounting system, and the account accounting system does not need to process the transaction information.
CN202010219647.9A 2020-03-25 2020-03-25 Unified accounting method capable of improving accounting performance Active CN111429244B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010219647.9A CN111429244B (en) 2020-03-25 2020-03-25 Unified accounting method capable of improving accounting performance

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010219647.9A CN111429244B (en) 2020-03-25 2020-03-25 Unified accounting method capable of improving accounting performance

Publications (2)

Publication Number Publication Date
CN111429244A true CN111429244A (en) 2020-07-17
CN111429244B CN111429244B (en) 2023-07-11

Family

ID=71549483

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010219647.9A Active CN111429244B (en) 2020-03-25 2020-03-25 Unified accounting method capable of improving accounting performance

Country Status (1)

Country Link
CN (1) CN111429244B (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112685189A (en) * 2020-12-24 2021-04-20 北京中交兴路信息科技有限公司 Method, device, equipment and medium for realizing data processing
CN114612092A (en) * 2022-05-11 2022-06-10 深圳前海移联科技有限公司 Business transaction accounting method for improving accounting accuracy

Citations (12)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105447604A (en) * 2014-08-04 2016-03-30 阿里巴巴集团控股有限公司 Account processing method and device
CN107609851A (en) * 2017-10-24 2018-01-19 广州四三九九信息科技有限公司 Virtual coin recharge method, device and gaming platform server
WO2018019176A1 (en) * 2016-07-26 2018-02-01 四川长虹电器股份有限公司 Xbrl-based intelligent financial cloud platform system, construction method, and service implementation method
CN108171597A (en) * 2017-12-27 2018-06-15 福建省农村信用社联合社 A kind of bank's billing and accounting system assembly method that fastext is supported to respond and system
CN108846659A (en) * 2018-06-13 2018-11-20 深圳前海微众银行股份有限公司 Transfer account method, device and storage medium based on block chain
CN108985923A (en) * 2018-07-12 2018-12-11 中国建设银行股份有限公司 Fund clearing processing method and processing device
CN109146654A (en) * 2018-07-09 2019-01-04 阿里巴巴集团控股有限公司 A kind of bookkeeping methods, system and electronic equipment
CN109493205A (en) * 2018-10-16 2019-03-19 深圳壹账通智能科技有限公司 Intelligent bookkeeping methods, computer readable storage medium and terminal device
CN109636369A (en) * 2018-11-02 2019-04-16 深圳市快付通金融网络科技服务有限公司 Fund account accounting processing method, apparatus, computer equipment and storage medium
CN110070350A (en) * 2019-03-25 2019-07-30 中金支付有限公司 A kind of payment transaction settlement processing method and system
CN110083595A (en) * 2019-05-08 2019-08-02 深圳乐信软件技术有限公司 A kind of offline reconciliation system, method and apparatus
CN110348976A (en) * 2019-06-04 2019-10-18 深圳前海新心金融管理有限公司 Financial core accounting system based on transaction journal

Patent Citations (12)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105447604A (en) * 2014-08-04 2016-03-30 阿里巴巴集团控股有限公司 Account processing method and device
WO2018019176A1 (en) * 2016-07-26 2018-02-01 四川长虹电器股份有限公司 Xbrl-based intelligent financial cloud platform system, construction method, and service implementation method
CN107609851A (en) * 2017-10-24 2018-01-19 广州四三九九信息科技有限公司 Virtual coin recharge method, device and gaming platform server
CN108171597A (en) * 2017-12-27 2018-06-15 福建省农村信用社联合社 A kind of bank's billing and accounting system assembly method that fastext is supported to respond and system
CN108846659A (en) * 2018-06-13 2018-11-20 深圳前海微众银行股份有限公司 Transfer account method, device and storage medium based on block chain
CN109146654A (en) * 2018-07-09 2019-01-04 阿里巴巴集团控股有限公司 A kind of bookkeeping methods, system and electronic equipment
CN108985923A (en) * 2018-07-12 2018-12-11 中国建设银行股份有限公司 Fund clearing processing method and processing device
CN109493205A (en) * 2018-10-16 2019-03-19 深圳壹账通智能科技有限公司 Intelligent bookkeeping methods, computer readable storage medium and terminal device
CN109636369A (en) * 2018-11-02 2019-04-16 深圳市快付通金融网络科技服务有限公司 Fund account accounting processing method, apparatus, computer equipment and storage medium
CN110070350A (en) * 2019-03-25 2019-07-30 中金支付有限公司 A kind of payment transaction settlement processing method and system
CN110083595A (en) * 2019-05-08 2019-08-02 深圳乐信软件技术有限公司 A kind of offline reconciliation system, method and apparatus
CN110348976A (en) * 2019-06-04 2019-10-18 深圳前海新心金融管理有限公司 Financial core accounting system based on transaction journal

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112685189A (en) * 2020-12-24 2021-04-20 北京中交兴路信息科技有限公司 Method, device, equipment and medium for realizing data processing
CN112685189B (en) * 2020-12-24 2024-03-22 北京中交兴路信息科技有限公司 Method, device, equipment and medium for realizing data processing
CN114612092A (en) * 2022-05-11 2022-06-10 深圳前海移联科技有限公司 Business transaction accounting method for improving accounting accuracy
CN114612092B (en) * 2022-05-11 2022-08-09 深圳前海移联科技有限公司 Business transaction accounting method for improving accounting accuracy

Also Published As

Publication number Publication date
CN111429244B (en) 2023-07-11

Similar Documents

Publication Publication Date Title
US20040138974A1 (en) Method and system for managing money of a customer
CN110619562A (en) Full-channel bidirectional account checking method
CN107358524B (en) Method for leveling funds among multiple account management lines in same currency
CN109285069B (en) Resource transfer method, device and server
CN111429244B (en) Unified accounting method capable of improving accounting performance
WO2019196257A1 (en) Automatic repayment method and system, and terminal device
CN110659983A (en) Bank accounting data processing method and device, electronic equipment and storage medium
CN108830697A (en) A kind of industry wealth integral system and method
CN101843085A (en) Prepaid services accounts with quota of multi-user's client and individuation
CN108711045A (en) A kind of cash register system and cash method
CN109614263B (en) Disaster tolerance data processing method, device and system
CN110084692A (en) A kind of bookkeeping methods and device
CN109903145A (en) Verification of data method, apparatus, equipment and system
CN102629362A (en) Method for realizing flexible account structure in enterprise annuity account management system
CN112465613A (en) Loan interest parameterization counting and submitting method and device
CN108694660A (en) A kind of industry wealth integration account checking method
CN108762727A (en) A kind of event driven Financial information processing method and system
CN111401873A (en) Task creation method and device, storage medium and electronic equipment
US20160148186A1 (en) Information processing system, control method of information processing system, and information processing program
CN109670812A (en) Method of payment, device, terminal and storage medium
CN108765107A (en) A kind of data save method under industry wealth integration
CN114971637A (en) Risk early warning method, device, equipment and medium
CN110751552A (en) Financial account amount processing method and device and server
CN112488814A (en) Method, device, electronic equipment and medium for automatically generating accounting entry
KR102444936B1 (en) Service providing mehtod for managing counter and system thereof

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