freeside.git
19 years agoadd switch to enable taxclass breakdown, report invoiced tax separately in that case
ivan [Sun, 25 Dec 2005 03:18:21 +0000 (03:18 +0000)]
add switch to enable taxclass breakdown, report invoiced tax separately in that case

19 years agocorrect "out of taxable region" flag on new line item report - NULLs need to be compa...
ivan [Sun, 25 Dec 2005 03:07:32 +0000 (03:07 +0000)]
correct "out of taxable region" flag on new line item report - NULLs need to be compared explicitly.  apparantly NULL != NULL.  bah SQL

19 years agoupdate indices for better tax report performance
ivan [Sun, 25 Dec 2005 03:00:33 +0000 (03:00 +0000)]
update indices for better tax report performance

19 years agofixup new line item report brainfart
ivan [Sun, 25 Dec 2005 02:31:09 +0000 (02:31 +0000)]
fixup new line item report brainfart

19 years agocorrect end date display for "now"
ivan [Sun, 25 Dec 2005 01:57:15 +0000 (01:57 +0000)]
correct end date display for "now"

19 years agoadd invoice event to suspend only when greater than N amount
ivan [Sun, 25 Dec 2005 00:52:27 +0000 (00:52 +0000)]
add invoice event to suspend only when greater than N amount

19 years agodon't reenable postal billing for existing customers just cause its blank...
ivan [Sun, 25 Dec 2005 00:36:30 +0000 (00:36 +0000)]
don't reenable postal billing for existing customers just cause its blank...

19 years agoand s/$taxable/$tot_taxable/ in the declaration too
ivan [Thu, 22 Dec 2005 04:24:50 +0000 (04:24 +0000)]
and s/$taxable/$tot_taxable/ in the declaration too

19 years agofix some ambiguous var names causing " "my" variable $t masks earlier declaration...
ivan [Thu, 22 Dec 2005 04:22:41 +0000 (04:22 +0000)]
fix some ambiguous var names causing " "my" variable $t masks earlier declaration in same scope" errors

19 years agomore accurate description of tax report changes
ivan [Thu, 22 Dec 2005 04:02:19 +0000 (04:02 +0000)]
more accurate description of tax report changes

19 years agotax report update, link to new line item report, per-agent tax reporting
ivan [Thu, 22 Dec 2005 04:01:17 +0000 (04:01 +0000)]
tax report update, link to new line item report, per-agent tax reporting

19 years agocorrect field labeling - not always monthly
ivan [Mon, 19 Dec 2005 04:18:54 +0000 (04:18 +0000)]
correct field labeling - not always monthly

19 years agoadd maximum "caps" to RADIUS usage charges
ivan [Mon, 19 Dec 2005 04:18:43 +0000 (04:18 +0000)]
add maximum "caps" to RADIUS usage charges

19 years agoadd motorola canopy attributes from wtxs, neaten up raddb.pm generation
ivan [Fri, 16 Dec 2005 22:47:51 +0000 (22:47 +0000)]
add motorola canopy attributes from wtxs, neaten up raddb.pm generation

19 years agoadd TransactionCentral
ivan [Fri, 16 Dec 2005 01:49:44 +0000 (01:49 +0000)]
add TransactionCentral

19 years agofix bug when adding new agent types, noticed by Julius Igugu
ivan [Thu, 15 Dec 2005 19:36:49 +0000 (19:36 +0000)]
fix bug when adding new agent types, noticed by Julius Igugu

19 years agoadding print-schema
ivan [Thu, 15 Dec 2005 18:45:11 +0000 (18:45 +0000)]
adding print-schema

19 years agopayment "un-void"ing
ivan [Thu, 15 Dec 2005 04:04:51 +0000 (04:04 +0000)]
payment "un-void"ing

19 years agoallow a dir field to be set (or auto-generated) even if uid is fixed
ivan [Wed, 14 Dec 2005 20:57:30 +0000 (20:57 +0000)]
allow a dir field to be set (or auto-generated) even if uid is fixed

19 years agoadd 'STATE' field for suspensions to Radiator export
ivan [Wed, 14 Dec 2005 18:52:22 +0000 (18:52 +0000)]
add 'STATE' field for suspensions to Radiator export

