Package org.projectforge.fibu

Examples of org.projectforge.fibu.RechnungStatus


  @Override
  protected void validation()
  {
    super.validation();

    final RechnungStatus status = statusChoice.getConvertedInput();
    final TextField<BigDecimal> zahlBetragField = (TextField<BigDecimal>) dependentFormComponents[3];
    final BigDecimal zahlBetrag = zahlBetragField.getConvertedInput();
    final Integer projektId = getData().getProjektId();
    final Integer kundeId = getData().getKundeId();
    // final String kundeText = customerSelectPanel.getKundeTextField().getConvertedInput();
View Full Code Here

TOP

Related Classes of org.projectforge.fibu.RechnungStatus

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.