Invoicex v1.0.0-rc.17 Invoicex View Source

Main invoicex module.

Link to this section Summary

Functions

Fetches ecto schema prefix specified in :invoicex configuration

Link to this section Functions

Link to this function schema_prefix() View Source
schema_prefix() :: nil | atom()

Fetches ecto schema prefix specified in :invoicex configuration.

This is used in enums and model schemas to specfify their database schema name.

Link to this function validate_order(changeset, bool) View Source