Class MinLevelDAO

java.lang.Object
ru.bgcrm.dao.CommonDAO
org.bgerp.plugin.inventoru.dao.MinLevelDAO

public class MinLevelDAO extends CommonDAO
DAO for inventoru_min_level — per store+item minimum stock thresholds used to flag "running low" rows in the balance view. Absence of a row means no threshold is set (never flagged), not a threshold of zero.
  • Constructor Details

    • MinLevelDAO

      public MinLevelDAO(Connection con)
  • Method Details