Changeset - ca723ffde8a6
[Not reviewed]
0 2 0
Lance Edgar - 3 years ago 2021-07-22 12:15:26
lance@edbob.org
Add email setting for CORE Office -> CORE Lane export
2 files changed with 9 insertions and 0 deletions:
0 comments (0 inline, 0 general) First comment
rattail_corepos/corepos/lane/importing/op/office.py
Show inline comments
 
@@ -60,6 +60,7 @@ class FromCoreOfficeToCoreLane(FromCoreOfficeHandler, ToCoreLaneHandler):
 
    Handler for CORE Office -> CORE Lane data export.
 
    """
 
    direction = 'export'
 
    dbkey = 'default'
 

	
 
    @property
 
    def local_title(self):
rattail_corepos/emails.py
Show inline comments
 
@@ -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.
0 comments (0 inline, 0 general) First comment
You need to be logged in to comment. Login now