Table: invoices
Tool: 
Store  Associated Objects: 
Invoice, 
Invoices
   Fields
   id INT UNSIGNED NOT NULL AUTO_INCREMENT v5 title VARCHAR(255) NOT NULL v5 clientemail VARCHAR(255) NOT NULL v5 totalprice DECIMAL(8,2) NOT NULL v5 added INT UNSIGNED NOT NULL v5 clientname VARCHAR(255) NOT NULL v5 paid BIT(1) NOT NULL DEFAULT 0 v5 clientid INT UNSIGNED NOT NULL DEFAULT 0 v5 tax DECIMAL(8,2) NOT NULL DEFAULT 0 v5 shiptracking VARCHAR(100) NOT NULL v5 status TINYINT UNSIGNED NOT NULL DEFAULT 0 v5 shipping DECIMAL(8,2) NOT NULL DEFAULT 0 v5    
   Example PHP Usage
   The following php example is designed for the main folder: /
   
   
   Other Store Tables
     invoicecart     invoiceitems     invoices     productreviews     shoppingcarts