you can do the same here https://demo.hotwaxmedia.com/webtools/control/FindGeneric?entityName=InvoiceItemType&find=true&VIEW_SIZE=50&VIEW_INDEX=0 you can then use the View relationships to find out what Entities uses this https://demo.hotwaxmedia.com/webtools/control/ViewRelations?entityName=InvoiceItemType I did a search through the code base and found those in the demo data so I found this. https://demo.hotwaxmedia.com/accounting/control/invoiceOverview?invoiceId=demo10001
hope that helps kunal aggarwal sent the following on 9/12/2008 10:17 AM: > Hi all > > I have queried table *invoice_item_type* using following query * > * > > SELECT invoice_item_type_id, parent_type_id, has_table, description, > default_gl_account_id, last_updated_stamp, last_updated_tx_stamp, > created_stamp, created_tx_stamp > FROM invoice_item_type > where > invoice_item_type_id like '%TAX' > > > I found the following result > > *invoice_item_type_id * * description* > > "PINV_SALES_TAX" "Sales Tax" > "INV_SALES_TAX" sales tax > "ITM_SALES_TAX" "Sales Tax" > "PITM_SALES_TAX" "Sales Tax" > > > I have understood how "ITM_SALES_TAX"and "PITM_SALES_TAX" are used in > invoice generation. > > However can anyone tell me the purpose of "PINV_SALES_TAX" and > "INV_SALES_TAX" > types ? > > > Please reply if anyone have this idea > > > regards > kunal >
