summaryrefslogtreecommitdiff
path: root/httemplate/edit
AgeCommit message (Collapse)Author
2018-10-09RT#38217: Send email when logging conditions are met [removed unwanted log ↵Jonathan Prykop
levels, preserved level num mapping]
2018-10-09Revert "RT#38217: Send email when logging conditions are met"Jonathan Prykop
This reverts commit 5f563d5ac7e6e1e93cca382baa42ee106f3db5a0.
2018-10-09RT#38217: Send email when logging conditions are metJonathan Prykop
2018-10-09RT#38217 Send email when logging conditions are met [default template & ↵Jonathan Prykop
dump-email_to upgrade]
2018-10-09RT#38217: Send email when logging conditions are metJonathan Prykop
2018-09-28RT# 75817 - fixed issue with contact edit on edit customer pageChristopher Burger
Conflicts: httemplate/edit/cust_main-contacts.html httemplate/edit/cust_main.cgi httemplate/edit/cust_main/contacts_new.html
2018-09-09RT# 75817 - fixed redirect errorChristopher Burger
2018-09-09RT# 75817 - fixed saving of password for new contacts, and password ↵Christopher Burger
validation on dynamicly created rows Conflicts: FS/FS/contact.pm httemplate/edit/elements/edit.html
2018-09-09RT# 75817 - Added password change link to cust main pageChristopher Burger
Conflicts: httemplate/edit/cust_main-contacts.html httemplate/elements/validate_password.html httemplate/view/cust_main/contacts_new.html
2018-09-09RT# 75817 - updated UI to be more intuitiveChristopher Burger
Conflicts: httemplate/edit/cust_main-contacts.html httemplate/elements/contact.html
2018-08-02RT# 78356 keys on hashref deprecated in perl 5.24Mitch Jackson
2018-07-31RT# 78356 - made status bar more responsive on export. Changed svc update ↵Christopher Burger
to only happen when up and down speeds change.
2018-07-31RT# 78356 - added speed test fields for broadband service and new modifier ↵Christopher Burger
to get speed from fcc_477 form in package
2018-07-16RT# 74435 - added check, to make sure batch format can handle refundsChristopher Burger
Conflicts: httemplate/misc/download-batch.cgi
2018-07-16RT# 74435 - Fixed error with refund link on payment history page not ↵Christopher Burger
allowing batch refund when batch payment was made. Conflicts: FS/FS/cust_main/Billing_Realtime.pm httemplate/view/cust_main/menu.html
2018-07-16RT# 74435 - fixed errors in posting a echeck refund when no account is listed.Christopher Burger
Conflicts: FS/FS/cust_main/Billing_Batch.pm httemplate/elements/tr-select-cust_payby.html httemplate/misc/payment.cgi httemplate/misc/process/payment.cgi
2018-07-16RT# 74435 - Adding option to allow refunds using electronic check batch with ↵Christopher Burger
RBC format. Conflicts: FS/FS/Schema.pm FS/FS/cust_main/Billing_Batch.pm httemplate/view/cust_main/menu.html
2018-04-23bulk customer package edit from multiple source package definitions, RT#79885Ivan Kohler
2018-04-10RT#39115 - added a optional display name for oidChristopher Burger
2018-03-29RT78356 - fixed exportname error added missing fileChristopher Burger
2018-03-29RT# 78356 - added ability to create and modify rateplans and access point ↵Christopher Burger
when changed on freeside. cleanded up documentation. Conflicts: FS/FS/part_export/saisei.pm FS/FS/tower_sector.pm httemplate/edit/process/tower.html httemplate/edit/tower.html
2018-03-29RT# 78356 - updated documentation and added ability to create access points ↵Christopher Burger
as Saisei thru api Conflicts: FS/FS/Schema.pm FS/FS/part_export/saisei.pm FS/FS/tower_sector.pm httemplate/edit/process/tower.html httemplate/edit/tower.html httemplate/elements/tr-tower_sectors.html
2018-02-28RT# 79284 Option to set discount at Change PackageMitch Jackson
2018-02-26RT# 79497 - change on v3 to carry over contacts on edit customer error. V3 ↵Christopher Burger
fix for displaying contacts in change history
2018-02-26RT# 79497 - Changed email address check to all emails to be seperated by a ↵Christopher Burger
space. Added contacts to change history. Conflicts: httemplate/edit/process/cust_main.cgi
2017-12-27RT# 76878 - Fixed installer checkbox to be sticky on error.Christopher Burger
2017-12-12RT# 24643 - Version 3 changes to allow for waive setup fee on change packagesChristopher Burger
2017-12-12RT# 24643 - fixed error in saving waive setup fee flag when not selectedChristopher Burger
2017-12-12Revert "RT# 24643 - fixed error in saving waive setup fee flag when not ↵Christopher Burger
selected" This reverts commit 7e2111f1ebc063df6a0afbb5903ae17a96ca3bb8.
2017-12-12RT# 24643 - fixed error in saving waive setup fee flag when not selectedChristopher Burger
2017-12-12RT# 24643, added waive setup fee option to change package screen.Christopher Burger
Conflicts: httemplate/edit/process/change-cust_pkg.html
2017-09-06display usage fields in deterministic orderIvan Kohler
2017-08-29RT# 77245 - fixed bug when adding router, now services are added.Christopher Burger
2017-08-29RT# 77200 - Changed fixed active date to a user input dateChristopher Burger
2017-08-18RT# 75817 - updated set contact password to use popup window. fixes break in ↵Christopher Burger
first contact.
2017-08-04RT# 74715 - fixed saving of census tract to actually save.Christopher Burger
2017-08-03fix agent-specific invoice_default_terms on new customer add, RT#76862Ivan Kohler
2017-08-01RT# 74665 - small cleanup of code, removed text valueChristopher Burger
Conflicts: httemplate/edit/quotation.html
2017-08-01RT# 74665 - set a default close date if global config ↵Christopher Burger
quotation_disable_after_days is set Conflicts: httemplate/edit/quotation.html
2017-07-14optimize rate display, RT#72030Ivan Kohler
2017-07-11RT# 74666 - updated some UI and description field location.Christopher Burger
Conflicts: httemplate/search/quotation.html
2017-06-22RT# 75817 - Added the ability to set contacts password on the backendChristopher Burger
Conflicts: httemplate/elements/validate_password.html httemplate/misc/xmlhttp-validate_password.html
2017-06-15RT# 76171 - Added new svc_circuit field internal_circuit_id, updated label ↵Christopher Burger
for existing svc_circuit field circuit_id to Provider Circuit ID.
2017-06-02separate ACL for editing customer invoice terms, RT#75759Ivan Kohler
2017-05-24RT# 74666, Added quotation description to customer quotation list and ↵Christopher Burger
quotation view
2017-05-24RT# 21110, Updated files to use jquery-validate jquery plugin. This allows ↵Christopher Burger
for field validation instead of just form validation. Also updated footer so it does not use experimental keys on scalar. Dereferenced hash ref prior to using keys.
2017-05-24RT# 21110 Unparsable age error. Added javascript to validate field prior to ↵root
submitting the form. Also place checked prior entry in database.
2017-03-10fix paymask removal when editing a customer with a tokenized card, RT#74900Ivan Kohler
2017-03-03successful spelling, RT#74993Ivan Kohler
2017-02-14fix error message when an action isn't selectedIvan Kohler