Additions, fixes and changes

 Permalink

WDF/BA Updates:


- GP014: New! CO2 emission calculation added. To comply with new regulations, you can now see how much CO2 will be output for a certain from/to address combo. The mean emission value per 100 Km can be set in GP006, by adding a key named 'GEMCO2' and give it a numeric value for the emission in Kg per Km. The formula to calculate the mean value is:

((Liter/100 Km * Kg(C + O2)) / 100)

With a mean value of 2,392 Kg per 100 Km, and a usage of 8 liters gasoline for 100 Km, the formula becomes:

((8 * 2.392) / 100) = 0,19136 Kg per Km

Source: wijkopenautos.nl magazine


- New! A Two Factor Authentication (2FA) module can now be added to your implementation of WDF/BA. It can do 2FA via email and/or text messages (regular SMS). For use with email, you will need an email address + all settings (username, password, mail server, ports) which needs to be configured in WDF/BA to send emails with. For SMS, you wil need an subscription with an SMS provider. WDF/BA 2FA module currently supports MessageBird and Clickatell for sending via SMS. If you want, or need, 2FA for your business, contact me for a quote.


- Added 'scroll into view', which scrolls the list view page to the last examined record, if known to the application. The last examined record has a light blue background.


- Added a new file name cleaning function to clean the names of uploaded files. The following characters are:

  • replaced : ü by u, ç by c, etc. if possible.
  • removed : all non-ascii characters
  • removed : "'~`;:\/()
  • replaced by a - : &
  • replaced by a _ : spaces


- Added Excel / CSV export for TinyMCE text data. Images will not be exported, only text.


- Improved height calculation of text areas.


- Various under the hood improvements and fixes.