[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Dolibarr-git] [Dolibarr/dolibarr] 70c0ad: import.php
From: |
Laurent Destailleur |
Subject: |
[Dolibarr-git] [Dolibarr/dolibarr] 70c0ad: import.php |
Date: |
Sat, 22 Dec 2018 09:40:38 -0800 |
Branch: refs/heads/develop
Home: https://github.com/Dolibarr/dolibarr
Commit: 70c0adc3d1eacaadf847bd55147a941270ae7378
https://github.com/Dolibarr/dolibarr/commit/70c0adc3d1eacaadf847bd55147a941270ae7378
Author: Steve <address@hidden>
Date: 2018-12-20 (Thu, 20 Dec 2018)
Changed paths:
M htdocs/core/modules/modProduct.class.php
M htdocs/core/modules/modSociete.class.php
M htdocs/imports/import.php
M htdocs/langs/en_US/companies.lang
Log Message:
-----------
import.php
HTML5 validation
ADDED htmlentities to enclosure and separator
CHANGED td aligns to css, removed nospan tag
ADDED clause to box generator to stop multiple duplicate ids when no $key
REMOVED height attribute
REMOVED nested b tag
CHANGED deprecated Center tag for div style center
FIX
Added check
if ($objimport->array_import_updatekeys[0] &&
count($objimport->array_import_updatekeys[0]
to stop php warning
------------------
modProduct.class.php
Products Import
ordered fields as per table structure order
ADDED and changed import fields and examples
------------------
modSociete.class.php
Third Party Import
Changed field orders to match table field order so future additions will be
easier to manage.
REMOVED s.datec repeated in import example
ADDED: alias, payment mode, payment conditions, sales tax VAT, multicurrency,
currency
Additional Address Import
Changed field orders to match table field order
import example csv was missing birthday
Bank Account Import
Changed field orders to match table field order
ADDED label (required for a bank account
ADDED datec (required for d.debit UMR)
ADDED to address import: s.fk_departement
modified text to import example csv
-------------------
companies.lang
various new constants for import file column headers
Commit: afac1517931c49a4d1d4daa8b22205d9a8769b70
https://github.com/Dolibarr/dolibarr/commit/afac1517931c49a4d1d4daa8b22205d9a8769b70
Author: Laurent Destailleur <address@hidden>
Date: 2018-12-22 (Sat, 22 Dec 2018)
Changed paths:
M htdocs/core/modules/modProduct.class.php
M htdocs/core/modules/modSociete.class.php
M htdocs/imports/import.php
M htdocs/langs/en_US/companies.lang
Log Message:
-----------
Merge pull request #10261 from torvista/import
Changes for csv import of Third Parties and Products
Compare:
https://github.com/Dolibarr/dolibarr/compare/20f6f8887aef...afac1517931c
**NOTE:** This service has been marked for deprecation:
https://developer.github.com/changes/2018-04-25-github-services-deprecation/
Functionality will be removed from GitHub.com on January 31st, 2019.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Dolibarr-git] [Dolibarr/dolibarr] 70c0ad: import.php,
Laurent Destailleur <=