Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Kas?

Veidojot jaunu kontu tagad iespējams norādīt dažādas konta opcijas (tad kad Unlicensed user salabos to view).

Kā?

...

What?

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

How?

incl. TOML format

Code Block
[hansaworld]
enable_item_class = true
update_active_customers = true

...

Availible options

  • update_active_customers - importa laikā tiks uzskaitīti aktīvie klienti. Tā būs atzīme true/false un pēc tam pieejams kā propertyCustomers dimensijai. Lietošanas piemērsimport row counts active clients. True/false option which will be availible in the propertyCustomers dimension. Example:

    Code Block
    Count(Filter([Customer].[Customer].Members, [Customer].getBoolean('Active')))
    
  • update_loyal_customers - importa laikā tiks uzskaitīti lojālie klienti. Tā būs atzīme true/false un pēc tam pieejams kā propertyCustomers dimensijai. Lietošanas piemērsat 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:

    Code Block
    Count(Filter([Customer].[Customer].Members, [Customer].getBoolean('Loyal')))
    
  • enable_item_class - tiks pieslēgta artikulu klasifikāciju uzskaite (var palielināt importa un aprēķinu laikuenables classification of articles (has an impact on import and calculation time)
  • enable_objects - tiks pieslēgta objektu uzskaite (var palielināt importa un aprēķinu laikuenables object accounting (has an impact on import and calculation time)

TODO

  • Jāuztaisa opcija a la Need to make an option similar to "account_type = WHATEVER" , kur pie konta veidošanas varētu pateikt kuras fīčas pienākas un kuras nepienākas.which automatically enables options given to the client 
  • Item Class Levels arī jāuztaisa par opciju.should be made an option