Irfan Ömür

Results 53 issues of Irfan Ömür

**Describe the bug** On the refund screen, ℹ️ button becomes visible after rotating the screen. **To Reproduce** Steps to reproduce the behavior: 1. Open the Orders tab in the portrait...

type: bug
feature: refunds

Closes: https://github.com/woocommerce/woomobile-private/issues/285 Closes: #11707 ### Description This PR adds partial refund support for products. Before, the user could only select the products' quantity, and the amount was calculated as a...

type: enhancement
status: do not merge
feature: refunds

We're using `ResourceProvider`, which is a context-based class in view models. Instead, we should pass string resources and let views get the string from the string res to avoid some...

priority: low
type: technical debt

```[tasklist] ### Tasks - [ ] https://github.com/woocommerce/woocommerce-android/pull/12616 - [ ] https://github.com/woocommerce/woocommerce-android/issues/12660 - [ ] https://github.com/woocommerce/woocommerce-android/issues/12661 - [ ] https://github.com/woocommerce/woocommerce-android/issues/12706 - [ ] https://github.com/woocommerce/woocommerce-android/issues/12742 ```

type: task
feature: blaze
priority: medium

**Describe the bug** Formatting high numbers like "1000 → 1k", "1000000 → 1M" should be localized, and "k", "m" chars shouldn't be hardcoded. **Note for the developer:** https://github.com/woocommerce/woocommerce-android/blob/dfc1eb69cd87a07b2c4e581d03e917370a0a5a8c/WooCommerce/src/main/kotlin/com/woocommerce/android/util/CurrencyFormatter.kt#L47-L57 **To Reproduce**...

type: bug
feature: stats
good first issue
category: i18n

**Describe the bug** When there is no product, the "Create campaign" button does nothing and returns to the menu tab. **To Reproduce** Steps to reproduce the behavior: 1. Log in...

type: bug
feature: blaze

Part of #13477 We should detect the changes on the fetched campaigns and avoid scheduling a reminder if there are no changes in the campaign list. For further discussion: p1725970107043749/1725903622.524529-slack-C03L1NF1EA3

priority: low
feature: Blaze

**Describe the bug** "Suggested by AI" label is not visible in the dark mode. **To Reproduce** Steps to reproduce the behavior: 1. Log into a Blaze-eligible site. 2. Trigger Blaze...

type: bug
feature: Blaze

This combines the `createRefund...()` functions in `RefundRestClient` because `createRefundByItems()` did not accept the `amount` but calculated it itself. This PR makes the `amount` parameter required since we now support partial...

[Type] enhancement
[Store] Woo: Refunds

### Description This PR adds the required "id" parameter, which represents the shipment index, to the `POST /wcshipping/v1/label/purchase/{order_id}` endpoint. Related discussion: p1749620015063859-slack-C05VBLKHHV1 ### Steps to reproduce 1. Open an order...

status: do not merge
feature: shipping labels
Task (new)