feat: add invoice and alternative_componen management functionality
This commit is contained in:
@@ -20,8 +20,10 @@ const (
|
||||
API_GROUP_COMPONENT = "/components"
|
||||
API_GROUP_COMPONENT_CODE = "/component-codes"
|
||||
API_GROUP_COMPONENT_ITEM = "/component-items"
|
||||
API_GROUP_INVOICE_CONFIG = "/invoice-configs"
|
||||
API_GROUP_INVOICE_CONFIG_ITEM = "/invoice-config-items"
|
||||
API_GROUP_INVOICE_CONFIG = "/invoice-configs"
|
||||
API_GROUP_INVOICE_CONFIG_ITEM = "/invoice-config-items"
|
||||
API_GROUP_INVOICE = "/invoices"
|
||||
API_GROUP_ALTERNATIVE_COMPONENT = "/alternative-components"
|
||||
)
|
||||
|
||||
const (
|
||||
|
||||
Reference in New Issue
Block a user