Difference between revisions of "Freeside:1.9.2:Changelog"

From Freeside
Jump to: navigation, search
(New page: = Notes = This is the changelog for the 1.9.2 point release. For additional changes since 1.7, see Freeside:1.9:Changelog For a more detailed, raw log of changes, see [http://freesi...)
 
Line 6: Line 6:
  
 
For a more detailed, raw log of changes, see [http://freeside.biz/cgi-bin/viewvc.cgi/freeside/ChangeLog?view=markup&pathrev=FREESIDE_1_9_BRANCH  the source ChangeLog]
 
For a more detailed, raw log of changes, see [http://freeside.biz/cgi-bin/viewvc.cgi/freeside/ChangeLog?view=markup&pathrev=FREESIDE_1_9_BRANCH  the source ChangeLog]
 +
 +
= Backend database support =
 +
 +
* Changes to 1.9 schema for MySQL compatibility - MySQL doesn't like indexing a text field.
 +
 +
= Billing =
 +
 +
== Invoicing ==
 +
 +
* Add cust_bill-consolidate_services config option to collapse multiple services into as few lines as possible on invoices.
 +
* Fix sub-totals in sectioned invoices
 +
* Fix incompatibility w/invoice_sections vs. cust_bill_pkg.pkgnum -1 "virtual line item" (rare, not created in normal installs)
 +
 +
== Gateway support ==
 +
 +
* Add PaymenTech batching scripts for automatic transfer
 +
 +
== Misc ==
 +
 +
* Late fee fix for case when no finance package class is set.
 +
* Fix problems sending a package-specific payment receipt when taxes are in use.
 +
 +
= Services =
 +
 +
== Accounts ==
 +
 +
* Add customer information to shellcommands and derived exports.
 +
 +
== VoIP ==
 +
 +
=== CDRs ===
 +
 +
* Netsapiens CDR format and import script.
 +
 +
= Self-service ==
 +
 +
* Per-agent skinning without keeping multiple copies of the templates.
 +
* Don't show duplicate 'Credit card' or 'Check' choices even when signup_server-payby has CARD & DCRD (or CHEK & DCHK) set
 +
* Fix "unknown package" error on package orders.
 +
* Fix "Insecure dependency in require" on signup - use modules in signup.cgi instead of template.
 +
* Add apply option to realtime_collect API function
 +
 +
= Reporting =
 +
 +
* Fix agent link in unused prepaid card report.
 +
 +
=== Misc ===
 +
 +
* Fix for termination reporting under Pg 8.3+

Revision as of 14:12, 16 January 2010

Notes

This is the changelog for the 1.9.2 point release.

For additional changes since 1.7, see Freeside:1.9:Changelog

For a more detailed, raw log of changes, see the source ChangeLog

Backend database support

  • Changes to 1.9 schema for MySQL compatibility - MySQL doesn't like indexing a text field.

Billing

Invoicing

  • Add cust_bill-consolidate_services config option to collapse multiple services into as few lines as possible on invoices.
  • Fix sub-totals in sectioned invoices
  • Fix incompatibility w/invoice_sections vs. cust_bill_pkg.pkgnum -1 "virtual line item" (rare, not created in normal installs)

Gateway support

  • Add PaymenTech batching scripts for automatic transfer

Misc

  • Late fee fix for case when no finance package class is set.
  • Fix problems sending a package-specific payment receipt when taxes are in use.

Services

Accounts

  • Add customer information to shellcommands and derived exports.

VoIP

CDRs

  • Netsapiens CDR format and import script.

Self-service =

  • Per-agent skinning without keeping multiple copies of the templates.
  • Don't show duplicate 'Credit card' or 'Check' choices even when signup_server-payby has CARD & DCRD (or CHEK & DCHK) set
  • Fix "unknown package" error on package orders.
  • Fix "Insecure dependency in require" on signup - use modules in signup.cgi instead of template.
  • Add apply option to realtime_collect API function

Reporting

  • Fix agent link in unused prepaid card report.

Misc

  • Fix for termination reporting under Pg 8.3+