19 years agofix options in gateway adding
ivan [Tue, 13 Dec 2005 03:13:25 +0000 (03:13 +0000)]
fix options in gateway adding

19 years agouse crypt password for radiator export
ivan [Mon, 12 Dec 2005 21:39:35 +0000 (21:39 +0000)]
use crypt password for radiator export

19 years agofill in reason if empty when applying a credit to a refund
ivan [Fri, 9 Dec 2005 16:58:40 +0000 (16:58 +0000)]
fill in reason if empty when applying a credit to a refund

19 years agofix postal mail checkbox misbehaving (isn't sticky on errors - reverts back to on)
ivan [Fri, 9 Dec 2005 16:56:53 +0000 (16:56 +0000)]
fix postal mail checkbox misbehaving (isn't sticky on errors - reverts back to on)

19 years agofor fetching inserted keys without pg_oid_status, look up the actual sequence name...
ivan [Wed, 7 Dec 2005 23:48:58 +0000 (23:48 +0000)]
for fetching inserted keys without pg_oid_status, look up the actual sequence name from dbdef rather than assuming ${table}_${column}_seq

19 years agomake sure zip is required for canada, also use CURRVAL() function instead of pg_oid_s...
ivan [Tue, 6 Dec 2005 22:25:56 +0000 (22:25 +0000)]
make sure zip is required for canada, also use CURRVAL() function instead of pg_oid_status DBD attribute because Pg 8.1 doesn't have oids by default anymore

19 years agoavoid uninitialized value errors
ivan [Mon, 5 Dec 2005 19:01:04 +0000 (19:01 +0000)]
avoid uninitialized value errors

19 years agoeek, don't log all this debugging info by default
ivan [Mon, 5 Dec 2005 17:19:32 +0000 (17:19 +0000)]
eek, don't log all this debugging info by default

19 years agothis should be the last of s/RT::TicketCustomFieldValues/RT::ObjectCustomFieldValues/
ivan [Sat, 3 Dec 2005 07:26:13 +0000 (07:26 +0000)]
this should be the last of s/RT::TicketCustomFieldValues/RT::ObjectCustomFieldValues/

19 years agothose semicolons can't possibly have belonged there
ivan [Sat, 3 Dec 2005 07:12:20 +0000 (07:12 +0000)]
those semicolons can't possibly have belonged there

19 years agoforce a dbdef reload. no wonder this had to be run multiple times before
ivan [Sat, 3 Dec 2005 07:02:32 +0000 (07:02 +0000)]
force a dbdef reload.  no wonder this had to be run multiple times before

19 years agoadd Term::ReadKey to install & upgrade docs and README.1.5.8
ivan [Sat, 3 Dec 2005 06:49:30 +0000 (06:49 +0000)]
add Term::ReadKey to install & upgrade docs and README.1.5.8

19 years agoand Net::Whois::Raw
ivan [Fri, 2 Dec 2005 02:30:40 +0000 (02:30 +0000)]
and Net::Whois::Raw

19 years agonote DBIx::DBSchema 0.29 is required for Pg 7.2.x and earlier
ivan [Fri, 2 Dec 2005 01:52:08 +0000 (01:52 +0000)]
note DBIx::DBSchema 0.29 is required for Pg 7.2.x and earlier

19 years agoapache instructions already up top
ivan [Fri, 2 Dec 2005 01:22:54 +0000 (01:22 +0000)]
apache instructions already up top

19 years agolist disabled packages on agent type edit if they are still associated with the type
ivan [Thu, 1 Dec 2005 19:17:05 +0000 (19:17 +0000)]
list disabled packages on agent type edit if they are still associated with the type

19 years agoshellcommands usermod_pwonly shouldn't apply to RADIUS groups, this is messing up...
ivan [Thu, 1 Dec 2005 17:36:48 +0000 (17:36 +0000)]
shellcommands usermod_pwonly shouldn't apply to RADIUS groups, this is messing up unrelated RADIUS exports

19 years agolater versions are okay too
ivan [Wed, 30 Nov 2005 17:48:05 +0000 (17:48 +0000)]
later versions are okay too

19 years agoturn off debugging
ivan [Mon, 28 Nov 2005 17:16:20 +0000 (17:16 +0000)]
turn off debugging

19 years agoin POD example, remove extra SQL that Pg doesn't need and MySQL doesn't like
ivan [Mon, 28 Nov 2005 17:13:30 +0000 (17:13 +0000)]
in POD example, remove extra SQL that Pg doesn't need and MySQL doesn't like

19 years agoupdate docs and error message for all three supporte exports
ivan [Mon, 28 Nov 2005 17:12:04 +0000 (17:12 +0000)]
update docs and error message for all three supporte exports

19 years agostartup freeside-sqlradius-radacctd for radiator export too
ivan [Mon, 28 Nov 2005 17:07:50 +0000 (17:07 +0000)]
startup freeside-sqlradius-radacctd for radiator export too

19 years agoallow defaults to override empty values for new objects
ivan [Mon, 28 Nov 2005 16:59:55 +0000 (16:59 +0000)]
allow defaults to override empty values for new objects

19 years agobetter error msg
ivan [Mon, 28 Nov 2005 16:38:54 +0000 (16:38 +0000)]
better error msg

19 years agoupdate cust_svc::seconds_since_sqlradacct to deal with any usage-capable export
ivan [Mon, 28 Nov 2005 16:34:34 +0000 (16:34 +0000)]
update cust_svc::seconds_since_sqlradacct to deal with any usage-capable export

19 years agoupdate cust_svc::seconds_since_sqlradacct to deal with any usage-capable export
ivan [Mon, 28 Nov 2005 16:21:50 +0000 (16:21 +0000)]
update cust_svc::seconds_since_sqlradacct to deal with any usage-capable export

19 years agookay, its been tested
ivan [Mon, 28 Nov 2005 16:14:38 +0000 (16:14 +0000)]
okay, its been tested

19 years agofix small bug in radiator export
ivan [Mon, 28 Nov 2005 16:07:30 +0000 (16:07 +0000)]
fix small bug in radiator export

19 years agoadd debugging info to cust_main to figure out where the freeze is coming from
ivan [Mon, 28 Nov 2005 15:41:43 +0000 (15:41 +0000)]
add debugging info to cust_main to figure out where the freeze is coming from

19 years agoper-agent billco spools
ivan [Sun, 27 Nov 2005 21:59:24 +0000 (21:59 +0000)]
per-agent billco spools

19 years agoadd backend-realtime config flag, should be more intuitive for guyananet
ivan [Tue, 22 Nov 2005 18:29:39 +0000 (18:29 +0000)]
add backend-realtime config flag, should be more intuitive for guyananet

19 years agooops, supposed to commit this one
ivan [Tue, 22 Nov 2005 16:41:28 +0000 (16:41 +0000)]
oops, supposed to commit this one

19 years agoset default fields in new method, mostly for svc_acct.seconds
ivan [Tue, 22 Nov 2005 16:39:05 +0000 (16:39 +0000)]
set default fields in new method, mostly for svc_acct.seconds

19 years agoupdate radiator export to deal with prepaid and some other random stuff
ivan [Tue, 22 Nov 2005 13:26:57 +0000 (13:26 +0000)]
update radiator export to deal with prepaid and some other random stuff

19 years agocorrect common misconception RIGHT THERE in the docs
ivan [Tue, 22 Nov 2005 09:13:58 +0000 (09:13 +0000)]
correct common misconception RIGHT THERE in the docs

19 years agowhen editing exports and there's a duplicate error, show all conflicting accounts...
ivan [Mon, 21 Nov 2005 15:24:39 +0000 (15:24 +0000)]
when editing exports and there's a duplicate error, show all conflicting accounts not just the ones for different customers

19 years agoadd usermod_nousername flag to just prohibit username changes
ivan [Mon, 21 Nov 2005 14:26:01 +0000 (14:26 +0000)]
add usermod_nousername flag to just prohibit username changes

19 years agoignore blank lines in payby config
ivan [Mon, 21 Nov 2005 12:41:43 +0000 (12:41 +0000)]
ignore blank lines in payby config

19 years agoslight update to README
ivan [Mon, 21 Nov 2005 11:04:27 +0000 (11:04 +0000)]
slight update to README

19 years agoadd MCRD payment type for manually processed ccards
ivan [Mon, 21 Nov 2005 10:47:12 +0000 (10:47 +0000)]
add MCRD payment type for manually processed ccards

19 years agoload schema in current dia and save, should load up for people now?
ivan [Mon, 21 Nov 2005 06:46:20 +0000 (06:46 +0000)]
load schema in current dia and save, should load up for people now?

19 years agoadd config values used by external RT integration
ivan [Mon, 21 Nov 2005 05:18:51 +0000 (05:18 +0000)]
add config values used by external RT integration

19 years agofix link glitch in receivables reports
ivan [Fri, 18 Nov 2005 15:08:56 +0000 (15:08 +0000)]
fix link glitch in receivables reports

19 years agotemplate-ize agent type edit and add comment to package listing
ivan [Fri, 18 Nov 2005 14:59:53 +0000 (14:59 +0000)]
template-ize agent type edit and add comment to package listing

19 years agoupdate custom priorioty field BS for RT 3.4.4
ivan [Fri, 18 Nov 2005 10:58:59 +0000 (10:58 +0000)]
update custom priorioty field BS for RT 3.4.4

19 years agoupdate custom priorioty field BS for RT 3.4.4
ivan [Fri, 18 Nov 2005 10:53:46 +0000 (10:53 +0000)]
update custom priorioty field BS for RT 3.4.4

19 years agoupdate custom priorioty field BS for RT 3.4.4
ivan [Fri, 18 Nov 2005 09:44:26 +0000 (09:44 +0000)]
update custom priorioty field BS for RT 3.4.4

19 years agoslightly more info in 1.5.8 upgrade instructions
ivan [Fri, 18 Nov 2005 07:05:40 +0000 (07:05 +0000)]
slightly more info in 1.5.8 upgrade instructions

19 years agoallow expired cards to remain on file; only check edits for an expired card when...
ivan [Fri, 18 Nov 2005 03:48:30 +0000 (03:48 +0000)]
allow expired cards to remain on file; only check edits for an expired card when the # has changed

19 years agomake variable description more consistant wrt vars that are already shell-quoted
ivan [Thu, 17 Nov 2005 15:56:18 +0000 (15:56 +0000)]
make variable description more consistant wrt vars that are already shell-quoted

19 years agoturn off debugging
ivan [Thu, 17 Nov 2005 12:56:07 +0000 (12:56 +0000)]
turn off debugging

19 years agoadd cust_pkg2 index on cust_pkg.pkgpart
ivan [Thu, 17 Nov 2005 12:27:39 +0000 (12:27 +0000)]
add cust_pkg2 index on cust_pkg.pkgpart

19 years agoupdate debuggging information for replace group info with user@domain
ivan [Thu, 17 Nov 2005 11:15:35 +0000 (11:15 +0000)]
update debuggging information for replace group info with user@domain

19 years agofix service change!
ivan [Thu, 17 Nov 2005 11:04:56 +0000 (11:04 +0000)]
fix service change!

19 years agofix konqueror bug appending nulls to XMLHTTP requests!
ivan [Thu, 17 Nov 2005 10:14:51 +0000 (10:14 +0000)]
fix konqueror bug appending nulls to XMLHTTP requests!

19 years agobulk svcpart change
ivan [Wed, 16 Nov 2005 13:14:47 +0000 (13:14 +0000)]
bulk svcpart change

19 years agoone last bit for 1.5.7->1.5.8 RT upgrade instructions
ivan [Sat, 12 Nov 2005 12:19:46 +0000 (12:19 +0000)]
one last bit for 1.5.7->1.5.8 RT upgrade instructions

19 years agohuh seem to have overlooked this
ivan [Sat, 12 Nov 2005 01:24:06 +0000 (01:24 +0000)]
huh seem to have overlooked this

19 years agoset payip for all payment types
ivan [Sat, 12 Nov 2005 01:22:47 +0000 (01:22 +0000)]
set payip for all payment types

19 years agointerpolation helps alot
ivan [Sat, 12 Nov 2005 00:44:43 +0000 (00:44 +0000)]
interpolation helps alot

19 years agotry using web interface scrape bullshit for adding pops instead of API, as per cpanel...
ivan [Sat, 12 Nov 2005 00:17:43 +0000 (00:17 +0000)]
try using web interface scrape bullshit for adding pops instead of API, as per cpanel support [cPanel tickets ID# 116044]

19 years agofor prepaid packages, trigger export update of RADIUS Expiration attribute when cust_...
ivan [Fri, 11 Nov 2005 14:06:34 +0000 (14:06 +0000)]
for prepaid packages, trigger export update of RADIUS Expiration attribute when cust_pkg.bill changes

19 years agoadd part_bill_event.payby selection to failed invoice event search
ivan [Thu, 10 Nov 2005 12:47:31 +0000 (12:47 +0000)]
add part_bill_event.payby selection to failed invoice event search

19 years agofix password changes with everyone.net
ivan [Thu, 10 Nov 2005 11:36:59 +0000 (11:36 +0000)]
fix password changes with everyone.net

19 years agoadd javascript confirmation to unaudited domain deletion, add record being deleted...
ivan [Thu, 10 Nov 2005 00:00:58 +0000 (00:00 +0000)]
add javascript confirmation to unaudited domain deletion, add record being deleted to record deletion popup

19 years agoclosing paren
ivan [Wed, 9 Nov 2005 20:48:44 +0000 (20:48 +0000)]
closing paren

19 years agobah
ivan [Tue, 8 Nov 2005 02:16:28 +0000 (02:16 +0000)]
bah

19 years agofix Discover card report, closes: Bug#1270
ivan [Mon, 7 Nov 2005 22:07:01 +0000 (22:07 +0000)]
fix Discover card report, closes: Bug#1270

19 years agooops, typo applying patch
ivan [Fri, 4 Nov 2005 11:43:42 +0000 (11:43 +0000)]
oops, typo applying patch

19 years agoapply patch from Scott Edwards to show mason errors received from XMLHTTP requests
ivan [Fri, 4 Nov 2005 11:31:50 +0000 (11:31 +0000)]
apply patch from Scott Edwards to show mason errors received from XMLHTTP requests

19 years agoapply patch from Scott Edwards to show mason errors received from XMLHTTP requests
ivan [Fri, 4 Nov 2005 11:31:19 +0000 (11:31 +0000)]
apply patch from Scott Edwards to show mason errors received from XMLHTTP requests

19 years agospool invoice to billco if no other destinations are set!
ivan [Wed, 2 Nov 2005 21:18:17 +0000 (21:18 +0000)]
spool invoice to billco if no other destinations are set!

19 years agoyarg
ivan [Tue, 1 Nov 2005 05:33:30 +0000 (05:33 +0000)]
yarg

19 years agoyarg
ivan [Tue, 1 Nov 2005 05:32:56 +0000 (05:32 +0000)]
yarg

19 years agoonly send to specific destinations, oops!
ivan [Tue, 1 Nov 2005 05:27:22 +0000 (05:27 +0000)]
only send to specific destinations, oops!

19 years agodo the zip
ivan [Tue, 1 Nov 2005 05:21:29 +0000 (05:21 +0000)]
do the zip

19 years agoadd option for spool_csv events to apply only to a specific destination type (i.e...
ivan [Tue, 1 Nov 2005 05:14:08 +0000 (05:14 +0000)]
add option for spool_csv events to apply only to a specific destination type (i.e. postal only)

19 years agogood nuff for 11/1
ivan [Tue, 1 Nov 2005 03:16:33 +0000 (03:16 +0000)]
good nuff for 11/1

19 years agoadd billco format option to FTP invoice send, add invoice event to spool one giant...
ivan [Tue, 1 Nov 2005 03:15:32 +0000 (03:15 +0000)]
add billco format option to FTP invoice send, add invoice event to spool one giant (pair of) CSV files in addition to FTPing them individually

19 years agobeginning of quick billco zip & upload tool
ivan [Fri, 28 Oct 2005 17:10:45 +0000 (17:10 +0000)]
beginning of quick billco zip & upload tool