Krzysztof Kulig
80f3af4e5e
Port new shipping method schema to 3.1 ( #1768 )
...
* Update schema
* refactor(shippingMethods): change name from availableShippingMethods to shippingMethod
* refactor(shippingMethods): change shippingMethod to shippingMethodType
* Add missing files
* refactor(order): add active and message prop to the shippingMethod field
* Add support for new webhook types
* refactor(OrderShippingMethodEditDialog): show inactive shipping method as disabled
* refactor(SingleSelectField): change the disabled prop strictly boolean
Co-authored-by: Dominik Żegleń <flesz3@o2.pl>
* refactor(OrderShippingMethodEditDialog): remove unused style
Co-authored-by: Michal Zajac <michal.99.zajac@gmail.com>
Co-authored-by: Michal Zajac <50200782+Michal99Zajac@users.noreply.github.com>
Co-authored-by: Dominik Żegleń <flesz3@o2.pl>
2022-01-24 14:50:17 +01:00
Dawid Tarasiuk
4880093f63
Use Auth SDK ( #1474 )
...
* Use Auth SDK
* Update auth provider hook
* Update sdk module mapping
* Update setting password
* Fix no user details on first login
* Update auth tests
* Cleanups
* Update SDK
Update SDK
Update SDK
Update test recordings
Update SDK
* Implement SDK External Auth
Update new password view
Hnalde external logout
Update SDK
Fix logout external redirect
* Fix login page style
* Update SDK
* Auth Provider cleanups
Update and refactor auth
Auth types cleanups and refactor
* Update channel context provider
* Fix login error handling
* Logout immidiatelly non-staff user
* Update test snapshots
* Trigger CI
* Update to SDK v0.4, remove duplicated UserContext hook
* Handle server errors during login
* Fix wrong login page form submition handling
* Update login error messages
Co-authored-by: Jakub Majorek <majorek.jakub@gmail.com>
2021-12-17 12:10:54 +01:00
Dawid Tarasiuk
08637b27fd
Introduce fulfillment creation API ( #1241 )
...
* Display warehouse name for each fulfillment (#1259 )
* Hide no-stocks columns in fulfillment view (#1260 )
* Hide no-stocks columns in fulfillment view
* Update tests
* Refactor
* Update tests
* Add fulfillment settings card (#1242 )
* Add fulfillment setting card
* Make fulfillment approvement naming consistent
* Fix mutation bug
* Update types
* Trigger CI
* Handle fulfillment acceptance on order details page (#1255 )
* Handle fulfillment acceptance on order details page
* Make fulfillment approvement naming consistent
* Update fulfillment schema and its usage
* Render history events regarding waiting fulfillments (#1265 )
* Add awaiting for approval fulfillment order event
* Fix warehouse name
* Change fulfillment quantity calculation (#1267 )
* Change fulfillment quantity calculation
* Fix warehouse name
* Update messages
* Trigger CI
* Refactor
* Fix refactor
* Fix fulfillment for no variant
* Allow creating fulfillments waiting for acceptance (#1248 )
* Fix fulfillment page style and typescript classname types perfomance issue
* Allow creating fulfillments waiting for acceptance
* Make fulfillment approvement naming consistent
* Update schema
* Add tooltip to fulfillment savebar
* Update unpaid fulfillment creation restriction
* Update fulfillment cration restriction
* Update test snapshots
* Add possibility to cancel "waiting" fulfillments (#1288 )
* Allow to cancel waiting fulfillments
* Add delete button to fulfillment card
* Update test snapshots
* Handle waiting fulfillments on refund page (#1290 )
* Handle waiting fulfillments on refund page
* Trigger CI
* Trigger CI
* Calculate quantity to refund on quantityToFulfill
* Update changelog
* Update snapshots
Co-authored-by: Jakub Majorek <majorek.jakub@gmail.com>
2021-08-20 16:36:05 +02:00
Magdalena Markusik
d1ae1559d0
Add mapEdgesToItems util function and replace all usages
2021-05-10 17:25:54 +02:00
mmarkusik
9d6cc99103
Merge pull request #1066 from mirumee/SALEOR-2547/update-adding-draft-order-products-per-channel ( #1070 )
...
Update adding draft order products per channel
2021-04-20 16:06:39 +02:00
Tomasz Szymanski
cca95a77b0
Get rid of maybes
2021-04-02 06:28:28 +02:00
Tomasz Szymanski
6dcaffe40c
Refactor order page to separated components
2021-03-23 18:13:39 +01:00