freeside.git
17 years agofix payment/credit line-item application erroring out on tax applications
ivan [Mon, 5 Feb 2007 23:48:30 +0000 (23:48 +0000)]
fix payment/credit line-item application erroring out on tax applications

17 years agoturn debugging on until we catch the Cant call method "part_pkg" on an undefined...
ivan [Mon, 5 Feb 2007 22:12:45 +0000 (22:12 +0000)]
turn debugging on until we catch the Cant call method "part_pkg" on an undefined value at /usr/local/share/perl/5.8.4/FS/cust_bill_ApplicationCommon.pm line 181" bug

17 years agomove the due_events import too... whew! this should be it
ivan [Mon, 5 Feb 2007 17:21:09 +0000 (17:21 +0000)]
move the due_events import too... whew!  this should be it

17 years agofix param passing
ivan [Mon, 5 Feb 2007 16:01:21 +0000 (16:01 +0000)]
fix param passing

17 years agofix st00pid mistakes in batch upload
ivan [Mon, 5 Feb 2007 15:49:32 +0000 (15:49 +0000)]
fix st00pid mistakes in batch upload

17 years agomisterminated <%init>
ivan [Mon, 5 Feb 2007 15:48:16 +0000 (15:48 +0000)]
misterminated <%init>

17 years agoremove refactored code
ivan [Mon, 5 Feb 2007 15:02:22 +0000 (15:02 +0000)]
remove refactored code

17 years agoremove unused svc_Smart
ivan [Mon, 5 Feb 2007 13:11:03 +0000 (13:11 +0000)]
remove unused svc_Smart

17 years agoadd "over X days" option to receivables report
ivan [Mon, 5 Feb 2007 13:10:16 +0000 (13:10 +0000)]
add "over X days" option to receivables report

17 years agoC is for Cookie^WControl
ivan [Mon, 5 Feb 2007 12:51:05 +0000 (12:51 +0000)]
C is for Cookie^WControl

17 years agonot supporting Apache::ASP anymore
ivan [Mon, 5 Feb 2007 11:35:58 +0000 (11:35 +0000)]
not supporting Apache::ASP anymore

17 years agoshow RADIUS usage from last bill to NOW, instead of last bill to next bill
ivan [Mon, 5 Feb 2007 11:12:43 +0000 (11:12 +0000)]
show RADIUS usage from last bill to NOW, instead of last bill to next bill

17 years agoupon first download, have batches auto-set amount to customer balance if it is smaller
ivan [Mon, 5 Feb 2007 09:45:45 +0000 (09:45 +0000)]
upon first download, have batches auto-set amount to customer balance if it is smaller

17 years agomove cust_pay_batch::upload results subroutine to an FS::pay_batch method. upon...
ivan [Mon, 5 Feb 2007 09:44:38 +0000 (09:44 +0000)]
move cust_pay_batch::upload results subroutine to an FS::pay_batch method.  upon first download, have batches auto-reset their amounts to the customer balance upon if it is smaller.

17 years agoadd link to some batched payment info to customer view
ivan [Sun, 4 Feb 2007 01:47:51 +0000 (01:47 +0000)]
add link to some batched payment info to customer view

17 years agoquieter
ivan [Sun, 4 Feb 2007 00:01:40 +0000 (00:01 +0000)]
quieter

17 years agothis should fix services with negative num_avail showing up for provisioning
ivan [Sat, 3 Feb 2007 13:05:53 +0000 (13:05 +0000)]
this should fix services with negative num_avail showing up for provisioning

17 years agoremove debugging left on
ivan [Sat, 3 Feb 2007 12:07:16 +0000 (12:07 +0000)]
remove debugging left on

17 years agoadd customer status column to customer & most other reports. also put the C in ACL...
ivan [Sat, 3 Feb 2007 11:36:30 +0000 (11:36 +0000)]
add customer status column to customer & most other reports.  also put the C in ACL in the search/ and graph/ directories.

