summaryrefslogtreecommitdiff
path: root/httemplate/view/cust_main
AgeCommit message (Collapse)Author
2016-10-15Merge branch 'master' of git.freeside.biz:/home/git/freesideMark Wells
2016-10-1472901: OFM Freeside Note ClassesJonathan Prykop
2016-10-14and show the flag in view UI, #38191Mark Wells
2016-10-0372157: Monthly recurring field is missing [ajax only for cust with many ↵Jonathan Prykop
packages]
2016-09-294.x styling customer edit cleanupIvan Kohler
2016-09-25fix translation escapingIvan Kohler
2016-09-0872393: High-priority: Tags historyJonathan Prykop
2016-09-07RT#72157: Monthly recurring field is missingJonathan Prykop
2016-08-28set the number of packages per page on customer view, RT#72089Ivan Kohler
2016-08-22show data usage report link only for customers that might have data usage, ↵Mark Wells
#42310
2016-08-09RT#71890: SelfService API: Return monthly recurring fee [display_recurring]Jonathan Prykop
2016-07-27RT#71009: (v4+) OFM - Separate permissions for edit dates and contract datesJonathan Prykop
2016-07-26customer menu link to data usage report, #42310Mark Wells
2016-07-25RT#42393: Verification cust_pay_pending handling in history & reportJonathan Prykop
2016-06-30RT#17599: display cancelled services from history [display unprovisionable ↵Jonathan Prykop
services from history]
2016-06-28change one-time charge UI to a full page to avoid conflict with taxproducts, ↵Mark Wells
#71394
2016-06-21RT#17599: display cancelled services from historyJonathan Prykop
2016-04-05sticky setting for expanded payment history, #41397Mark Wells
2016-03-31RT#39958 Service Provisioning History - New Requirement [bug fix]Jonathan Prykop
2016-03-25RT#39958: Service Provisioning History - New RequirementJonathan Prykop
2016-03-21RT#39586 Manual check refunds cannot be unapplied [better whitespace handling]Jonathan Prykop
2016-03-11customer package browse: reset page on option change, RT#39822Ivan Kohler
2016-03-11fix customer package browse selection, RT#39822Ivan Kohler
2016-03-09package filters in a large package list, RT#39822Ivan Kohler
2016-03-02page large customer package lists, RT#39822Ivan Kohler
2016-03-02'Package type' isn't a thing, try to be more clear with wordingIvan Kohler
2016-03-02optimize customer package lists, RT#39822Ivan Kohler
2016-03-02page large customer package lists, RT#39822Ivan Kohler
2016-02-23RT#39586 Manual check refunds cannot be unapplied [nbsp]Jonathan Prykop
2016-02-22RT#39586 Manual check refunds cannot be unapplied [source_paynum field, ↵Jonathan Prykop
reason bug fixes, link text]
2016-02-05RT#39586 Manual check refunds cannot be unappliedJonathan Prykop
2016-02-05fix 'start billing' link for some weird situation that can't handle an extra ↵Ivan Kohler
; ? RT#40240
2016-02-05zip email CDRs, RT#40112Ivan Kohler
2016-02-02zip email CDRs, RT#40112Ivan Kohler
2016-01-28fix label: s/email invoice/email/. we already know its an invoiceIvan Kohler
2016-01-08reconcile invoice destination contacts with multiple-customer contacts, ↵Mark Wells
#25536 and #27943
2015-12-31allow back-billing by changing start dates, #38883Mark Wells
2015-12-31partially revert UI change from #37870Mark Wells
2015-12-30minor UI fix for future package change + advance billing, #37870Mark Wells
2015-12-22UI nitMark Wells
2015-12-04fix spellingMark Wells
2015-12-04add northern cyprus, RT#39335Ivan Kohler
2015-11-30make cust-email-high-visibility non-optional, and improve display of invoice ↵Mark Wells
delivery settings, #28226
2015-11-28fix display of contacts on customer basics tab, #25536Mark Wells
2015-11-28when unholding a package, optionally set it to start on the next bill date, ↵Mark Wells
#38921
2015-11-18track customer invoice destination emails using contact_email, #25536Mark Wells
2015-11-04rename .cgi back to .html, #38532Mark Wells
2015-11-03Changes for being consistent in the payment history GUI on void credit /Irina Todeva
payment / invoice links renamed httemplate/misc/void-cust_credit.html to .cgi renamed httemplate/misc/void-cust_bill.html to .cgi
2015-11-03Changes to add classified reasons for invoice voidIrina Todeva
- Added reasonnum and a corresponding foreign key in cust_bill_void and cust_bill_pkg_void tables (Schema.pm) - Used the FS::reason_Mixin::reason as the override of the cust_bill_void->reason to handle legacy and classified reasons - Changes in voided_invoice.html template to handle classified reasons for void invoices
2015-11-03Changes to add classified reasons for payment voidIrina Todeva
- Added reasonnum in cust_pay_void and a foreign key in Schema.pm - Added an override of the cust_pay_void_reason to handle legacy and classified reasons - Added usage of FS::reason_Mixin::_upgrade_reasonnum in cust_pay->_upgrade_data - Changes in voided_payment.html template to handle classified reasons for void payemnts