summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-01-06add invoice_subject config with some subsitution vars, RT#4481ivan
2009-01-04don't run a self-service server against localhost OOTB; eliminate those ↵ivan
gigantic useless logfiles
2008-12-28finish dealing with counties with spaces, etc., RT#4496ivan
2008-12-28allow normal ut_textn strings in county expansion, RT#4496ivan
2008-12-28deal with counties with spaces, etc., RT#4496ivan
2008-12-28put the country/state/county selections on their own line, RT#4496ivan
2008-12-28fix browse results for selecting counties (resulting from separating tax ↵ivan
classes), also add dropdowns to browse by state and county, RT#4496
2008-12-26Added an Apache configuration file for the self-service interface.rsiddall
Modified the .spec file to allow the self-service interface to be installed on a machine that already has the billing server on it, if you override the conflict reported by yum. Temporarily disabled the conflict in YaST. Fixed a long-standing bug where Makefile sets the ownership of files, causing "install" commands to fail when building the RPMs. This showed up on the SuSE install. Simplified .spec code to install the init script and the Apache configuration file. Added some fix-ups for some of the remaining SuSE problems. Included a note on changes to make once the Freeside cache relocation code is fixed; this cannot be done until a release of Freeside with the fix in it has been made, or you'll get broken RPMs again.
2008-12-23truncate package descriptions over 50 chars to avoid pushing the total ↵ivan
column out to the right, RT#4449
2008-12-22soft-limit package names to 50 chars to avoid problems with typeset ↵ivan
invoices, RT#4449
2008-12-22have \& in invoice_latexreturnaddress translate to & in HTML, RT#4426ivan
2008-12-22have \& in invoice_latexreturnaddress translate to & in HTML, RT#4426ivan
2008-12-16proper dates on expire and suspend reasonsjeff
2008-12-10allow all-agent reporting againivan
2008-12-10Cleanup .spec file to quieten rpmlint.rsiddall
First round of modifications to support SuSE as well as RedHat/Fedora/CentOS.
2008-12-10Improved code to handle RPM names and convert back to Perl module names.rsiddall
2008-12-0360 char soft max length for packages, so invoices don't wrap, RT#4328ivan
2008-11-30_cdr_min_parser_maker fix for correct setting of duration/billsec with ↵ivan
simple & simple2 rate plans
2008-11-18Now handles hyphenated Perl requirements as well as those in parentheses, andrsiddall
handles more version relation types.
2008-11-11add fax to invoice data, RT#3290ivan
2008-11-11agent_custid and ship_fax don't belong with the ship address, that was an ↵ivan
unrelated tampabay/pbx-change request, RT#3290
2008-11-11make HTML invoice more consistent with current typeset invoice: center ↵ivan
invoice date instead of right-justify
2008-11-07fix viewing of unlinked services. wow, it has been a whileivan
2008-11-06should fix open session RADIUS search, RT #4233ivan
2008-11-06fix radius search, RT#4233ivan
2008-11-03time remaining is more useful to display as hours + minutes than days, ↵ivan
hours, minutes from Time::Duration
2008-11-02(and REALLY fix the line-item links too, whew) fix overreporting of tax ↵ivan
invoiced when using & reporting with taxclasses, RT#4131
2008-11-02(and fix the line-item links too, whew) fix overreporting of tax invoiced ↵ivan
when using & reporting with taxclasses, RT#4131
2008-11-02(and fix the total too) fix overreporting of tax invoiced when using & ↵ivan
reporting with taxclasses, RT#4131
2008-11-02fix overreporting of tax invoiced when using & reporting with taxclasses, ↵ivan
RT#4131
2008-11-011.7 backport of cust_main_county::sql_taxclass_sameregion needs ↵ivan
FS::Record::dbh imported, also causing tax report to bail out, sheesh, RT#4133
2008-11-01backport bind_param fixes for DBD:Pg 1.x from 1.9, fixes "Cannot bind ... ↵ivan
unknown sql_type 6 on tax report, RT#4133
2008-10-23POD cleanupivan
2008-10-22fix error on open-ended RADIUS search with Pg, add options for open session ↵ivan
search and search on start time, RT#4051
2008-10-16add batch-enable_payby and realtime_disable_payby for better control over ↵ivan
hybrid realtime/batch installs; deprecate never-used paymentforcedtobatch, RT#4052
2008-10-16add batch-enable_payby and realtime_disable_payby for better control over ↵ivan
hybrid realtime/batch installs; deprecate never-used paymentforcedtobatch, RT#4052
2008-10-13Change subject for freeside-fetch emailed reports from "subject" to ↵ivan
"Freeside report", and add email_report-subject config to change it. RT#4093
2008-10-12better column widths and easier maintenancejeff
2008-10-12better value for non-broken tetexjeff
2008-10-12fix linkivan
2008-10-12add a quick bulk tax add tool (eating my own dogfood instead of running a ↵ivan
one-off SQL query), RT#4117
2008-10-11backport part_pkg::pkg_comment in order to enable suspension notices to an ↵ivan
administrator, RT#4083
2008-10-11enable suspension notices to an administrator, RT#4083ivan
2008-10-10quick kludge to eliminate exact duplicates in h_labels_short in an effort to ↵ivan
reduce the number of "XXX service listing twice on invoice" incidents, RT#3944. still should be possible to fundamentally do better with the function in the first place
2008-10-09use Freeradius := attribute for ALL attributes except Password. ↵ivan
Crypt-Password, User-Password, Password-With-Header should now use := instead of ==. RT#4051
2008-10-07oops, brainfartivan
2008-10-07when setting last_login/last_logout, ensure only accounts actually attached ↵ivan
to the export are updated
2008-10-06add initial netcentrex CDR formativan
2008-10-05fix links to closed batches, RT#4052ivan
2008-10-05finish UI improvements wrt refunds: now you have to post a check or cash ↵ivan
refund explicitly, no more implicit creation by 'applying' credits. don't show useless application links. don't enable apply button until you pick an invoice/refund. RT#3812