summaryrefslogtreecommitdiff
path: root/site_perl
AgeCommit message (Expand)Author
1999-04-14export getsecrets from FS::UID instead of calling it explicitlyivan
1999-04-14i18n fixesivan
1999-04-12bugfix; $user is a global (yuck)ivan
1999-04-12force username to lowercaseivan
1999-04-10say what the unknown state/county/country are!ivan
1999-04-10_all_ check stuff with illegal data return the bad data too, to help debuggingivan
1999-04-10return the value with ut_* error messages, to assist in debuggingivan
1999-04-10dittoivan
1999-04-10display an illegal payby, to assist importingivan
1999-04-08fix up PostgreSQL money fields so you can actually use them as numbers. bah.ivan
1999-04-07more kludges to get around different null/empty handling in Perl vs. MySQL vs.ivan
1999-04-07use all stuff that's qsearch'ed to avoid warningsivan
1999-04-07use FS::part_svc and FS::svc_acct_pop to avoid warningsivan
1999-04-07more &invoicing_list logic to skip searches when there is no custnumivan
1999-04-07in &invoicing_list, don't search if there's no custnum yetivan
1999-03-29buglet in email invoices fixedivan
1999-03-29eliminate warnings in ut_moneyivan
1999-03-29die unless the configuration directory existsivan
1999-03-29use FS::type_pkgsivan
1999-03-25allow empty custnum in sub check (but call that an error in sub insert),ivan
1999-03-25added setdefault method (generalized setfixed method to setx method)ivan
1999-02-28allow spaces in zip codes, for (at least) canada. pointed out byivan
1999-02-27parse paydate correctly for cybercashivan
1999-02-23beginnings of one-screen new customer entry and some other miscellaniaivan
1999-02-23oops, don't comment out &swapuid in &adminsuidsetup!ivan
1999-02-09invoices show line items for each service in a package (see the label methodivan
1999-02-07more mod_perl fixes, and bugfixes Peter Wemm sent via emailivan
1999-01-25yet more mod_perl stuffivan
1999-01-20skeletal cross-UI UI code.ivan
1999-01-18typoivan
1999-01-18esthetic: eq and ne were used in a few places instead of == and !=ivan
1999-01-18all $cgi->header calls now include ( '-expires' => 'now' ) for mod_perlivan
1999-01-18changes to track email addresses for email invoicingivan
1999-01-17itableivan
1998-12-31docivan
1998-12-30svc_ stuff is more properly OO - has a common superclass FS::svc_Commonivan
1998-12-29mostly properly OO, some work still to be done with svc_ stuffivan
1998-12-23popurl always has trailing slashivan
1998-12-16library support for editing email invoice destinations (not in sub collect yet)ivan
1998-12-16new tableivan
1998-11-23use FS::cust_main and FS::agent_type to eliminate warningsivan
1998-11-21"Records identical" carp tells us it is just a warning.ivan
1998-11-18i18n! i18n!ivan
1998-11-15allow pkgpart changing (for per-customer custom pricing). warn about it in docivan
1998-11-15bugfix in clone method, clone method doc clarificationivan
1998-11-15use FS::table_name for all searches to eliminate warnings,ivan
1998-11-15bugsquashivan
1998-11-15qsearch gets sames "IS NULL" semantics as other WHERE clausesivan
1998-11-15added clone method to support per-customer pricingivan
1998-11-15bugfix for new config layoutivan