summaryrefslogtreecommitdiff
path: root/FS
AgeCommit message (Collapse)Author
2007-06-15paydate option for realtime_refund_bop and UI entry for cust_pay records ↵jeff
without it (#1662 UI)
2007-06-15store exp in cust_pay and pass to B:OP during refunds with paynum (#1662)jeff
2007-06-13additional debuggingjeff
2007-06-09skycatcher modifications for pre-printing invoices, but with today's dateivan
2007-06-08prevent multiple additions to usergroup table (work around #1606)jeff
2007-06-08queue suspend, unsuspend, and delete (fixes #1657)jeff
2007-06-07cruft removaljeff
2007-06-06service dates on invoices optional (#1658)jeff
2007-06-06Added 'disable_void_after' config option to disable the VOID-before-credit ↵khoff
behavior of FS::cust_main::realtime_refund_bop after n seconds, if set. For broken gateways like SkipJack that a pprove VOIDs for settled transactions.
2007-06-05correct shorage of variables bound to prepared statementjeff
2007-05-30should eliminiate error: Use of uninitialized value in string eq at ↵ivan
/usr/local/share/perl/5.8.8/FS/svc_external.pm line 82.
2007-05-21haven't had anyone use this in years, and for some reason DBIx::DBSchema ↵ivan
can't reverse engineer the schema for it, causing freeside-upgrade to error out trying to recreate it
2007-05-11logout seems not to return an error status, so don't up the queue with ↵ivan
"failed: Can't logout of CGPro: No error"
2007-05-11Quiet debug output.khoff
2007-05-08add formatting to plan datajeff
2007-05-08charges and time are not measured in megabytesjeff
2007-05-07sqlradius usergroup toolsjeff
2007-05-071606 correct bug in overlimit groups handlingjeff
2007-05-01without debugging this time :)ivan
2007-05-01use FS::ClientAPI_SessionCache for signup info so it actually works - speed ↵ivan
up signups
2007-04-29ticket 1568 config options for new echeck fields and addition to selfservice ↵jeff
interface
2007-04-26more datavolume formatjeff
2007-04-26old Number::Format silently ignores datavolume-forcemegabytesivan
2007-04-26improve configfile handlingjeff
2007-04-26revert dodgy ACH hack from ticket 1436jeff
2007-04-25add lpr-postscript_prefix and lpr-postscript_suffix config options for ↵ivan
printer commands to place printer in postscript mode
2007-04-24untaintjeff
2007-04-23add to ACH batch feature from customer view pagejeff
2007-04-21bring POD documentation in line with reality wrt where we're storing phone ↵ivan
numbers
2007-04-19not needed here anymore, bytecount stuff moved to its own moduleivan
2007-04-19break _bytecount subroutines out of FS::UI::Webjeff
2007-04-19fix very strange "Undefined subroutine &FS::UI::Web::rooturl" with an ↵ivan
explicit import. did i mention this was really really weird?
2007-04-19better error message about missing secrets file errors. WTF is going on!ivan
2007-04-18fix use statements for FS::UI::Web. not "use"ing modules in the actual ↵ivan
modules you use them in is bad, mmmkay
2007-04-18praise the parser! amen! (fix a doc typo)ivan
2007-04-13correct boneheaded afterthoughtsjeff
2007-04-12input and output on data volume fields specified with k,m,g,or tjeff
2007-04-12quiet "Use of uninitialized value in string eq at ↵ivan
/usr/local/share/perl/5.8.4/FS/svc_Common.pm line 131". i think.
2007-04-11usage suspend vs admin suspend -- avoid actual cust_pkg::suspend except ↵jeff
legacy cases
2007-04-10remove a ton of deprecated config optionsivan
2007-04-10add checkbox to payment_receipt_email configivan
2007-04-08configuration option to have generated passwords be all capsjeff
2007-04-08threshold usage email should not be sent to svc_acct->emailjeff
2007-04-06integrate new echeck fields into freeside backend payment processingjeff
2007-04-06ticket 1443 add account type and bank state for echeck processingjeff
2007-04-06slight update for batch-enable description & add ach-spiritone format to ↵ivan
batch-default and batch-fixed_format-CHEK config items
2007-04-06slight better descriptionsivan
2007-04-06Disable debug output by default.khoff
Pass @_ along to new exports.
2007-04-05per-customer invoice terms overrideivan
2007-04-05correct usageivan