summaryrefslogtreecommitdiff
path: root/FS
AgeCommit message (Collapse)Author
2001-03-30config value money_char:ivan
Presto! Now you can consider all numbers to be shillings. If you need to change the currency symbol, you can hunt down the instances of literal '$' in FS::cust_bill::print_text and replace them with your currency symbol. I guess this should turn into a configuration value.
2001-02-27silly typo, fix sent by Mack <mackn@mackn.net>, thanks!ivan
2001-02-21stupid pod errorsivan
2001-02-21cruftivan
2001-02-21pod tyopivan
2001-02-21DBI autocommit needs 0, not true string 'false', duhivan
2001-02-20don't use prepare_cached for nowivan
2001-02-14get rid of gratuitous HISTORYivan
2001-02-11more doc updates from jasonivan
2001-02-11documentation updates from jasonivan
2001-02-03time-based prepaid cards, session monitor. woop!ivan
2001-01-31fix tyopsivan
2001-01-30tyop, thanks to Mack Nagashima <mackn@moaner.org>ivan
2001-01-23harmless tyopivan
2000-12-08session callbacksivan
2000-12-06DESTROY subivan
2000-12-03session monitor updatesivan
2000-12-03bugfixes from Jeff Finucane <jeff@cmh.net>, thanks!ivan
2000-12-03patch from Jason Spence <thalakan@frys.com>: admin.html doc, autocapgenivan
2000-12-03beginnings of web status for session monitorivan
2000-12-03bad caches!ivan
2000-11-22tyopivan
2000-11-07session monitorivan
2000-10-27oops, also necessary for session monitorivan
2000-10-27session monitorivan
2000-09-20since printed field isn't updated 'till after print_text method is called,ivan
want to print overdue invoices if printed > 0, not > 1
2000-08-09templatable invoicesivan
2000-07-17silly mistakeivan
2000-07-17prevent accounts which are the target of mail aliases from being deletedivan
2000-07-17make remote commands configurableivan
2000-07-06mis-PODed =back should have been a =cutivan
in conjunction with AUTOLOAD this was sure a pain to find
2000-07-06support for radius check attributes (except importing). poorly documented.ivan
2000-07-04noted a API inconsistancyivan
2000-06-30maildisablecatchall configuration fileivan
2000-06-29md5 passwords can are 34 characters long and have $ in them.ivan
2000-06-29don't block on $whois_hack trueness when adding new domains.ivan
2000-06-28superfluous my()ivan
2000-06-28bugfix to accept shells that evaluate to false in perl, like the empty string.ivan
2000-06-27i18ivan
2000-06-27fix typo in last patch, and another gratuitous -w pleaserivan
2000-06-27logically identical, but -w safeivan
2000-06-24don't use Date::Manip; report correct program name in freeside-bill usage msgivan
2000-06-23FS::Record::qsearch - more portable, doesn't depend on $sth->execute returningivan
a number of rows, uses placeholders and prepare_cached
2000-06-22tyopivan
2000-06-20documentation updateivan
2000-06-17fix typo in error messageivan
2000-06-15add radius methodivan
2000-06-15fix for ncancelled_pkgs - when called in scalar context, was only returningivan
second item
2000-05-13add print_batch script from Joel Griffithsivan
2000-05-13cgisuidsetup takes an Apache object as well as a CGI object now.ivan