Uses of Class
com.storedobject.accounts.SupplierInvoice
Packages that use SupplierInvoice
-
Uses of SupplierInvoice in com.storedobject.accounts
Methods in com.storedobject.accounts with type parameters of type SupplierInvoiceModifier and TypeMethodDescriptionstatic <SI extends SupplierInvoice>
voidSupplierInvoice.checkCreateFrom(Class<SI> invoiceClass, InventoryGRN grn) static <SI extends SupplierInvoice>
SISupplierInvoice.createFrom(Class<SI> invoiceClass, InventoryGRN grn, EntityAccount partyAccount) -
Uses of SupplierInvoice in com.storedobject.core
Methods in com.storedobject.core that return SupplierInvoice -
Uses of SupplierInvoice in com.storedobject.ui.accounts
Classes in com.storedobject.ui.accounts with type parameters of type SupplierInvoiceModifier and TypeClassDescriptionclassBaseSupplierInvoiceBrowser<I extends SupplierInvoice>classBaseSupplierInvoiceEditor<I extends SupplierInvoice>Constructor parameters in com.storedobject.ui.accounts with type arguments of type SupplierInvoiceModifierConstructorDescriptionSupplierInvoiceBrowser(int actions, SearchBuilder<SupplierInvoice> searchBuilder) SupplierInvoiceBrowser(Iterable<String> browseColumns, int actions, SearchBuilder<SupplierInvoice> searchBuilder) SupplierInvoiceBrowser(Iterable<String> browseColumns, int actions, SearchBuilder<SupplierInvoice> searchBuilder, String caption) protectedSupplierInvoiceBrowser(Iterable<String> browseColumns, int actions, SearchBuilder<SupplierInvoice> searchBuilder, String caption, String allowedActions) SupplierInvoiceBrowser(Iterable<String> browseColumns, SearchBuilder<SupplierInvoice> searchBuilder)