Possibility to work on multiple operations (rename, change category, change account)

New database version (2) :
		fix_cost for categories
		virtual account
This commit is contained in:
2011-02-13 19:30:12 +01:00
parent 142837b59e
commit c03562851a
40 changed files with 682 additions and 268 deletions

View File

@@ -1,6 +1,6 @@
<?php
/*
Copyright 2010 Grégory Soutadé
Copyright 2010-2011 Grégory Soutadé
This file is part of KissCount.
@@ -292,6 +292,6 @@ while($operation = $operations->fetchArray())
</div>
</div>
<br /><br />
<center><a href="http://indefero.soutade.fr/p/kisscount">KissCount</a> &copy; 2010 Grégory Soutadé</center>
<center><a href="http://indefero.soutade.fr/p/kisscount">KissCount</a> &copy; 2010-2011 Grégory Soutadé</center>
</body>
</html>