diff --git a/pos_report_session_summary/README.rst b/pos_report_session_summary/README.rst
index 62a92f9c5d..95b05f1829 100644
--- a/pos_report_session_summary/README.rst
+++ b/pos_report_session_summary/README.rst
@@ -42,6 +42,16 @@ Usage
In a POS Session use Print -> Session Summary
+Known issues / Roadmap
+======================
+
+Different treatments exist between 'pos.payment' and 'account.bank.statement.line',
+so this report will only display transactions from cash-type journals. However, there are the following limitations:
+
+Cash In/Out transactions do not generate a 'pos.payment', only an 'account.bank.statement.line'.
+For cash-type journals, 'pos.payment' entries create a single consolidated 'account.bank.statement.line' when the session is closed,
+but other payment methods are not included.
+
Bug Tracker
===========
diff --git a/pos_report_session_summary/readme/ROADMAP.rst b/pos_report_session_summary/readme/ROADMAP.rst
new file mode 100644
index 0000000000..4a48ba911c
--- /dev/null
+++ b/pos_report_session_summary/readme/ROADMAP.rst
@@ -0,0 +1,6 @@
+Different treatments exist between 'pos.payment' and 'account.bank.statement.line',
+so this report will only display transactions from cash-type journals. However, there are the following limitations:
+
+Cash In/Out transactions do not generate a 'pos.payment', only an 'account.bank.statement.line'.
+For cash-type journals, 'pos.payment' entries create a single consolidated 'account.bank.statement.line' when the session is closed,
+but other payment methods are not included.
\ No newline at end of file
diff --git a/pos_report_session_summary/static/description/index.html b/pos_report_session_summary/static/description/index.html
index 48c77e1308..f27a07ec00 100644
--- a/pos_report_session_summary/static/description/index.html
+++ b/pos_report_session_summary/static/description/index.html
@@ -376,10 +376,11 @@
POS report Session Summary
+
+
+
Different treatments exist between ‘pos.payment’ and ‘account.bank.statement.line’,
+so this report will only display transactions from cash-type journals. However, there are the following limitations:
+
Cash In/Out transactions do not generate a ‘pos.payment’, only an ‘account.bank.statement.line’.
+For cash-type journals, ‘pos.payment’ entries create a single consolidated ‘account.bank.statement.line’ when the session is closed,
+but other payment methods are not included.
+
-
+
Bugs are tracked on GitHub Issues.
In case of trouble, please check there if your issue has already been reported.
If you spotted it first, help us to smash it by providing a detailed and welcomed
@@ -397,16 +406,16 @@
Do not contact contributors directly about support or help with technical issues.