summaryrefslogtreecommitdiff
path: root/FS
AgeCommit message (Collapse)Author
2005-12-15payment "un-void"ingivan
2005-12-14allow a dir field to be set (or auto-generated) even if uid is fixedivan
2005-12-14add 'STATE' field for suspensions to Radiator exportivan
2005-12-12use crypt password for radiator exportivan
2005-12-07for fetching inserted keys without pg_oid_status, look up the actual ↵ivan
sequence name from dbdef rather than assuming ${table}_${column}_seq
2005-12-06make sure zip is required for canada, also use CURRVAL() function instead of ↵ivan
pg_oid_status DBD attribute because Pg 8.1 doesn't have oids by default anymore
2005-12-05avoid uninitialized value errorsivan
2005-12-03force a dbdef reload. no wonder this had to be run multiple times beforeivan
2005-12-01shellcommands usermod_pwonly shouldn't apply to RADIUS groups, this is ↵ivan
messing up unrelated RADIUS exports
2005-11-28turn off debuggingivan
2005-11-28in POD example, remove extra SQL that Pg doesn't need and MySQL doesn't likeivan
2005-11-28update docs and error message for all three supporte exportsivan
2005-11-28startup freeside-sqlradius-radacctd for radiator export tooivan
2005-11-28allow defaults to override empty values for new objectsivan
2005-11-28better error msgivan
2005-11-28update cust_svc::seconds_since_sqlradacct to deal with any usage-capable exportivan
2005-11-28update cust_svc::seconds_since_sqlradacct to deal with any usage-capable exportivan
2005-11-28okay, its been testedivan
2005-11-28fix small bug in radiator exportivan
2005-11-28add debugging info to cust_main to figure out where the freeze is coming fromivan
2005-11-27per-agent billco spoolsivan
2005-11-22add backend-realtime config flag, should be more intuitive for guyananetivan
2005-11-22oops, supposed to commit this oneivan
2005-11-22set default fields in new method, mostly for svc_acct.secondsivan
2005-11-22update radiator export to deal with prepaid and some other random stuffivan
2005-11-21when editing exports and there's a duplicate error, show all conflicting ↵ivan
accounts not just the ones for different customers
2005-11-21add usermod_nousername flag to just prohibit username changesivan
2005-11-21add MCRD payment type for manually processed ccardsivan
2005-11-21add config values used by external RT integrationivan
2005-11-18update custom priorioty field BS for RT 3.4.4ivan
2005-11-18update custom priorioty field BS for RT 3.4.4ivan
2005-11-18update custom priorioty field BS for RT 3.4.4ivan
2005-11-18allow expired cards to remain on file; only check edits for an expired card ↵ivan
when the # has changed
2005-11-17make variable description more consistant wrt vars that are already shell-quotedivan
2005-11-17turn off debuggingivan
2005-11-17add cust_pkg2 index on cust_pkg.pkgpartivan
2005-11-17update debuggging information for replace group info with user@domainivan
2005-11-17fix konqueror bug appending nulls to XMLHTTP requests!ivan
2005-11-16bulk svcpart changeivan
2005-11-12set payip for all payment typesivan
2005-11-12interpolation helps alotivan
2005-11-12try using web interface scrape bullshit for adding pops instead of API, as ↵ivan
per cpanel support [cPanel tickets ID# 116044]
2005-11-11for prepaid packages, trigger export update of RADIUS Expiration attribute ↵ivan
when cust_pkg.bill changes
2005-11-10fix password changes with everyone.netivan
2005-11-02spool invoice to billco if no other destinations are set!ivan
2005-11-01yargivan
2005-11-01yargivan
2005-11-01only send to specific destinations, oops!ivan
2005-11-01add billco format option to FTP invoice send, add invoice event to spool one ↵ivan
giant (pair of) CSV files in addition to FTPing them individually
2005-10-24fix rate plan editing with new xmlhttp progressbar - use POST instead of ↵ivan
GET. also optimize SQL on rate search screen