Add CustomerShopper.corepos_customer_id
and refactor importers
removes phone/email support for now..also change how we handle default/empty values for member start/end date..
This commit is contained in:
parent
86a8e2d241
commit
660637522d
7 changed files with 150 additions and 37 deletions
|
@ -62,6 +62,14 @@ class corepos_problems_invalid_person_numbers(ProblemReportEmail):
|
|||
}
|
||||
|
||||
|
||||
class rattail_export_corepos_updates(ImporterEmail):
|
||||
"""
|
||||
Sent when a Rattail -> CORE-POS API export involves data changes.
|
||||
"""
|
||||
handler_spec = 'rattail_corepos.corepos.office.importing.rattail:FromRattailToCore'
|
||||
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