Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-01-12 | RT# 79121 - Added new cdr import format for ani networks, and cron script ↵ | Christopher Burger | |
for same | |||
2018-01-11 | rt# 74031 implement svc_realestate | Mitch Jackson | |
2018-01-10 | Merge branch 'master' of git.freeside.biz:/home/git/freeside | Ivan Kohler | |
2018-01-10 | extend vitelity integration: start and complete port-in, RT#73618, RT#78929 | Ivan Kohler | |
2018-01-04 | doc | Ivan Kohler | |
2018-01-04 | add "bill_only_pkg_dates" option to inbound voip billing, RT#79001 | Ivan Kohler | |
2018-01-03 | RT# 34134 - removed config option manual_process-single_invoice_amount from ↵ | Christopher Burger | |
config and payment page that used it. | |||
2017-12-21 | RT# 29974 - Added ability to show invoice_pay_by_message on total new ↵ | Christopher Burger | |
charges line rather than balance due line | |||
2017-12-19 | RT# 78450 - Fixed error with cdr import of AAPT CTOP format. Changed regex ↵ | Christopher Burger | |
to ignore white space at beginning. | |||
2017-12-16 | clean up old RT sessions | Ivan Kohler | |
2017-12-15 | fix changing employee password, RT#78939 | Ivan Kohler | |
2017-12-12 | added warning to invoice_default_terms concerning changing it after going ↵ | Ivan Kohler | |
live, RT#78536 | |||
2017-12-12 | Net::SSLglue never worked, need deb9 Net::FTP for this to work | Ivan Kohler | |
2017-12-11 | RT# 78681 - fixed error where setup fee was being charged when ↵ | Christopher Burger | |
prorate_defer_bill was set even though wave setup fee was selected. | |||
2017-12-05 | fix logo encoding over xml-api for all functions that call skin_info ↵ | Ivan Kohler | |
internally, RT#75279 | |||
2017-12-04 | Revert "Email::Sender::Transport::SMTP::TLS is obsolete and being removed ↵ | Ivan Kohler | |
from debian, Email::Sender::Transport::SMTP does starttls starting with deb9 "stretch"" This reverts commit 8036d190629e546818b7418938b4e8fcda3f16a8. | |||
2017-12-04 | add "trunkdst" to pbxware export, RT#78550 | Ivan Kohler | |
2017-12-04 | RT# 33362 - fixed discount_mixin to not throw perl error when trying to ↵ | Christopher Burger | |
discount non monthly recuring. | |||
2017-12-01 | Merge branch 'master' of git.freeside.biz:/home/git/freeside | Ivan Kohler | |
2017-12-01 | Merge branch 'master' of ssh://git.freeside.biz/home/git/freeside | Christopher Burger | |
2017-12-01 | RT# 75095 - Fixed use of a constant warning. | Christopher Burger | |
2017-11-30 | sha512 crypt() export | Ivan Kohler | |
2017-11-30 | sha512 crypt() export | Ivan Kohler | |
2017-11-30 | RT# 78019 - Added revenue difference to package churn report | Christopher Burger | |
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. | |||
2018-05-28 | RT# 24643 - fixed error in saving waive setup fee flag when not selected | Christopher Burger | |
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 | 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-17 | compliance solutions integration: always send a zip, whatever zip we have, ↵ | Ivan Kohler | |
RT#78660, RT#75262 | |||
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# 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 | RT# 75095 - Added Ooma integration to one time charges | Christopher Burger | |
2017-11-01 | RT# 74452 Optimize referral billing event condition | Nick Logan | |
2017-10-24 | fix package import custom pricing vs. services, RT#78291, RT#76992 | Ivan Kohler | |
2017-10-17 | fix MIME::Entity usage for perl 5.18+, RT#77890 | Ivan Kohler | |
2017-10-17 | RT# 78019 - 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 | |