summaryrefslogtreecommitdiff
path: root/FS
AgeCommit message (Collapse)Author
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
2005-03-12- bring prepaid support into this century (close: Bug#1124)ivan
- finally get rid of fs_signup (everything is in fs_selfservice now) (Bug#413) - organize main menu sysadmin section so it is slightly less confusing
2005-03-10Add the ability to do freeside configuration lookups through the XMLRPC ↵khoff
interface.
2005-03-10fine.ivan
2005-03-08Don't require that the method results be FS::Record descendant objects. If ↵khoff
they are, we map them to hashrefs. Otherwise we return them verbatim and hope (maybe check) that they're scalars, hashrefs, or arrayrefs.
2005-03-08Minor re-work to allow for pseudo methods, like 'version', and eventually ↵khoff
config look-ups (next commit).
2005-03-04add agent selection to payment and credit reports, add link to agent browse, ↵ivan
closes: Bug#1105
2005-03-03clean up some harmless but scary "Multiple records in scalar search" ↵ivan
warnings w/history table searches
2005-03-03no need for line number in debug output...ivan
2005-03-03voip: rearrange and compact call details on invoices, so place names get cut ↵ivan
off, not anything important
2005-03-03voip: rearrange and compact call details on invoices, so place names get cut ↵ivan
off, not anything important
2005-03-03no need for line number in debug output...ivan
2005-03-03eek, fix foreign key checkivan
2005-03-03oops, need to use Date::Format for time2strivan
2005-03-03voip: add start time for calls to invoice detailsivan
2005-03-03want a full stack backtrace for this warningivan
2005-03-03docivan
2005-03-02Initial version of the xmlrpc interface for freeside.khoff
2005-03-02set setup date on package changesivan
2005-03-02prevent bug causing 'Error crediting customer for service remaining: ↵ivan
FS::cust_pkg=HASH(0x9958c60)' error on package cancellations where the part_pkg record didn't have a plan, closes: Bug#1153
2005-02-27fix VoIP details on invoices, closes: Bug#1096ivan
2005-02-27fix replacement in edge case with NULL integer fields in a table without a ↵ivan
primary key
2005-02-25small bugfix for options optionivan
2005-02-25oops, need to check this in, adding "options" option to part_pkg::insert to ↵ivan
specify part_pkg_option records
2005-02-24add progressbar to service definition add - duplicate checking can take a ↵ivan
while, closes: Bug#1126
2005-02-20FS/UI/Web.pm did not return a true valueivan
2005-02-20use a javascript layer instead of a browser popup (popup blockers), really ↵ivan
generalize the progressbar code to make it easy to use as a component
2005-02-17generalize progressbar code in preparation for using it wherever neededivan
2005-02-16slightly better error messages for LaTeX problemsivan
2005-02-14this should fix uid duplicate checking, closes: Bug#1113ivan
2005-02-11generalize progressbar code in preparation for using it wherever neededivan