Tasks #11287
Unable to void the charge invoice Document
Description
Dear Suhail,
We can't able to void this charge invoice document due to an error. Kindly resolve this issue.
Files
History
Updated by Mohamed Suhail over 1 year ago
- Status changed from New to Resolved
- Assignee changed from Mohamed Suhail to Rijas P
- % Done changed from 0 to 100
Rijas P wrote:
Dear Suhail,
We can't able to void this charge invoice document due to an error. Kindly resolve this issue.
Rijas,
Please try now
euro=# select c_invoice_id,c_order_id,c_payment_id,isreconciled,payamt,dateacct from c_payment where c_order_id=1071019;
c_invoice_id | c_order_id | c_payment_id | isreconciled | payamt | dateacct
--------------+------------+--------------+--------------+-----------+---------------------
1066579 | 1071019 | 1073332 | Y | 20000.000 | 2023-06-01 00:00:00
(1 row)
euro=# update c_payment set c_order_id=NULL,c_invoice_id=NULL where c_payment_id=1073332;
UPDATE 1
euro=# select c_invoice_id,c_order_id,c_payment_id,isreconciled,payamt,dateacct from c_payment where c_payment_id=1073332;
c_invoice_id | c_order_id | c_payment_id | isreconciled | payamt | dateacct
--------------+------------+--------------+--------------+-----------+---------------------
| | 1073332 | Y | 20000.000 | 2023-06-01 00:00:00
(1 row)
Updated by SHAIJAL EDAVANA 8 months ago
- Tracker changed from Bug to Tasks
- Project changed from Euro Novelties to Temp Projects
- Category deleted (
Others)