[Emerald] PayMethod = 'Closed'

Josh Hillman ( (no email) )
Sun, 21 May 2000 17:35:39 -0400

The following has been in the Emernew.txt file since late last year, but
nowhere does it state what is special about it. I assume it is related to
the cancellation of an account, but how is it different from setting
PayMethod to "Other" or simply setting Active=0? Right now, we set
PayMethod to "Other" to prevent further invoicing if the person wants to
cancel at the end of when he/she's currently paid thru. If the person wants
to cancel right there and then, we don't bother doing anything with the
PayMethod because MasterAccounts.Active will be set to 0 at that time
anyway.

* Added a paymethod of "Closed" to the list. You need to add the
payment closed to your PayMethods table using the following statement,
or you will get an error if you try to save a user with that paymethod.

INSERT INTO PayMethods(PayMethod, GrooupID, SortOrder)
VALUES('Closed', NULL, 8)

Josh

For more information about this list (including removal) go to:
http://www.iea-software.com/support/maillists/liststart