0.3.0 • Published 1 year ago

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

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year 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

1 year ago

0.2.35

1 year ago

0.2.34

1 year ago

0.2.33

1 year ago

0.2.32

1 year ago

0.2.31

2 years ago

0.2.27

2 years ago

0.2.30

2 years ago

0.2.29

2 years ago

0.2.26

2 years ago

0.2.25

2 years ago

0.2.24

2 years ago

0.2.23

2 years ago

0.2.22

2 years ago

0.2.21

2 years ago

0.2.20

2 years ago

0.2.19

2 years ago

0.2.18

2 years ago

0.2.17

2 years ago

0.2.16

2 years ago

0.2.15

2 years ago

0.2.14

2 years ago

0.2.13

2 years ago

0.2.12

2 years ago

0.2.11

2 years ago

0.2.10

2 years ago

0.2.0

2 years ago

0.2.7

2 years ago

0.2.6

2 years ago

0.2.9

2 years ago

0.2.8

2 years ago

0.2.5

2 years ago

0.1.6

2 years ago

0.1.4

2 years ago

0.1.3

2 years ago

0.1.5

2 years ago

0.1.2

2 years ago

0.1.2-testing

2 years ago

0.1.0

3 years ago