Opened 17 years ago

Closed 16 years ago

#5200 closed (fixed)

Polish PL Localflavor

Reported by: Slawek Mikula <slawek(dot)mikula<at>gmail[dot]com> Owned by: nobody
Component: contrib.localflavor Version: dev
Severity: Keywords: localflavor polish
Cc: Triage Stage: Ready for checkin
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

Polish fields for localflavor module:

  • Postal Code check field
  • NIP (Polish tax number) field check
  • PESEL (identification number) field check
  • Voivodeship (wojewodztwa) select field
  • Administrative units (powiaty) select field

Administrative units are just with plain polish names.
I don't know if everyone has even a proper english name.

Attachments (3)

pl-localflavor-0.2.diff (42.2 KB ) - added by Slawek Mikula <slawek dot mikula at gmail dot com> 17 years ago.
Implementation + regression tests patch
pl-localflavor-0.3.diff (4.9 KB ) - added by Slawek Mikula <slawek.mikula@…> 17 years ago.
Added NIP checksum calculation, added REGON field, updated regression tests
pl-localflavor-0.3-r6397.txt (5.0 KB ) - added by Slawek Mikula <slawek.mikula@…> 17 years ago.
New version of patch for test code refactoring (rev 6397)

Download all attachments as: .zip

Change History (9)

by Slawek Mikula <slawek dot mikula at gmail dot com>, 17 years ago

Attachment: pl-localflavor-0.2.diff added

Implementation + regression tests patch

comment:1 by Simon G. <dev@…>, 17 years ago

Triage Stage: UnreviewedReady for checkin

comment:2 by Malcolm Tredinnick, 17 years ago

Excellent patch! Aside from a few whitespace changes to conform to the coding guidelines and a couple of tiny English changes, I didn't have to change anything.

comment:3 by Malcolm Tredinnick, 17 years ago

Resolution: fixed
Status: newclosed

(In [5936]) Fixed #5200 -- Added Polish localflavor. Thanks, Slawek Mikula.

by Slawek Mikula <slawek.mikula@…>, 17 years ago

Attachment: pl-localflavor-0.3.diff added

Added NIP checksum calculation, added REGON field, updated regression tests

comment:4 by Slawek Mikula <slawek.mikula@…>, 17 years ago

Resolution: fixed
Status: closedreopened
Triage Stage: Ready for checkinUnreviewed

Added new patch (0.3) for

  • NIP field checksum calculation
  • new field REGON (with checksum calculation)
  • updated regression tests

comment:5 by Simon G. <dev@…>, 17 years ago

Triage Stage: UnreviewedReady for checkin

by Slawek Mikula <slawek.mikula@…>, 17 years ago

New version of patch for test code refactoring (rev 6397)

comment:6 by Malcolm Tredinnick, 16 years ago

Resolution: fixed
Status: reopenedclosed

(In [6556]) Fixed #5200 -- Added some more functionality to the Polish localflavor. Thanks,
Slawek Mikula.

Note: See TracTickets for help on using tickets.
Back to Top