dolibarr/htdocs/societe/canvas
Laurent Destailleur 62792c08eb Merge pull request #3591 from GPCsolutions/inherited
[Qual] Cleanup of inherited class properties
2015-09-26 11:23:59 +02:00
..
company [Qual] Cleanup of inherited class properties 2015-09-24 20:12:55 +02:00
individual [Qual] Cleanup of inherited class properties 2015-09-24 20:12:55 +02:00
actions_card_common.class.php [Qual] Replaced deprecated dol_clone by native clone 2015-09-24 17:24:40 +02:00
index.html Removed index.php and replaced them with blank index.html as it is more appropriate 2014-07-12 23:18:57 +02:00
README Add doc 2010-09-07 17:19:18 +00: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.