Printing - 011301
Additional Printouts - 01130100404
AdditionalPrintoutsConfig
| Parameter Name | Data Type, Range | Description |
|---|---|---|
| triggers | Trigger[ 0 .. * ] | List of additional printout triggers |
Trigger
| Parameter Name | Data Type, Range | Description | Default |
|---|---|---|---|
| type | TriggerType
|
Type of the printout trigger | |
| value | String | Value of the printout trigger | |
| enabled | Boolean | Defines whether the printout trigger is enabled. | true |
| printouts | Printout[ 0 .. * ] | List of reports that should be printed if the trigger is fulfilled. |
Printout
| Parameter Name | Data Type, Range | Description | Default |
|---|---|---|---|
| report | String | Defines the report that should be printed. | |
| count | Int | Defines how often the report should be printed. | 1 |
| asDuplicate | Boolean | Defines whether the report should be printed as a duplicate. | false |
| purpose | PurposeType
|
Defines the purpose of the printout. | Merchant |
Automatic Invoice - 01130100007
AutomaticInvoiceConfig
| Parameter Name | Data Type, Range | Description | Default |
|---|---|---|---|
| automaticInvoiceEnabled | Boolean | It defines whether the automatic invoice is enabled. | false |
| automaticInvoiceThresholdAmount | Double | It defines the threshold amount for automatic invoices. If the transaction total is equal or greater than this threshold, then an invoice is required. | 3000 |
| customerIdentificationConfig | CustomerIdentificationConfig | It defines whether and how the customer is identified in the case of an invoice. |
Gift Receipt - 01130100003
PrintGiftReceiptConfig
| Parameter Name | Data Type, Range | Description |
|---|---|---|
| findTransactionConfig | FindTransactionConfig | It defines the sub-process FindTransaction which retrieves the transaction for the gift receipt. |
| transactionPreview | TransactionPreviewContextConfig | It defines the configuration for the transaction preview. The config parameters will be passed to the transaction preview component, controller, report and datasource. |
| promptUserConfig | PromptUserDialogConfig | It defines the configuration for prompting the user. |
FindTransactionConfig
| Parameter Name | Data Type, Range | Description |
|---|---|---|
| promptReceiptDataConfig | PromptReceiptDataConfig | It defines the config for the PromptReceiptData dialog. |
| resultType | FindTransactionResultType [TRANSACTION, TRANSACTION_ID] | It defines the data object which the parent process needs to get retrieved. TRANSACTION: Retrieve Transaction TRANSACTION_ID: Retrieve Transaction UUID |
PromptReceiptDataConfig
| Parameter Name | Data Type, Range | Description | Default |
|---|---|---|---|
| processId | String | It specifies the unique process ID. | |
| dialogTitleKey | TranslationKey | It specifies the key value for the prompt receipt data dialog title. | |
| forceManualInput | Boolean | The input dialog will be shown even if all predefined values are filled. | |
| businessUnitIdRequired | Flag | It specifies whether a business unit ID is returned and whether a business unit ID field is visible in the dialog. | false |
| businessUnitIdEditable | Flag | It specifies whether the business unit ID field is editable. | false |
| businessUnitIdPredefined | IdentityUUID | It specifies the predefined business unit ID. | |
| businessUnitIdUseCurrent | Flag | It specifies whether a current business unit ID should be used if no predefined business unit ID is given. | true |
| businessDayDateRequired | Flag | It specifies whether a business day date is returned and whether a business day date field is visible in the dialog. | true |
| businessDayDateEditable | Flag | It specifies whether the business day date field is editable. | true |
| businessDayDatePredefined | Date | It specifies whether a predefined value is used for the business day date. | |
| businessDayDateUseCurrent | Flag | It specifies whether the current business day date should be used if no predefined business day date is given. | true |
| workstationIdRequired | Flag | It specifies whether a workstation ID is returned and whether a workstation ID field is visible in the dialog. | true |
| workstationIdEditable | Flag | It specifies whether a workstation ID field is editable. | true |
| workstationIdPredefined | IdentityAlphaNumeric | It specifies whether a predefined value is used for the workstation ID. | |
| workstationIdUseCurrent | Flag | It specifies whether a current workstation ID should be used if no predefined workstation ID is given. | true |
| receiptNumberRequired | Flag | It specifies whether a transaction number is returned and whether a transaction number field is visible in the dialog. | true |
| receiptNumberEditable | Flag | It specifies whether a transaction number field is editable. | true |
| receiptNumberPredefined | String | It specifies whether a predefined transaction number is used. | |
| receiptNumberUseCurrent | Flag | It specifies whether a current transaction number should be used if no predefined transaction number is given. | true |
| useLastNonVoidedReceiptNumber | Flag | It specifies whether the last non-voided receipt number is used. |
TransactionPreviewContextConfig
| Parameter Name | Data Type, Range | Description | Default |
|---|---|---|---|
| showHeader | Boolean | It specifies whether the header should be displayed or not. | |
| showTotals | String[0..*] | It specifies whether the total should be displayed or not. | |
| rowSelectionAllowed | Boolean | It specifies whether row selection is allowed in general. | |
| cellEditAllowed | Boolean | It specifies whether inline cell editing is allowed in general. | |
| showReturnableQuantity | Boolean | It specifies whether the returnable quantity for a line item should be displayed or not. | |
| showLastChangedRow | Boolean | It specifies whether the last changed row should be made visible. | |
| editLastChangedRow | Boolean | It specifies whether the last changed row should be edited. | |
| clearSelectionsForLastChangedRow | Boolean | It sets whether all selections should be cleared for the last changed row. This configuration is just for backward compatibility and should be set to false. | false |
| advancedSelectionMode | Boolean | It sets whether the advanced selection mode should be enabled. If enabled, the corresponding method is interpreted, otherwise not. | |
| showVoidedLineItems | Boolean | It sets whether voided line items should be displayed or not. This attribute has no effect for VoidsLineItems with typecode "VL". If you do not want to display VoidsLineItems, please remove this typecode from the list "showLineItems". |
|
| showSubtotalRounding | Boolean | It sets whether the subtotal rounding should be displayed or not. | |
| showChangeRounding | Boolean | It sets whether the change rounding should be displayed or not. | |
| showInlinePanel | Boolean | It sets whether an additional inline panel (e.g. for line item details) should be displayed or not. | |
| showLineItems | String | It specifies whether the line items for the given type codes should be displayed or not. | |
| selectableLineItems | String | It specifies whether line items for the given type codes are selectable or not. | |
| editableLineItems | String | It specifies whether line items for the given type codes are editable inline (cell editors) or not. |
Graphical Printing - 01130100002
PrintReportConfig
| Parameter name | Data type | Description | Default |
|---|---|---|---|
| reports | ReportConfig[0..*] | The list of reports. |
ReportConfig
| Parameter Name | Data Type | Description | Default |
|---|---|---|---|
| headerReportId | String | Defines the report ID of the header. Only relevant for printing on a receipt printer. |
HEADER |
| reportId | String | Defines the report ID for the report. | |
| templateName | String | Defines the name of the receipt template XML file. Only relevant for printing on a receipt printer. |
|
| reportClassName | String | Defines the report class name. Only relevant for printing on a receipt printer. |
|
| outputDeviceName | String | Defines the device name of the printer that should be used for printing. "DefaultPrinter" - Default receipt printer "DefaultGraphicalPrinter" - Default graphical printer |
|
| targetStation | PosStation JournalStation SlipStation |
Defines the target station that should be used for printing. Only relevant for printing on a receipt printer. |
|
| printoutEnabled | Boolean | Defines whether the printout is enabled. | true |
| journalEnabled | Boolean | Defines whether the printout should be stored inside the transaction. For receipt reports, it will store the printout lines and for graphical reports, the printed PDF. | true |
| printAddtionalReports | Boolean | Defines whether additional printouts will be printed. | false |
| journalReportID | String | Defines the report ID of the journal report. Only relevant for printing on a receipt printer. |
|
| journalReportFlag | Boolean | Indicates whether the report is a journal or not. Only relevant for printing on a receipt printer. |
false |
| footerReportId | String | Defines the report ID of the footer. Only relevant for printing on a receipt printer. |
|
| graphicalTemplateName | String | Defines the name of the jasper template XML file. Only relevant for printing on a graphical printer. |
|
| graphicalPrintReportConfig | GraphicalReportPrintConfig | Settings for graphical printing. Only relevant for printing on a graphical printer. |
GraphicalReportPrintConfig
| Parameter Name | Data Type | Description | Default |
|---|---|---|---|
| watermarkEnabled | Boolean | Defines whether a watermark is enabled or not. | true |
| watermarkColorRed | Int | Defines the intensity of the red color for the watermark text for the RGB format. A valid value is between 0 and 255 | 0 |
| watermarkColorGreen | Int | Defines the intensity of the green color for the watermark text for the RGB format. A valid value is between 0 and 255 | 0 |
| watermarkColorBlue | Int | Defines the intensity of the blue color for the watermark text for the RGB format. A valid value is between 0 and 255 | 0 |
| watermarkRotation | Int | Defines the rotation for the watermark in degrees. 0 means there is no rotation. | 45 |
| watermarkTransparency | double | Defines the transparency for the watermark in %. 1.0 means the transparency is 100% and the watermark is not visible | 0.8 |
| watermarkFontSize | Int | Defines the size of the watermark font. | 35 |
| watermarkReportTranslationKey | String | Defines the report translation key for the watermark | printout.copy |
Device Configuration
In addition to the report configurations, the graphical printer device in hal.properties can also be configured.
| Parameter name | Data type | Description | Default |
|---|---|---|---|
| DeviceMappingEntryTypes. DefaultGraphicalPrinter.id | String | DefaultGraphical Printer |
|
| DeviceMappingEntryTypes. DefaultGraphicalPrinter.deviceCategory | String | GRAPHICAL_ PRINTER |
|
| DeviceMappingEntryTypes. DefaultGraphicalPrinter.mappedTo | String | The ID of the default graphical printer, including the service, e.g.: \\\\print service\\printer |
|
| GraphicalPrinterDevConfigs. DefaultGraphicalPrinter. useOperatingSystemDefaultPrinter | Boolean | Defines whether the default operating system printer should be used | false |
| DeviceEntryTypes. GraphicalPrinter.id | The ID of the graphical printer device. If useOperatingSystemDefaultPrinter=false, this ID name is taken to look up the printer service on the operating system. If the service with that name is not found, the POS will not start. | ||
| DeviceEntryTypes. GraphicalPrinter.descriptionKey | The description key | ||
| DeviceEntryTypes. GraphicalPrinter.description | The description | ||
| DeviceEntryTypes. GraphicalPrinter.deviceCategory | The device category. Should be GRAPHICAL_PRINTER in this case | GRAPHICAL_PRINTER | |
| DeviceEntryTypes. GraphicalPrinter.enabled | Defines whether the device is enabled | ||
| DeviceEntryTypes. GraphicalPrinter.active | Defines whether the device is active | ||
| DeviceEntryTypes. GraphicalPrinter.className | The class name of the graphical printer implementation | com.gk_software.pos.hal. device.graphical_printer. GraphicalPrinterImpl |
Invoice Printing - 01130100407
InvoicePrintingConfig
| Parameter Name | Data Type, Range | Description | Default |
|---|---|---|---|
| positionOperationConfig | |||
| invoicePrefix | String | Prefix for invoices | IV |
| creditNotePrefix | String | Prefix for credit notes | CN |
| invoiceNumberFormat | String | Format of the requested invoice number. The following placeholders are possible:
Placeholders always start with the character "<" and end with the character ">". The length of the placeholders can be user-defined. If the value is longer than the placeholder, the leading digits are cut off, e.g. RRR + receipt number 11234 -> 234. If the value is shorter than the placeholder, leading zeros are added accordingly (except for "consecutive number without leading zeros"). For example: RRR + receipt number 1 -> 001. In addition to these placeholders, the format allows any characters and these are not replaced or deleted. |
<SSSS><YYYY><MM><DD><ZZZZ> |
| checkInvoicePrintoutCustomerGroups | Boolean | true: If a customer is assigned to the receipt, it is checked whether the entered customer is assigned to a customer group. false: The check is not made. |
false |
| automaticInvoicePrintoutCustomerGroups | String | It defines a list of customer groups with automatic invoice printing. If the parameter is empty, invoices are not printed automatically. |
|
| returnAsInvoice | Boolean | The parameter specifies whether a return document is automatically printed as an invoice. | false |
| createInvoiceNumberInTrainingMode | Boolean | The parameter specifies whether an invoice number is generated in training mode. | false |
| createInvoiceNumber | Boolean | The parameter specifies whether an invoice number is generated in the case of InvoicePrintoutTypeCode == 01. | false |
| minInvoiceAmount | Double | It defines the minimum admissible amount for printing an invoice. | 150.00 |
Invoice Printout Activation - 01130100406
InvoicePrintoutActivationConfig
| Parameter Name | Data Type, Range | Description |
|---|---|---|
| positionOperationConfig | PositionOperationConfig | |
| customerIdentificationConfig | CustomerIdentificationConfig | It defines the configuration for the customer identification process. |
Label Printing - 01130100004
Not Supported:
Internal parameter Scale
| Parameter Name | Data Type, Range | Description | Default |
|---|---|---|---|
| currentDepartmentID | String | The parameter stores the current department of the scale. If the department is changed, the value of the parameter is updated. |
Functional Parameters
| Parameter Name | Data Type, Range | Description | Default |
|---|---|---|---|
| labelLayouts | LabelLayoutConfig[0..*] | The parameter describes the list of label layouts. | |
| manufacturerLabelReportsBaseFolder | String | The name of the folder that contains the manufacturer label reports. | client/manufacturer-label-reports |
| Parameter Name | Data Type, Range | Description | Default |
|---|---|---|---|
| printerManufacturer | String | The parameter defines the manufacturer of the label printer (e.g. Bizerba). | Bizerba |
| scaleMode | String | The parameter defines a scale mode which should be used for selecting a label layout. Together with the Scales Domain ID (defined in the parameter scalesDomainID), the corresponding label layout can be detected. Supported values are:
|
|
| scalesDomainID | String | The parameter defines a Scales Domain ID which should be used to select a label layout. Together with the scale mode (defined in the parameter scaleMode), the corresponding label layout can be detected. | |
| templateName | String | The parameter defines the template name of the Jasper Report where the label layout is set. | |
| printerManufacturerTemplateName | String | The parameter defines the template name of the manufacturer label report. |
Printout Repetition - 01130100605
Functional Parameters
| Parameter Name | Data Type, Range | Description | Default |
|---|---|---|---|
| onlySalesReprintable | Boolean | Specifies whether sales receipts only can be reprinted. | true |
| allowedInReceipt | Boolean | Specifies whether the function can be called from an open receipt. If the function is called from an open receipt, a receipt copy will be printed at the end of the receipt. |
true |
| infoDialogReprinted | MessageDialogConfig | ||
| warnDialogNotReprintable | MessageDialogConfig | ||
| findTransactionConfig | FindTransactionConfig | ||
| positionOperationConfig | PositionOperationConfig | ||
| printMode | REGISTRATION SELECTION ACTIVATION |
The printMode specifies how the receipt is selected: REGISTRATION: The receipt is selected by entering search criteria. SELECTION: Available receipts are displayed. The receipt is selected by marking it. ACTIVATION: Activates a receipt copy for the current transaction. |
|
| maxReceiptCount | Integer | Maximum number of documents | 20 |
| printAlwaysCopy | Boolean | true: A receipt copy should always be printed by default. false: It is checked if the receipt was already printed. |
false |
| searchForCurrentCustomer | Boolean | Specifies whether the search criteria ParentCustomerID is transferred to the receipt selection. | false |
| searchForLastTransactionOfOperator | Boolean | Specifies whether the last transaction of the current operator is reprinted. | false |
| printHospitalityReceipt | Boolean | Defines whether the printed receipt should contain the hospitality receipt. If the original receipt already contains the hospitality receipt, then it will be printed anyway, independently of the parameter setting. |
false |
| fuelingPointId | Integer | Filter for a specific fueling point. Is only considered in selection mode. |
|
| createTransactionForCopy | Boolean | Defines whether a print transaction should be created in the case of a receipt copy. | false |
| Parameter Name | Data Type, Range | Description |
|---|---|---|
| promptReceiptDataConfig | PromptReceiptDataConfig | It defines the config for the PromptReceiptData dialog. |
| resultType | FindTransactionResultType [TRANSACTION, TRANSACTION_ID] | It defines the data object which the parent process needs to get retrieved. TRANSACTION: Retrieve Transaction TRANSACTION_ID: Retrieve Transaction UUID |
| Parameter Name | Migration | Data Type, Range | Description | Default |
|---|---|---|---|---|
| processId | String | It specifies the unique process ID. | ||
| dialogTitleKey | TranslationKey | It specifies the key value for the prompt receipt data dialog title. | ||
| forceManualInput | Boolean | The input dialog will be shown even if all predefined values are filled. | ||
| businessUnitIdRequired | Flag | It specifies whether a business unit ID is returned and whether a business unit ID field is visible in the dialog. | false | |
| businessUnitIdEditable | Flag | It specifies whether the business unit ID field is editable. | false | |
| businessUnitIdPredefined | IdentityUUID | It specifies the predefined business unit ID. | ||
| businessUnitIdUseCurrent | Flag | It specifies whether a current business unit ID should be used if no predefined business unit ID is given. | true | |
| businessDayDateRequired | DATE_REQUIRED | Flag | It specifies whether a business day date is returned and whether a business day date field is visible in the dialog. | true |
| businessDayDateEditable | DATE_CHANGEABLE | Flag | It specifies whether the business day date field is editable. | true |
| businessDayDatePredefined | DATE | Date | It specifies whether a predefined value is used for the business day date. | |
| businessDay DateUseCurrent | USE_CURRENT_DATE | Flag | It specifies whether the current business day date should be used if no predefined business day date is given. | true |
| workstationIdRequired | POS_REQUIRED | Flag | It specifies whether a workstation ID is returned and whether a workstation ID field is visible in the dialog. | true |
| workstationIdEditable | POS_CHANGEABLE | Flag | It specifies whether a workstation ID field is editable. | true |
| workstationIdPredefined | KASSNR | IdentityAlpha Numeric |
It specifies whether a predefined value is used for the workstation ID. | |
| workstationIdUseCurrent | USE_CURRENT_POS | Flag | It specifies whether a current workstation ID should be used if no predefined workstation ID is given. | true |
| receiptNumberRequired | Flag | It specifies whether a transaction number is returned and whether a transaction number field is visible in the dialog. | true | |
| receiptNumberEditable | RECEIPT_NUMBER_ CHANGEABLE | Flag | It specifies whether a transaction number field is editable. | true |
| receiptNumberPredefined | BELEGNR | String | It specifies whether a predefined transaction number is used. | |
| receiptNumberUseCurrent | USE_LAST_RECEIPT_ NUMBER | Flag | It specifies whether a current transaction number should be used if no predefined transaction number is given. | true |
| useLastNonVoided ReceiptNumber | Flag | It specifies whether the last non-voided receipt number is used. |
| Parameter Name | Data Type, Range | Description | Default |
|---|---|---|---|
| customerCardType | String | It defines the required customer card type. | CO |
| customerIdentificationFunction | CustomerRegistration CustomerSearch |
It defines the customer registration function. | CustomerRegistration |
| customerRequired | Boolean | It controls whether it is necessary to enter a customer. If a customer is required, only receipts of this customer can be retrieved. | false |
| customerRequiredAudibleAlert | Boolean | It defines whether an acoustic signal is triggered before the customer identification function is called. | false |
| customerRequiredMessage | String | It defines the message that is displayed if the customer is missing. | |
| retrieveCustomerId | Boolean | ||
| customerRegistrationConfigId | String | It defines the configuration for the customer registration process. | |
| customerSearchConfigId | String | It defines the configuration for the customer search process. |
Receipt Consolidation - 01130100011
CommonPrintoutConfig
| Parameter Name | Migration | Data Type, Range | Description | Default |
|---|---|---|---|---|
| logoFile | String | It specifies the printout logo. | ||
| printReport WithoutVoids | printReport WithoutStorno | Boolean | It specifies whether a printout is carried out without voided line items. | true |
| printReport Without InternalVoids | printReport WithoutStornoChange | Boolean | It specifies whether a printout is carried out without voided line item changes. | true |
| printReportWithoutTenderVoids | Boolean | It specifies whether a printout is carried out without voided tender line items. | false | |
| consolidate LineItems | consolidateBonPositions | Boolean | It specifies whether receipt line items are merged. | true |
| consolidateTender LineItems | consolidate PaymentPositions | Boolean | It specifies whether tender line items are merged. | false |
| consolidateTax RecordsRule | consolidateTax RecordsRule | ConsolidateTaxRecordsRule [ NoConsolidation as "0", ReceiptLevel as "1", LineItemLevel as "2", ReceiptLevelWithTaxAuthorityId as "3", LineItemLevelWithTaxAuthorityId as "4"] |
It specifies whether and how tax entries are consolidated:
|
NoConsolidation |
| printJournal WithoutVoids | printJournal WithoutStorno | Boolean | It specifies whether or not the E-journal output contains voided line items. | false |
| printJournalWithoutTenderVoids | Boolean | It specifies whether or not the E-journal output contains voided tender line items. | false | |
| consolidateJournal LineItems | consolidateJournal BonPositions |
Boolean | It specifies whether or not receipt line items are grouped for E-journal output. | false |
| consolidateJournal TenderLineItems | consolidateJournal PaymentPositions |
Boolean | It specifies whether or not tender line items are grouped for E-journal output. | false |
| consolidateJournal TaxRecordsRule | consolidateJournal TaxRecordsRule | ConsolidateTaxRecordsRule [ NoConsolidation as "0", ReceiptLevel as "1", LineItemLevel as "2", ReceiptLevelWithTaxAuthorityId as "3", LineItemLevelWithTaxAuthorityId as "4"] |
It specifies whether and how tax entries are consolidated for e-journal output:
|
NoConsolidation |
| salesOrder BarcodePrefix | String | It defines the prefix which is used for the customer order barcode. | 22 | |
| printCRM CustomerInfo | Boolean | It specifies whether or not the CRM Customer Info is printed. | true | |
| sortingMethod LineItems | None Promotions MHG |
It specifies whether and how line items are sorted:
|
None | |
| sortingMethod JournalLineItems | None Promotions MHG |
It specifies whether and how line items are sorted for E-journal output:
|
None | |
| printCommentsOnSalesReceipt | Boolean | It specifies whether line item comments should be printed on a sales receipt. | true |
Receipt Layout - 01130100000
LocalizationServiceConfig
| Parameter Name | Data Type, Range | Description | Default |
|---|---|---|---|
| defaultLocale | Locale, String(128) | It defines the default POS system locale. | en_US |
| defaultCustomerLocale | Locale, String(128) | It defines the default customer locale and it falls back to the default POS system locale if it is not defined. | |
| localeConfigs | LocaleConfig[ 0 .. * ] | It defines the locale-specific configurations. | |
| currencyGroups | CurrencyGroup[ 0 .. * ] | It defines the currency group definitions. | |
| translationResourceBasenames | Url[ 0 .. * ], String(256) | It defines the base names of the resources with the translation files. | |
| addressModelUSLocalesList | Locale[ 0 .. * ], String(128) | It defines a list of locales which should be treated as 'US' locales (locales that use the US address model). |
CommonPrintoutConfig
| Parameter Name | Data Type, Range | Description | Default |
|---|---|---|---|
| includeLineItemDiscountsInAmount | Boolean | Indicates whether line item discounts should be included in line item amount during retail transaction receipt printing. | false |
| printOnlyPositiveNumbers | Boolean | Indicates whether all negative values should be printed without sign on receipts. | false |
| serializedCheckoutCouponBarcodePrefix | String | Prefix used for the serialized checkout coupon barcode. | 99 |
| printCommentsOnSalesReceipt | Boolean | It specifies whether line item comments should be printed on a sales receipt. | true |
| printPosItemID | Boolean | It specifies whether the POS Item ID should be printed for each line item. | true |
LocaleConfig
| Parameter Name | Data Type, Range | Description |
|---|---|---|
| locale | Locale, String(128) | It defines the locale to configure. |
| fallbackLocales | Locale, String(128)[1..*] | It defines the fallback locales. |
| localeOverrides | LocaleOverrides | It defines the locale overrides. |
LocaleOverrides
| Parameter Name | Data Type, Range | Description |
|---|---|---|
| dateFormatShort | String | |
| dateFormatMedium | String | |
| dateFormatLong | String | |
| dateFormatFull | String | |
| dateTimeFormatShort | String | |
| dateTimeFormatMedium | String | |
| dateTimeFormatLong | String | |
| dateTimeFormatFull | String | |
| timeFormatShort | String | |
| timeFormatMedium | String | |
| timeFormatLong | String | |
| timeFormatFull | String | |
| textOrientation | TextOrientationType [RIGHTTOLEFT, LEFTTORIGHT] |
|
| numberFormat | NumberFormat, String(128) |
LocalizationServiceConfig
| Parameter Name | Data Type, Range | Description | Default |
|---|---|---|---|
| addressModelUSLocalesList | Locale[ 0 .. * ], String(128) | It defines a list of locales which should be treated as 'US' locales (locales that use the US address model). | enUS; enCA |
ScaleConfig
| Parameter Name | Data Type, Range | Description | Default |
|---|---|---|---|
| scaleReceiptBarcodeContent |
|
Defines the content of the scale receipt barcode.
|
LineItems |