summaryrefslogtreecommitdiff
path: root/FS/FS/Misc.pm
AgeCommit message (Collapse)Author
2010-03-31eliminate harmless "Use of uninitialized value $enc in string eq" warningsivan
2010-02-15switch to Email::Sender and add options for every kind of mail encryption & ↵ivan
authentication, RT#7285
2009-10-12UI for per-city taxes (setup and assigning to customers/package locations), ↵ivan
RT#5852
2008-12-03support zip5 tax lookups, correct errors with fixed format cch import, ↵jeff
inital import performance improvements, noise reduction on imports, tool for inital import
2008-11-19support for cch fixed formatjeff
2008-10-04POD cleanupsivan
2008-06-18fix regression caused by use of IPC::Run to run pslatex: send STDOUT and ↵ivan
STDERR from pslatex to /dev/null, we don't want them
2008-06-17finish adding a feature to easily list all email addresses for an agent & ↵ivan
send them email
2008-06-10turn off debugging that got left on by accidentivan
2008-06-02and batchmode was probably rightivan
2008-06-02yow, don't want everything to waitt until the timeoutivan
2008-06-02use IPC::Run to run pslatex & add a timeout, this should prevent hanging on ↵ivan
template errors
2008-02-12update for MailTools v2.00ivan
2007-07-12refactor freeside-init-config to module code, compare results of old/new ↵jeff
code, have freeside-upgrade complain and revert to old code/config on failure (#1477)
2007-06-21latex welcome letters (1677)jeff
2007-03-01fix weird compliation problem for quis, i hopeivan
2007-03-01dangling cust_credit_refund not allowedjeff
2007-02-12fix unterminated L<...> in POD docsivan
2006-12-27Add a (magically appearing and disappearing) label on the county selector. ↵ivan
confusing when labeled "state"
2006-11-14Tie::IxHash data disappears when sent with Storableivan
2006-11-14have signup page use card-types config tooivan
2006-08-25use GROUP BY instead of DISTINCT ON in the state and country queries for ↵ivan
better cross-database compatibility, based on a preliminary patch from Jason Thomas
2006-04-03have the UI use full country names, and state names outside the US...ivan
2005-06-30pod errorivan
2005-06-07debugging output change in send_emailivan
2005-06-06some additional warningsivan
2005-06-06fix message ID generation for ancient perl, bahivan
2005-05-14disable debuggingivan
2005-05-14html invoices!ivan
http://chris-linfoot.net/d6plinks/CWLT-5VZD4Y http://www.dsv.su.se/~jpalme/ietf/mhtml.html ftp://ftp.dsv.su.se/users/jpalme/draft-ietf-mhtml-info.txt http://mailformat.dan.info/headers/mime.html http://www.faqs.org/rfcs/rfc2392.html http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cdosys/html/_cdosys_content-type_multipart.asp (MIME is hard, let's go shopping!)
2005-03-29'require' not 'use' Fax::Hylafax::Client so it's an optional requirement.khoff
2005-03-21Added support for FAX invoice destinations using a HylaFAX server.khoff
Faxing plain text invoices is not supported.
2005-03-17Added options invoice_email_pdf and invoice_email_pdf_note.khoff
invoice_email_pdf - Attach PDF invoice to emailed plain text invoices. invoice_email_pdf_note - Replace plain text invoice with this note, when attaching a PDF.
2004-12-20better error messages on email errorsivan
2003-06-11In scalar context, smtpsend returns the number of addresses that the message ↵khoff
was successfully delivered to. I'm assuming 'Debug' causes Net::SMTP to warn the debug output, not return it.
2003-06-11We're passing a list here, not one argument.khoff
2003-05-19maintenance:ivan
- add FS::Misc with send_email subroutine, remove all duplicate code from various modules - move the realtime_bop from cust_bill to cust_main & change usage slightly. invnum is no longer required. FS::cust_bill::realtime_bop remains as a wrapper. self-service: - fix some syntax errors, make payment UI (step one) really should be working now