<feed xmlns='http://www.w3.org/2005/Atom'>
<title>freeside.git/httemplate/browse/part_export.cgi, branch freeside_2_1_0</title>
<subtitle>Freeside billing, trouble ticketing, network monitoring and provisioning
</subtitle>
<link rel='alternate' type='text/html' href='http://git.freeside.biz/cgit/freeside.git/'/>
<entry>
<title>little more low-hanging fruit: table-grid the export listing</title>
<updated>2007-08-15T03:26:12+00:00</updated>
<author>
<name>ivan</name>
<email>ivan</email>
</author>
<published>2007-08-15T03:26:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.freeside.biz/cgit/freeside.git/commit/?id=b1395325af90391cb212ef3decd8a8977b880aa4'/>
<id>b1395325af90391cb212ef3decd8a8977b880aa4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>its all about control</title>
<updated>2007-01-30T20:59:14+00:00</updated>
<author>
<name>ivan</name>
<email>ivan</email>
</author>
<published>2007-01-30T20:59:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.freeside.biz/cgit/freeside.git/commit/?id=15777da47bab33e8f0021e6dd9aa6b434fa9be30'/>
<id>15777da47bab33e8f0021e6dd9aa6b434fa9be30</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Will things ever be the same again?</title>
<updated>2006-08-23T22:25:39+00:00</updated>
<author>
<name>ivan</name>
<email>ivan</email>
</author>
<published>2006-08-23T22:25:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.freeside.biz/cgit/freeside.git/commit/?id=3ce7691203a7737406bf2d4442f7fd84b81f847e'/>
<id>3ce7691203a7737406bf2d4442f7fd84b81f847e</id>
<content type='text'>
It's the final masonize
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It's the final masonize
</pre>
</div>
</content>
</entry>
<entry>
<title>move header() to include(/elements/header.html) so it can be changed in one place, thanks to Scott Edwards</title>
<updated>2006-01-31T04:26:54+00:00</updated>
<author>
<name>ivan</name>
<email>ivan</email>
</author>
<published>2006-01-31T04:26:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.freeside.biz/cgit/freeside.git/commit/?id=c1bb4ddb71147d0571bd301a6d8c452fdf0e1bc9'/>
<id>c1bb4ddb71147d0571bd301a6d8c452fdf0e1bc9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix html quoting of export options</title>
<updated>2003-11-24T13:01:22+00:00</updated>
<author>
<name>ivan</name>
<email>ivan</email>
</author>
<published>2003-11-24T13:01:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.freeside.biz/cgit/freeside.git/commit/?id=e10493f669a9bd15b66ee49d639fca08760862c4'/>
<id>e10493f669a9bd15b66ee49d639fca08760862c4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>move "add" links to the top</title>
<updated>2002-07-04T10:35:43+00:00</updated>
<author>
<name>ivan</name>
<email>ivan</email>
</author>
<published>2002-07-04T10:35:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.freeside.biz/cgit/freeside.git/commit/?id=6d02e527490b2f0cf080f7b519443caeecd76357'/>
<id>6d02e527490b2f0cf080f7b519443caeecd76357</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>(almost) everything for bug#375 - create export_svc table - part_svc to</title>
<updated>2002-04-11T22:05:31+00:00</updated>
<author>
<name>ivan</name>
<email>ivan</email>
</author>
<published>2002-04-11T22:05:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.freeside.biz/cgit/freeside.git/commit/?id=a7c1b602f88c177db34477ed4cdc1f72603f8995'/>
<id>a7c1b602f88c177db34477ed4cdc1f72603f8995</id>
<content type='text'>
part_export is now properly many-to-many, not one-to-many

still need to finish service editing (choosing exports) in
httemplate/edit/part_svc.cgi and httemplate/edti/process/part_svc.cgi

and do somethinga about that manual $svcdb = 'svc_acct' in
httemplate/edit/part_export.cgi (do part_export records need a svcdb?
probably not... should be able to just pass an svcdb on creation of new
exports, move the big %exports hash into part_export.pm and allow
httemplate/edit/part_svc.cgi to query it for exports that can apply to a given
svcdb....
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
part_export is now properly many-to-many, not one-to-many

still need to finish service editing (choosing exports) in
httemplate/edit/part_svc.cgi and httemplate/edti/process/part_svc.cgi

and do somethinga about that manual $svcdb = 'svc_acct' in
httemplate/edit/part_export.cgi (do part_export records need a svcdb?
probably not... should be able to just pass an svcdb on creation of new
exports, move the big %exports hash into part_export.pm and allow
httemplate/edit/part_svc.cgi to query it for exports that can apply to a given
svcdb....
</pre>
</div>
</content>
</entry>
</feed>
