Skip to content

Releases: Dotykacka/dotypos-lib-migration

0.5.6

07 May 16:08
cdf8d83
Compare
Choose a tag to compare

Fixes

  • #8 Requires at least 5 digits for sequential part of document numbering format.

0.5.5

03 May 13:36
b1e51a5
Compare
Choose a tag to compare

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

16 Apr 11:07
efcb7dd
Compare
Choose a tag to compare

Added

  • PosMigrationDto.moneyOperations property
  • MoneyOperationMigrationDto.Type.REGISTER_OPEN_SECONDARY, MoneyOperationMigrationDto.Type.REGISTER_CLOSE_SECONDARY

0.5.3

12 Apr 21:59
325a225
Compare
Choose a tag to compare

Added

  • PosMigrationDto.stockTransactions property
  • PosMigrationDto.stockOpeartions validations

0.5.2

11 Apr 00:22
cdccdc2
Compare
Choose a tag to compare

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

09 Apr 10:00
Compare
Choose a tag to compare

Added

  • DocumentMigrationDto.cancellationType property which should be adequately filled (mainly for documents that are canceled).

0.5.0

06 Apr 22:02
Compare
Choose a tag to compare

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

06 Apr 21:52
Compare
Choose a tag to compare

Changed

  • [BC] fixed typo in serialization name of PosMigration.suppliers

0.4.7

06 Apr 16:13
Compare
Choose a tag to compare

Added

  • Additional stock operations validations in PosMigrationDto

Fixed

  • EmployeePosPermission serialization

0.4.6

01 Apr 00:23
Compare
Choose a tag to compare

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)