dolibarr/htdocs/societe/canvas
Laurent Destailleur d7d0ebe5d2 Fix warnings
2023-03-19 10:38:38 +01:00
..
company Fix warnings 2023-03-19 10:38:38 +01:00
individual use hasRight 2023-02-20 18:55:52 +01:00
actions_card_common.class.php Fix qodana 2023-02-22 16:27:10 +01:00
README

This directory contains an example on how we can use
the canvas feature to overwrite the thirdparty screen and
sql code by new one.

This directory is used only if thirdpartie's pages are called
with option canvas=newcanvas@societe parameter.
If yes, screens are replaced by template in
htdocs/societe/canvas/newcanvas directory
and actions are also replaced by actions in
htdocs/societe/canvas/newcanvas directory.

In standard usage of Dolibarr, this directory can be removed.