Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-11-30 | RT# 78019 - Added revenue difference to package churn report | Christopher Burger | |
2017-11-29 | Add crednum (id) field to Credit Report RT#73200 | Mitch Jackson | |
2017-11-28 | RT# 24643 - fixed error in saving waive setup fee flag when not selected | Christopher Burger | |
2017-11-28 | Revert "RT# 24643 - fixed error in saving waive setup fee flag when not ↵ | Christopher Burger | |
selected" This reverts commit 7e2111f1ebc063df6a0afbb5903ae17a96ca3bb8. | |||
2017-11-28 | chris level up, add mitch | Ivan Kohler | |
2018-05-28 | RT# 24643 - fixed error in saving waive setup fee flag when not selected | Christopher Burger | |
2017-11-28 | Change selectbox to checkbox on Credit Report form RT#73200 | Mitch Jackson | |
2017-11-27 | fix autobuild change detection for two OS trees | Ivan Kohler | |
2017-11-27 | doc | Ivan Kohler | |
2017-11-27 | better error handling when a package change fails, RT#78504 | Ivan Kohler | |
2017-11-27 | git merge bs | Ivan Kohler | |
2017-11-27 | git merge bs | Ivan Kohler | |
2017-11-27 | doc | Ivan Kohler | |
2017-11-27 | clean up encryption module use | Ivan Kohler | |
2017-11-27 | Added option for Credit Report to include Voided Credits RT#73200 | Mitch Jackson | |
2017-11-26 | old config alert_expiration should have been migrated already by v5 | Ivan Kohler | |
2017-11-21 | add hour to timestamp; don't build packages needlessly | Ivan Kohler | |
2017-11-17 | compliance solutions integration: always send a zip, whatever zip we have, ↵ | Ivan Kohler | |
RT#78660, RT#75262 | |||
2017-11-17 | Debian 9 compatibility fix for JSON and RT, RT#78665 | Mitch Jackson | |
2017-11-16 | Fixed invoice inconsistencies with various conf flags RT#78190 | Mitch 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-15 | Merge branch 'master' of ssh://git.freeside.biz/home/git/freeside | Christopher Burger | |
2017-11-15 | RT# 77470 - Fixed error with select reason drop down box, not working when ↵ | Christopher Burger | |
no pre_options listed | |||
2017-11-15 | RT# 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-13 | RT# 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-09 | Email::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-08 | scalability: always reap children, RT#78270 | Ivan Kohler | |
2017-11-03 | RT# 74452 - address code format change request | Nick 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-03 | more v4 taxes vs. fees, RT#78395 | Ivan Kohler | |
2017-11-02 | RT# 73211 - Add billing event: remove customer tag | Mitch Jackson | |
- Created billing event removetag, named to match addtag - Weighted addtag and removetag both at 21, to group them in menus | |||
2017-11-01 | fix custom pricing vs. services issue in API order_package call too, RT#77484 | Ivan Kohler | |
2017-11-01 | Merge branch 'master' of ssh://git.freeside.biz/home/git/freeside | Christopher Burger | |
2017-11-01 | RT# 75095 - Added Ooma integration to one time charges | Christopher Burger | |
2017-11-01 | Added Ooma integration to one time charges | Christopher Burger | |
2017-11-01 | RT# 74452 Optimize referral billing event condition | Nick Logan | |
2017-10-27 | RT# 75628 - Added AutoreplyOrCorrespondence template to freeside core RT. | Christopher Burger | |
2017-10-24 | fix package import custom pricing vs. services, RT#78291, RT#76992 | Ivan Kohler | |
2017-10-23 | RT# 77332 - updated new search option name to make it more clear. | Christopher Burger | |
2017-10-23 | RT# 77332 - Fixed error where all packages updated with new next bill date, ↵ | Christopher Burger | |
instead of just selected ones. | |||
2017-10-17 | fix MIME::Entity usage for perl 5.18+, RT#77890 | Ivan Kohler | |
2017-10-17 | Merge branch 'master' of git.freeside.biz:/home/git/freeside | Ivan Kohler | |
2017-10-17 | Merge branch 'master' of ssh://git.freeside.biz/home/git/freeside | Christopher Burger | |
2017-10-17 | RT# 78019 - Added total revenue line to Package churn report | Christopher Burger | |
2017-10-17 | RT# 74918 - Added total revenue line to Package churn report | Christopher Burger | |
2017-10-14 | Merge branch 'master' of git.freeside.biz:/home/git/freeside | Ivan Kohler | |
2017-10-14 | show compliance solutions JSON, RT#77789 | Ivan Kohler | |
2017-10-14 | no AGPL on customer self-service | Ivan Kohler | |
2017-10-10 | RT# 77193 - fixed error updating ACH payby thru selfservice, not saving ↵ | Christopher Burger | |
changed account or aba number on V4. Now works | |||
2017-10-09 | RT# 77193 - fixed error when inserting new ach payby thru selfservice on V4. ↵ | Christopher Burger | |
Now works | |||
2017-10-06 | RT# 77193 - Added files to alter creditcard or check information via selfservice | Christopher Burger | |
2017-10-05 | RT# 76968 - Added logo only header file | Christopher Burger | |