summaryrefslogtreecommitdiff
path: root/FS
AgeCommit message (Collapse)Author
2002-02-26in Record.pm - call ->check **BEFORE** generating @diff for SQL. causingivan
weird effects with cust_main::check that modifies record (ship_ field weirdness) fix nasty logic error triggered by changing a ship_ field from something TO identical to the corresponding non-ship_ field. ouch
2002-02-26fix nasty logic error triggered by changing a ship_ field from something TOivan
identical to the corresponding non-ship_ field. ouch.
2002-02-26ugh, payname needs first/last i guessivan
2002-02-26die with a better error message on bad localesivan
2002-02-23case-insensitive and substring searchingivan
2002-02-23nitivan
2002-02-23report fixes and cruft removaljeff
2002-02-22add some reporting featuresjeff
2002-02-22fix i18n zipivan
2002-02-22correctly disable/enable accounts @ CPivan
2002-02-22freeside *SUSPENDED* -> CP set_mailbox_status OTHER/OTHER_BOUNCEivan
2002-02-22UI in joblisting: don't split ( retry | remove ) linksivan
2002-02-22don't error out on bad svcnum's, just silently remove themivan
2002-02-22don't leak perl line numbers on cp provisioning errorsivan
2002-02-22fix bugs in CP mailbox changes: cp_change and cp_renameivan
2002-02-22UI work:ivan
make all functions of view/cust_pkg.cgi available on view/cust_main.cgi - having them one link down in "Edit" is confusing. closes: Bug#325
2002-02-20fixes eidiot under Mason, closes: Bug#344ivan
2002-02-20correct sense of tax generationjeff
2002-02-20use Net::SSH::ssh_cmd for all job queueing rather than local duplicated ssh subsivan
queue daemon updates: retry & remove links work, bubble up error message to webinterface, link to svcnum & have job listings on view/svc_* pages, closes: Bug#280 s/option/optionname/ schema change, dumb mysql, closes: Bug#334
2002-02-19fix refund postingjeff
2002-02-19<rluser> ut_number instead of ut_numbernivan
2002-02-19need to use FS::Record qw(qsearch) !ivan
2002-02-18document 'seconds'ivan
2002-02-18safe web demo operation! closes: Bug#217ivan
fix bug in edit/part_pkg: s/bkg/pkg/ edit/part_pkg.cgi - plan <SELECT> is now properly stick on errors, closes: Bug#323
2002-02-18trading in tar for rsync for improved vpopmail supportjeff
2002-02-17removing CGIwrapper.pmivan
2002-02-17get ride of CGIwrapper.pmivan
2002-02-17queue svc_forward remote commands; better commands toojeff
2002-02-15CP provisioning!!ivan
2002-02-14don't require state (i18n)ivan
2002-02-12more information in "cant send invoice email" error messageivan
2002-02-12fixes:ivan
Error running invoice event ($cust_main->charge( 10.00, 'Overdue Bill' );): Illegal or empty (text) comment: at /usr/local/lib/perl5/site_perl/5.005/FS/cust_main.pm line 1141.
2002-02-12add username_policy "@append domain"ivan
add "select" config type, mmm
2002-02-12that's not a bug anymore, don't list it in the BUGS sectionivan
2002-02-11oops, code hidden by podivan
2002-02-11svc_www is working!ivan
also auto-create and add A records if necessary using apacheip config file. and show all domain_records on view/svc_domain.cgi page
2002-02-10another bug in quantity checkingivan
2002-02-10import qsearch() so the quantity checking worksivan
2002-02-10add new package definitions to all agent types by defaultivan
config option to restore current behaviour (must explicitly add new package definitions to each agent type) closes: Bug#324
2002-02-10update billing documentation for the new world of invoice eventsivan
added freeside-daily replacing freeside-bill for the new world of invoice events
2002-02-10use unique tokens to prevent double-submission of payments in the web UIivan
(closes: Bug#320)
2002-02-10allow + in email addressesivan
2002-02-10okay, for now, don't try to transform email addresses into svcnum-linkedivan
destinations
2002-02-10hide SS# unless you turn it on via config fileivan
2002-02-10pro-rating w/ web interface, tested (closes: Bug#313).ivan
view/cust_bill.cgi invoice view shows invoice events! fix bug where adding events with no name silently failed instead of giving an error add new comission plans
2002-02-10remove -i option from freeside-bill (obsoleted by invoice events)ivan
2002-02-09no more exit() in templatesivan
2002-02-09okay all external export from .pm files is queued! (closes: Bug#249)ivan
2002-02-09have FS::cust_svc::check look up & check pkg_svc.quantityivan
like httemplate/view/cust_pkg.cgi (closes: Bug#43)
2002-02-09okay, both Apache::ASP and Mason should set no-cache headers now (closes: ↵ivan
Bug#23)