Create Record for Invoices

This page uses a Hashtag Create Record command to add a new Invoices record.  
Processing this Hashtag Markup:
<# create new record for "invoices";
	set status to "new";
	set qty to "3";
	set each to "29.99";
#>



The Invoices Mini-App uses the Hashtag Markup Language to demonstrate methods for processing records.

Invoice records are stored in an SQL database.   The Process example uses math expressions for multiplication and rounding to currency standards.