[X] The "/vmpk/vmpk-0.2.5-setup.exe" file could not be found or is not available. Please select another file.

Share

More
phpAV - AktienVerwaltung Icon

phpAV - AktienVerwaltung

by m-g


is a program to handle your shares and see how the value grows up. You can administrate several depots and shares. Course updates can be done manual and automatic. All is online calculated or graphically viewed. Some special feetures for german taxpayers


http://www.gueldenmeister.de/homepages/marcus/phpav/





Separate each tag with a space.

Release Date:

2007-12-19

Topics:

License:

Ratings and Reviews

Be the first to post a text review of phpAV - AktienVerwaltung. Rate and review a project by clicking thumbs up or thumbs down in the right column.

Project Feed

  • phpAV v2.8.4 - 20071215 released

    v2.8.4 - 20071215 + Bugfixes phpAV - AktienVerwaltung is a program to handle your shares within a web interface and see how the value grows up (or not). You can administrate several depots and shares. Course updates can be done manual and automatic with information from "Yahoo!". All values, statistics are online calculated or graphically viewed. Some special feetures for german taxpayers are included.

    posted by m-g 691 days ago

  • File released: /1) phpAV/phpAV-v2.8.4 - 20071215/phpAV-v284.zip

    posted 691 days ago

  • 1) phpAV phpAV-v2.8.4 - 20071215 file released: phpAV-v284.zip

    /--------------------------\ | | | CHANGELOG - phpAV | | | | (c) Marcus Gldenmeister | | | \--------------------------/ v2.8.4 - 20071215 + Bugfixes v2.8.3 - 20070821 + Bugfix: buy, sold template to fit to number range + Bugfix: auto_update - wrong error message v2.8.2 - 20070718 + Graph now with table row of share information + Bugfix: buy, sold, overview templates + Bugfix: sort order of overview + Bugfix: if loss interest_per_year, profit_peryear, share_profit max=-100% + template improvements + Bugfix: post 'flag' handling v2.8.1 - 20070614 + Bugfix: detail + Bugfix: auto_update + Bugfix: installer v2.8.0 - 20070609 ! DB: ALTER TABLE `myshare` ADD `flag` TINYINT( 1 ) NOT NULL AFTER `sold_tax_after_n_days` , ADD `flag_comment` CHAR( 40 ) NOT NULL AFTER `flag` ; ! DB: INSERT INTO `configkey` (`id` , `keyname`) VALUES (NULL , 'printout_flag'); + Added flags and comments to each share + Bugfix: update + Bugfix: share admin + Bugfix: installer + Added express mode to installer =================== v2.7.8 - 20070603 + size of note window now configurable ! DB: INSERT INTO `configkey` (`id` ,`keyname`) VALUES (NULL , 'default_note_rows'); ! DB (per depot_id): INSERT INTO `config` ( `id` , `ref_depot_id` , `ref_configkey_id` , `value` , `string` ) VALUES (NULL , '1', '12', '20', ''); + version check in start.php + archive graph calculation corrected + CSS: smaller fonts + Bugfix: auto_value_update v2.7.7 - 20090519 + auto_value_update modified to fit again new Yahoo URL v2.7.6 - 20070502 + new css styles to support IE7 better + overview enhanced + Bugfix: auto_update - valid values are the last 30 days + Bugfix: auto_update_symbol added for new shares v2.7.5 - 20070420 + added percentage lines to the graph + added complete view of the timeframes since you bought the share + debug_level - new config_core.inc + auto_value_update modified: new Yahoo format ! DB: ALTER TABLE `share` ADD `auto_update_symbol` CHAR( 12 ) NOT NULL v2.7.4 - 20070323 + config file now in dos file format + more CSS used in templates + zero graphic line to graphs added + Bugfix: graphics right scaling + Bugfix: SQL value selection for graph if archive + Update to Smarty 2.6.18 + Update to PHPdiagram 3.4 + $smarty->clear_compiled_tpl(); + Bugfix: Updater v2.7.3 - 20070313 + Bugfix: template error + Bugfix: language functions + Bugfix: installer doesn't find initial SQL dump + Installer now supports languages (de,en) v2.7.2 - 20070309 + Bugfix: sold + language system directory structure reorganized + Bugfix: db_sharevalue_newest_update ! DB: ALTER TABLE `sharevalue_newest` DROP PRIMARY KEY ! DB: ALTER TABLE `sharevalue_newest` ADD INDEX ( `ref_sharevalue_id` ) ! DB: ALTER TABLE `sharevalue_newest` DROP INDEX `_make_unique` ! DB: ALTER TABLE `sharevalue_newest` ADD PRIMARY KEY ( `ref_share_id` , `datetime` ) ! DB: dump updated + fav icon added + css updated v2.7.1 - 20070308 + Bugfix: some templates + Overview profit now in red/green colors + Bugfix: lang_error =================== v2.7.0 - 20070306 + Bugfix: Installer + password change modified + buy values now updates sharevalue_newest if necessary ! DB changed: INSERT INTO `configkey` ( `id` , `keyname` ) VALUES (NULL , 'db_php_av_version'); ! DB changed: INSERT INTO `config` ( `id` , `ref_depot_id` , `ref_configkey_id` , `value` , `string` ) VALUES (NULL , '0', '11', '', 'v2.6.2beta - 20070304'); + Installer writes now global DB config value + Automatic check if DB update is necessary + file and directory structure reorganized =================== v2.6.1 - 20070228 + Number formatting changed ! DB changed: ALTER TABLE `myshare` CHANGE `share_no` `share_no` DECIMAL( 15, 5 ) UNSIGNED NOT NULL + Archive date added for sorting + admin depot transfer enhanced + buy and sold fee now also per transaction + Bugfix: various smaller issues =================== v2.6.0 - 20070224 ! first public version + complete set of needed functions now available! =================== 21.02.2007 - v2.5.4 + en language files + Bugfix: admin note + Bugfix: autoupdate without shares + Installer enhanced for language handling + Bugfix: various smaller issues 19.02.2007 - v2.5.4beta + Bugfix: graph line/dot drawing + Bugfix: archive graph different time lines + Bugfix: html code + admin_share_value_delete enhanced 12.02.2007 - v2.5.3 + sold function complete 02.02.2007 - v2.5.3beta + Bugfix: auto_update + Bugfix: buy + new sold function 01.02.2007 - v2.5.2 + auto_update now put values in DB only if in tolerance of 10% to midpoint 15.01.2007 - v2.5.2beta ! DB changed: DROP VIEW `_sharevalue_newest` + new routine for sharevalue_newest calculation ! DB changed: ALTER TABLE `sharevalue_newest` ADD UNIQUE KEY `_make_unique` (`ref_share_id`,`datetime`) ! DB changed: ALTER TABLE `sharevalue_newest` ADD PRIMARY KEY ( `ref_sharevalue_id` ) ! DB changed: CREATE TABLE `sharevalue_newest` ( `ref_sharevalue_id` BIGINT UNSIGNED NOT NULL , `ref_share_id` INT UNSIGNED NOT NULL COMMENT 'reference to table_column', `datetime` DATETIME NOT NULL , `value` DECIMAL( 15, 5 ) NOT NULL , `comment` CHAR( 40 ) NOT NULL , `ref_sharevalue_status_id` TINYINT( 4 ) UNSIGNED NOT NULL COMMENT 'reference to table_column' ) ENGINE = MYISAM ; + Bugfix 21.12.2006 - v2.5.1 + overview/archive sort order stored in session + archive detail + overview + archive now using the same library functions ! DB: ALTER TABLE `myshare` ADD `sold_tax_before_n_days` DECIMAL( 15, 5 ) NOT NULL AFTER `sold_n_days_for_tax` ; ! DB: ALTER TABLE `myshare` ADD `sold_n_days_for_tax` DECIMAL( 15, 5 ) NOT NULL AFTER `sold_comment` ; ! DB: ALTER TABLE `myshare` CHANGE `sold_tax` `sold_tax_after_n_days` DECIMAL( 15, 5 ) NOT NULL ; + Archive detailed view + Bugfix + Update to Smarty 2.6.16 + Overview formatting enhanced =================== 04.12.2006 - v2.5.0 + Archive ! DB changed: ALTER TABLE `myshare` ADD `sold_tax` DECIMAL( 15, 5 ) NOT NULL AFTER `sold_comment` ; =================== 03.12.2006 - v2.4.5 + Infotext if autoupdate can not handle a WKN/ISIN + Bugfix: overview template 22.11.2006 - v2.4.4 + legend for grahic + right scaling marks and unit 28.09.2006 - v2.4.3 + Bugfix: depot_admin + Bugfix: depot_settings ! DB changed (per depot_id): INSERT INTO config (`id`, `ref_depot_id`, `ref_configkey_id`, `string`) VALUES (NULL, $depot_id, $key_id, 'all'); ! DB changed: INSERT INTO `configkey` ( `id` , `keyname` ) VALUES (NULL , 'printout_overview'); + Print overview improved + note function ! DB changed: ALTER TABLE `depot` ADD `note` TEXT NOT NULL ; ! DB changed: ALTER TABLE `depot` CHANGE `password` `password` CHAR( 255 ) CHARACTER SET latin1 COLLATE latin1_general_ci NOT NULL ; 15.09.2006 - v2.4.2 + New image function library + New graph for interest per year 12.09.2006 - v2.4.1 + Bugfix: Installer + Graphics improved + Bugfix: autoupdate =================== 10.09.2006 - v2.4.0 + first dynamic graphs for the shares + LT Diagram Builder 3.3 =================== 08.09.2006 - v2.3.5 + Autoupdate tuned + Minor improvements + Bugfix: calculating tax and profit 06.09.2006 - v2.3.4 + tax after n days possible ! DB changed (per depot_id): INSERT INTO config (`id`, `ref_depot_id`, `ref_configkey_id`, `value`) VALUES (NULL, $depot_id, $key_id, '0.0'); ! DB changed: INSERT INTO `configkey` ( `id` , `keyname` ) VALUES (NULL , 'default_tax_after_n_days'); + Detailed view 05.09.2006 - v2.3.3 + settings now per depot possible ! DB view _share_default_sold_fee changed ! DB changed: ALTER TABLE `configkey` CHANGE `key` `keyname` CHAR( 40 ) CHARACTER SET latin1 COLLATE latin1_general_ci NOT NULL ! DB changed: INSERT INTO `depot` VALUES (1, 'admin', '21232f297a57a5a743894a0e4a801fc3', 1); + Admin user for general tasks + Installer: DB dump import improved 31.08.2006 - v2.3.2 + login with unique timestamp form + Bugfixes + Installer now supports proxy parameters 26.08.2006 - v2.3.1 + Bugfix =================== 25.08.2006 - v2.3.0 + DB: changed myshare fields for buy and sold + DB: now decimal (15,5) ! config file changed: proxy support + native proxy support incl. authentication + DB: some tables redesigned, names changed =================== 23.08.2006 - v2.2.2 + Bugfix: auto_update 22.08.2006 + DB: location in table share_value + get all location values with auto_update + DB: ref_depot_id in table config 16.08.2006 - v2.2.1 + Bugfix + value column in overview table + auto value update function =================== 14.08.2006 - v2.2.0 ! first usable version! + tax before n days + default_sold_fee =================== 13.08.2006 + sharetype for new shares 04.08.2006 + DB corrected + Overview template improved 30.07.2006 + Overview sort now with GET because IE can't handle 'input type="image" correct + Printing available + Session handling now in config file 25.07.2006 + Rewrite of error handling 25.07.2006 + Installer improved and updated + Overview page improved with calculation in the MySQl select statement + First SQL views necessary 23.07.2006 + First overview page (no, buy_value, profit_in_percent arrow, name, actual_value, duration 21.07.2006 + Javascript tooltip functions + Buy shares 22.06.2006 + Share administration (value delete) 20.06.2006 + Share administration (value add) 12.06.2006 + Share administration (new, change) 07.06.2006 + Session handling + Start page 02.06.2006 + Admin (Depot) 31.05.2006 + Language system 29.05.2006 + First layout =================== 27.05.2006 + Installer finished =================== =================== 17.05.2006 + Start of project ===================

    posted 695 days ago

  • 1) phpAV phpAV-v2.8.3 - 20070821 file released: phpAV-v283.zip

    /--------------------------\ | | | CHANGELOG - phpAV | | | | (c) Marcus Gldenmeister | | | \--------------------------/ v2.8.3 - 20070821 + Bugfix: buy, sold template to fit to number range + Bugfix: auto_update - wrong error message v2.8.2 - 20070718 + Graph now with table row of share information + Bugfix: buy, sold, overview templates + Bugfix: sort order of overview + Bugfix: if loss interest_per_year, profit_peryear, share_profit max=-100% + template improvements + Bugfix: post 'flag' handling v2.8.1 - 20070614 + Bugfix: detail + Bugfix: auto_update + Bugfix: installer v2.8.0 - 20070609 ! DB: ALTER TABLE `myshare` ADD `flag` TINYINT( 1 ) NOT NULL AFTER `sold_tax_after_n_days` , ADD `flag_comment` CHAR( 40 ) NOT NULL AFTER `flag` ; ! DB: INSERT INTO `configkey` (`id` , `keyname`) VALUES (NULL , 'printout_flag'); + Added flags and comments to each share + Bugfix: update + Bugfix: share admin + Bugfix: installer + Added express mode to installer =================== v2.7.8 - 20070603 + size of note window now configurable ! DB: INSERT INTO `configkey` (`id` ,`keyname`) VALUES (NULL , 'default_note_rows'); ! DB (per depot_id): INSERT INTO `config` ( `id` , `ref_depot_id` , `ref_configkey_id` , `value` , `string` ) VALUES (NULL , '1', '12', '20', ''); + version check in start.php + archive graph calculation corrected + CSS: smaller fonts + Bugfix: auto_value_update v2.7.7 - 20090519 + auto_value_update modified to fit again new Yahoo URL v2.7.6 - 20070502 + new css styles to support IE7 better + overview enhanced + Bugfix: auto_update - valid values are the last 30 days + Bugfix: auto_update_symbol added for new shares v2.7.5 - 20070420 + added percentage lines to the graph + added complete view of the timeframes since you bought the share + debug_level - new config_core.inc + auto_value_update modified: new Yahoo format ! DB: ALTER TABLE `share` ADD `auto_update_symbol` CHAR( 12 ) NOT NULL v2.7.4 - 20070323 + config file now in dos file format + more CSS used in templates + zero graphic line to graphs added + Bugfix: graphics right scaling + Bugfix: SQL value selection for graph if archive + Update to Smarty 2.6.18 + Update to PHPdiagram 3.4 + $smarty->clear_compiled_tpl(); + Bugfix: Updater v2.7.3 - 20070313 + Bugfix: template error + Bugfix: language functions + Bugfix: installer doesn't find initial SQL dump + Installer now supports languages (de,en) v2.7.2 - 20070309 + Bugfix: sold + language system directory structure reorganized + Bugfix: db_sharevalue_newest_update ! DB: ALTER TABLE `sharevalue_newest` DROP PRIMARY KEY ! DB: ALTER TABLE `sharevalue_newest` ADD INDEX ( `ref_sharevalue_id` ) ! DB: ALTER TABLE `sharevalue_newest` DROP INDEX `_make_unique` ! DB: ALTER TABLE `sharevalue_newest` ADD PRIMARY KEY ( `ref_share_id` , `datetime` ) ! DB: dump updated + fav icon added + css updated v2.7.1 - 20070308 + Bugfix: some templates + Overview profit now in red/green colors + Bugfix: lang_error =================== v2.7.0 - 20070306 + Bugfix: Installer + password change modified + buy values now updates sharevalue_newest if necessary ! DB changed: INSERT INTO `configkey` ( `id` , `keyname` ) VALUES (NULL , 'db_php_av_version'); ! DB changed: INSERT INTO `config` ( `id` , `ref_depot_id` , `ref_configkey_id` , `value` , `string` ) VALUES (NULL , '0', '11', '', 'v2.6.2beta - 20070304'); + Installer writes now global DB config value + Automatic check if DB update is necessary + file and directory structure reorganized =================== v2.6.1 - 20070228 + Number formatting changed ! DB changed: ALTER TABLE `myshare` CHANGE `share_no` `share_no` DECIMAL( 15, 5 ) UNSIGNED NOT NULL + Archive date added for sorting + admin depot transfer enhanced + buy and sold fee now also per transaction + Bugfix: various smaller issues =================== v2.6.0 - 20070224 ! first public version + complete set of needed functions now available! =================== 21.02.2007 - v2.5.4 + en language files + Bugfix: admin note + Bugfix: autoupdate without shares + Installer enhanced for language handling + Bugfix: various smaller issues 19.02.2007 - v2.5.4beta + Bugfix: graph line/dot drawing + Bugfix: archive graph different time lines + Bugfix: html code + admin_share_value_delete enhanced 12.02.2007 - v2.5.3 + sold function complete 02.02.2007 - v2.5.3beta + Bugfix: auto_update + Bugfix: buy + new sold function 01.02.2007 - v2.5.2 + auto_update now put values in DB only if in tolerance of 10% to midpoint 15.01.2007 - v2.5.2beta ! DB changed: DROP VIEW `_sharevalue_newest` + new routine for sharevalue_newest calculation ! DB changed: ALTER TABLE `sharevalue_newest` ADD UNIQUE KEY `_make_unique` (`ref_share_id`,`datetime`) ! DB changed: ALTER TABLE `sharevalue_newest` ADD PRIMARY KEY ( `ref_sharevalue_id` ) ! DB changed: CREATE TABLE `sharevalue_newest` ( `ref_sharevalue_id` BIGINT UNSIGNED NOT NULL , `ref_share_id` INT UNSIGNED NOT NULL COMMENT 'reference to table_column', `datetime` DATETIME NOT NULL , `value` DECIMAL( 15, 5 ) NOT NULL , `comment` CHAR( 40 ) NOT NULL , `ref_sharevalue_status_id` TINYINT( 4 ) UNSIGNED NOT NULL COMMENT 'reference to table_column' ) ENGINE = MYISAM ; + Bugfix 21.12.2006 - v2.5.1 + overview/archive sort order stored in session + archive detail + overview + archive now using the same library functions ! DB: ALTER TABLE `myshare` ADD `sold_tax_before_n_days` DECIMAL( 15, 5 ) NOT NULL AFTER `sold_n_days_for_tax` ; ! DB: ALTER TABLE `myshare` ADD `sold_n_days_for_tax` DECIMAL( 15, 5 ) NOT NULL AFTER `sold_comment` ; ! DB: ALTER TABLE `myshare` CHANGE `sold_tax` `sold_tax_after_n_days` DECIMAL( 15, 5 ) NOT NULL ; + Archive detailed view + Bugfix + Update to Smarty 2.6.16 + Overview formatting enhanced =================== 04.12.2006 - v2.5.0 + Archive ! DB changed: ALTER TABLE `myshare` ADD `sold_tax` DECIMAL( 15, 5 ) NOT NULL AFTER `sold_comment` ; =================== 03.12.2006 - v2.4.5 + Infotext if autoupdate can not handle a WKN/ISIN + Bugfix: overview template 22.11.2006 - v2.4.4 + legend for grahic + right scaling marks and unit 28.09.2006 - v2.4.3 + Bugfix: depot_admin + Bugfix: depot_settings ! DB changed (per depot_id): INSERT INTO config (`id`, `ref_depot_id`, `ref_configkey_id`, `string`) VALUES (NULL, $depot_id, $key_id, 'all'); ! DB changed: INSERT INTO `configkey` ( `id` , `keyname` ) VALUES (NULL , 'printout_overview'); + Print overview improved + note function ! DB changed: ALTER TABLE `depot` ADD `note` TEXT NOT NULL ; ! DB changed: ALTER TABLE `depot` CHANGE `password` `password` CHAR( 255 ) CHARACTER SET latin1 COLLATE latin1_general_ci NOT NULL ; 15.09.2006 - v2.4.2 + New image function library + New graph for interest per year 12.09.2006 - v2.4.1 + Bugfix: Installer + Graphics improved + Bugfix: autoupdate =================== 10.09.2006 - v2.4.0 + first dynamic graphs for the shares + LT Diagram Builder 3.3 =================== 08.09.2006 - v2.3.5 + Autoupdate tuned + Minor improvements + Bugfix: calculating tax and profit 06.09.2006 - v2.3.4 + tax after n days possible ! DB changed (per depot_id): INSERT INTO config (`id`, `ref_depot_id`, `ref_configkey_id`, `value`) VALUES (NULL, $depot_id, $key_id, '0.0'); ! DB changed: INSERT INTO `configkey` ( `id` , `keyname` ) VALUES (NULL , 'default_tax_after_n_days'); + Detailed view 05.09.2006 - v2.3.3 + settings now per depot possible ! DB view _share_default_sold_fee changed ! DB changed: ALTER TABLE `configkey` CHANGE `key` `keyname` CHAR( 40 ) CHARACTER SET latin1 COLLATE latin1_general_ci NOT NULL ! DB changed: INSERT INTO `depot` VALUES (1, 'admin', '21232f297a57a5a743894a0e4a801fc3', 1); + Admin user for general tasks + Installer: DB dump import improved 31.08.2006 - v2.3.2 + login with unique timestamp form + Bugfixes + Installer now supports proxy parameters 26.08.2006 - v2.3.1 + Bugfix =================== 25.08.2006 - v2.3.0 + DB: changed myshare fields for buy and sold + DB: now decimal (15,5) ! config file changed: proxy support + native proxy support incl. authentication + DB: some tables redesigned, names changed =================== 23.08.2006 - v2.2.2 + Bugfix: auto_update 22.08.2006 + DB: location in table share_value + get all location values with auto_update + DB: ref_depot_id in table config 16.08.2006 - v2.2.1 + Bugfix + value column in overview table + auto value update function =================== 14.08.2006 - v2.2.0 ! first usable version! + tax before n days + default_sold_fee =================== 13.08.2006 + sharetype for new shares 04.08.2006 + DB corrected + Overview template improved 30.07.2006 + Overview sort now with GET because IE can't handle 'input type="image" correct + Printing available + Session handling now in config file 25.07.2006 + Rewrite of error handling 25.07.2006 + Installer improved and updated + Overview page improved with calculation in the MySQl select statement + First SQL views necessary 23.07.2006 + First overview page (no, buy_value, profit_in_percent arrow, name, actual_value, duration 21.07.2006 + Javascript tooltip functions + Buy shares 22.06.2006 + Share administration (value delete) 20.06.2006 + Share administration (value add) 12.06.2006 + Share administration (new, change) 07.06.2006 + Session handling + Start page 02.06.2006 + Admin (Depot) 31.05.2006 + Language system 29.05.2006 + First layout =================== 27.05.2006 + Installer finished =================== =================== 17.05.006 + Start of project ===================

    posted 811 days ago

  • phpAV v2.8.3 - 20070821 released

    v2.8.3 - 20070821 + Bugfix: buy, sold template to fit to number range + Bugfix: auto_update - wrong error message phpAV - AktienVerwaltung is a program to handle your shares within a web interface and see how the value grows up (or not). You can administrate several depots and shares. Course updates can be done manual and automatic with information from "Yahoo!". All values, statistics are online calculated or graphically viewed. Some special feetures for german taxpayers are included.

    posted by m-g 811 days ago

  • File released: /1) phpAV/phpAV-v2.8.3 - 20070821/phpAV-v283.zip

    posted 811 days ago

  • phpAV v2.8.2 - 20070718 released

    phpAV v2.8.2 - 20070718 is now the current available release with some fixes and improvements. phpAV - AktienVerwaltung is a program to handle your shares within a web interface and see how the value grows up (or not). You can administrate several depots and shares. Course updates can be done manual and automatic with information from "Yahoo!". All values, statistics are online calculated or graphically viewed. Some special feetures for german taxpayers are included.

    posted by m-g 845 days ago

  • phpAV v2.8.1 - 20070614 released

    phpAV v2.8.1 - 20070614 is now the current available release with some minor fixes. phpAV - AktienVerwaltung is a program to handle your shares within a web interface and see how the value grows up (or not). You can administrate several depots and shares. Course updates can be done manual and automatic with information from "Yahoo!". All values, statistics are online calculated or graphically viewed. Some special feetures for german taxpayers are included.

    posted by m-g 879 days ago

  • phpAV v2.8.0 - 20070609 released

    phpAV v2.8.0 - 20070609 is now the current available release. Now with express install mode. Additional flags and comments for each share are possible. phpAV - AktienVerwaltung is a program to handle your shares within a web interface and see how the value grows up (or not). You can administrate several depots and shares. Course updates can be done manual and automatic with information from "Yahoo!". All values, statistics are online calculated or graphically viewed. Some special feetures for german taxpayers are included.

    posted by m-g 884 days ago

  • 1) phpAV phpAV-v2.7.8 - 20070603 file released: phpAV-v278.zip

    CHANGELOG v2.7.8 - 20070603 + size of note window now configurable ! DB: INSERT INTO `configkey` (`id` ,`keyname`) VALUES (NULL , 'default_note_rows'); ! DB (per depot_id): INSERT INTO `config` ( `id` , `ref_depot_id` , `ref_configkey_id` , `value` , `string` ) VALUES (NULL , '1', '12', '20', ''); + version check in start.php + archive graph calculation corrected + CSS: smaller fonts + Bugfix: auto_value_update v2.7.7 - 20090519 + auto_value_update modified to fit again new Yahoo URL v2.7.6 - 20070502 + new css styles to support IE7 better + overview enhanced + Bugfix: auto_update - valid values are the last 30 days + Bugfix: auto_update_symbol added for new shares v2.7.5 - 20070420 + added percentage lines to the graph + added complete view of the timeframes since you bought the share + debug_level - new config_core.inc + auto_value_update modified: new Yahoo format ! DB: ALTER TABLE `share` ADD `auto_update_symbol` CHAR( 12 ) NOT NULL v2.7.4 - 20070323 + config file now in dos file format + more CSS used in templates + zero graphic line to graphs added + Bugfix: graphics right scaling + Bugfix: SQL value selection for graph if archive + Update to Smarty 2.6.18 + Update to PHPdiagram 3.4 + $smarty->clear_compiled_tpl(); + Bugfix: Updater v2.7.3 - 20070313 + Bugfix: template error + Bugfix: language functions + Bugfix: installer doesn't find initial SQL dump + Installer now supports languages (de,en) v2.7.2 - 20070309 + Bugfix: sold + language system directory structure reorganized + Bugfix: db_sharevalue_newest_update ! DB: ALTER TABLE `sharevalue_newest` DROP PRIMARY KEY ! DB: ALTER TABLE `sharevalue_newest` ADD INDEX ( `ref_sharevalue_id` ) ! DB: ALTER TABLE `sharevalue_newest` DROP INDEX `_make_unique` ! DB: ALTER TABLE `sharevalue_newest` ADD PRIMARY KEY ( `ref_share_id` , `datetime` ) ! DB: dump updated + fav icon added + css updated v2.7.1 - 20070308 + Bugfix: some templates + Overview profit now in red/green colors + Bugfix: lang_error =================== v2.7.0 - 20070306 + Bugfix: Installer + password change modified + buy values now updates sharevalue_newest if necessary ! DB changed: INSERT INTO `configkey` ( `id` , `keyname` ) VALUES (NULL , 'db_php_av_version'); ! DB changed: INSERT INTO `config` ( `id` , `ref_depot_id` , `ref_configkey_id` , `value` , `string` ) VALUES (NULL , '0', '11', '', 'v2.6.2beta - 20070304'); + Installer writes now global DB config value + Automatic check if DB update is necessary + file and directory structure reorganized =================== v2.6.1 - 20070228 + Number formatting changed ! DB changed: ALTER TABLE `myshare` CHANGE `share_no` `share_no` DECIMAL( 15, 5 ) UNSIGNED NOT NULL + Archive date added for sorting + admin depot transfer enhanced + buy and sold fee now also per transaction + Bugfix: various smaller issues =================== v2.6.0 - 20070224 ! first public version + complete set of needed functions now available! =================== 21.02.2007 - v2.5.4 + en language files + Bugfix: admin note + Bugfix: autoupdate without shares + Installer enhanced for language handling + Bugfix: various smaller issues 19.02.2007 - v2.5.4beta + Bugfix: graph line/dot drawing + Bugfix: archive graph different time lines + Bugfix: html code + admin_share_value_delete enhanced 12.02.2007 - v2.5.3 + sold function complete 02.02.2007 - v2.5.3beta + Bugfix: auto_update + Bugfix: buy + new sold function 01.02.2007 - v2.5.2 + auto_update now put values in DB only if in tolerance of 10% to midpoint 15.01.2007 - v2.5.2beta ! DB changed: DROP VIEW `_sharevalue_newest` + new routine for sharevalue_newest calculation ! DB changed: ALTER TABLE `sharevalue_newest` ADD UNIQUE KEY `_make_unique` (`ref_share_id`,`datetime`) ! DB changed: ALTER TABLE `sharevalue_newest` ADD PRIMARY KEY ( `ref_sharevalue_id` ) ! DB changed: CREATE TABLE `sharevalue_newest` ( `ref_sharevalue_id` BIGINT UNSIGNED NOT NULL , `ref_share_id` INT UNSIGNED NOT NULL COMMENT 'reference to table_column', `datetime` DATETIME NOT NULL , `value` DECIMAL( 15, 5 ) NOT NULL , `comment` CHAR( 40 ) NOT NULL , `ref_sharevalue_status_id` TINYINT( 4 ) UNSIGNED NOT NULL COMMENT 'reference to table_column' ) ENGINE = MYISAM ; + Bugfix 21.12.2006 - v2.5.1 + overview/archive sort order stored in session + archive detail + overview + archive now using the same library functions ! DB: ALTER TABLE `myshare` ADD `sold_tax_before_n_days` DECIMAL( 15, 5 ) NOT NULL AFTER `sold_n_days_for_tax` ; ! DB: ALTER TABLE `myshare` ADD `sold_n_days_for_tax` DECIMAL( 15, 5 ) NOT NULL AFTER `sold_comment` ; ! DB: ALTER TABLE `myshare` CHANGE `sold_tax` `sold_tax_after_n_days` DECIMAL( 15, 5 ) NOT NULL ; + Archive detailed view + Bugfix + Update to Smarty 2.6.16 + Overview formatting enhanced =================== 04.12.2006 - v2.5.0 + Archive ! DB changed: ALTER TABLE `myshare` ADD `sold_tax` DECIMAL( 15, 5 ) NOT NULL AFTER `sold_comment` ; =================== 03.12.2006 - v2.4.5 + Infotext if autoupdate can not handle a WKN/ISIN + Bugfix: overview template 22.11.2006 - v2.4.4 + legend for grahic + right scaling marks and unit 28.09.2006 - v2.4.3 + Bugfix: depot_admin + Bugfix: depot_settings ! DB changed (per depot_id): INSERT INTO config (`id`, `ref_depot_id`, `ref_configkey_id`, `string`) VALUES (NULL, $depot_id, $key_id, 'all'); ! DB changed: INSERT INTO `configkey` ( `id` , `keyname` ) VALUES (NULL , 'printout_overview'); + Print overview improved + note function ! DB changed: ALTER TABLE `depot` ADD `note` TEXT NOT NULL ; ! DB changed: ALTER TABLE `depot` CHANGE `password` `password` CHAR( 255 ) CHARACTER SET latin1 COLLATE latin1_general_ci NOT NULL ; 15.09.2006 - v2.4.2 + New image function library + New graph for interest per year 12.09.2006 - v2.4.1 + Bugfix: Installer + Graphics improved + Bugfix: autoupdate =================== 10.09.2006 - v2.4.0 + first dynamic graphs for the shares + LT Diagram Builder 3.3 =================== 08.09.2006 - v2.3.5 + Autoupdate tuned + Minor improvements + Bugfix: calculating tax and profit 06.09.2006 - v2.3.4 + tax after n days possible ! DB changed (per depot_id): INSERT INTO config (`id`, `ref_depot_id`, `ref_configkey_id`, `value`) VALUES (NULL, $depot_id, $key_id, '0.0'); ! DB changed: INSERT INTO `configkey` ( `id` , `keyname` ) VALUES (NULL , 'default_tax_after_n_days'); + Detailed view 05.09.2006 - v2.3.3 + settings now per depot possible ! DB view _share_default_sold_fee changed ! DB changed: ALTER TABLE `configkey` CHANGE `key` `keyname` CHAR( 40 ) CHARACTER SET latin1 COLLATE latin1_general_ci NOT NULL ! DB changed: INSERT INTO `depot` VALUES (1, 'admin', '21232f297a57a5a743894a0e4a801fc3', 1); + Admin user for general tasks + Installer: DB dump import improved 31.08.2006 - v2.3.2 + login with unique timestamp form + Bugfixes + Installer now supports proxy parameters 26.08.2006 - v2.3.1 + Bugfix =================== 25.08.2006 - v2.3.0 + DB: changed myshare fields for buy and sold + DB: now decimal (15,5) ! config file changed: proxy support + native proxy support incl. authentication + DB: some tables redesigned, names changed =================== 23.08.2006 - v2.2.2 + Bugfix: auto_update 22.08.2006 + DB: location in table share_value + get all location values with auto_update + DB: ref_depot_id in table config 16.08.2006 - v2.2.1 + Bugfix + value column in overview table + auto value update function =================== 14.08.2006 - v2.2.0 ! first usable version! + tax before n days + default_sold_fee =================== 13.08.2006 + sharetype for new shares 04.08.2006 + DB corrected + Overview template improved 30.07.2006 + Overview sort now with GET because IE can't handle 'input type="image" correct + Printing available + Session handling now in config file 25.07.2006 + Rewrite of error handling 25.07.2006 + Installer improved and updated + Overview page improved with calculation in the MySQl select statement + First SQL views necessary 23.07.2006 + First overview page (no, buy_value, profit_in_percent arrow, name, actual_value, duration 21.07.2006 + Javascript tooltip functions + Buy shares 22.06.2006 + Share administration (value delete) 20.06.2006 + Share administration (value add) 12.06.2006 + Share administration (new, change) 07.06.2006 + Session handling + Start page 02.06.2006 + Admin (Depot) 31.05.2006 + Language system 29.05.2006 + First layout =================== 27.05.2006 + Installer finished =================== =================== 17.05.006 + Start of project ===================

    posted 890 days ago

Rate and Review

Be the first person to add a text review.

Would you recommend this project?






<

Related Projects

phpAV - AktienVerwaltung Actions

Thanks for your rating!

Would you also like to write a review?





Skip Review