Source: factory.service/package.fullhouse/ObjServicePTP.py
| Method |
Signature |
Description |
| from_db_row |
from_db_row(cls, row: dict) -> 'PTPSettings' |
|
| Method |
Signature |
Description |
| ptp_required_amount |
ptp_required_amount() -> float |
|
| from_row |
from_row(cls, row: pd.Series, ptp_threshold: float) -> 'PTPRecord' |
|
| is_ptp_kept |
is_ptp_kept(threshold: float) -> bool |
|
| Method |
Signature |
Description |
| from_row |
from_row(cls, ptp: PTPRecord, payment: dict, threshold_met: bool) -> 'PTPAudit' |
|
| Method |
Signature |
Description |
| calc_ptps |
calc_ptps() |
|
| run_workflow_direct |
run_workflow_direct(guid, param1 = '', param2 = '', param3 = '') |
|