seitime-frappe/docs/html/_sources/writing_scripts.txt
2011-06-08 14:24:18 +05:30

17 lines
520 B
Text

Writing Scripts
===============
In your application, you can put in automation by writing scripts. These scripts can be use for
checking value of inputs, doing calculations, fetching values from other records etc.
Scripts are executed on events. These events can be triggered on the server-side or client-side.
For more advanced function relating to scripts, please see the API and Cookbook
.. toctree::
server_side_script
client_side_script
server_side_cookbook
client_side_cookbook
report_cookbook