summaryrefslogtreecommitdiff
path: root/FS
AgeCommit message (Collapse)Author
2009-02-05add a config flag to ignore new style taxes instead of throwing fatal errorsjeff
2009-02-04with usage classes, the probability of a taxless line item tranche is too ↵jeff
high for this to be a fatal error. we risk overlooking misconfigured taxes/packages
2009-02-03the taxproductnum is ALWAYS one of the filtering conditionsjeff
2009-02-01indexing cust_bill_event.eventpart should help speed up ↵ivan
freeside-migrate-events slightly... RT#4277
2009-02-01commit after each table upgrade, helps with getting huge dbs upgraded, RT#4679ivan
2009-01-31cache the results of ACL queries, should improve performance of customer ↵ivan
view page for customers with shitloads of packages/services, RT#4696
2009-01-30should use FS::Confivan
2009-01-30we're not a disk drive manufacturerivan
2009-01-29fix unsuspend-always_adjust_next_bill_date config, RT#4271ivan
2009-01-27add ACL to allow download of browse/ stuff too, when possible. RT#4681ivan
2009-01-26i think this was right after all, we do want to look for a county-less ↵ivan
state+country match before country only and giving up, RT#4681
2009-01-26should fix: Argument "\\dollar 2.69" isn't numeric in sprintf at ↵ivan
/usr/local/share/perl/5.8.8/FS/cust_bill.pm line 2193. Hopefully no problems with invoice with 0 tax printing :/. RT#4681
2009-01-26should be better error message for inability to find tax rates, RT#4681. ↵ivan
also pull in the add_freq changes. *think* they're safe. famous last words.
2009-01-26fix harmless warning, RT#4681: Argument "" isn't numeric in numeric eq (==) ↵ivan
at /usr/local/share/perl/5.8.8/FS/cust_pkg.pm line 443.
2009-01-25fix one-time charges and package customization for employees who don't have ↵ivan
'Edit global package definition' ACL, RT#4668
2009-01-25reduce waiting time for -cdrd and -queued, RT#4667ivan
2009-01-25add some debugging to RADIUS db callsivan
2009-01-24have the prepay amounts include the current balance, RT#4623ivan
2009-01-23typo in rounding the amounts returned by renew_info, RT#4623ivan
2009-01-23round the amounts returned by renew_info, RT#4623ivan
2009-01-22add self-service methods renew_info, order_renew and ↵ivan
process_payment_order_renew to enable self-renewal through self-service. RT#4623
2009-01-21stupid typo preventing service addresses from working, RT#4663ivan
2009-01-20whew, hopefully that will actually fix agent-specific invoices migrated from ↵ivan
1.7->1.9, RT#4645
2009-01-20whew, hopefully that will actually fix agent-specific invoices migrated from ↵ivan
1.7->1.9, RT#4645
2009-01-20fix agent-specific logos migrated from 1.7, RT#4645ivan
2009-01-19tax-pkg_location changes broke new taxation, this should fixivan
2009-01-19turn debugging offivan
2009-01-19don't ignore the cdrtypenum rule for 0, hopefully finally fix DA for QIS, ↵ivan
RT#4502
2009-01-1910 digit prefix matching, RT#4403ivan
2009-01-18finish package location tax reporing, RT#4499ivan
2009-01-18finish package location tax reporing, RT#4499ivan
2009-01-13fix internal_diddb delete & return number to availability, RT#4603ivan
2009-01-13whew, works fine, rewrite to 411 was sticky that's why calls were being ↵ivan
skipped for wrong carrierid, RT#4502
2009-01-13by his noodly appendage, i hope this is just a precendece problem, RT#4502ivan
2009-01-13WORKING avoid looking up options inside the rating loop, RT#4502ivan
2009-01-13avoid looking up options inside the rating loop, RT#4502ivan
2009-01-13refactor out the ignoring rules into check_chargable; ignore carrierid rule ↵ivan
w/411 rewrite, RT#4502
2009-01-13wtf is up with 411_rewrite, RT#4502ivan
2009-01-12taqua config to rewrite DA calls, RT#4502ivan
2009-01-12tickets only exist when a ticket system existsjeff
2009-01-12doc tyopjeff
2009-01-12vfw callback failurejeff
2009-01-10implement package changes w/location change, RT#4499ivan
2009-01-10more work on package service addresses: hide locations when they're all the ↵ivan
default, config to show them anyway / finish implementing package ordering, fix all the state/county weirdness when changing the location dropdown. RT#4499
2009-01-09pick/enter a location when ordering a package, RT#4499ivan
2009-01-08start adding package locations, RT#4499ivan
2009-01-07fixup error message, this is all for RT#4524ivan
2009-01-06throw a fatal error if a call is unrateable and add an ignore_unrateable ↵ivan
flag to go back to the old skip behavior
2009-01-06swap price to last column in default CDR output format; fix "all 0 prices" ↵ivan
when using simple output format w/internal rating, RT#4503
2009-01-05doh! change the interface here, toojeff