Problems in financial statements

Source: Internet
Author: User
Selecting "General Ledger"> "Settings"> "parameter settings"> "Ledger"> "China Legal Report" may cause some problems.
1. You cannot view the balance by dimension for the general ledger> accounting subject> balance> dimension balance;
2. General Ledger-> Settings-> Financial Report-> line definition-> structure designer-> Settings-> debit/credit logic confusion.
For the first point, you only need to give it a try.
Second, in theory, the debit/credit option. If the debit is selected, if the account balance is debit, the debit balance is displayed. If the account balance is credit, and vice versa. However Code A subject has both debit and credit. If the same day occurs, the balance is obtained. If the occurrence of the debit and credit is not the same day, the sum of the debit and credit are obtained respectively, that is to say, the report results may be different because the borrower of a subject has different results on the same day. I do not quite understand the reason for this practice, I have consulted several financial advisers and have no reason to do so, so I think it should be a bug.
All of these are in buildquery by the ledgertransreportengine method. If (Ledgerparameters: Find (). legalreport_cn = Noyes: Yes)
{
Qbds. addselectionfield (fieldnum (ledgerbalancesdim, transdate ));
_ Ledgerbalancesheetdim. q_sorttransdate (qbds );
}

This code.
To avoid the above two problems, you can comment out the code. Currently, no side effects of commenting out the Code have been found.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.