17 years agodo a setfixed
jeff [Sat, 3 Feb 2007 02:39:51 +0000 (02:39 +0000)]
do a setfixed

17 years agoquiet a harmless but loud warning
ivan [Fri, 2 Feb 2007 06:29:34 +0000 (06:29 +0000)]
quiet a harmless but loud warning

17 years agoset resellser-specific advertising sources in signup
ivan [Fri, 2 Feb 2007 04:39:59 +0000 (04:39 +0000)]
set resellser-specific advertising sources in signup

17 years agooops. perhaps it should
jeff [Thu, 1 Feb 2007 03:08:39 +0000 (03:08 +0000)]
oops.  perhaps it should

17 years agospurious line
jeff [Thu, 1 Feb 2007 02:37:47 +0000 (02:37 +0000)]
spurious line

17 years agofix up the info passing for optional packages
ivan [Thu, 1 Feb 2007 02:35:54 +0000 (02:35 +0000)]
fix up the info passing for optional packages

17 years agobetter solution to ticket 1455
jeff [Thu, 1 Feb 2007 02:13:58 +0000 (02:13 +0000)]
better solution to ticket 1455

17 years agoeliminate \\* in the cheesy latex->html notes thing
ivan [Thu, 1 Feb 2007 01:57:12 +0000 (01:57 +0000)]
eliminate \\* in the cheesy latex->html notes thing

17 years agopossible solution to ticket 1455
jeff [Wed, 31 Jan 2007 18:28:51 +0000 (18:28 +0000)]
possible solution to ticket 1455

17 years agoDon't break if we're missing Net::SNMP. Apparenty "require" doesn't do the trick.
khoff [Wed, 31 Jan 2007 06:30:44 +0000 (06:30 +0000)]
Don't break if we're missing Net::SNMP.  Apparenty "require" doesn't do the trick.

17 years agoMeta-export to allow more flexibilty until the export subsystem rewrite.
khoff [Wed, 31 Jan 2007 05:45:32 +0000 (05:45 +0000)]
Meta-export to allow more flexibilty until the export subsystem rewrite.

17 years agoFS::part_export::router
khoff [Wed, 31 Jan 2007 05:43:52 +0000 (05:43 +0000)]
FS::part_export::router
 - Refactored to be more easily sub-classed.
 - Moved per-export options to FS:;router virtual fields.
 - Fixed other general brokenness.

FS::part_export::snmp
 - SNMP export sub-classed from FS::part_export::router

FS::part_export::trango
 - Export for Trango proprietary access points.  Sub-classed from FS::part_export::snmp.

17 years agominor improvement
jeff [Wed, 31 Jan 2007 05:23:18 +0000 (05:23 +0000)]
minor improvement

17 years agosmall change in payment receipt handling (ticket 1422)
jeff [Wed, 31 Jan 2007 04:30:49 +0000 (04:30 +0000)]
small change in payment receipt handling (ticket 1422)

17 years agominor UI work on one-time charges w/taxclasses
ivan [Wed, 31 Jan 2007 04:26:44 +0000 (04:26 +0000)]
minor UI work on one-time charges w/taxclasses

17 years agoodds and ends
jeff [Wed, 31 Jan 2007 03:42:09 +0000 (03:42 +0000)]
odds and ends

17 years agothis should be a popup too, but, until then, it shouldn't be missing the standard...
ivan [Wed, 31 Jan 2007 02:08:40 +0000 (02:08 +0000)]
this should be a popup too, but, until then, it shouldn't be missing the standard header

17 years agofix agent-specific logos in emailed html invoices
ivan [Tue, 30 Jan 2007 23:50:27 +0000 (23:50 +0000)]
fix agent-specific logos in emailed html invoices

17 years agoavoiding brane pane
jeff [Tue, 30 Jan 2007 21:21:01 +0000 (21:21 +0000)]
avoiding brane pane

17 years agoits all about control
ivan [Tue, 30 Jan 2007 20:59:14 +0000 (20:59 +0000)]
its all about control

