Add email setting for CORE Office -> CORE Lane export
This commit is contained in:
parent
36b6109993
commit
ca723ffde8
2 changed files with 9 additions and 0 deletions
|
@ -27,6 +27,14 @@ Email profiles for Rattail / CORE-POS integration
|
|||
from rattail.emails import ImporterEmail
|
||||
|
||||
|
||||
class core_office_export_lane_op_updates(ImporterEmail):
|
||||
"""
|
||||
Sent when a CORE Office -> CORE Lane export involves data changes.
|
||||
"""
|
||||
handler_spec = 'rattail_corepos.corepos.lane.importing.op.office:FromCoreOfficeToCoreLane'
|
||||
abstract = False
|
||||
|
||||
|
||||
class rattail_import_corepos_api_updates(ImporterEmail):
|
||||
"""
|
||||
Sent when a CORE-POS API -> Rattail import involves data changes.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue