INV_DOC_TYP field blank - any ideas? Anybody fixed? =)

0 views
Skip to first unread message

Siddartha Savara

unread,
Mar 9, 2018, 6:15:08 PM3/9/18
to kfs....@kuali.org, kfs.us...@kuali.org, kfs.us...@kuali.org
Hi All,

For the Payment Application Document(AR_APPLICATION_DOC_T) does anyone know why the code was changed so that the INV_DOC_TYP field is not being populated anymore? The field is there but I don't see it being set.

I still see the field in the financials codebase under:

kfs-ar/src/main/java/org/kuali/kfs/module/ar/document/PaymentApplicationDocument.java

https://github.com/KualiCo/financials/blob/cd1f4e687592a390da067a673a0d9a950bae1a24/kfs-ar/src/main/java/org/kuali/kfs/module/ar/document/PaymentApplicationDocument.java


/**
* Gets the invoiceDocumentType attribute.
*
* @return Returns the invoiceDocumentType.
*/
public String getInvoiceDocumentType() {
return invoiceDocumentType;
}
/**
* Sets the invoiceDocumentType attribute value.
*
* @param invoiceDocumentType The invoiceDocumentType to set.
*/
public void setInvoiceDocumentType(String invoiceDocumentType) {
this.invoiceDocumentType = invoiceDocumentType;
}

However, it doesn't appear that this code is used anywhere, even in current.

Sid

Siddartha Savara

unread,
Mar 12, 2018, 2:26:09 PM3/12/18
to Jacqueline Velasquez, kfs....@kuali.org, kfs.us...@kuali.org, kfs.us...@kuali.org
Thank you Jackie and the other folks who responded to me offline, I had a few conversations offlist about it. The consensus appears to be that the field in the object / setter is not used, and thus not populated. 

So it looks to me like at UH we probably will fix it for now and then we can see about contributing it back / what the future holds for it (I don't remember the exact state of this code, if it was determined to be something that would be pulled out of base or not eventually)

Sid

On Fri, Mar 9, 2018 at 3:22 PM, Jacqueline Velasquez <jac...@ad3.ucdavis.edu> wrote:

I would say this is bug.   We are using version 6.0.0 and INV_DOC_TYP is being populated for INV documents. However, in our recent CGB implementation I just checked and see CINV is not populated for payments made against CGB Invoices.    

--
You received this message because you are subscribed to the Google Groups "Kuali Financials Technical Implementation Council" group.
To unsubscribe from this group and stop receiving emails from it, send an email to kfs.tech.tic+unsubscribe@kuali.org.


Reply all
Reply to author
Forward
0 new messages