Odyssey
Public Member Functions | Static Public Attributes | List of all members
cli.customer.Create Class Reference
Inheritance diagram for cli.customer.Create:

Public Member Functions

def setup_args (self, parser)
 
def ident (self, value)
 
def run (self, args)
 

Static Public Attributes

string name = 'create'
 
tuple vendors
 

Detailed Description

Create a new customer.

This will create DB tables, records and filesystem assets for a new
credit-union.

NOTE: This is a wrapper for the wellknown `cuset.pl` tool.

Definition at line 19 of file customer.py.

Member Data Documentation

◆ vendors

tuple cli.customer.Create.vendors
static
Initial value:
= (
'AMI',
'COMPUSOURCE',
'CORRELATION',
'CRUISE',
'CU-CENTRIC',
'CUC',
'CUPRODIGY',
'CUSA',
'ESP',
'FEDCOMP',
'GALAXY',
'HARLAND',
'INFOWARE',
'SHARETEC',
'SOS',
'SYMITAR',
'ULTRADATA',
'WEBONLY',
'XP-SYSTEMS',
)

Definition at line 29 of file customer.py.


The documentation for this class was generated from the following file: