Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: arthurdejong/python-stdnum
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: xrg/python-stdnum
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 3 commits
  • 3 files changed
  • 1 contributor

Commits on Oct 14, 2014

  1. Configuration menu
    Copy the full SHA
    88a6c11 View commit details
    Browse the repository at this point in the history
  2. gr/vat: change doc wording of "FPA" number

    In Greece, our VAT number is used as a generic "tax registration" num.
    Update the docstring to reflect that name.
    xrg committed Oct 14, 2014
    Configuration menu
    Copy the full SHA
    d14ba7a View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2014

  1. gr/vat: web-service client for Greek VAT checker

    Since May 2014, the IT of Greek Ministry of Finance is offering a
    web-service for VAT-numbers lookup. It is a SOAP service, intended
    for individuals.
    
    The implementation is fairly trivial, but access to the service
    requires authentication and signup of the client using the web-page
    of "www.gsis.gr".
    
    Code originally drafted by Dimosthenes Fioretos <dfiore@noc.uoa.gr>
    xrg committed Oct 21, 2014
    Configuration menu
    Copy the full SHA
    dc5816d View commit details
    Browse the repository at this point in the history
Loading