Class Config

java.lang.Object
org.bgerp.app.cfg.Config
org.bgerp.plugin.bil.invoice.Config

public class Config extends Config
  • Constructor Details

  • Method Details

    • getTypes

      public Collection<InvoiceType> getTypes()
      Returns:
      types sorted by IDs.
    • getType

      public InvoiceType getType(int id) throws javassist.NotFoundException
      Gets invoice type by ID.
      Parameters:
      id -
      Returns:
      Throws:
      javassist.NotFoundException
    • getPositions

      public Collection<IdStringTitle> getPositions()
      Returns:
      positions sorted by configuration index.