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
				
			
		|  | @ -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): | ||||
|  |  | |||
|  | @ -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
	
	 Lance Edgar
						Lance Edgar