-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Submitting contact with several multipliers #411
Comments
If it were contest exchange + DXCC, then it would be possible with some minor coding. (see last comment for #252 ) |
I have a possible solution in https://github.com/zcsahok/tlf/tree/poc_xmult The idea is to treat the plugin-generated multiplier string as a list of space separated individual mults and check each of them. The ones that could been applied will be added to the mult field of the log line. There are only 8 chars available, so for two 4-char wide counties the second one gets a bit truncated. Another basic change is to update The rules are just checked in directly under test/rules/cqp_dx. After review they have to be moved to rules/. A separate test for CA stations could also be added. |
I presume the truncated mult is truncated only on the screen. It's not really truncated for accounting purposes. Right? There are a couple of counties that are indistinguishable once truncated to 3 letters. |
Yes, it's only truncated in the "applied multipliers" field. The last QSO works TULA again and it is not counted, only KERN. Same for the second QSO on the screenshot. |
I tested. It looks fine to me. |
Are there plans to merge this change? |
I'm working on it. |
California QSO party has this concept of county lines. Contact with county line stations gives two multipliers.
Are there any ways for recording several multipliers in one QSO?
The text was updated successfully, but these errors were encountered: