• Resolved sevun

    (@sevun)


    Hi,

    I need to export billing data for tax declaration purpose. I’m looking for a plugin that is capable to export “refund” that has been done during the period but for order done before this period. Let’s imagine I extract at the end of Q2 my orders which are supposed to reflect refund for the current month. I would need the plugin catch all refund done during Q2 but on order of Q1 to get a credit note.

    OR

    A plugin that add a line for any workflow with the date of order/refund.

Viewing 9 replies - 1 through 9 (of 9 total)
  • Plugin Author algol.plus

    (@algolplus)

    hi

    Have you tried “Export refunds” (in section”Filter by order”) ?

    thanks, Alex

    Thread Starter sevun

    (@sevun)

    hi Alex,

    That is perfect, I’ll go for it. Do you plan to create import to restore order that we can use export as backup?… for pro version. That could be useful.

    Thanks regards

    Plugin Author algol.plus

    (@algolplus)

    hi

    it has no sense to backup only orders (customers?products?).
    and there are a lot of good backup plugins already.

    Thread Starter sevun

    (@sevun)

    Hi,

    Just to restore transaction that can be lost if you have to restore a daily backup. You can restore the transaction that has been done between the restoration and the back up.

    Plugin Author algol.plus

    (@algolplus)

    ok, I understand.
    But I won’t code it, as too few customers will use this feature.

    Anonymous User 16706520

    (@anonymized-16706520)

    Hey Alex,

    thanks for your help – and for your tool at all. I’m not a native English-speaker so maybe I just got something not right – if so please excuse.

    I would like to export all refunds that took place in last month for example, even if the order itself was even longer ago oder if it was not a full refund or even if it was the second refund for one special order… just all refund-“processes” which occurred in that period.

    Via “Export refunds” (in section”Filter by order”) it seems not to do so, I just get all orders even without any refund. Do I need to select something else or how could it work?

    Once again, thanks for you help,
    hoping for a quick reply -ben-

    Plugin Author algol.plus

    (@algolplus)

    hi Ben

    if you need only refunds – open “Misc Settings” and paste following code.
    thanks, Alex

    add_filter("woe_sql_order_types", function($types) {
      return array("'shop_order_refund'");
    });
    Anonymous User 16706520

    (@anonymized-16706520)

    … great, seems to work!

    Is there a way to send you a donation – or just by getting Pro?

    thanks a lot, bye -ben-

    Plugin Author algol.plus

    (@algolplus)

    hi Ben

    pro is preferred, I have to pay taxes ??

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Refund an taxes’ is closed to new replies.