cuotas
1.04.2005
Roberto Blanco
This component is released under the GNU/GPL License
rblanco@rodax-software.com
www.rodax-software.com
1.0
Agrega Referencias para tu sitio en 4.5.1.
cuotas.php
version.php
lang/spanish.php
images/logo.png
images/add.gif
CREATE TABLE IF NOT EXISTS `#__cuotas` (
`id` int(11) unsigned NOT NULL,
`ano` varchar(4) NOT NULL default '2005',
`mes` tinyint(2) NOT NULL default '1',
`cuantia` int(11) NOT NULL default '0',
`published` tinyint(1) NOT NULL default '0',
`ordering` int(11) NOT NULL default '0',
`checked_out` int(11) NOT NULL default '0',
PRIMARY KEY (`id`, `ano`, `mes`)
) TYPE=MyISAM
DROP TABLE `#__cuotas`
install.cuotas.php
uninstall.cuotas.php
admin.cuotas.html.php
admin.cuotas.php
config.cuotas.php
install.cuotas.php
toolbar.cuotas.html.php
toolbar.cuotas.php
uninstall.cuotas.php
images/logo.png
images/add.gif