Skip to content

Commit

Permalink
V2.2.0 (#38)
Browse files Browse the repository at this point in the history
* Pes 258 orders grid new (#33)

* PES-258: new orders grid

* PES-258: new orders grid - sorting and inline weight edit validation

* PES-258: new orders grid - filters

* PES-258: new orders grid - columns_controls

* PES-258: new orders grid - sorting simplification

* PES-258: new orders grid - SQL expression simplification

* PES-258: new orders grid - version increase

* PES-258: new orders grid - SQL simplification

* PES-258: new orders grid - DOC comment fix

* PES-258: new orders grid - inline edit controller action simplification

* PES-258: new orders grid - improvements

* PES-258: new orders grid - improvements

* Pes 265 new grid exports (#34)

* PES-265: new grid csv exports

* PES-265: new grid csv exports - non selected fix

* PES-265: new grid csv exports - types

* PES-278: total order weight fix (#35)

* PES-278: total order weight fix

* PES-278: total order weight fix

* PES-278: php docs only

* PES-278: change log update

* PES: csv weight fix (#36)

* PES-285: readme update (#37)

Co-authored-by: FJiskra <[email protected]>
  • Loading branch information
packeta-user and FJiskra authored Aug 31, 2021
1 parent 1337f8e commit 4a5bb25
Show file tree
Hide file tree
Showing 48 changed files with 1,169 additions and 1,185 deletions.
3 changes: 3 additions & 0 deletions CHANGE_LOG.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
2.2.0 - Added: inline order grid editation
- Fixed: cart and order weight calculation

2.1.0 - Added: Packeta related checkout delivery option availability is based on specified pricing rules and carrier support of countries and delivery methods
- Removed: default price and specific countries GUI removed from delivery method configuration
- Added: Packeta multi-carrier ability and default price migration
Expand Down
20 changes: 0 additions & 20 deletions Packetery/Checkout/Block/Adminhtml/Order.php

This file was deleted.

326 changes: 0 additions & 326 deletions Packetery/Checkout/Block/Adminhtml/Order/Grid.php

This file was deleted.

2 changes: 1 addition & 1 deletion Packetery/Checkout/Block/Adminhtml/Order/GridExport.php
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ protected function getExportRow($row)
$this->formatNumber($row->getData('cod')),
$row->getData('currency'),
$this->formatNumber($row->getData('value')),
'',
$this->formatNumber($row->getData('weight')),
$row->getData('point_id'),
$row->getData('sender_label'),
'',
Expand Down
Loading

0 comments on commit 4a5bb25

Please sign in to comment.