summaryrefslogtreecommitdiff
path: root/FS
AgeCommit message (Collapse)Author
2001-12-26auto-apply payments and credits, post credit UI overhaulivan
2001-12-21add name/address to post payment screenivan
get rid of some $-0.00 yay for ieee fp
2001-12-21fixesivan
total cust_bill_pay.amount and cust_credit_bill.amount 19.95 for invnum 1659 greater than cust_bill.charged 19.95 at /usr/local/lib/perl5/site_perl/5.005/FS/cust_main.pm line 1519.
2001-12-20work better with DBIx::Profileivan
2001-12-20don't error trying to suspend accounts with '*' passwordivan
2001-12-20quiet warningsivan
2001-12-19alas, a 5.6-ismivan
2001-12-19surpress warningsivan
2001-12-18full number in POP pulldownivan
2001-12-18add freeside-setinvoice to MANIFESTivan
fix warning: FS::cust_main_invoice=HASH(0x90c86c4) at /usr/local/lib/perl5/site_perl/5.005/FS/svc_acct.pm line 419.
2001-12-17fixesivan
Argument "" isn't numeric in ncmp at /usr/local/lib/perl5/site_perl/5.005/FS/cust_bill.pm line 254.
2001-12-16eek nasty bugivan
2001-12-16fix weird rounding error:ivan
total cust_bill_pay.amount 39.9 for paynum 240 greater than cust_pay.paid 39.90
2001-12-15meaningful FS::cust_svc::label for svc_www recordsivan
2001-12-15style changesivan
2001-12-13okay, it should really work nowivan
2001-12-13fix setinvoice scriptivan
2001-12-13added util to set invoice destinationsivan
2001-12-10Pg datatype painivan
2001-12-08get custnum from invnum before trying to use custnum!ivan
2001-12-08fix logic error creating invoice line itemsivan
2001-12-08radiusprepend config file for DEFAULT entries etc.ivan
2001-12-03maxsearchrecordsperpage config optionivan
paged implementation of customer browse!
2001-11-30more link methodsivan
2001-11-21a more reasonalbe name (!)ivan
2001-11-21postalinvoicedefault config fileivan
2001-11-13remove freeside-print-batchivan
2001-11-12import hack to be less strictivan
2001-11-08harmless typo noticed by "Edward Shabotinsky" <lanshark@bsinet.net>, thanksivan
2001-11-06fix error message for s/htdocs/httemplate/ivan
2001-11-05makefile fixupsivan
2001-11-05improved svc_acct replacementjeff
2001-11-05AUTOLOAD optimizations broke things rather badly, oopsivan
2001-11-05fixup getoptivan
2001-11-05doc tyopivan
2001-11-05better error messages for eval'ed setup/recur expressionsivan
remove debugging warn output
2001-11-03new 'jsearch' call for big joined searches & caching supportivan
preliminary customer browse optimizations, much faster!
2001-11-02silence pod complaintsivan
2001-11-02depend on DBIx::DBSchema 0.19ivan
2001-11-02config web GUI updates. almost usable now.ivan
2001-10-30depriciate cust_pay_batch.trancodeivan
web interface to view pending batch
2001-10-30`make create-config' installs default config (conf dir update)ivan
freeside-adduser uses default secrets file
2001-10-30whew more install docs and automationivan
2001-10-30setup/config updates. getting easier...ivan
2001-10-29methods for getting the associated svc_acct recordsivan
2001-10-26cache fooivan
*sigh*
2001-10-25& in email addressesivan
2001-10-25remove debugging cruftivan
2001-10-24preliminary web config editorivan
new config files: username-ampersand, passwordmax fs-setup updates get rid of old and crufty and unused registries/ config foo documentation updates
2001-10-23Pg: FOR UPDATE LIMIT 1ivan
mysql: LIMIT 1 FOR UPDATE greeeat.