* A generic stored procedure helper added, and support for calling them. * Order and OrderItem tables added, including helpers and calls to SP for creation and updates. * Minor updates to other repositories.
5 lines
No EOL
163 B
Python
5 lines
No EOL
163 B
Python
from .location import Location
|
|
from .article import Article, ArticleCategory
|
|
from .company import Company
|
|
from .pricelist import PriceList
|
|
from .order import Order |