Skip to content

Releases: areee/dart_kassakuitti_cli

v2.4.0

04 Feb 19:49
7d55646
Compare
Choose a tag to compare

What's Changed

  • Update dependencies by @areee in #34
    • Update dependencies & Dart SDK version.
    • Add dependabot.yml to automate package updates.
    • Add "prefer_single_quotes" linter.
    • Remove 1 unused import from BoxHiveProductExtension.

Full Changelog: v2.3.0...v2.4.0

v2.3.0

31 Dec 18:58
e7e9fec
Compare
Choose a tag to compare

What's Changed

  • Update dependencies by @areee in #31
  • Update a dependency in pubspec.lock by @areee in #32
  • Fix price saving by @areee in #33
    • When asking a user to give a proper number of a product (when there are multiple found products in the "run mode"), save correctly price to Hive products (use the total price when there's only one product in the receipt product; otherwise use the price per unit).

Full Changelog: v2.2.0...v2.3.0

v2.2.0

11 Dec 16:23
bfeb5a4
Compare
Choose a tag to compare

What's Changed

  • Update Hive handling by @areee in #30
    • Add price & EAN code fields for a HiveProduct object. Add them when solving products in "run mode".
    • In Hive handling, add "import from CSV" feature.
    • Enhance HiveProduct filtering.
    • Enhance HiveProduct updating & deleting (ask for a keyword before updating/deleting = make these processes easier for a user).
    • Some refactoring in Hive handling.

Full Changelog: v2.1.0...v2.2.0

v2.1.0

22 Nov 20:35
35f921d
Compare
Choose a tag to compare

What's Changed

  • Update Kassakuitti dependency version by @areee in #27
  • Add Hive products export to a CSV file by @areee in #29

Full Changelog: v2.0.0...v2.1.0

v2.0.0

12 Nov 21:39
bdb5e8a
Compare
Choose a tag to compare

What's Changed

  • Update Dart SDK version & dependencies by @areee in #25
  • Update to use 'kassakuitti' package & some cleaning by @areee in #26
    • Update the whole codebase to use kassakuitti package.
    • Remove old unnecessary files.
    • Change Excel (xlsx) to the default export file format.

Full Changelog: v1.0.2...v2.0.0

v1.0.2

22 Oct 14:11
df7e4e4
Compare
Choose a tag to compare

What's Changed

  • Fix a whitespace problem with handling receipt products by @areee in #24

Full Changelog: v1.0.1...v1.0.2

v1.0.1

08 Oct 17:45
75d1165
Compare
Choose a tag to compare

What's Changed

  • Update Dart SDK version & some dependencies by @areee in #22
  • Cash receipt: fix whitespace range between name & price by @areee in #23

Full Changelog: v1.0.0...v1.0.1

v1.0.0

12 Sep 19:01
4e1b9fd
Compare
Choose a tag to compare

What's Changed

  • Update installation instructions & update dependencies by @areee in #19
  • Add Excel support & make it version 1.0.0 by @areee in #20

Full Changelog: v0.15.0...v1.0.0

v0.15.0

24 Jun 10:23
c71e07e
Compare
Choose a tag to compare

What's Changed

  • Enhancement 15 by @areee in #18
    • Add new Hive command for handling the local database (CRUD+ actions)
    • Update readme & add some documentation
    • Fix parsing errors
    • Update Dart SDK version & dependencies
    • Some refactoring

Full Changelog: v0.14.0...v0.15.0

v0.14.0

22 May 06:15
cce9834
Compare
Choose a tag to compare

What's Changed

  • Enhancement 14 by @areee in #17
    • Update Dart SDK version & Lint dependency
    • Fix a small bug with 'kampanja' row
    • Change the column order of EAN products CSV
    • Some small fine-tuning
    • Update enums to use Dart 2.17 approach

Full Changelog: v0.13.0...v0.14.0