export declare enum UserType { Unknown = "Unknown", Employee = "Employee", SystemUser = "SystemUser", CustomerUser = "CustomerUser", VendorUser = "VendorUser", MasterUser = "MasterUser", Organization = "Organization" } export declare enum WeekCapacityEntityType { Employee = "Employee", Asset = "Asset" } export declare enum LocationType { Store = "Store", Warehouse = "Warehouse", Service = "Service", Other = "Other" } export declare enum WeekCapacityFilterType { Entity = "Entity", Group = "Group", All = "All" } export declare enum TemplatePeriodType { None = "None", Day = "Day", Week = "Week", WorkWeek = "WorkWeek", Month = "Month" } export declare enum GenderType { Unknown = "Unknown", Male = "Male", Female = "Female", Other = "Other" } export declare enum SalesABC { None = "None", A = "A", B = "B", C = "C" } export declare enum ConsignmentEmployeeValidation { None = "None", ConfirmAll = "ConfirmAll" } export declare enum PickingEmployeeValidation { None = "None", ConfirmLines = "ConfirmLines", ConfirmLinesQty = "ConfirmLinesQty" } export declare enum SalesOrderStatus { Open = "Open", Ready = "Ready", InProgress = "InProgress", Pick_Pack = "Pick_Pack", Delivery = "Delivery", DeliveryNote = "DeliveryNote", Invoiced = "Invoiced", Cancelled = "Cancelled", Closed = "Closed" } export declare enum SalesOrderType { None = "None", B2B = "B2B", B2C = "B2C", ReturnForRepair = "ReturnForRepair", ReturnAfterRepair = "ReturnAfterRepair", ReturnToOrigin = "ReturnToOrigin", Sample = "Sample", Gift = "Gift" } export declare enum PurchaseOrderStatus { Open = "Open", Closed = "Closed" } export declare enum PurchaseLineStatus { None = "None", Created = "Created", Closed = "Closed", Approved = "Approved", Posted = "Posted", Invoiced = "Invoiced" } export declare enum PriceListStatus { Open = "Open", Closed = "Closed" } export declare enum PriceListLineStatus { Open = "Open", Closed = "Closed" } export declare enum SalesType { None = "None", Order = "Order", Webshop = "Webshop", POS = "POS", Service = "Service", TransferOrder = "TransferOrder" } export declare enum ItemType { Product = "Product", Material = "Material", Service = "Service" } export declare enum ItemTrackingType { None = "None", SerialNo = "SerialNo", Batch = "Batch" } export declare enum SequenceMode { Append = "Append", New = "New" } export declare enum FlatFieldType { Delimited = "Delimited", Positional = "Positional" } export declare enum FieldContentType { AlphaNumeric = "AlphaNumeric", Numeric = "Numeric" } export declare enum FieldDetailType { Raw = "Raw", Country = "Country", ParcelType = "ParcelType", ShipmentType = "ShipmentType" } export declare enum PriceListType { Sales = "Sales", Purchase = "Purchase" } export declare enum PriceListLineType { Table = "Table", Group = "Group" } export declare enum ShipmentProviderType { Custom = "Custom", GLS = "GLS", Shipmondo = "Shipmondo", Cargoflux = "Cargoflux", Webshipper = "Webshipper", DSV = "DSV" } export declare enum ShipmentStatus { None = "None", Error = "Error", Created = "Created", Booked = "Booked", PartiallyDispatched = "PartiallyDispatched", Dispatched = "Dispatched", PartiallyDelivered = "PartiallyDelivered", Delivered = "Delivered", Problem = "Problem", Cancelled = "Cancelled", Unknown = "Unknown" } export declare enum ShipmentFlowType { Standard = "Standard", IncludeInvoice = "IncludeInvoice" } export declare enum PackagingBoxType { CustomSize = "CustomSize", EURPallet = "EURPallet", HalfPallet = "HalfPallet", QuarterPallet = "QuarterPallet", OceanPallet = "OceanPallet", Documents = "Documents", Envelope = "Envelope" } export declare enum PalletType { Unknown = "Unknown", EURPallet = "EURPallet", HalfPallet = "HalfPallet", QuarterPallet = "QuarterPallet", OceanPallet = "OceanPallet" } export declare enum ContainerSizeType { Unknown = "Unknown", Full = "Full", Half = "Half", Small = "Small", Box = "Box" } export declare enum InventoryActivityStatus { None = "None", Open = "Open", InProgess = "InProgess", Closed = "Closed" } export declare enum InventoryActivityType { None = "None", Loading = "Loading", Unloading = "Unloading" } export declare enum InventoryActivityObjectType { None = "None", Container = "Container", Pallet = "Pallet" } export declare enum InventTransType { Sales = "Sales", Production = "Production", Inventory = "Inventory", InventProfitLoss = "InventProfitLoss", InventTransfer = "InventTransfer", Purchase = "Purchase", Project = "Project", InventCounting = "InventCounting" } export declare enum PayrollProviderType { Custom = "Custom", Dataløn = "Datal\u00F8n", Danløn = "Danl\u00F8n", Lessorløn = "Lessorl\u00F8n" } export declare enum WebshopProviderType { Custom = "Custom", Shopify = "Shopify" } export declare enum DeliveryModeType { None = "None", Pickup = "Pickup", Delivery = "Delivery", Place = "Place" } export declare enum AssetStatus { Created = "Created", Depreciated = "Depreciated", Active = "Active", OnLoan = "OnLoan", LocationInternal = "LocationInternal", Missing = "Missing", LocationExternal = "LocationExternal" } export declare enum DepreciationMethod { LinearDepreciation = "LinearDepreciation", BalanceValuePct = "BalanceValuePct", ImmediateDepreciation = "ImmediateDepreciation" } export declare enum DepreciationPeriod { Year = "Year", HalfYear = "HalfYear", Quarter = "Quarter", Month = "Month" } export declare enum AssetTransDirection { In = "In", Out = "Out" } export declare enum AssetTransType { None = "None", Purchase = "Purchase", Depreciation = "Depreciation", Sale = "Sale" } export declare enum BeaconType { Beacon = "Beacon", RFID = "RFID" } export declare enum SalesPaymentType { None = "None", Cash = "Cash", Dankort = "Dankort", Debitcard = "Debitcard", Creditcard = "Creditcard", MobilePay = "MobilePay", Bank = "Bank", ApplePay = "ApplePay", GooglePay = "GooglePay", IBAN = "IBAN", Giftcard = "Giftcard", Voucher = "Voucher" } export declare enum TaskStatus { None = "None", InPlanning = "InPlanning", PartiallyPlanned = "PartiallyPlanned", Planned = "Planned", Executing = "Executing", Executed = "Executed", Cancelled = "Cancelled", Closed = "Closed" } export declare enum TaskPartStatus { Open = "Open", Started = "Started", Completed = "Completed", Approved = "Approved", Invoiced = "Invoiced" } export declare enum ResourceTaskStatus { Open = "Open", Started = "Started", Completed = "Completed" } export declare enum ResourceTaskType { None = "None" } export declare enum ProjectFinancialType { None = "None", Internal = "Internal", Fixed = "Fixed", Invoice = "Invoice", NoInvoice = "NoInvoice" } export declare enum ProjectLineFinancialType { None = "None", Invoice = "Invoice", NoInvoice = "NoInvoice" } export declare enum FinancialStatus { None = "None", Open = "Open", ClosePending = "ClosePending", Closed = "Closed" } export declare enum ProjectType { None = "None", ServiceOrder = "ServiceOrder", InventLoading = "InventLoading", InventUnLoading = "InventUnLoading" } export declare enum ProductionStatus { Unknown = "Unknown", Scheduled = "Scheduled", Started = "Started", Finished = "Finished" } export declare enum WorkCenterPriority { None = "None", Primary = "Primary", Secondary = "Secondary" } export declare enum MrpLevel { None = "None", MRP_I = "MRP_I", MRP_II = "MRP_II", MRP_III = "MRP_III" } export declare enum WMSLocationActivityType { Unknown = "Unknown", Inbound = "Inbound", Outbound = "Outbound", Pick = "Pick", Area = "Area", Pallet = "Pallet", Container = "Container" } export declare enum WMSPlacementType { None = "None", Down = "Down", Up = "Up" } export declare enum ProductionTaskEntityType { Unknown = "Unknown", Production = "Production", ProductionBatch = "ProductionBatch" } export declare enum ProjectGantTaskEntityType { Unknown = "Unknown", Project = "Project", PlanableTaskPart = "PlanableTaskPart" } export declare enum TimeRoundingType { NONE = "NONE", M15 = "M15", M30 = "M30", M45 = "M45", M60 = "M60" } export declare enum TimeRegistrationType { Hour = "Hour", Day = "Day" } export declare enum TimeRegistrationWorkType { None = "None", Time = "Time", Milage = "Milage", Supplement = "Supplement", Absence = "Absence" } export declare enum TimeType { Direct = "Direct", InDirect = "InDirect", PunchClock = "PunchClock" } export declare enum TimeJournalStatus { Open = "Open", Closed = "Closed" } export declare enum ResourceJournalStatus { Open = "Open", Closed = "Closed" } export declare enum MilageJournalStatus { Open = "Open", Closed = "Closed" } export declare enum LineStatus { None = "None", Created = "Created", Signed = "Signed", Approved = "Approved", Invoiced = "Invoiced" } export declare enum PickingListStatus { None = "None", Open = "Open", Closed = "Closed" } export declare enum PickingLineStatus { None = "None", Created = "Created", Cancelled = "Cancelled", Approved = "Approved", Picked = "Picked", Posted = "Posted", Invoiced = "Invoiced" } export declare enum PriorityType { A = "A", B = "B", C = "C", Blank = "Blank" } export declare enum TimeQuantityUnit { None = "None", Quantity = "Quantity", Hours = "Hours", Percent = "Percent" } export declare enum WeekDays { Monday = "Monday", Tuesday = "Tuesday", Wednesday = "Wednesday", Thursday = "Thursday", Friday = "Friday", Saturday = "Saturday", Sunday = "Sunday", AllWeekDays = "AllWeekDays", Weekends = "Weekends", AllDays = "AllDays" } export declare enum ChannelEntityTypes { Employee = "Employee", Customer = "Customer", Project = "Project", Product = "Product" } export declare enum ReceivingJournalStatus { None = "None", Open = "Open", Closed = "Closed" } export declare enum TransferJournalStatus { None = "None", Open = "Open", Closed = "Closed" } export declare enum CountingJournalStatus { None = "None", Open = "Open", Closed = "Closed" } export declare enum ProfitLossJournalStatus { None = "None", Open = "Open", Closed = "Closed" } export declare enum JournalLineStatus { None = "None", Open = "Open", Closed = "Closed" } export declare enum ServiceObjectLineStatus { None = "None", Open = "Open", Closed = "Closed" } export declare enum ServiceObjectStatus { Active = "Active", Inactive = "Inactive" } export declare enum DashboardType { None = "None", Entity = "Entity", Global = "Global" } export declare enum DashboardOrientation { Portrait = "Portrait", Landscape = "Landscape" } export declare enum DataSourceType { None = "None", Sql = "Sql", Sqlite = "Sqlite", Object = "Object", MobiJson = "MobiJson" } export declare enum ReportType { None = "None", Entity = "Entity", Global = "Global" } export declare enum ShowDateType { Today = "Today", Tomorrow = "Tomorrow", CustomDate = "CustomDate" } export declare enum SecurityFlag { None = "None", OrganizationUser = "OrganizationUser", Employee = "Employee", Vendor = "Vendor", Customer = "Customer" } export declare enum TradeArea { EU = "EU" } export declare enum ProductConsumptionJournalStatus { Open = "Open", Closed = "Closed" } export declare enum TimeForecastStatus { Created = "Created", Approved = "Approved", Closed = "Closed" } export declare enum ProductConsumptionItemType { None = "None", Product = "Product" } export declare enum PayrollJournalStatus { Open = "Open", Commited = "Commited", Closed = "Closed" } export declare enum PayrollJournalLineStatus { None = "None", Created = "Created", Signed = "Signed", Approved = "Approved", Invoiced = "Invoiced" } export declare enum SalesLineStatus { None = "None", Created = "Created", Closed = "Closed", Approved = "Approved", Posted = "Posted", Invoiced = "Invoiced" } export declare enum InvoiceLineStatus { None = "None", Created = "Created", Closed = "Closed", Approved = "Approved", Posted = "Posted" } export declare enum SalesPaymentLineStatus { None = "None", Created = "Created", Closed = "Closed", Approved = "Approved", Posted = "Posted", Invoiced = "Invoiced" } export declare enum EntityTransactionType { None = "None", EmailSent = "EmailSent", EmailProcessed = "EmailProcessed", EmailDelivered = "EmailDelivered", EmailDeliverError = "EmailDeliverError", EmailOpened = "EmailOpened", Started = "Started", Completed = "Completed", Approved = "Approved", ReportCreated = "ReportCreated" } export declare enum EntityErrorWarningType { None = "None", Warning = "Warning", Error = "Error" } export declare enum EntityTransactionStatus { None = "None", Info = "Info", Warning = "Warning", Error = "Error" } export declare enum EmployeeRecognitionType { None = "None", Pincode = "Pincode", Image = "Image" } export declare enum ExpenseReceiptStatus { None = "None", Created = "Created", Closed = "Closed", Approved = "Approved", Posted = "Posted", Invoiced = "Invoiced" } export declare enum ExpensePaymentMethod { Cash = "Cash", Creditcard = "Creditcard", Bank = "Bank", Mobilepay = "Mobilepay" } export declare enum ExpenseSourceType { Manuel = "Manuel", Workflow = "Workflow" } export declare enum ExpenseJournalStatus { Open = "Open", Closed = "Closed" } export declare enum PrinterType { GatewayPrinter = "GatewayPrinter", EventPrinter = "EventPrinter" } export declare enum InvoiceStatus { Open = "Open", Closed = "Closed", Posted = "Posted" } export declare enum InvoiceType { Invoice = "Invoice", CreditNote = "CreditNote" } export declare enum DeliveryNoteStatus { Open = "Open", Created = "Created" } export declare enum DeliveryNoteLineStatus { None = "None", Created = "Created", Closed = "Closed", Approved = "Approved" } export declare enum SalesQuoteStatus { Open = "Open", Closed = "Closed" } export declare enum SalesQuoteLineStatus { None = "None", Created = "Created", Approved = "Approved", Closed = "Closed" } export declare enum BusinessRelationStatus { Cold = "Cold", Warm = "Warm" } export declare enum BusinessRelationType { Lead = "Lead", Prospect = "Prospect", Customer = "Customer", Partner = "Partner", Declined = "Declined" } export declare enum BusinessActivityType { Action = "Action", Appointment = "Appointment", Quotation = "Quotation" } export declare enum BusinessActivityStatus { Open = "Open", Closed = "Closed" } export declare enum LedgerAccountType { Operation = "Operation", Balance = "Balance", Headline = "Headline" } export declare enum DebitCreditType { None = "None", Debet = "Debet", Credit = "Credit" } export declare enum FinancialKeyFigureCodeType { None = "None", Revenue = "Revenue", Costs = "Costs", DirectPayrolls = "DirectPayrolls", OtherDirectCosts = "OtherDirectCosts", CapacityCosts = "CapacityCosts", Depreciation = "Depreciation", FinancialItems = "FinancialItems", ExtraordinaryItems = "ExtraordinaryItems", CorporateTax = "CorporateTax", FixedAssets = "FixedAssets", Inventories_Work_in_Process = "Inventories_Work_in_Process", Customers = "Customers", OtherCurrentAssets = "OtherCurrentAssets", LiquidAssets = "LiquidAssets", Equity = "Equity", OwnersContribution_Withdrawal = "OwnersContribution_Withdrawal", Provisions = "Provisions", LongTermDebt = "LongTermDebt", Creditinstitutions = "Creditinstitutions", Vendors = "Vendors", OtherShortTermDebt = "OtherShortTermDebt" } export declare enum LedgerVatType { InputVAT = "InputVAT", OutputVAT = "OutputVAT", PurchReverseVAT = "PurchReverseVAT" } export declare enum LedgerVatPrincipleType { Netto = "Netto", Brutto = "Brutto" } export declare enum LedgerVatRateType { Input_Purchase_Domestic = "Input_Purchase_Domestic", Output_Sales_Domestic = "Output_Sales_Domestic", Output_Sales_Service_OtherEU = "Output_Sales_Service_OtherEU", Output_Sales_Goods_OtherEU = "Output_Sales_Goods_OtherEU", Output_Sales_NotReportable_EU = "Output_Sales_NotReportable_EU", Output_Sales_NonEU = "Output_Sales_NonEU", Output_Sales_Service_EU = "Output_Sales_Service_EU", Output_Sales_Goods_EU = "Output_Sales_Goods_EU", Output_Sales_Domestic_NoVAT = "Output_Sales_Domestic_NoVAT", PurchReverse_GoodsPurchase_Foreign = "PurchReverse_GoodsPurchase_Foreign", PurchReverse_ServicesPurchase_Foreign = "PurchReverse_ServicesPurchase_Foreign", PurchReverse_GoodsPurchase_Domestic = "PurchReverse_GoodsPurchase_Domestic", PurchReverse_GoodsPurchase_EU = "PurchReverse_GoodsPurchase_EU", PurchReverse_ServicesPurchase_EU = "PurchReverse_ServicesPurchase_EU" } export declare enum PriceUnit { None = "None", PerHour = "PerHour", PerDay = "PerDay", PerKM = "PerKM" } export declare enum PriceType { None = "None", Sales = "Sales", Cost = "Cost" } export declare enum LabelAlignmentType { Right = "Right", Bottom = "Bottom", Left = "Left", Top = "Top", Hidden = "Hidden" } export declare enum SignatureType { None = "None", Internal = "Internal", External = "External", All = "All" } export declare enum GatewayType { OnPremiseGateway = "OnPremiseGateway", EventGateway = "EventGateway" } export declare enum EmployeeSecurityRoleType { None = "None", SuperUser = "SuperUser", Accountant = "Accountant", Admin = "Admin" } export declare enum MapProvider { None = "None", Bing = "Bing", Google = "Google" } export declare enum TaskPriorityType { None = "None", Low = "Low", Normal = "Normal", High = "High", Critical = "Critical" } export declare enum AccrualAccountingType { Customer = "Customer", ItemGroup = "ItemGroup" } export declare enum LedgerJournalStatus { Open = "Open", Approved = "Approved", Commited = "Commited", Closed = "Closed" } export declare enum LedgerJournalType { None = "None", Daily = "Daily" } export declare enum LedgerJournalLineType { None = "None" } export declare enum LedgerJournalLineStatus { None = "None", Created = "Created", Approved = "Approved", Commited = "Commited", Closed = "Closed" } export declare enum BankReconciliationJournalStatus { Open = "Open", Approved = "Approved", Commited = "Commited", Closed = "Closed" } export declare enum BankReconciliationJournalType { None = "None", Daily = "Daily" } export declare enum BankReconciliationJournalLineStatus { None = "None", Created = "Created", Approved = "Approved", Commited = "Commited", Closed = "Closed" } export declare enum BankReconciliationJournalLineType { None = "None", Primo = "Primo", Transaction = "Transaction", Ultimo = "Ultimo" } export declare enum VoucherType { GiftCard = "GiftCard", Voucher = "Voucher" } export declare enum VoucherStatus { Active = "Active", Expired = "Expired", Voided = "Voided", Depleted = "Depleted" } export declare enum VoucherTransactionType { Issue = "Issue", Load = "Load", Redeem = "Redeem", PartialRedeem = "PartialRedeem", Void = "Void", Refund = "Refund", Transfer = "Transfer", Expire = "Expire", Reactivate = "Reactivate" } //# sourceMappingURL=all.enum.d.ts.map