Class PaidInvoiceConfig
java.lang.Object
org.bgerp.app.cfg.Config
org.bgerp.plugin.bil.subscription.model.config.PaidInvoiceConfig
Subscription configuration for paid invoices.
- 
Nested Class Summary
Nested classes/interfaces inherited from class org.bgerp.app.cfg.Config
Config.InitStopException - 
Field Summary
 - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from class org.bgerp.app.cfg.Config
initWhen, throwValidationException 
- 
Constructor Details
- 
PaidInvoiceConfig
- Throws:
 Config.InitStopException
 
 - 
 - 
Method Details
- 
getDateToExpression
- Returns:
 - expression for calculation of subscription dateTo on paid invoice.
 
 - 
getEmailMessageType
- Returns:
 - Email message type for sending email on paid invoice or 
null. 
 - 
getEmailSubject
- Returns:
 - Email subject.
 
 - 
getEmailTextExpression
- Returns:
 - Email text expression.
 
 
 -