Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
error_message
|
|
additional debugging information, if available
|
|
|
|
|
|
|
|
|
|
have user prefs
|
|
|
|
Commands can now be processed with Text::Template using [@-- --@] delimeters, in addition to evaling a double-quoted string.
Cleaned up spurious debug output.
|
|
|
|
|
|
|
|
|
|
->username, not ->name, eek. causing "Error: Error inserting cust_pkg_reason: ERROR: value to long for type character varying(32)" errors and will be harder to normalize back to usernum when we fix that
|
|
|
|
|
|
|
|
|
|
this make refunds work?
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.../cust_bill.pm line 434
|
|
|
|
control pricing.
You assign a base rate for charging, and it is multiplied by the 'units' ordered. Solves a need where a company wants to offer an ASP style service, that charges per user, at a base cost, but doesn't want a plan for every combination of user amounts.
|
|
|
|
|
|
|
|
|
|
|