Uploaded image for project: 'OFBiz'
  1. OFBiz
  2. OFBIZ-10308

Financial account transaction --> accounting transaction

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • Release Branch 13.07, Release Branch 14.12, Release Branch 15.12, Release Branch 16.11, Release Branch 18.12, Release Branch 17.12, Trunk
    • 17.12.06, 18.12.01
    • accounting
    • None
    • Patch

    Description

      When creating a financial account transaction some of the accounting transaction are in the wrong direction.

      1) Withdraw 10$:
      DEBIT 111100 General Checking Account (10$) --> CREDIT 649000 Other Consulting Fees (10$)
      2) Debit 10$:
      DEBIT 111100 General Checking Account (10$) --> CREDIT 649000 Other Consulting Fees (10$) (WRONG)
      3) Adjustment +10$:
      DEBIT 111100 General Checking Account (10$) --> CREDIT 649000 Other Consulting Fees (10$)
      4) Adjustment -10$:
      CREDIT 111100 General Checking Account (-10$) -->DEBIT 649000 Other Consulting Fees (-10$) (WRONG)

      2) should be:
      DEBIT 649000 Other Consulting Fees   -->  CREDIT 111100 General Checking Account (10$)
      4) should be:
      CREDIT 111100 General Checking Account (+10$) -->DEBIT 649000 Other Consulting Fees (+10$)

       

      The attached patch fixes the issue.

      Attachments

        1. ofbiz.patch
          2 kB
          Ingo Wolfmayr

        Issue Links

          Activity

            People

              mbrohl Michael Brohl
              iwolf Ingo Wolfmayr
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: