Cashbook - Main Module
|
||
---|---|---|
icon | ||
locale | ||
report | ||
tests | ||
view | ||
.hgignore | ||
__init__.py | ||
book.py | ||
book.xml | ||
category.py | ||
category.xml | ||
cbreport.py | ||
cbreport.xml | ||
configuration.py | ||
configuration.xml | ||
group.xml | ||
icon.xml | ||
line.py | ||
line.xml | ||
menu.xml | ||
message.xml | ||
model.py | ||
README.rst | ||
reconciliation.py | ||
reconciliation.xml | ||
setup.py | ||
splitline.py | ||
splitline.xml | ||
tryton.cfg | ||
types.py | ||
types.xml | ||
versiondep.txt | ||
wizard_booking.py | ||
wizard_booking.xml | ||
wizard_openline.py | ||
wizard_openline.xml | ||
wizard_runreport.py | ||
wizard_runreport.xml |
mds-cashbook ============ Tryton module to add a cashbook. Install ======= pip install mds-cashbook Requires ======== - Tryton 6.0 Changes ======= *6.0.14 - 30.09.2022* - fix: parameter *6.0.13 - 28.09.2022* - hierarchical ordering for cashbook - forms optimzed *6.0.12 - 18.09.2022* - add: selected cashbooks in 'enter-booking-dialog' *6.0.11 - 16.09.2022* - add: hierarchy for cashbooks *6.0.10 - 13.09.2022* - add: split-booking with transfer *6.0.9 - 08.09.2022* - updt: allow negative amounts *6.0.8 - 07.09.2022* - updt: enter-booking form optimized *6.0.7 - 07.09.2022* - add: enter-booking-wizard *6.0.6 - 06.09.2022* - updt: optimized form - line, line-context - updt: extended search in cashbook-lines *6.0.5 - 05.09.2022* - updt: view of book + line optimized *6.0.4 - 05.09.2022* - fix: write number at state-change 'check' -> 'done' - updt: speedup transaction view *6.0.3 - 31.08.2022* - updt: checks, sorting *6.0.2 - 25.08.2022* - add: split-booking *6.0.1 - 23.08.2022* - works *6.0.0 - 05.08.2022* - init