dolibarr/htdocs/societe/canvas
2019-11-01 21:39:20 +01:00
..
company Fix phpcs 2019-10-31 23:52:05 +01:00
individual Fix phpcs 2019-10-31 23:52:05 +01:00
actions_card_common.class.php replace deprecated user->societe_id by user->socid 2019-10-31 20:46:31 +01: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

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.