summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-11-30RT# 78019 - Added revenue difference to package churn reportChristopher Burger
2017-11-29Add crednum (id) field to Credit Report RT#73200Mitch Jackson
2017-11-28RT# 24643 - fixed error in saving waive setup fee flag when not selectedChristopher Burger
2017-11-28Revert "RT# 24643 - fixed error in saving waive setup fee flag when not ↵Christopher Burger
selected" This reverts commit 7e2111f1ebc063df6a0afbb5903ae17a96ca3bb8.
2017-11-28chris level up, add mitchIvan Kohler
2018-05-28RT# 24643 - fixed error in saving waive setup fee flag when not selectedChristopher Burger
2017-11-28Change selectbox to checkbox on Credit Report form RT#73200Mitch Jackson
2017-11-27fix autobuild change detection for two OS treesIvan Kohler
2017-11-27docIvan Kohler
2017-11-27better error handling when a package change fails, RT#78504Ivan Kohler
2017-11-27git merge bsIvan Kohler
2017-11-27git merge bsIvan Kohler
2017-11-27docIvan 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-21add hour to timestamp; don't build packages needlesslyIvan Kohler
2017-11-17compliance solutions integration: always send a zip, whatever zip we have, ↵Ivan Kohler
RT#78660, RT#75262
2017-11-17Debian 9 compatibility fix for JSON and RT, RT#78665Mitch Jackson
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# 77470 - Fixed error with select reason drop down box, not working when ↵Christopher Burger
no pre_options listed
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-01Merge branch 'master' of ssh://git.freeside.biz/home/git/freesideChristopher Burger
2017-11-01RT# 75095 - Added Ooma integration to one time chargesChristopher Burger
2017-11-01Added Ooma integration to one time chargesChristopher Burger
2017-11-01RT# 74452 Optimize referral billing event conditionNick Logan
2017-10-27RT# 75628 - Added AutoreplyOrCorrespondence template to freeside core RT.Christopher Burger
2017-10-24fix package import custom pricing vs. services, RT#78291, RT#76992Ivan Kohler
2017-10-23RT# 77332 - updated new search option name to make it more clear.Christopher Burger
2017-10-23RT# 77332 - Fixed error where all packages updated with new next bill date, ↵Christopher Burger
instead of just selected ones.
2017-10-17fix MIME::Entity usage for perl 5.18+, RT#77890Ivan Kohler
2017-10-17Merge branch 'master' of git.freeside.biz:/home/git/freesideIvan Kohler
2017-10-17Merge branch 'master' of ssh://git.freeside.biz/home/git/freesideChristopher Burger
2017-10-17RT# 78019 - Added total revenue line to Package churn reportChristopher Burger
2017-10-17RT# 74918 - 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-14no AGPL on customer self-serviceIvan 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-06RT# 77193 - Added files to alter creditcard or check information via selfserviceChristopher Burger
2017-10-05RT# 76968 - Added logo only header fileChristopher Burger