Thursday, August 30, 2007

Enable Read/Write Access to NTFS partition with Ubuntu

It was a big trouble for me to write data to NTFS partitions while i'm working on the ubuntu(Edgy).My ext3 partitions are almost overflowing while there is an ample space in the NTFS partitions.It was so annoying... :)

I found a solution called "ntfs-3g" (http://www.ntfs-3g.org/).it has been some time since the release and believed to be stable.

it is very easy to configure and might not take much time

  • First you have to edit the sources list
sudo gedit /etc/apt/sources.list

  • Add Following lines and save

deb http://flomertens.free.fr/ubuntu/ edgy main main-all
deb http://ntfs-3g.sitesweetsite.info/ubuntu/ edgy main main-all
deb http://flomertens.keo.in/ubuntu/ edgy main main-all

  • Get the pgp key for the installation

wget http://flomertens.free.fr/ubuntu/givre_key.asc -O- | sudo apt-key add -

  • Then Updaete and Upgrade the system
sudo apt-get update
sudo apt-get upgrade

  • Automatic configuration of ntfs-3g
sudo apt-get install ntfs-config
sudo ntfs-config

(changes might be active after a reboot)

Now you are done and ready to fly.. :)


Wednesday, August 1, 2007

Architecture of the Fund Management Module

the fund management module can be split in to 3 main sections namely budgeting,fund management and accounting.apart from those it will contain a reporting section.

Budgeting package


Fund Management package




Accounting package





the element "Lia_Debt" will contain all liabilities and debtors.element "In_Exp" will contain all incomes and expenses."Cash_Bank" will contain all cash items.the "Transac" item holds the control of each transaction
the disconnected element "Monthly_Bal" will contain all balances for each month.