Support center for flex.bi version 3.2

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

What?

When making a new account it is possible to add different account options (when Elvis Kvalbergs fixes view)

How?

incl. TOML format

[hansaworld]
enable_item_class = true
update_active_customers = true

Availible options

  • update_active_customers - import row counts active clients. True/false option which will be availible in the propertyCustomers dimension. Example:

    Count(Filter([Customer].[Customer].Members, [Customer].getBoolean('Active')))
    
  • update_loyal_customers - at the time of import loyal clients will be counted. It will become a true/false option and after thet availible in the propertyCustomers dimension. (A loyal customer has at least 3 invoices in the last 6 months, but not in the same month) Example:

    Count(Filter([Customer].[Customer].Members, [Customer].getBoolean('Loyal')))
    
  • enable_item_class - enables classification of articles (has an impact on import and calculation time)
  • enable_objects - enables object accounting (has an impact on import and calculation time)

TODO

  • Need to make an option similar to "account_type = WHATEVER" which automatically enables options given to the client 
  • Item Class Levels should be made an option
  • No labels