Modifier and Type | Method and Description |
---|---|
CreditMemoItem |
CreditMemoAccount.getCreditMemoItem() |
Modifier and Type | Method and Description |
---|---|
void |
CreditMemoAccount.setCreditMemoItem(CreditMemoItem creditMemoItem)
Deprecated.
|
Constructor and Description |
---|
CreditMemoAccount(CreditMemoItem item,
InvoiceAccount invoiceAccount)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
Class<CreditMemoItem> |
VendorCreditMemoDocument.getItemClass() |
Modifier and Type | Method and Description |
---|---|
protected void |
AccountsPayableServiceImpl.updateEncumberance(PurchaseOrderItem purchaseOrderItem,
CreditMemoItem cmItem)
Updates the encumberance related fields.
|
protected void |
AccountsPayableServiceImpl.updateEncumberances(PaymentRequestItem preqItem,
PurchaseOrderItem poItem,
CreditMemoItem cmItem)
Updates encumberances.
|
Modifier and Type | Method and Description |
---|---|
CreditMemoItem |
VendorCreditMemoItemQuantityValidation.getItemForValidation() |
CreditMemoItem |
VendorCreditMemoItemUnitPriceValidation.getItemForValidation() |
CreditMemoItem |
VendorCreditMemoFlagLineItemTotalsValidation.getItemForValidation() |
CreditMemoItem |
VendorCreditMemoItemExtendedPriceValidation.getItemForValidation() |
Modifier and Type | Method and Description |
---|---|
protected org.kuali.rice.core.api.util.type.KualiDecimal |
VendorCreditMemoItemQuantityValidation.getSourceTotalInvoiceQuantity(VendorCreditMemoDocument cmDocument,
CreditMemoItem item)
Returns the total invoiced quantity for the item line based on the type of credit memo.
|
void |
VendorCreditMemoItemQuantityValidation.setItemForValidation(CreditMemoItem itemForValidation) |
void |
VendorCreditMemoItemUnitPriceValidation.setItemForValidation(CreditMemoItem itemForValidation) |
void |
VendorCreditMemoFlagLineItemTotalsValidation.setItemForValidation(CreditMemoItem itemForValidation) |
void |
VendorCreditMemoItemExtendedPriceValidation.setItemForValidation(CreditMemoItem itemForValidation) |
Modifier and Type | Method and Description |
---|---|
void |
PurapAccountRevisionService.cancelCreditMemoAccountRevisions(List<CreditMemoItem> creditMemoItems,
Integer postingYear,
String postingPeriodCode)
This method will negate all existing credit memo account revision lines
|
void |
PurapAccountRevisionService.saveCreditMemoAccountRevisions(List<CreditMemoItem> creditMemoItems,
Integer postingYear,
String postingPeriodCode)
This method will identify the changes happened to existing credit memo accounting lines and update the account change history
table.
|
Modifier and Type | Method and Description |
---|---|
void |
PurapAccountRevisionServiceImpl.cancelCreditMemoAccountRevisions(List<CreditMemoItem> creditMemoItems,
Integer postingYear,
String postingPeriodCode) |
void |
PurapAccountRevisionServiceImpl.saveCreditMemoAccountRevisions(List<CreditMemoItem> creditMemoItems,
Integer postingYear,
String postingPeriodCode) |
Modifier and Type | Class and Description |
---|---|
class |
OleCreditMemoItem |
Copyright © 2004–2014 The Kuali Foundation. All rights reserved.