Cashbook: planning of bookings
Find a file
2024-06-02 10:27:15 +02:00
locale config: new field 'holidays_info' to show generated holidays in config-form 2024-06-02 10:27:15 +02:00
tests config: new field 'holidays_info' to show generated holidays in config-form 2024-06-02 10:27:15 +02:00
view config: new field 'holidays_info' to show generated holidays in config-form 2024-06-02 10:27:15 +02:00
.hgignore add menu, groups, planner-list, forms... 2024-02-24 23:43:59 +01:00
__init__.py config: allow setting of holidays for each user 2024-06-01 13:33:45 +02:00
cashbook.py add list of booking lines on scheduled bookings 2024-03-09 22:36:51 +01:00
cashbook.xml add menu, groups, planner-list, forms... 2024-02-24 23:43:59 +01:00
config.py config: new field 'holidays_info' to show generated holidays in config-form 2024-06-02 10:27:15 +02:00
config.xml config: allow setting of holidays for each user 2024-06-01 13:33:45 +02:00
COPYRIGHT init 2024-02-24 10:39:42 +01:00
cron.py add cronjob 2024-02-27 22:40:59 +01:00
cron.xml add cronjob 2024-02-27 22:40:59 +01:00
group.xml fix permissions 2024-03-10 07:45:24 +01:00
ir.py fix permissions 2024-03-10 07:45:24 +01:00
LICENSE init 2024-02-24 10:39:42 +01:00
MANIFEST.in init 2024-02-24 10:39:42 +01:00
menu.xml add menu, groups, planner-list, forms... 2024-02-24 23:43:59 +01:00
nextrun.py add field 'bookingtype', optimize form/list 2024-03-02 22:54:13 +01:00
nextrun.xml nextrun: fix user-in-companies 2024-03-02 22:55:05 +01:00
planner.py New field 'move_event' for moving occurence-date if not a business day 2024-06-01 13:31:55 +02:00
planner.xml add menu, groups, planner-list, forms... 2024-02-24 23:43:59 +01:00
README.rst init 2024-02-24 10:39:42 +01:00
setup.py Recurrence rule + tests 2024-02-25 23:10:40 +01:00
tryton.cfg config: allow setting of holidays for each user 2024-06-01 13:33:45 +02:00
versiondep.txt init 2024-02-24 10:39:42 +01:00

mds-cashbook-planner
====================
Tryton module to add planning of bookings to cashbook.

Install
=======

pip install mds-cashbook-planner

Requires
========
- Tryton 7.0

Changes
=======

*7.0.0 - 24.02.2024*

- init