»   Service

FAQ

(Back to overview)

Product:
WinOLS

Topic:
Reseller

Question:
How do I automate version prices?

Answer:
You can automate the pricing of versions with Project>Update projects. To do this, use the "Credits" option and define rules to assign a credit price based on the version name. These can look like this, for example:
version1;10
version1+feature1;15
version*;5

Notes:
  1. The "+" sign is nothing special here. The version is simply called that.
  2. The "*" character is a wildcard for any character after it.
  3. If several instructions match, the instruction with the longest text is used. "version1+feature1" therefore takes precedence over "version*"