dolibarr-git
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Dolibarr-git] [Dolibarr/dolibarr] ef5d39: FIX #3349 Allow checking a VA


From: Laurent Destailleur
Subject: [Dolibarr-git] [Dolibarr/dolibarr] ef5d39: FIX #3349 Allow checking a VAT number with spaces
Date: Wed, 12 Aug 2015 14:51:38 -0700

  Branch: refs/heads/develop
  Home:   https://github.com/Dolibarr/dolibarr
  Commit: ef5d394b84543757bf3afa76438d5d8127e3c64b
      
https://github.com/Dolibarr/dolibarr/commit/ef5d394b84543757bf3afa76438d5d8127e3c64b
  Author: tomours <address@hidden>
  Date:   2015-08-10 (Mon, 10 Aug 2015)

  Changed paths:
    M htdocs/societe/checkvat/checkVatPopup.php

  Log Message:
  -----------
  FIX #3349 Allow checking a VAT number with spaces

One of the first things I did, while starting to try Dolibarr, was to fill info 
about my company.
I filled my VAT number : "FR 13 794..." and saw the "check" button.
Oh, that's nice ! Click. Didn't work :(
In fact, it didn't work because the webservice Dolibarr uses to check VAT 
numbers doesn't understand spaces.

By doing this we could enter good looking VAT numbers (with spaces) and still 
check them.


  Commit: 9267fe367eecdff0385f6cfd102468579601b33d
      
https://github.com/Dolibarr/dolibarr/commit/9267fe367eecdff0385f6cfd102468579601b33d
  Author: tomours <address@hidden>
  Date:   2015-08-10 (Mon, 10 Aug 2015)

  Changed paths:
    M htdocs/core/db/pgsql.class.php

  Log Message:
  -----------
  FIX  #3372 - Printing issue with Postgres and dates (SQL format)

After connecting to the database, we force datestyle to "ISO, YMD", so dates 
returned by the db will have a format compatible with Dolibarr functions.
This will fix dates printing issues in mostly all pages, with a postgres db 
configured with "SQL, DMY" as default.


  Commit: 4a124c6ee9d9c6cca08de1811630c536d2e1ba92
      
https://github.com/Dolibarr/dolibarr/commit/4a124c6ee9d9c6cca08de1811630c536d2e1ba92
  Author: Laurent Destailleur <address@hidden>
  Date:   2015-08-12 (Wed, 12 Aug 2015)

  Changed paths:
    M htdocs/core/db/pgsql.class.php
    M htdocs/societe/checkvat/checkVatPopup.php

  Log Message:
  -----------
  Merge pull request #3350 from tomours/develop

FIX #3349 Checking a VAT number with spaces


Compare: 
https://github.com/Dolibarr/dolibarr/compare/923203802cef...4a124c6ee9d9

reply via email to

[Prev in Thread] Current Thread [Next in Thread]