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
..
company FIX Duplicate encoding on error message 2019-05-29 09:51:45 +02:00
individual add visibility 2019-03-02 00:14:22 +01:00
actions_card_common.class.php Merge branch '9.0' of git@github.com:Dolibarr/dolibarr.git into 10.0 2020-03-06 14:17:21 +01:00
index.html
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.