summaryrefslogtreecommitdiff
path: root/FS
AgeCommit message (Collapse)Author
2009-06-21eliminate leaky debugging and a warning about itivan
2009-06-21link to docs #5855jeff
2009-06-21CUSTOM packages/actual flag for custom packages #3988jeff
2009-06-19support some older Pg when upgrading tax rates and cust_bill_pkg_detailsjeff
2009-06-19fix the prorating for the package's first month (whew!)ivan
add an option not to prorate the accounts themselves
2009-06-19AND helps alot, RT#5572 for realivan
2009-06-19attempt to optimize the easy parts of billing run, RT#18737ivan
2009-06-18omit listing spurious customer detailsivan
2009-06-18 bulk price plan fix - don't omit setup feeivan
2009-06-18add agent wholsale price plan, RT#4696ivan
2009-06-18add basic part_pkg cost columns for agent wholsale price plan, RT#4696ivan
2009-06-18uuh, don't bomb out if there *isn't* a postal fee packageivan
2009-06-17Added separate access right for receivables reportmark
2009-06-17finish up initial work on customer view tabs (ensure links back to customer ↵ivan
view call include show=packages if default view isn't jumbo or packages already), RT#5586
2009-06-15Add a new access right for managing domain registration (registering,rsiddall
transferring, revoking, renewing, etc.).
2009-06-15check for need for postal fee before charging the customer, not afterjeff
2009-06-15Add domain registration operations to the View Domain screen, if the domainrsiddall
has an associated export supporting registration. Shows the domain status and allows registration, transfer, revocation, or renewal. Revocation almost never works since the registries impose very short windows after initial registration. Also updated the OpenSRS registration export to support the additional operations.
2009-06-10should hopefully fix old services showing up on invoices, ↵ivan
RT#5451/RT#5514/RT#5564/RT#3032
2009-06-10don't add another queued_bill job to the queue if there's already one ↵ivan
waiting to run for a customer, RT#5572
2009-06-10doh, semicolonivan
2009-06-10don't attempt to create h_queue indices, for SG upgradabilityivan
2009-06-10eliminate harmlessivan
Argument "" isn't numeric in numeric comparison (<=>) at /usr/local/share/perl/5.8.8/FS/cust_main.pm line 6759. warning, sort batched payments on a column that actually exists
2009-06-03add a hack to set default schema, cf. ↵ivan
http://www.freeside.biz/mediawiki/index.php/Freeside:1.7:Documentation:Administration:PostgreSQL_Schema
2009-06-01a 'start over' function for the taxproduct based tax data loadingjeff
2009-05-31wtfivan
2009-05-31don't fallback to 'Payable upon receipt' invoice terms anymore. or in other ↵ivan
words, honor setting 'invoice_default_terms' blank, like in 1.7. RT#5415
2009-05-31necessary for bin/cdr-netsapeins.importivan
2009-05-30very long transnexus filenames, RT#5229ivan
2009-05-30clid is base-64 encoded, huh, RT#5229ivan
2009-05-30add transnexus format, RT#5229ivan
2009-05-30and enable overlimit_action, RT#4995ivan
2009-05-30add ability for prepaid packages to have usage limits and cancel if they're ↵ivan
hit, RT#4995
2009-05-30require svc_acct-usage_threshold to be set explicitly, don't default to 80%ivan
2009-05-29fixup pivot code handling in netcentrex CDR handling, RT#4081ivan
2009-05-29correct description to reflect previous changesjeff
2009-05-27bulk provisioning via ftp and SOAP #5202jeff
2009-05-26add a config option for some basic tax grouping by name, RT#5446ivan
2009-05-25international self-service payments, RT#1592ivan
2009-05-22commit before sqlradius upgrade so sqlradius upgrade errors from permissions ↵ivan
can be ignored for now
2009-05-22add ability to report on packages w/status "not yet billed" as well, RT#5409ivan
2009-05-20add "manage device" link & config, RT#5438ivan
2009-05-20get subscriber deletion working and remove devel cruft, RT#5226ivan
2009-05-20first pass at netsapiens integration, RT#5226ivan
2009-05-18miss usejeff
2009-05-18allow empty statejeff
2009-05-18prevent death on meritless sqlradius upgrade attemptsjeff
2009-05-18basic CDR viewing from self-service, RT#4018ivan
2009-05-18it would help to use the correct port, RT#4081ivan
2009-05-18handle dates before 1970jeff
2009-05-16Added information on common failure causes to the perldoc.rsiddall