cashbook/README.rst

58 lines
748 B
ReStructuredText
Raw Normal View History

2022-08-05 08:49:06 +00:00
mds-cashbook
============
Tryton module to add a cashbook.
Install
=======
pip install mds-cashbook
Requires
========
- Tryton 6.0
Changes
=======
2022-09-08 10:54:52 +00:00
*6.0.9 - 08.09.2022*
- updt: allow negative amounts
2022-09-07 14:35:08 +00:00
*6.0.8 - 07.09.2022*
- updt: enter-booking form optimized
2022-09-07 09:38:09 +00:00
*6.0.7 - 07.09.2022*
- add: enter-booking-wizard
2022-09-06 14:15:21 +00:00
*6.0.6 - 06.09.2022*
- updt: optimized form - line, line-context
- updt: extended search in cashbook-lines
*6.0.5 - 05.09.2022*
2022-09-05 15:21:00 +00:00
- updt: view of book + line optimized
2022-09-05 08:17:29 +00:00
*6.0.4 - 05.09.2022*
- fix: write number at state-change 'check' -> 'done'
- updt: speedup transaction view
2022-08-31 08:19:19 +00:00
*6.0.3 - 31.08.2022*
- updt: checks, sorting
2022-08-25 13:57:19 +00:00
*6.0.2 - 25.08.2022*
- add: split-booking
*6.0.1 - 23.08.2022*
- works
2022-08-05 08:49:06 +00:00
*6.0.0 - 05.08.2022*
- init