Releases: Dotykacka/dotypos-lib-migration
Releases · Dotykacka/dotypos-lib-migration
0.5.6
Fixes
- #8 Requires at least 5 digits for sequential part of document numbering format.
0.5.5
Added
PosConfigurationDto.retentionPeriod
property adds the ability to change the retention period of POS data. It is also used to determine the amount of data to be downloaded to Cash Register after initial setup.
RetentionPeriod
tests
0.5.4
Added
PosMigrationDto.moneyOperations
property
MoneyOperationMigrationDto.Type.REGISTER_OPEN_SECONDARY
, MoneyOperationMigrationDto.Type.REGISTER_CLOSE_SECONDARY
0.5.3
Added
PosMigrationDto.stockTransactions
property
PosMigrationDto.stockOpeartions
validations
0.5.2
Added
- Missing write-off support (
DocumentMigrationDto.Type.WRITE_OFF
, MoneyOperationMigrationDto.Type.WRITE_OFF
)
- Missing return stock operation + transaction (
StockOperationMigrationDto.Type.RETURN
, StockTransactionMigrationDto.Type.RETURN
)
0.5.1
Added
DocumentMigrationDto.cancellationType
property which should be adequately filled (mainly for documents that are canceled).
0.5.0
Added
CloudMigrationDto
- Unique IDs validation
- Validation of related entities for:
moneyOperations
, stockOperations
- Validation that summary of
DocumentMigrationDto.items.totalPriceWithVat
is equal to DocumentMigrationDto.totalValue
DocumentMigrationDto.Location
values validation
0.4.8
Changed
- [BC] fixed typo in serialization name of
PosMigration.suppliers
0.4.7
Added
- Additional stock operations validations in
PosMigrationDto
Fixed
EmployeePosPermission
serialization
0.4.6
Added
PosConfigurationDto.alternativeCurrency
configuration (new AlternativeCurrencyConfiguration
class)
PosConfigurationDto.prefillValuesOnRegisterOpen
option
PosConfigurationDto.reportingEmails
for register closure reporting
PosConfigurationDto.display
(new DisplayConfiguration
class)
PosConfigurationDto.cashDrawer
(new CashDrawerConfiguration
class)