dolibarr/htdocs/societe/canvas
Laurent Destailleur e2ec34e1e5 Clean code
2023-05-01 14:33:08 +02:00
..
company Clean code 2023-05-01 14:33:08 +02:00
individual use hasRight 2023-02-20 18:55:52 +01:00
actions_card_common.class.php Clean code 2023-04-18 16:15:27 +02: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.