plan_price_compost - Giswater/giswater_dbmodel GitHub Wiki
Description:
Table ofvariable prices, since the price of certain elements can not be calculated with a simple price, it can be made up of more than one.
Fields:
Column name | Data type | Description | Example |
---|---|---|---|
id | integer | Id | |
compost_id | character varying(16) | Id of composition price | P_CONCRETE-20 |
simple_id | character varying(16) | Id of simple price, defined on plan_price | F931201F |
value | numeric(16,4) | Numeric value of a percent that simple price has in a compost value | 0.2 |