17 years agofix old-record detection bug in option_Common
ivan [Tue, 30 Jan 2007 19:45:51 +0000 (19:45 +0000)]
fix old-record detection bug in option_Common

17 years agoonly add first user to invoicing_list (ticket 1424)
jeff [Tue, 30 Jan 2007 19:40:09 +0000 (19:40 +0000)]
only add first user to invoicing_list (ticket 1424)

17 years agoadditional info available for self-service success (ticket 1420)
jeff [Tue, 30 Jan 2007 18:52:35 +0000 (18:52 +0000)]
additional info available for self-service success (ticket 1420)

17 years agoputting the C in ACL
ivan [Mon, 29 Jan 2007 23:16:18 +0000 (23:16 +0000)]
putting the C in ACL

17 years agocorrect a typo, and <%init> helps alot
ivan [Mon, 29 Jan 2007 21:11:49 +0000 (21:11 +0000)]
correct a typo, and <%init> helps alot

17 years agorecord resolution & colro depth in user prefs
ivan [Mon, 29 Jan 2007 18:50:10 +0000 (18:50 +0000)]
record resolution & colro depth in user prefs

17 years agoturn off debugging
ivan [Mon, 29 Jan 2007 16:16:49 +0000 (16:16 +0000)]
turn off debugging

17 years agofix invoice email display bug on advanced package report, closes: Bug#1416
ivan [Mon, 29 Jan 2007 16:01:23 +0000 (16:01 +0000)]
fix invoice email display bug on advanced package report, closes: Bug#1416

17 years agowarnings in <%once> sections should not be fatal
ivan [Mon, 29 Jan 2007 12:07:09 +0000 (12:07 +0000)]
warnings in <%once> sections should not be fatal

17 years agoremove extraneous debugging
ivan [Mon, 29 Jan 2007 11:55:38 +0000 (11:55 +0000)]
remove extraneous debugging

17 years agolooks like a duck
ivan [Mon, 29 Jan 2007 11:31:23 +0000 (11:31 +0000)]
looks like a duck

17 years agopretty up domain zone viewing a little
ivan [Sun, 28 Jan 2007 02:21:12 +0000 (02:21 +0000)]
pretty up domain zone viewing a little

17 years agoout of scope bad
ivan [Fri, 26 Jan 2007 08:18:54 +0000 (08:18 +0000)]
out of scope bad

17 years agospurious password changes bad...
ivan [Fri, 26 Jan 2007 08:17:36 +0000 (08:17 +0000)]
spurious password changes bad...

17 years agooops, debugging turned on
ivan [Fri, 26 Jan 2007 08:11:14 +0000 (08:11 +0000)]
oops, debugging turned on

17 years agotop bar option!
ivan [Fri, 26 Jan 2007 08:04:37 +0000 (08:04 +0000)]
top bar option!

17 years agofuck. you. IE7.
ivan [Thu, 25 Jan 2007 06:04:54 +0000 (06:04 +0000)]
fuck.  you.  IE7.

17 years agofuck. you. IE7.
ivan [Thu, 25 Jan 2007 06:00:40 +0000 (06:00 +0000)]
fuck.  you.  IE7.

17 years ago00 = sale, 01 = pre-auth. we need the former
ivan [Wed, 24 Jan 2007 23:41:46 +0000 (23:41 +0000)]
00 = sale, 01 = pre-auth.  we need the former

17 years agosquarely between shame in you and so close
jeff [Wed, 24 Jan 2007 05:33:37 +0000 (05:33 +0000)]
squarely between shame in you and so close

17 years agonotices before first charge on flat_delayed
jeff [Tue, 23 Jan 2007 23:43:00 +0000 (23:43 +0000)]
notices before first charge on flat_delayed

17 years agoeven have 4 digit zips in there eek
ivan [Tue, 23 Jan 2007 07:44:57 +0000 (07:44 +0000)]
even have 4 digit zips in there eek

