summaryrefslogtreecommitdiff
path: root/FS
AgeCommit message (Collapse)Author
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
2007-04-04correct a bootstrap issuejeff
2007-04-04squash bug which causes re-email failed events to failjeff
2007-04-02ticket 1528 add driver's license field, mask it and ssnjeff
2007-04-01quick hack to add extra 'config lines' to svc_www and otherwise enhance svc_wwwjeff
2007-03-28fix bug with RADIUS groups not available to shellcommands delete exportivan
2007-03-21fix bug displaying additional debugging info when process returns no ↵ivan
error_message
2007-03-21realtime_bop: if a transaction fails without an error_message, output ↵ivan
additional debugging information, if available
2007-03-21ticket 1436, ACH export format, return processing and autopostjeff
2007-03-21ticket 1427, automatically email excel a/r reportjeff
2007-03-20fix bug: usage of promo code broke agent-specific advertising sourcesivan
2007-03-20ticket 1418, a tool for customer note importationjeff
2007-03-16vonage click2call integration should not be sitewide, especially now that we ↵ivan
have user prefs
2007-03-1513 months!ivan
2007-03-15Added configurable error checks instead of stupid /^ERROR/ check.khoff
Commands can now be processed with Text::Template using [@-- --@] delimeters, in addition to evaling a double-quoted string. Cleaned up spurious debug output.
2007-03-15Escape the values in virtual field html form inputs.khoff
2007-03-15part_virtual_field.vfieldpart should be a serial.khoff
2007-03-14turn debugging offjeff
2007-03-14correcting ->replace on billjeff
2007-03-13okay, so this should link to usernum now. but until then, it should be ↵ivan
->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
2007-03-10Added $FS::Record::no_update_diff flag to update "identical" records anyway.khoff