Zum Hauptinhalt springen

dunning

Module: collection

Payment reminder notices with dunning levels and status.

NameTypeNullableDefault ValueNotes
PKID
integerDunning notice ID
fork
forks.ID
integerFork ID (`null` for base module)
ownergroup
groups.ID
integerOwner group ID (`null`=PUBLIC)
creator
integerCreator user ID (defaults to authenticated user on creation)
assigneduser
users.ID
integerAssigned user ID
creationdate
bigintdate_part('epoch', now())Creation date and time as a Unix timestamp (defaults to current date and time on creation)
lastmodified
bigintdate_part('epoch', now())Last modification date and time as a Unix timestamp (auto-reset on modification)
account
accounts.ID
integerAccount ID
dunningnum
textDunning number
type
smallint0Dunning type (`0`=LISTING, `1`=REMINDER, `2`=NOTICE)
date
bigintdate_part('epoch', now())Designated date and time as a Unix timestamp (defaults to current date and time on creation)
duedate
bigintDue date as a Unix timestamp
status
smallint0Status (`0`=DRAFT, `1`=BOOKED, `2`=CANCELLED, `3`=CLOSED)
fee
double precision0Dunning fee
recipient
text''Recipient
address
text''Address (street and building/suite number)
postalcode
text''Postal or ZIP code
city
text''City or locality
region
text''Region or state
country
character varying(2)''Country code (ISO 3166-1 alpha-2)
NameUniqueNulls DistinctPrimaryPartialMethodKeys
fk_dunning_accountbtreeaccount
fk_dunning_assigneduserginassigneduser
fk_dunning_forkginfork
fk_dunning_ownergroupginownergroup
i_dunning_datebtreedate
i_dunning_dunningnumbtreedunningnum
i_dunning_noforkginfork
i_dunning_noownerginownergroup
pk_dunningbtreeID
s_dunning_dunningnumgindunningnum
u_dunning_dunningnum_typebtreedunningnum, type
NameType
dc_dunning_addresscheck
dc_dunning_citycheck
dc_dunning_countrycheck
dc_dunning_dunningnumcheck
dc_dunning_feecheck
dc_dunning_postalcodecheck
dc_dunning_recipientcheck
dc_dunning_regioncheck
dc_dunning_statuscheck
dc_dunning_typecheck
fk_dunning_accountforeign_key
fk_dunning_assigneduserforeign_key
fk_dunning_forkforeign_key
fk_dunning_ownergroupforeign_key
pk_dunningprimary_key
NameTypeEventsFunctionDefinition
ti_dunning_statusbeforeinsertftiu_dunning_status
tu_dunning_statusbeforeupdateftiu_dunning_status
Loading...