dolibarr/htdocs/societe/canvas
2011-02-04 11:14:25 +00:00
..
default Fix: reorder fields 2011-02-04 11:14:25 +00:00
individual New: Prefix on third party is not used by default. Hidden option SOCIETE_USEPREFIX can restore old feature. 2011-01-29 18:46:56 +00:00
actions_card_common.class.php Works on contact canvas in relation to the thirdparty canvas module 2010-11-05 10:48:20 +00: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.