Files
dolibarr/htdocs/societe/canvas
Laurent Destailleur aaf9aef5c8 Merge branch '9.0' of git@github.com:Dolibarr/dolibarr.git into 10.0
Conflicts:
	htdocs/contrat/list.php
2020-03-06 14:17:21 +01:00
..
2019-03-02 00:14:22 +01:00

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.