Procedures: Difference between revisions

From nuBuilderForte
Jump to navigation Jump to search
No edit summary
No edit summary
Line 3: Line 3:
These Procedures are written in PHP to do things to the database directly.
These Procedures are written in PHP to do things to the database directly.


A good example of this is where a Procedure can be used to create the table used in a Report.
A good example of this is where a Procedure can be used to create the [[Reports#Table|table]] used in a [[Report]].


Another example might be to reduce available stock after an invoice is created in nuBuilder.
Another example might be to reduce available stock after an invoice is created in nuBuilder.

Revision as of 01:25, 7 July 2017

nuBuilder Forte can create Procedures.

These Procedures are written in PHP to do things to the database directly.

A good example of this is where a Procedure can be used to create the table used in a Report.

Another example might be to reduce available stock after an invoice is created in nuBuilder.