Skip to main content

Callout Code

ADempiere...About 1 minCommunityWikiDeveloper's Guide

Motivation

  • This effort is started by Red1open in new window.
  • Wishing to list down all Callouts in the application within a single index.
  • Wishing to color code and explain each Callout for easier reference.

Finding Callouts

  • We can locate all the callouts by this SQL script:
Select distinct col.Callout  from adempiere.AD_Column col, adempiere.AD_Table tab 
where tab.AD_Table_ID = col.AD_Table_ID order by Callout asc
Callout Codein Table
org.adempiere.model.CalloutBPartnerLocation.formatPhonePartner Location
org.adempiere.model.CalloutRMA.docTypeRMA
org.compiere.FA.CalloutFA.Field_ClearA_Asset_Acct_ID
org.compiere.FA.CalloutFA.Table_PeriodA_Asset_Acct_ID
A_Asset_Group_Acct_ID
org.compiere.cm.CalloutTemplate.invalidateTemplate
org.compiere.model.CalloutAssignment.productExpense Line
Invoice Line
Sales Order Line
org.compiere.model.CalloutBankStatement.amountBank statement line
org.compiere.model.CalloutBankStatement.bankAccountBank Statement
org.compiere.model.CalloutBankStatement.paymentBank statement line
org.compiere.model.CalloutCashJournal.amountsCash Journal Line
org.compiere.model.CalloutCashJournal.invoiceCash Journal Line
org.compiere.model.CalloutClient.storeArchiveOnFileSystemClient
org.compiere.model.CalloutClient.storeAttachmentOnFileSystemClient
org.compiere.model.CalloutEngine.dateAcctBank statement line
Cash Journal
Invoice
Journal
Journal Batch
Order
Payment
Shipment/Receipt
org.compiere.model.CalloutEngine.rateConversion Rate
UOM Conversion
org.compiere.model.CalloutGLJournal.amtJournal Line
org.compiere.model.CalloutGLJournal.periodA_Asset_Disposed_ID
A_Asset_Reval_Entry_ID
A_Asset_Split_ID
A_Asset_Transfer_ID
A_Depreciation_Build_ID
A_Depreciation_Entry_ID
Journal
Journal Batch
org.compiere.model.CalloutGLJournal.period;org.compiere.model.CalloutGLJournal.rateJournal
org.compiere.model.CalloutGLJournal.rateJournal
Journal Line
org.compiere.model.CalloutInOut.asiShipment/Receipt Line
org.compiere.model.CalloutInOut.bpartnerDistribution Order
Shipment/Receipt
org.compiere.model.CalloutInOut.docTypeDistribution Order
Shipment/Receipt
org.compiere.model.CalloutInOut.orderDistribution Order
Shipment/Receipt
org.compiere.model.CalloutInOut.orderLineShipment/Receipt Line
org.compiere.model.CalloutInOut.productShipment/Receipt Line
org.compiere.model.CalloutInOut.qtyShipment/Receipt Line
org.compiere.model.CalloutInOut.warehouseDistribution Order
Shipment/Receipt
org.compiere.model.CalloutInventory.productPhys.Inventory Line
org.compiere.model.CalloutInvoice.amtInvoice Line
org.compiere.model.CalloutInvoice.bPartnerInvoice
org.compiere.model.CalloutInvoice.chargeInvoice Line
org.compiere.model.CalloutInvoice.docTypeInvoice
org.compiere.model.CalloutInvoice.paymentTermInvoice
org.compiere.model.CalloutInvoice.productInvoice Line
org.compiere.model.CalloutInvoice.qty;org.compiere.model.CalloutInvoice.amtInvoice Line
org.compiere.model.CalloutInvoiceBatch.amtInvoice Batch Line
org.compiere.model.CalloutInvoiceBatch.bPartnerInvoice Batch Line
org.compiere.model.CalloutInvoiceBatch.chargeInvoice Batch Line
org.compiere.model.CalloutInvoiceBatch.dateInvoice Batch Line
org.compiere.model.CalloutInvoiceBatch.docTypeInvoice Batch Line
org.compiere.model.CalloutInvoiceBatch.taxInvoice Batch Line
org.compiere.model.CalloutMovement.productMove Line
org.compiere.model.CalloutMovement.qtyMove Line
org.compiere.model.CalloutOrder.amtSales Order Line
org.compiere.model.CalloutOrder.bPartnerOrder
org.compiere.model.CalloutOrder.bPartnerBillOrder
org.compiere.model.CalloutOrder.chargeSales Order Line
org.compiere.model.CalloutOrder.docTypeOrder
org.compiere.model.CalloutOrder.priceListInvoice
org.compiere.model.CalloutOrder.priceListOrder
org.compiere.model.CalloutOrder.productSales Order Line
org.compiere.model.CalloutOrder.qtySales Order Line
org.compiere.model.CalloutOrder.qty;org.compiere.model.CalloutOrder.amtSales Order Line
org.compiere.model.CalloutOrder.taxSales Order Line
org.compiere.model.CalloutPaySelection.invoicePayment Selection Line
org.compiere.model.CalloutPaySelection.payAmtPayment Selection Line
org.compiere.model.CalloutPayment.amountsPayment
org.compiere.model.CalloutPayment.chargePayment
org.compiere.model.CalloutPayment.docTypePayment
org.compiere.model.CalloutPayment.invoicePayment
org.compiere.model.CalloutPayment.orderPayment
org.compiere.model.CalloutPaymentAllocate.amountsAllocate Payment
org.compiere.model.CalloutPaymentAllocate.invoiceAllocate Payment
org.compiere.model.CalloutProductCategory.testForLoopProduct Category
org.compiere.model.CalloutProduction.productProduction Line
org.compiere.model.CalloutProject.plannedProject Line
org.compiere.model.CalloutRequest.copyMailRequest
org.compiere.model.CalloutRequest.copyResponseRequest
org.compiere.model.CalloutRequest.typeRequest
org.compiere.model.CalloutRequisition.amtRequisition Line
org.compiere.model.CalloutRequisition.productRequisition Line
org.compiere.model.CalloutTimeExpense.amountExpense Line
org.compiere.model.CalloutTimeExpense.productExpense Line
org.eevolution.model.CalloutBOM.getdefaultsBOM & Formula
org.eevolution.model.CalloutBOM.parentBOM Line
org.eevolution.model.CalloutBOM.qtyLineManufacturing Order BOM Line
org.eevolution.model.CalloutCostCollector.durationManufacturing Cost Collector
org.eevolution.model.CalloutCostCollector.nodeManufacturing Cost Collector
org.eevolution.model.CalloutCostCollector.orderManufacturing Cost Collector
org.eevolution.model.CalloutDistributionOrder.qtyDistribution Order Line
org.eevolution.model.CalloutOrder.productManufacturing Order
org.eevolution.model.CalloutOrder.qty;org.eevolution.model.CalloutOrder.qtyBatchManufacturing Order
org.eevolution.model.CalloutPayroll.ColumnTypePayroll Employee Attribute

Volunteers Are Welcome

(sign here once you have contributed a single page to this. Please follow the same standard. Non-standard will be removed 😃

Comments
  • Latest
  • Oldest
  • Hottest
Powered by Waline v2.15.8