[jira] Created: (OFBIZ-1383) Standalone Java Application for Sales Order Entry

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

[jira] Commented: (OFBIZ-1383) Standalone Java Application for Sales Order Entry

Nicolas Malin (Jira)

    [ https://issues.apache.org/jira/browse/OFBIZ-1383?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12540387 ]

Jacques Le Roux commented on OFBIZ-1383:
----------------------------------------

Skip,

Sorry I have any plans for now, no time either :(

I think you have overestimate my proposition. It was only to have a look; it uses release4.0, so nothing specific there.

My wife still uses an old Gateway 350Mhz on Win 98. It would be still be perfect if it was not unstable because of 98.

I saw that you are a fan of WoW. I was one on Starcraft some years ago. Good and bad souvenirs, I played too much, my back made me suffer for 3 years after ;o).

> Standalone Java Application for Sales Order Entry
> -------------------------------------------------
>
>                 Key: OFBIZ-1383
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-1383
>             Project: OFBiz
>          Issue Type: New Feature
>          Components: order
>            Reporter: Skip Dever
>         Attachments: fssoe.ZIP, startfs.bat
>
>
> This issue makes available a new desktop application that allows sales order entry.  It is similar in concept to the pos module.
> The difference is that it essentially duplicates the functionality Order-Order Entry screen.  It is useful if you have backoffice sales people taking lots of orders.
> It is architecturally different from the POS in that it is designed to have an interface to the Ofbiz engine in whatever manner you want.   My intent was to produce both direct and java-rpc connections,  but only the direct connection is done.  See the com.fs.data.DataConnection and com.fs.data. OfbizDataConnection classes for more details.
> This runs, but is not finished.  I have been pulled off to finish the AR and Purchasing work, and I expect that to take a month or two.  So, I am offering this advanced look in case there are others who can use it or would like to contribute.
> Note that I do not expect this to be part of the Ofbiz distribution because the code formatting does not follow the Ofbiz guidelines.  However, I have no intention of changing the formatting.  I have over a million lines of java code using this formatting and I do not intend to change at this point.
> To install this, unzip the attached file in your specialpurpose directory and follow the minimal installation instructions in the docs subdirectory.
> The basics are reprinted here:
> Copy specialpurpose\fs\configfiles/fssoe-containers.xml to framework\base\config.
> Copy specialpurpose\fs\/configfiles/fssoe.properties to framework\base\build\classes\start\org\ofbiz\base\start
> Add:
> <load-component component-location="${ofbiz.home}/specialpurpose/fs"/>
> To specialpurpose/component-load.xml
> Run ant with no arguments in the Ofbiz root directory
> You can then run the application with:
> java -Xms256M -Xmx512M -Duser.language=en -jar ofbiz.jar fssoe

--
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-1383) Standalone Java Application for Sales Order Entry

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

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

Jacques Le Roux closed OFBIZ-1383.
----------------------------------

    Resolution: Not A Problem

I think this is not usable anymore and should be close. If someone think otherwise, please reopen

> Standalone Java Application for Sales Order Entry
> -------------------------------------------------
>
>                 Key: OFBIZ-1383
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-1383
>             Project: OFBiz
>          Issue Type: New Feature
>          Components: order
>            Reporter: Skip Dever
>         Attachments: fssoe.ZIP, startfs.bat
>
>
> This issue makes available a new desktop application that allows sales order entry.  It is similar in concept to the pos module.
> The difference is that it essentially duplicates the functionality Order-Order Entry screen.  It is useful if you have backoffice sales people taking lots of orders.
> It is architecturally different from the POS in that it is designed to have an interface to the Ofbiz engine in whatever manner you want.   My intent was to produce both direct and java-rpc connections,  but only the direct connection is done.  See the com.fs.data.DataConnection and com.fs.data. OfbizDataConnection classes for more details.
> This runs, but is not finished.  I have been pulled off to finish the AR and Purchasing work, and I expect that to take a month or two.  So, I am offering this advanced look in case there are others who can use it or would like to contribute.
> Note that I do not expect this to be part of the Ofbiz distribution because the code formatting does not follow the Ofbiz guidelines.  However, I have no intention of changing the formatting.  I have over a million lines of java code using this formatting and I do not intend to change at this point.
> To install this, unzip the attached file in your specialpurpose directory and follow the minimal installation instructions in the docs subdirectory.
> The basics are reprinted here:
> Copy specialpurpose\fs\configfiles/fssoe-containers.xml to framework\base\config.
> Copy specialpurpose\fs\/configfiles/fssoe.properties to framework\base\build\classes\start\org\ofbiz\base\start
> Add:
> <load-component component-location="${ofbiz.home}/specialpurpose/fs"/>
> To specialpurpose/component-load.xml
> Run ant with no arguments in the Ofbiz root directory
> You can then run the application with:
> java -Xms256M -Xmx512M -Duser.language=en -jar ofbiz.jar fssoe

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

12