Project

General

Profile

Tasks #13743

Unable to void the invoice

Added by Rijas P 10 months ago. Updated 8 months ago.

Status:
Closed
Priority:
Immediate
Assignee:
Start date:
04/08/2024
Due date:
% Done:

100%

Estimated time:
Spent time:

Description

Dear Ijas,

We need to void this charge invoice but showing the payment reconciled.


Files

20240408-142901-438.png (64.6 KB) 20240408-142901-438.png Rijas P, 04/08/2024 03:59 PM

History

#1

Updated by Mohamed Suhail 10 months ago

  • Status changed from New to Resolved
  • Assignee changed from Ijas Ahammed to Rijas P
  • % Done changed from 0 to 100

Rijas P wrote:

Dear Ijas,

We need to void this charge invoice but showing the payment reconciled.

Rijas P Try now

euro=# select c_payment_id,documentno,c_order_id,c_invoice_id,payamt,docstatus,isreconciled from c_payment where c_invoice_id=1074544;
c_payment_id | documentno | c_order_id | c_invoice_id | payamt | docstatus | isreconciled
--------------+------------+------------+--------------+------------+-----------+--------------
1081202 | 3034580 | 1080812 | 1074544 | 240884.400 | CO | Y
(1 row)

euro=# select c_invoice_id,documentno,grandtotal from c_invoice where documentno ='1020418';
c_invoice_id | documentno | grandtotal
--------------+------------+------------
1074544 | 1020418 | 240884.400
(1 row)

euro=# update c_payment set c_order_id=NULL,c_invoice_id=NULL where c_payment_id=1081202;
UPDATE 1
euro=# select c_payment_id,documentno,c_order_id,c_invoice_id,payamt,docstatus,isreconciled from c_payment where c_payment_id=1081202;
c_payment_id | documentno | c_order_id | c_invoice_id | payamt | docstatus | isreconciled
--------------+------------+------------+--------------+------------+-----------+--------------
1081202 | 3034580 | | | 240884.400 | CO | Y
(1 row)

euro=#

#2

Updated by Rijas P 10 months ago

  • Status changed from Resolved to Closed

Found fixed

#3

Updated by SHAIJAL EDAVANA 8 months ago

  • Tracker changed from Bug to Tasks
  • Project changed from Euro Novelties to Temp Projects
  • Category deleted (Others)

Also available in: Atom PDF