summaryrefslogtreecommitdiff
path: root/FS
AgeCommit message (Collapse)Author
2005-04-20hehe oopsivan
2005-04-20add vpopmail defaults to acct_sql exportivan
2005-04-19disable RT_Libs for nowivan
2005-04-19silence an annoying but harmless perl warningivan
2005-04-18add some newlines to debugging output, no need to print file and line # so muchivan
2005-04-15Added support for TXT records.khoff
2005-04-14move invoice_latex templating to Text::Template, with special ↵ivan
sauce^W^Wbackwards-compatibility for old templates
2005-04-13add nowarn_identical flag to Record.pm and use it in cust_svc svcpart ↵ivan
replacement (which is all about the exports anyway)
2005-04-13add a line to pod example regarding RADIUS check attributesivan
2005-04-13add Radius-Operatorivan
2005-04-13add explicit use Date::Manip here, oopsivan
2005-04-13quiet annoying "use of uninitialized value errors"ivan
2005-04-13add skip_fuzzyfiles hack, and add Session-Timeout RADIUS attribute if a ↵ivan
svc_acct.seconds value is present
2005-04-13fix bug in flat_commission price plan, thanks to Troy Hammondsivan
2005-04-11Configuration option to override the email address sent to your BOP ↵khoff
processor, in case the processor sends a pesky receipt that you don't want your customers getting.
2005-04-11No need to inflict debugging messages on everyone.khoff
2005-04-07depend on DBIx::DBSchema 0.26 for dbdef-create (for Pg 'public' schema fix) ↵ivan
and 0.25 in freeside-setup and Record.pm (for DBD::Pg 1.40 is bunk fix)
2005-04-07Using current (non-history) records in place of missing history records.khoff
2005-04-06and fix the error msg hahaivan
2005-04-06looks like a domain part for a literally-specified forward src or dst is ↵ivan
required, not optional
2005-04-06$pkey should be the primary key of the real table, not the history table.khoff
2005-04-02herding elephants: add primary keys to *all* tables for slonyivan
2005-04-01Trap, and attempt to resolve, problems caused by missing history records.khoff
2005-04-01so we can pass in a time if we're back-filling history recordskhoff
2005-04-01fix paybatch parsing to support bop::jettissteve
2005-03-31add ability to link services w/order_pkg method in addition to provisioning ↵ivan
new ones
2005-03-31show illegal email addresses used for invoice destinationsivan
2005-03-31Another missing 'u'.khoff
2005-03-30Dump a call trace if something calls FS::h_Common::sql_h_search without ↵khoff
END_TIMESTAMP.
2005-03-30Have to pass @_ to FS::svc_www::domain_record in case we're really a ↵khoff
FS::h_svc_www object.
2005-03-30typo. 'use', not 'se'.khoff
2005-03-30according to landel CP no longer supports changing usernameivan
2005-03-29A few RT_External fixes.khoff
2005-03-29'require' not 'use' Fax::Hylafax::Client so it's an optional requirement.khoff
2005-03-27allow & in bank namesivan
2005-03-27svc_Common / svc_acct child_objects can now set an alternate field for the ↵ivan
svcnum, for things like forwards
2005-03-21Added support for FAX invoice destinations using a HylaFAX server.khoff
Faxing plain text invoices is not supported.
2005-03-21Forgot to load up the conf.pbowen
2005-03-19Fixed a few things: -PBpbowen
1. Fixed a nasty bug that would clear the payinfo if the private key was not available. 2. Set the default module for encrypt/decrypt to be Crypt::OpenSSL::RSA. 3. Added a die and error message so that it doesn't just pass around plaintext if the encryption engine is broken or missing. 4. Added code so that the masked payinfo is handled correctly in the case that it is blank and it cannot be generated (encrypted payinfo)
2005-03-18Added encrypted fields for Credit Cards, etc... - PBpbowen
2005-03-18Added a few additional recurrences for domain billingpbowen
2005-03-18Fixed a small bug... if replace is called by SUPER, @_ == 1 if it only ↵pbowen
contains an undef. -PB
2005-03-18no idea why this is only showing up on freebsd installivan
2005-03-18sorry it was lateivan
2005-03-17Documentation tyop.khoff
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.
2005-03-16fix regionselector for CR in region names for some reasonivan
2005-03-13and store the refund correctlyivan
2005-03-13when refunding against a specific card payment, use the card details from ↵ivan
the payment instead of the customer record
2005-03-13add some additional debugging to refundsivan