Uses of Interface
org.adempiere.webui.factory.IPostingService
Packages that use IPostingService
Package
Description
Provide classes for initialization and entry point to iDempiere web client.
Provide entry point for access to UI extensions.
Provide entry point for access to UI extensions.
-
Uses of IPostingService in org.adempiere.webui
Methods in org.adempiere.webui that return IPostingServiceModifier and TypeMethodDescriptionstatic IPostingServiceExtensions.getPostingService()Get the optional posting service.
Returnsnullwhen the accounting module (org.idempiere.acct) is not present, making accounting truly optional. -
Uses of IPostingService in org.idempiere.acct
Classes in org.idempiere.acct that implement IPostingServiceModifier and TypeClassDescriptionclassOSGi service implementation ofIPostingService.
Handles the "Posted" column click in an AD Window tab: validates document status, shows the accounting viewer if already posted, or triggers immediate posting if not yet posted.