[jira] Created: (OFBIZ-1939) three basic import routines using excel

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
12 messages Options
Reply | Threaded
Open this post in threaded view
|

[jira] Created: (OFBIZ-1939) three basic import routines using excel

Nicolas Malin (Jira)
three basic import routines using excel
---------------------------------------

                 Key: OFBIZ-1939
                 URL: https://issues.apache.org/jira/browse/OFBIZ-1939
             Project: OFBiz
          Issue Type: New Feature
          Components: party, product
            Reporter: BJ Freeman
            Priority: Minor
             Fix For: SVN trunk


these are user mass import routines from excel
these do not just import data to entities
they can be used as CRUD input
I have included the message.ftl that explains them.
I will re-factor the ones I have, now, to go into party, and products.

any input as to other consideration will be noted and worked into the imports if possible.
estimate completion about 9/30/08

--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply | Threaded
Open this post in threaded view
|

[jira] Updated: (OFBIZ-1939) three basic import routines using excel

Nicolas Malin (Jira)

     [ https://issues.apache.org/jira/browse/OFBIZ-1939?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

BJ Freeman updated OFBIZ-1939:
------------------------------

    Attachment: messages.ftl

this pretty much explains the three imports.


> three basic import routines using excel
> ---------------------------------------
>
>                 Key: OFBIZ-1939
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-1939
>             Project: OFBiz
>          Issue Type: New Feature
>          Components: party, product
>            Reporter: BJ Freeman
>            Priority: Minor
>             Fix For: SVN trunk
>
>         Attachments: messages.ftl
>
>
> these are user mass import routines from excel
> these do not just import data to entities
> they can be used as CRUD input
> I have included the message.ftl that explains them.
> I will re-factor the ones I have, now, to go into party, and products.
> any input as to other consideration will be noted and worked into the imports if possible.
> estimate completion about 9/30/08

--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply | Threaded
Open this post in threaded view
|

[jira] Updated: (OFBIZ-1939) three basic import routines using excel

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

     [ https://issues.apache.org/jira/browse/OFBIZ-1939?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

BJ Freeman updated OFBIZ-1939:
------------------------------

    Attachment: SupplierInfo.xls

This is the first import that can import all the suppliers do the CRUD functions.


> three basic import routines using excel
> ---------------------------------------
>
>                 Key: OFBIZ-1939
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-1939
>             Project: OFBiz
>          Issue Type: New Feature
>          Components: party, product
>            Reporter: BJ Freeman
>            Priority: Minor
>             Fix For: SVN trunk
>
>         Attachments: messages.ftl, SupplierInfo.xls
>
>
> these are user mass import routines from excel
> these do not just import data to entities
> they can be used as CRUD input
> I have included the message.ftl that explains them.
> I will re-factor the ones I have, now, to go into party, and products.
> any input as to other consideration will be noted and worked into the imports if possible.
> estimate completion about 9/30/08

--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply | Threaded
Open this post in threaded view
|

[jira] Updated: (OFBIZ-1939) three basic import routines using excel

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

     [ https://issues.apache.org/jira/browse/OFBIZ-1939?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

BJ Freeman updated OFBIZ-1939:
------------------------------

    Attachment: SupplierInventory.xls

this imports the Supplier inventory info. and does CRUD
It also create and maintains the Supplier Catalog that is independent of the Sfore products Catalog.
you will notice it does not use ofbiz jargon but more the way an end user would think of the columns


> three basic import routines using excel
> ---------------------------------------
>
>                 Key: OFBIZ-1939
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-1939
>             Project: OFBiz
>          Issue Type: New Feature
>          Components: party, product
>            Reporter: BJ Freeman
>            Priority: Minor
>             Fix For: SVN trunk
>
>         Attachments: messages.ftl, SupplierInfo.xls, SupplierInventory.xls
>
>
> these are user mass import routines from excel
> these do not just import data to entities
> they can be used as CRUD input
> I have included the message.ftl that explains them.
> I will re-factor the ones I have, now, to go into party, and products.
> any input as to other consideration will be noted and worked into the imports if possible.
> estimate completion about 9/30/08

--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply | Threaded
Open this post in threaded view
|

[jira] Commented: (OFBIZ-1939) three basic import routines using excel

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

    [ https://issues.apache.org/jira/browse/OFBIZ-1939?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12627092#action_12627092 ]

BJ Freeman commented on OFBIZ-1939:
-----------------------------------

There is a menu bar for imports that will be in the my page for all three imports
there will me a import menu in Products and parties.
they all point to the same Screens for import that
1) lets you select the excel file on your desktop
2) click on the import link.

the rest is done by services.


> three basic import routines using excel
> ---------------------------------------
>
>                 Key: OFBIZ-1939
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-1939
>             Project: OFBiz
>          Issue Type: New Feature
>          Components: party, product
>            Reporter: BJ Freeman
>            Priority: Minor
>             Fix For: SVN trunk
>
>         Attachments: messages.ftl, SupplierInfo.xls, SupplierInventory.xls
>
>
> these are user mass import routines from excel
> these do not just import data to entities
> they can be used as CRUD input
> I have included the message.ftl that explains them.
> I will re-factor the ones I have, now, to go into party, and products.
> any input as to other consideration will be noted and worked into the imports if possible.
> estimate completion about 9/30/08

--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply | Threaded
Open this post in threaded view
|

[jira] Commented: (OFBIZ-1939) three basic import routines using excel

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

    [ https://issues.apache.org/jira/browse/OFBIZ-1939?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12627094#action_12627094 ]

BJ Freeman commented on OFBIZ-1939:
-----------------------------------

Not sure excel files can be put into ofbiz so will make them CSV files.
they are downloadable from the import page so if the developer changes the services the new format is accessible from the page.


> three basic import routines using excel
> ---------------------------------------
>
>                 Key: OFBIZ-1939
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-1939
>             Project: OFBiz
>          Issue Type: New Feature
>          Components: party, product
>            Reporter: BJ Freeman
>            Priority: Minor
>             Fix For: SVN trunk
>
>         Attachments: messages.ftl, SupplierInfo.xls, SupplierInventory.xls
>
>
> these are user mass import routines from excel
> these do not just import data to entities
> they can be used as CRUD input
> I have included the message.ftl that explains them.
> I will re-factor the ones I have, now, to go into party, and products.
> any input as to other consideration will be noted and worked into the imports if possible.
> estimate completion about 9/30/08

--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply | Threaded
Open this post in threaded view
|

[jira] Updated: (OFBIZ-1939) three basic import routines using excel

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

     [ https://issues.apache.org/jira/browse/OFBIZ-1939?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

BJ Freeman updated OFBIZ-1939:
------------------------------

    Attachment: ProductsImports.xls

this creates and maintains the Catalog in the productstore linked to the website.

> three basic import routines using excel
> ---------------------------------------
>
>                 Key: OFBIZ-1939
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-1939
>             Project: OFBiz
>          Issue Type: New Feature
>          Components: party, product
>            Reporter: BJ Freeman
>            Priority: Minor
>             Fix For: SVN trunk
>
>         Attachments: messages.ftl, ProductsImports.xls, SupplierInfo.xls, SupplierInventory.xls
>
>
> these are user mass import routines from excel
> these do not just import data to entities
> they can be used as CRUD input
> I have included the message.ftl that explains them.
> I will re-factor the ones I have, now, to go into party, and products.
> any input as to other consideration will be noted and worked into the imports if possible.
> estimate completion about 9/30/08

--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply | Threaded
Open this post in threaded view
|

[jira] Updated: (OFBIZ-1939) three basic import routines using excel

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

     [ https://issues.apache.org/jira/browse/OFBIZ-1939?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

BJ Freeman updated OFBIZ-1939:
------------------------------

    Attachment:     (was: SupplierInfo.xls)

> three basic import routines using excel
> ---------------------------------------
>
>                 Key: OFBIZ-1939
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-1939
>             Project: OFBiz
>          Issue Type: New Feature
>          Components: party, product
>            Reporter: BJ Freeman
>            Priority: Minor
>             Fix For: SVN trunk
>
>
> these are user mass import routines from excel
> these do not just import data to entities
> they can be used as CRUD input
> I have included the message.ftl that explains them.
> I will re-factor the ones I have, now, to go into party, and products.
> any input as to other consideration will be noted and worked into the imports if possible.
> estimate completion about 9/30/08

--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply | Threaded
Open this post in threaded view
|

[jira] Updated: (OFBIZ-1939) three basic import routines using excel

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

     [ https://issues.apache.org/jira/browse/OFBIZ-1939?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

BJ Freeman updated OFBIZ-1939:
------------------------------

    Attachment:     (was: ProductsImports.xls)

> three basic import routines using excel
> ---------------------------------------
>
>                 Key: OFBIZ-1939
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-1939
>             Project: OFBiz
>          Issue Type: New Feature
>          Components: party, product
>            Reporter: BJ Freeman
>            Priority: Minor
>             Fix For: SVN trunk
>
>
> these are user mass import routines from excel
> these do not just import data to entities
> they can be used as CRUD input
> I have included the message.ftl that explains them.
> I will re-factor the ones I have, now, to go into party, and products.
> any input as to other consideration will be noted and worked into the imports if possible.
> estimate completion about 9/30/08

--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply | Threaded
Open this post in threaded view
|

[jira] Closed: (OFBIZ-1939) three basic import routines using excel

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

     [ https://issues.apache.org/jira/browse/OFBIZ-1939?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

BJ Freeman closed OFBIZ-1939.
-----------------------------

    Resolution: Fixed

based on Davids comments in OFBIZ-1947
I doubt these will every get into the SVN


> three basic import routines using excel
> ---------------------------------------
>
>                 Key: OFBIZ-1939
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-1939
>             Project: OFBiz
>          Issue Type: New Feature
>          Components: party, product
>            Reporter: BJ Freeman
>            Priority: Minor
>             Fix For: SVN trunk
>
>
> these are user mass import routines from excel
> these do not just import data to entities
> they can be used as CRUD input
> I have included the message.ftl that explains them.
> I will re-factor the ones I have, now, to go into party, and products.
> any input as to other consideration will be noted and worked into the imports if possible.
> estimate completion about 9/30/08

--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply | Threaded
Open this post in threaded view
|

[jira] Updated: (OFBIZ-1939) three basic import routines using excel

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

     [ https://issues.apache.org/jira/browse/OFBIZ-1939?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

BJ Freeman updated OFBIZ-1939:
------------------------------

    Attachment:     (was: messages.ftl)

> three basic import routines using excel
> ---------------------------------------
>
>                 Key: OFBIZ-1939
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-1939
>             Project: OFBiz
>          Issue Type: New Feature
>          Components: party, product
>            Reporter: BJ Freeman
>            Priority: Minor
>             Fix For: SVN trunk
>
>
> these are user mass import routines from excel
> these do not just import data to entities
> they can be used as CRUD input
> I have included the message.ftl that explains them.
> I will re-factor the ones I have, now, to go into party, and products.
> any input as to other consideration will be noted and worked into the imports if possible.
> estimate completion about 9/30/08

--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply | Threaded
Open this post in threaded view
|

[jira] Updated: (OFBIZ-1939) three basic import routines using excel

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

     [ https://issues.apache.org/jira/browse/OFBIZ-1939?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

BJ Freeman updated OFBIZ-1939:
------------------------------

    Attachment:     (was: SupplierInventory.xls)

> three basic import routines using excel
> ---------------------------------------
>
>                 Key: OFBIZ-1939
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-1939
>             Project: OFBiz
>          Issue Type: New Feature
>          Components: party, product
>            Reporter: BJ Freeman
>            Priority: Minor
>             Fix For: SVN trunk
>
>
> these are user mass import routines from excel
> these do not just import data to entities
> they can be used as CRUD input
> I have included the message.ftl that explains them.
> I will re-factor the ones I have, now, to go into party, and products.
> any input as to other consideration will be noted and worked into the imports if possible.
> estimate completion about 9/30/08

--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.