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 »

September 26, 2016

Improved REST API import:

Added all the rest of the cubes to REST API import.

  • Added VAT code support
  • Added support for location classes/types
  • Automatic import for REST API
  • Added Item Varieties support
  • Added support for company consolidation
    • Consolidated companies should be set as:
      consolidated_companies = ["1", "2"] 
    • Concerning companies:
      1. The companies drop down menu now allows you to import data for each company into the cubes. So you could import data from company 1 and company 2 into the same cube. (Which is also the key to consolidation)
      2. Because of the ability to import data from specific companies, the object, item/customer class and location type field will show data from all available companies.
  • The Start Import From field now works as a tool for re-importing all data. If it is set to 2016-01-01 it will import all data from that date no matter what. If it is not specified, the code will look at the last import date and will only import new data.
  •  Add a refresh_period_in_days parameter

Flex.bi and PostgresSQL compatibility

New measures for items that reduce stock level

Added two new measures in Sales cube:

  • Stock Item quantity
  • Stock Item FIFO

These measures are shared to the Stock cube

Bug fixes:

  • Added special characters for type/class names during import (!@£$%^^^&*)(=-)
  • Fixed bug that caused Calculated members disappear In dynamic Dimensions
  • Fixed a bug with incorrectly handling of row level objects
  • Fixed a problem with Invalid byte sequence in UTF-8
  • No labels