Skip to content
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

Changes for csv import of Third Parties and Products #10261

Merged
merged 3 commits into from Dec 22, 2018

Commits on Dec 19, 2018

  1. more fine tuning

    torvista committed Dec 19, 2018
    Configuration menu
    Copy the full SHA
    9f9a468 View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2018

  1. minor improvements

    torvista committed Dec 20, 2018
    Configuration menu
    Copy the full SHA
    54436f7 View commit details
    Browse the repository at this point in the history
  2. 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
    torvista committed Dec 20, 2018
    Configuration menu
    Copy the full SHA
    70c0adc View commit details
    Browse the repository at this point in the history