17 years agoremove spurious duplicateion from lineitem patch
ivan [Tue, 23 Jan 2007 06:51:54 +0000 (06:51 +0000)]
remove spurious duplicateion from lineitem patch

17 years agofix PREP payby
ivan [Tue, 23 Jan 2007 06:45:02 +0000 (06:45 +0000)]
fix PREP payby

17 years agohave to use payinfo_Mixin if we're going to ISA it
ivan [Tue, 23 Jan 2007 06:41:38 +0000 (06:41 +0000)]
have to use payinfo_Mixin if we're going to ISA it

17 years agohalfass v2 too
ivan [Mon, 22 Jan 2007 17:05:15 +0000 (17:05 +0000)]
halfass v2 too

17 years agohopefully this should be the last bit of the relative URL fixing
ivan [Mon, 22 Jan 2007 14:29:25 +0000 (14:29 +0000)]
hopefully this should be the last bit of the relative URL fixing

17 years agoclosing tags helps alot
ivan [Mon, 22 Jan 2007 11:41:02 +0000 (11:41 +0000)]
closing tags helps alot

17 years agofix elements/ links here too
ivan [Mon, 22 Jan 2007 11:39:46 +0000 (11:39 +0000)]
fix elements/ links here too

17 years agointerpolation helps alot
ivan [Mon, 22 Jan 2007 11:36:40 +0000 (11:36 +0000)]
interpolation helps alot

17 years agouse $fsurl instead of relative ../ addressing
ivan [Mon, 22 Jan 2007 11:30:21 +0000 (11:30 +0000)]
use $fsurl instead of relative ../ addressing

17 years agoaccept CVV2 on self-service manual payment screen
ivan [Mon, 22 Jan 2007 02:42:08 +0000 (02:42 +0000)]
accept CVV2 on self-service manual payment screen

17 years agoHave lineitem-specific applications happen in all cases; add weightsto control
ivan [Sun, 21 Jan 2007 21:45:29 +0000 (21:45 +0000)]
Have lineitem-specific applications happen in all cases; add weightsto control

17 years agoadd dependancy on DBIx::SB 1.36 for Pg 8.1+
ivan [Sun, 21 Jan 2007 13:42:42 +0000 (13:42 +0000)]
add dependancy on DBIx::SB 1.36 for Pg 8.1+

17 years agomod_perl v2, it finally happened
ivan [Sun, 21 Jan 2007 13:26:44 +0000 (13:26 +0000)]
mod_perl v2, it finally happened

17 years agotrim leading & trailing whitespace from service searches
ivan [Sun, 21 Jan 2007 09:13:49 +0000 (09:13 +0000)]
trim leading & trailing whitespace from service searches

17 years agofix svc_url to work no matter where we are coming from in the tree - use rooturl...
ivan [Sun, 21 Jan 2007 09:10:46 +0000 (09:10 +0000)]
fix svc_url to work no matter where we are coming from in the tree -  use rooturl() instead of popurl()

17 years agostrip all blank lines, not just trailing ones
jeff [Sat, 20 Jan 2007 00:08:39 +0000 (00:08 +0000)]
strip all blank lines, not just trailing ones

17 years agowork around CSV brokenness
jeff [Fri, 19 Jan 2007 23:00:36 +0000 (23:00 +0000)]
work around CSV brokenness

17 years agoblank password on error
jeff [Fri, 19 Jan 2007 22:02:21 +0000 (22:02 +0000)]
blank password on error

17 years agono password in html source on employee edit
jeff [Fri, 19 Jan 2007 16:31:21 +0000 (16:31 +0000)]
no password in html source on employee edit

17 years agofix zip parsing for batch results - don't want to abort processing because of an...
ivan [Thu, 18 Jan 2007 18:14:05 +0000 (18:14 +0000)]
fix zip parsing for batch results - don't want to abort processing because of an old not-well-checked zip

