1234567891011121314151617 |
- $PBExportHeader$s_invoicemx.srs
- global type s_invoicemx from structure
- long mtrlid
- string mtrlname
- decimal { 5 } qty
- double price
- decimal { 2 } amt
- string mxdscrp
- long printid
- string mtrlcode
- string mtrlmode
- datetime saledate
- integer btype
- long bqty
- string bcode
- end type
|