Cashbook: planning of bookings
Find a file
=Frederik Jaeckel 95e12414bc Version 7.0.7
2024-09-28 20:48:19 +02:00
locale add notify 2024-09-28 20:45:31 +02:00
tests add button 'execute booking now' 2024-09-28 20:45:15 +02:00
view add notify 2024-09-28 20:45:31 +02:00
.gitignore update gitignore 2024-07-19 16:23:28 +02: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 Use 'irrulecontext' to add 'user_id' to context of ir.rule 2024-07-19 16:23:32 +02: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
message.xml add notify 2024-09-28 20:45:31 +02: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 add notify 2024-09-28 20:45:31 +02:00
planner.xml add button 'execute booking now' 2024-09-28 20:45:15 +02:00
README.rst Version 7.0.7 2024-09-28 20:48:19 +02:00
setup.py Recurrence rule + tests 2024-02-25 23:10:40 +01:00
tryton.cfg Version 7.0.7 2024-09-28 20:48:19 +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.7 - 28.09.2024*

- add: recurrence rule 'last day of month'
- add: button 'execute booking now'
- add: notify

*7.0.6 - 19.07.2024*

- updt: optimize check of permissions

*7.0.5 - 08.06.2024*

- add: re-arrange date of occurence to working day

*7.0.4 - 11.03.2024*

- add: default-order for table

*7.0.3 - 10.03.2024*

- new placeholder 'rate' for description of booking

*7.0.2 - 10.03.2024*

- fix permissions

*7.0.1 - 09.03.2024*

- works