summaryrefslogtreecommitdiff
path: root/FS
AgeCommit message (Collapse)Author
2017-11-27git merge bsIvan Kohler
2017-11-27clean up encryption module useIvan Kohler
2017-11-27Added option for Credit Report to include Voided Credits RT#73200Mitch Jackson
2017-11-26old config alert_expiration should have been migrated already by v5Ivan Kohler
2017-11-17compliance solutions integration: always send a zip, whatever zip we have, ↵Ivan Kohler
RT#78660, RT#75262
2017-11-16Fixed invoice inconsistencies with various conf flags RT#78190Mitch Jackson
Applying different invoicing conf flags manifested different variations of the same problem. Addressed by this fix: - Incorrect items listed for Previous Balance - Incorrect Items listed for applied payments and credits - Incorrect subtotals for various sections - Invoice amounts, subtotals, balances displayed did not reconcile. Because of which data was selected for display, columns could appear to have bad math. No account balances were factually incorrect. - Items disappearing from invoices used a payment receipts or "statements" giving a false impression of overpayment or credits - Applied payments or credits appearing on the wrong statements - A single applied credit appearing on up to 3 invoices - When viewing older invoices, future payments for future bills shown on, and appearing to apply to, the older invoice - Inconsistencies of line items and numbers between website, email, pdf and txt version invoices. - Invoice summary page numbers not matching the invoice - Incorrect balances shown on on aging line - Update item order on invoice_htmlsummary mason template Conf flags involved in these issues: - disable_previous_balance - previous_balance-payments_since - previous_balance-summary_only - previous_balance-show_on_statements - previous_balance-section - previous_balance-exclude_from_total - invoice_include_aging - invoice_show_prior_due_date - invoice_usesummary New invoice template stash variables made available: - aged_balance_current - aged_balance_30d - aged_balance_60d - aged_balance_90d Solved by updating, or creating, FS::cust_bill helper methods that generate data to be displayed on invoices. These helper methods are responsive to various conf flags. Updated template pipeline to use these helpers instead of inconsistent sql queries. Resolves: #78190 See Also: #75709, #76161, #74426
2017-11-15Merge branch 'master' of ssh://git.freeside.biz/home/git/freesideChristopher Burger
2017-11-15RT# 29295 - added package_list and package_status to backend API. Also ↵Christopher Burger
added two new test files in bin to test new apis
2017-11-13RT# 77470 - added reason option to advanced package report with suspended ↵Christopher Burger
status is selected. Also added links to suspend and unsuspend when status active or suspended is used.
2017-11-09Email::Sender::Transport::SMTP::TLS is obsolete and being removed from ↵Ivan Kohler
debian, Email::Sender::Transport::SMTP does starttls starting with deb9 "stretch"
2017-11-08scalability: always reap children, RT#78270Ivan Kohler
2017-11-03RT# 74452 - address code format change requestNick Logan
- Wrap at col 80 for new code - Use the more familiar destructive search-and-replace instead of the non-destructive inline search and replace (s///r) from 5.14. - Explicitly return.
2017-11-03more v4 taxes vs. fees, RT#78395Ivan Kohler
2017-11-02RT# 73211 - Add billing event: remove customer tagMitch Jackson
- Created billing event removetag, named to match addtag - Weighted addtag and removetag both at 21, to group them in menus
2017-11-01fix custom pricing vs. services issue in API order_package call too, RT#77484Ivan Kohler
2017-11-01RT# 75095 - Added Ooma integration to one time chargesChristopher Burger
2017-11-01RT# 74452 Optimize referral billing event conditionNick Logan
2017-10-24fix package import custom pricing vs. services, RT#78291, RT#76992Ivan Kohler
2017-10-17fix MIME::Entity usage for perl 5.18+, RT#77890Ivan Kohler
2017-10-17RT# 78019 - Added total revenue line to Package churn reportChristopher Burger
2017-10-14Merge branch 'master' of git.freeside.biz:/home/git/freesideIvan Kohler
2017-10-14show compliance solutions JSON, RT#77789Ivan Kohler
2017-10-10RT# 77193 - fixed error updating ACH payby thru selfservice, not saving ↵Christopher Burger
changed account or aba number on V4. Now works
2017-10-09RT# 77193 - fixed error when inserting new ach payby thru selfservice on V4. ↵Christopher Burger
Now works
2017-10-03Merge branch 'master' of ssh://git.freeside.biz/home/git/freesideChristopher Burger
2017-10-03RT# 77193 - updated selfservice change payment accounts to work with version 4Christopher Burger
2017-10-01sort by referral count, RT#75757Ivan Kohler
2017-09-28new backoffice API to add a package, RT#77484Ivan Kohler
2017-09-26fix import of 0 custom price, RT#76992Ivan Kohler
2017-09-25added invoice details to package import, RT#76992Ivan Kohler
2017-09-22tax refactor vs. internal taxation, RT#77679Ivan Kohler
2017-09-22vitelity: send customer name instead of requiring company, RT#73618Ivan Kohler
2017-09-22compliance solutions, RT#77676Ivan Kohler
2017-09-22compliance solutions, RT#77676Ivan Kohler
2017-09-21compliance solutions, RT#77676Ivan Kohler
2017-09-19don't send zip+4 to vitelity e911, RT#76262Ivan Kohler
2017-09-19RT# 77532 - Updated advanced customer report to search contactsChristopher Burger
2017-09-18fix package change vs. v4 discount refactor, RT#77513, RT#14092Ivan Kohler
2017-09-18Merge branch 'master' of git.freeside.biz:/home/git/freesideIvan Kohler
2017-09-18session trackingIvan Kohler
2017-09-18RT# 77532 - updated customer search bar to search contacts for info.Christopher Burger
2017-09-18RT# 77498 - Customer Import now uses contact/Import.pm rather than ↵Christopher Burger
contact_import.pm
2017-09-14add quantity, setup and recur to package import, RT#76992Ivan Kohler
2017-09-13fiber and DSL http exports, RT#75932Ivan Kohler
2017-09-13better documentation for UIA's API needs, RT#76831Ivan Kohler
2017-09-12spacingIvan Kohler
2017-09-12Merge branch 'master' of git.freeside.biz:/home/git/freesideIvan Kohler
2017-09-12current census year selectionIvan Kohler
2017-09-11RT# 73964 - updated config description again to an even better description ↵Christopher Burger
of the email-to-voice_domain configuration option
2017-09-07RT# 77167 - Added the ability to import a list of contactsChristopher Burger