-
Notifications
You must be signed in to change notification settings - Fork 33
plan_price_compost
Daniel Marín edited this page Jul 8, 2026
·
2 revisions
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.
| 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 |


