Thank you for supporting the Cloud Customer Connect Community in 2024. It's a gift to work with you!

Look back
You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

Mismatch in ZX_LINES and Manage Tax Details in Invoice Page

Summary:

Hi All,

We are trying to create a report to fetch invoices with tax point basis as "ACCOUNTING". When we try to open the invoice result in front end it shows the tax point basis as "INVOICE" . Please let us know why this discrepancy is happening.

Thanks

Content (required):


Version (include the version you are using, if applicable):

21C

Code Snippet (add any code snippets that support your topic, if applicable):

SELECT

    aia.invoice_num,

    zl.tax_point_basis,

    aial.line_number,

    aia.invoice_id

FROM

    ap_invoices_all     aia,

    ap_invoice_lines_all aial,

    zx_lines            zl

WHERE

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!