mixins.trading
Provides functionality to Transactions that can by and sell goods and services for an Entity.
Module Contents
Classes
This class provides validation for transactions that trade goods and services |
- class mixins.trading.TradingMixin
This class provides validation for transactions that trade goods and services for an entity.
- _validate_subclass_line_items(line_item)
- validate(session) None
Validates the trading Transaction properties.
- Parameters:
session (Session) – The accounting session to which the Transaction belongs.
- Returns:
None