vega Settings

vega Settings

App Type: VegaArctos

Database Connection
Company & Table Settings

These values are combined to form dynamic table name prefixes. For example, company code 10 + year period 01 produces prefix F1001, and depot year period 0024 produces F1001D0024.

Numeric company identifier, e.g. 10
Year period code, e.g. 01
Used for movement tables, e.g. 0024
Generated prefixes: Company prefix: F{CompanyCode}{YearPeriod}  |  Depot prefix: F{CompanyCode}{YearPeriod}D{DepotYearPeriod}
Warehouse Settings
Numeric ID of the warehouse to sync stock from (e.g. 1 for MERKEZ)
Only sync products updated within this many days
Performance & Cache Settings
Number of records to process per batch
Maximum concurrent database connections
How long to cache the combined query result in memory
Settings JSON Preview
{"Database":{"Host":"10.1.1.201","DatabaseName":"VEGADB","UserName":"sql-sa","Password":"shams!2025","ConnectionTimeout":30,"CommandTimeout":300,"CompatibilityLevel":150,"ConnectionString":"Data Source=10.1.1.201;Initial Catalog=VEGADB;Connect Timeout=30;TrustServerCertificate=True;User ID=sql-sa;Password=shams!2025;"},"Company":{"CompanyCode":"01","YearPeriod":"01","DepotYearPeriod":"0024","Prefix":"F0101","DepotPrefix":"F0101D0024"},"Warehouse":{"WarehouseId":1,"RecentDays":350},"Performance":{"BatchSize":1000,"MaxConcurrentConnections":5,"QueryTimeout":30}}