[
https://issues.apache.org/jira/browse/OFBIZ-12818?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18079533#comment-18079533
]
ASF subversion and git services commented on OFBIZ-12818:
---------------------------------------------------------
Commit 3882f3f68feee3dcd345ec74c8ad814799f1fc75 in ofbiz-framework's branch
refs/heads/trunk from toaditi
[ https://gitbox.apache.org/repos/asf?p=ofbiz-framework.git;h=3882f3f68f ]
Fixed payment accounting transaction PDF route (OFBIZ-12818) (#1183)
## Summary
- Restores the `PaymentAcctgTransEntriesPdf` controller request.
- Routes the payment PDF action to the existing FOP
`AcctgTransEntriesSearchResultsPdf` view.
- Keeps the existing payment menu target working while avoiding the
removed BIRT route.
JIRA: https://issues.apache.org/jira/browse/OFBIZ-12818
## Verification
- `ruby -rrexml/document -e ...` confirmed the payment request maps to
the existing `screenfop` view.
- `git diff --check origin/trunk..HEAD`
> request PaymentAcctgTransEntriesPdf throws an error
> ---------------------------------------------------
>
> Key: OFBIZ-12818
> URL: https://issues.apache.org/jira/browse/OFBIZ-12818
> Project: OFBiz
> Issue Type: Bug
> Components: accounting
> Affects Versions: 24.09.05
> Reporter: Pierre Smits
> Assignee: Mridul Pathak
> Priority: Minor
>
> When accessing/invoking the 'Acctg Trans Entries PDF' action trigger in
> [https://demo-trunk.ofbiz.apache.org/accounting/control/paymentOverview?paymentId=8004]
> the user does not get the pdf of the associated accounting transaction.
> Instead following error message is shown:
> {code:java}
> ERROR MESSAGE
> org.apache.ofbiz.webapp.control.RequestHandlerException: Unknown request
> [PaymentAcctgTransEntriesPdf]; this request does not exist or cannot be
> called directly.
> {code}
> the relating uri is:
> https://demo-trunk.ofbiz.apache.org/accounting/control/PaymentAcctgTransEntriesPdf?paymentId=8004
--
This message was sent by Atlassian Jira
(v8.20.10#820010)