Table transactions.non_gl_stock_master
This table stores information of quotations which were upgraded to order(s).
# Column Name Nullable Data Type Max Length Description
1non_gl_stock_master_idbigint0The primary key of this table, which is also a serial field.
2value_datedate0
3bookcharacter varying48
4party_idbigint0
5price_type_idinteger0
6transaction_tstimestamp with time zone0
7login_idbigint0Foreign key to the table audit.logins.
8user_idinteger0Foreign key to the table office.users.
9office_idinteger0Foreign key to the table office.offices.
10reference_numbercharacter varying24
11statement_referencetext0
12non_taxableboolean0
13salesperson_idinteger0Foreign key to the table core.salespersons.
14shipper_idinteger0Foreign key to the table core.shippers.
15shipping_address_idbigint0Foreign key to the table core.shipping_addresses.
16shipping_chargemoney_strict20
17store_idinteger0Foreign key to the table office.stores.
18audit_user_idinteger0Contains the id of the user who last inserted or updated the corresponding row.
19audit_tstimestamp with time zone0Contains the date and timestamp of the last insert or update action.

Foreign Keys

# Column Name Key Name References
4 party_id non_gl_stock_master_party_id_fkey core.parties.party_id
5 price_type_id non_gl_stock_master_price_type_id_fkey core.price_types.price_type_id
7 login_id non_gl_stock_master_login_id_fkey audit.logins.login_id
8 user_id non_gl_stock_master_user_id_fkey office.users.user_id
9 office_id non_gl_stock_master_office_id_fkey office.offices.office_id
13 salesperson_id non_gl_stock_master_salesperson_id_fkey core.salespersons.salesperson_id
14 shipper_id non_gl_stock_master_shipper_id_fkey core.shippers.shipper_id
15 shipping_address_id non_gl_stock_master_shipping_address_id_fkey core.shipping_addresses.shipping_address_id
17 store_id non_gl_stock_master_store_id_fkey office.stores.store_id
18 audit_user_id non_gl_stock_master_audit_user_id_fkey office.users.user_id

Indices

Index Name Owner Access Method Definition Description
non_gl_stock_master_pkey postgres btree non_gl_stock_master_id

Check Constraints

Constraint Name Description

Default Values

# Column Name Default
1 non_gl_stock_master_id nextval('transactions.non_gl_stock_master_non_gl_stock_master_id_seq'::regclass)
6 transaction_ts now()
12 non_taxable false
16 shipping_charge 0
19 audit_ts now()

Triggers

Trigger Name Targets On Event Timing Condition Order Orientation Description