1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/dolibarr_ynh.git synced 2024-09-03 18:35:53 +02:00
dolibarr_ynh/sources/dolibarr/htdocs/societe/canvas/README
Laurent Peuch e6008fc691 init
2015-09-28 22:09:38 +02:00

12 lines
479 B
Text

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.