summaryrefslogtreecommitdiff
path: root/FS
AgeCommit message (Collapse)Author
2009-10-29have freeside-queued be more resillient in the face of a database that's ↵ivan
gone away, RT#6428
2009-10-28fix problems using inventory for UID (and other fields controlled by check ↵ivan
in svc_acct and also svc_www, svc_domain and svc_forward), RT#6366
2009-10-28fix removing a flag from a service definition columnivan
2009-10-28customer link to package reports for that customer, RT#6180ivan
2009-10-27address1 search, RT#5060ivan
2009-10-26turn off debuggingivan
2009-10-26eliminiate noisy but harmless "Use of uninitialized value in numeric gt (>)" ↵ivan
warning
2009-10-25add apply option to realtime_collect, RT#5071ivan
2009-10-24remove an inadvertant debugging call left in, allow an agentnum to be ↵ivan
specfied for non-logged in situations, RT#6166
2009-10-24selfservice per-agent skinningivan
2009-10-24eliminate warnings from Business::CreditCard about being passed an empty numberivan
2009-10-24fix cause of harmless 'Premature end of base64 data' warningivan
2009-10-23add cust_bill-consolidate_services config to collapse multiple phone numbers ↵ivan
(or whatever) into as few lines as possible on invoices, RT#5223
2009-10-22fix invoice sub-totals, RT#6489ivan
2009-10-22fix incompatibility w/invoice_sections vs. cust_bill_pkg.pkgnum -1 "virtual ↵ivan
line item" (rare)
2009-10-22fix netsapiens CDR import, RT#5226ivan
2009-10-21MySQL doesn't like indexing a text fieldivan
2009-10-20should fix problems sending a receipt against a specific package when taxes ↵ivan
are in use
2009-10-20better debug line showing full URL, RT#5226ivan
2009-10-16make warning about expensive lookup a carp & controlled by $DEBUGivan
2009-10-12terrible typoivan
2009-10-12add customer information to shellcommands export, RT#5351ivan
2009-10-12fix inadvertant "unknown package" error, fallout from pkg-balance work, RT#6125ivan
2009-10-12fix for no finance_pkgclass setivan
2009-10-11correct variable initializationivan
2009-10-11remembered to customize this manpageivan
2009-10-11::1 becomes 127.0.0.1 in IP checksivan
2009-10-10change invoice terms for one-time charges (& bill them immediately), RT#5891ivan
2009-10-09add cust_pkg_ref option to chargeivan
2009-10-08freeside-daily -g and -m cooperation (and no HASH() queue noise with -m)ivan
2009-10-08avoid some (look to be harmless) warnings:ivan
Argument "" isn't numeric in sprintf at /usr/local/share/perl/5.10.0/FS/cust_bill.pm line 2358. Argument "" isn't numeric in subtraction (-) at /usr/local/share/perl/5.10.0/FS/cust_bill.pm line 2359. Argument "" isn't numeric in addition (+) at /usr/local/share/perl/5.10.0/FS/cust_main.pm line 2788.
2009-10-08tyopivan
2009-10-08conf switches to turn on smaller notes and footer sections with stock ↵ivan
templates, RT#5218
2009-10-07naming follow-up notices from the event rather than creting a slew of ↵ivan
separate templates, RT#5217
2009-10-07bring up-to-date wrt 1.7 Conf.pm 1.180.2.52 (2009-10-03), RT#2873ivan
2009-10-06remove inadvertant debugging warningsivan
2009-10-05remove annoying warning: Use of uninitialized value ↵ivan
$FS::svc_acct::passwordmin in pattern match (m//) at /usr/local/share/perl/5.10.0/FS/svc_acct.pm line 60.
2009-10-05add manual_process-skip_first option, RT#5889ivan
2009-10-05add manual_process-display config to subtract fee from amount instead of ↵ivan
adding, RT#5889
2009-10-05don't consider setup or recurring taxes when billing usage on canceljeff
2009-10-05invoices with details in separate section but usage not separatedjeff
2009-10-05leading summary page invoices #RT5086jeff
2009-10-04fix problems "re-saving" a masked card. hopefully the last of it!ivan
2009-10-04delete invoices, RT#4048ivan
2009-10-03Load XML::Simple at runtime to avoid breakagemark
2009-10-01hopefully fully fix bulk email errors when selecting a single paybyivan
2009-10-01allow svc_acct._password to be NULL in the schemaivan
2009-10-01add login check to FS::ClientAPI::SG/SGNG checks. RT#4610ivan
2009-09-29forgotivan
2009-09-28more accurate SG check, RT#4610ivan