0.3.0 • Published 3 months ago

@ai-ecom/medusa-plugin-invoice v0.3.0

Weekly downloads
-
License
MIT
Repository
-
Last release
3 months ago

medusa-service-invoice

Invoice for your medusa

medusa-config.js

{
    resolve: `@ai-ecom/medusa-plugin-invoice`,
    options: {
        settings: { // default settings for invoice if there no setting in the database
            invoice_number_format:  "{{}}",
            overdue_days: 7,
            number_counter: 1,
            invoice_title: "INVOICE",
            invoice_logo_url: "<LOGO_URL>",
            invoice_company_name: "Ai-Ecom",
            invoice_address_line_1: "Line 1",
            invoice_address_line_2: "Line 2",
            invoice_address_line_3: "Line 3",
            footer_html: "<FOOTER_HTML>"
        },
        create_when: "order.payment_captured",
        payments: {
            manual: "Manual Payment"
        },
        email: {
            template: {
                invoice_cancellation: "<SENDGRID_TEMPLATE_ID>",
                invoice: "<SENDGRID_TEMPLATE_ID>"
            }
        }
    }
}
0.3.0

3 months ago

0.2.35

3 months ago

0.2.34

3 months ago

0.2.33

4 months ago

0.2.32

4 months ago

0.2.31

4 months ago

0.2.27

5 months ago

0.2.30

5 months ago

0.2.29

5 months ago

0.2.26

5 months ago

0.2.25

5 months ago

0.2.24

5 months ago

0.2.23

6 months ago

0.2.22

6 months ago

0.2.21

6 months ago

0.2.20

6 months ago

0.2.19

6 months ago

0.2.18

6 months ago

0.2.17

7 months ago

0.2.16

7 months ago

0.2.15

7 months ago

0.2.14

7 months ago

0.2.13

7 months ago

0.2.12

7 months ago

0.2.11

7 months ago

0.2.10

7 months ago

0.2.0

7 months ago

0.2.7

7 months ago

0.2.6

7 months ago

0.2.9

7 months ago

0.2.8

7 months ago

0.2.5

7 months ago

0.1.6

7 months ago

0.1.4

7 months ago

0.1.3

9 months ago

0.1.5

7 months ago

0.1.2

1 year ago

0.1.2-testing

1 year ago

0.1.0

1 year ago