Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
Release Branch 14.12, Trunk
-
None
-
Bug Crush Event - 21/2/2015
Description
To reproduce:
1. Manually assign a glAccount to an organization (Accounting->Global GL Settings->Chart Of Accounts->Assign Gl Account or Accounting->Organization GL Settings->Setup->Chart of Accounts)
2. Perform operations that create transactions for the organizations glAccount
3. Run the Accounting->Organization GL Settings->Accounting->Reports->Trial Balance
Notice that the glAccountId assigned in step 1 is not listed in the results. This is due to TrialBalance.groovy applying a fromDate filter to GlAccountOrganizationAndClass which is not set in step 1. Updating glAccountOrganization fromDate to something within the trial balance range resolves the problem.
Attachments
Attachments
Issue Links
- is broken by
-
OFBIZ-8379 Convert updateGlAccountOrganization service from simple to entity-auto
- Closed
-
OFBIZ-8380 Convert deleteGlAccountOrganization service from simple to entity-auto
- Closed