17 years agofix crypted password bug cause by recent fix to not quote things on STDIN, yuck.
ivan [Wed, 17 Jan 2007 23:28:11 +0000 (23:28 +0000)]
fix crypted password bug cause by recent fix to not quote things on STDIN, yuck.

17 years agolink to customer from manual payment screen (ticket 1414)
jeff [Wed, 17 Jan 2007 23:27:18 +0000 (23:27 +0000)]
link to customer from manual payment screen (ticket 1414)

17 years agofix bug wrt suspend/cancel reasons (suspends fail in freeside-daily)
jeff [Wed, 17 Jan 2007 17:41:49 +0000 (17:41 +0000)]
fix bug wrt suspend/cancel reasons (suspends fail in freeside-daily)

17 years agonoise reduction
jeff [Wed, 17 Jan 2007 16:41:38 +0000 (16:41 +0000)]
noise reduction

17 years agofix suspend link
jeff [Wed, 17 Jan 2007 15:50:20 +0000 (15:50 +0000)]
fix suspend link

17 years agoemployee edit (ticket 1412)
jeff [Wed, 17 Jan 2007 00:40:57 +0000 (00:40 +0000)]
employee edit (ticket 1412)

17 years agorevert unnecessary changes for ticket 1364
jeff [Tue, 16 Jan 2007 21:36:16 +0000 (21:36 +0000)]
revert unnecessary changes for ticket 1364

17 years agoRT vs Pg8 (ticket 1364)
jeff [Tue, 16 Jan 2007 17:39:59 +0000 (17:39 +0000)]
RT vs Pg8 (ticket 1364)

17 years agohave signup package list respect agentnum sent from client
ivan [Tue, 16 Jan 2007 09:11:53 +0000 (09:11 +0000)]
have signup package list respect agentnum sent from client

17 years agothat was DUM
jeff [Mon, 15 Jan 2007 22:15:26 +0000 (22:15 +0000)]
that was DUM

17 years agoadd batch expiration date incrementer for 295
ivan [Mon, 15 Jan 2007 07:53:54 +0000 (07:53 +0000)]
add batch expiration date incrementer for 295

17 years agoadd descriptions for batchconfig-PAP and batchconfig-csv-chase_canada-E-xactBatch
ivan [Mon, 15 Jan 2007 07:22:40 +0000 (07:22 +0000)]
add descriptions for batchconfig-PAP and batchconfig-csv-chase_canada-E-xactBatch

17 years agoadded svc_broadband description which is appended to Site Name in prizm export
jeff [Fri, 12 Jan 2007 23:27:09 +0000 (23:27 +0000)]
added svc_broadband description which is appended to Site Name in prizm export

17 years agoone-time charge enhancements
jeff [Fri, 12 Jan 2007 02:04:50 +0000 (02:04 +0000)]
one-time charge enhancements

17 years agoadd "select all" and "unselect" all buttons to bulk queue operations
ivan [Wed, 10 Jan 2007 23:21:14 +0000 (23:21 +0000)]
add "select all" and "unselect" all buttons to bulk queue operations

17 years agofix harmless warning: Use of uninitialized value in string ne at /usr/local/share...
ivan [Wed, 10 Jan 2007 08:56:07 +0000 (08:56 +0000)]
fix harmless warning: Use of uninitialized value in string ne at /usr/local/share/perl/5.8.4/FS/payinfo_Mixin.pm line 116

17 years agoyou have got to be kidding me.
ivan [Wed, 10 Jan 2007 08:50:14 +0000 (08:50 +0000)]
you have got to be kidding me.

17 years agonothing could have ever gone wrong with so simple a change. oh noooo
ivan [Wed, 10 Jan 2007 08:48:43 +0000 (08:48 +0000)]
nothing could have ever gone wrong with so simple a change.  oh noooo

17 years agofix ship_county display bug
ivan [Wed, 10 Jan 2007 07:48:19 +0000 (07:48 +0000)]
fix ship_county display bug