Part of stoqdrivers.printers.cheque View In Hierarchy
Method | __init__ | Create a new cheque configuration for the bank 'name' |
Method | get_coordinate | Undocumented |
Method | get_x_coordinate | Undocumented |
Method | get_y_coordinate | Undocumented |
Parameters | name | The name of bank to which this configuration belongs to. (type: str ) |
items | A dictionary where the key is the configuration name and its values are the row and column coordinates, respectively, eg: row['legal_amount1'] = (Y, X) (type: dict ) |