0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 3 days ago.
May 11, 2023 — May 11, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Small changes More... almost 15 years ago
text More... almost 15 years ago
- Changed the asset tree to expand all nodes by default. More... about 16 years ago
- Renamed the example data file to example_asiter_data.xml More... about 16 years ago
Website More... about 16 years ago
- Fixed a bug when setting the purchace date (calculating depreciation) on a Asset while it is More... over 16 years ago
Support for the declining depreciation method More... over 16 years ago
Altered the existing GUI for adding a section to support section editing as well. Depreciation editing for sections will be added next More... over 16 years ago
Bugfixes: More... over 16 years ago
Depreciation support More... over 16 years ago
- Added the starting of a GUI for the depreciation - a tab, and a dropdown for dep model More... over 16 years ago
Support for purchace date, and the removal of current value. Current value will soon be replaced by a depreciation model More... over 16 years ago
* FEATURE: Tabs on the asset window, 'General' and 'Images'. 'Depreciation' will be added next More... over 16 years ago
Initial depreciaion support, with 3 depreciation methods: straight_line, declining and inheritance. Read and write suppot More... over 16 years ago
Rolled Asiter back to .NET 1.1 (I assume, it may work on 1.0 as well) More... over 16 years ago
The very start of Depreciation - a base class. More... over 16 years ago
New menu-based main view gui More... over 16 years ago
Renamed frmtype.cs and frmtype_design.cs to frmsection.cs (and frmsection_design.cs) to fit in with the file naming policy More... over 16 years ago
Renamed AssetTypeNode class to Section, and frmType to frmSection thanks to the power of sed More... over 16 years ago
Moved the .cs source files into their own directory More... over 16 years ago
* Added write support for the new single-file XML format. It currently reads asiter_data.xml More... over 16 years ago
Added the SingleXmlDataReader, which reads all of its data from a single XML file. More... over 16 years ago
Increased the seperation of data loading from main structure More... over 16 years ago
CODECHANGE: Moved the asset loading code into its own class, LegacyDataReader, to facilitate the changing of the file format without killing existing databases (another class will be created for the new format, and the DataReader will be seleced automatically at runtime). All the data writing is still as is in the code - it will be changed later. More... over 16 years ago
BUGFIX: Fixed a bug where Asiter would crash if you tried to delete the root node More... over 16 years ago
Website updates - logo, news re 0.2 More... over 16 years ago
Fixed some bugs relating to more than 1 level deep sections More... over 16 years ago
- BUGFIX: Fixed a bug where the 'No image' on the asset window was not centered. More... over 16 years ago
Fixed a bug where the asiter path was not determined early enough, so the logo was not always being found and therefore not always shown More... over 16 years ago
* Form designer cleanup - removed unnessasary control.name referecnes in the designers, frmMain does not create edit controls anymore in More... over 16 years ago