Project

General

Profile

Tasks #8931

Need All Customers & Vendors Receivable/Payable account details

Added by Rijas P about 2 years ago. Updated 8 months ago.

Status:
Closed
Priority:
Immediate
Assignee:
Start date:
01/05/2023
Due date:
% Done:

90%

Estimated time:

Description

Dear Suhail,

Kindly provide all our customers & vendors details with their Receivable or Payable account respectively.


Files

vend_acct.csv (16.5 KB) vend_acct.csv Mohamed Suhail, 01/18/2023 08:21 PM
cust_acc.csv (178 KB) cust_acc.csv Mohamed Suhail, 01/18/2023 08:21 PM

History

#1

Updated by Mohamed Suhail about 2 years ago

  • Assignee changed from Mohamed Suhail to MUZAMMIL S

Rijas P wrote:

Dear Suhail,

Kindly provide all our customers & vendors details with their Receivable or Payable account respectively.

#2

Updated by Rijas P about 2 years ago

Reminder..

#3

Updated by Mohamed Suhail about 2 years ago

Rijas P wrote:

Reminder..

PFAs

Query used for reference

euro=# copy (select cbp.value Customercode,bpgroup.name BPGroup,cbp.name CustomerName,cbp.name2 Customername2,elementvalue.name AccountReceivable,elementvalue2.name Prepayment from c_bpartner cbp join c_bp_group bpgroup on cbp.c_bp_group_id=bpgroup.c_bp_group_id join c_bp_customer_acct customeracct on cbp.c_bpartner_id=customeracct.c_bpartner_id join c_validcombination cvc on customeracct.c_receivable_acct=cvc.c_validcombination_id join c_validcombination cvc1 on customeracct.c_prepayment_acct=cvc1.c_validcombination_id join c_elementvalue elementvalue on cvc.account_id = elementvalue.c_elementvalue_id join c_elementvalue elementvalue2 on cvc1.account_id=elementvalue2.c_elementvalue_id where cbp.ad_client_id=1000000 and iscustomer='Y' order by bpgroup.name) to '/tmp/cust_acc.csv' with delimiter ',' csv header;
COPY 1689

euro=# copy (select cbp.value vendorcode,bpgroup.name BPGroup,cbp.name vendorName,cbp.name2 vendorname2,elementvalue.name AccountPayable,elementvalue2.name Prepayment from c_bpartner cbp join c_bp_group bpgroup on cbp.c_bp_group_id=bpgroup.c_bp_group_id join c_bp_vendor_acct vendoracct on cbp.c_bpartner_id=vendoracct.c_bpartner_id join c_validcombination cvc on vendoracct.v_liability_acct=cvc.c_validcombination_id join c_validcombination cvc1 on vendoracct.v_prepayment_acct=cvc1.c_validcombination_id join c_elementvalue elementvalue on cvc.account_id = elementvalue.c_elementvalue_id join c_elementvalue elementvalue2 on cvc1.account_id=elementvalue2.c_elementvalue_id where cbp.ad_client_id=1000000 and isvendor='Y' order by bpgroup.name) to '/tmp/vend_acct.csv' with delimiter ',' csv header;
COPY 167

Savad, Please add option to add these 2 accounts details in Vendor and Customer export csv file

#4

Updated by Savad Ibrahim about 2 years ago

  • Status changed from In Progress to Bugzilla Created
#5

Updated by Rijas P about 2 years ago

  • Status changed from Bugzilla Created to Closed

Thank you for the report and hope these details will be added to the Customer/Vendor export details shortly.

#6

Updated by Rijas P about 1 year ago

Verified in test server

#7

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