CC Hardware

2017-08-02 Thread Craig Parker
Has anyone gotten things like Ingenico, Equinox, or Verifone credit card readers to work with OFBiz ? Seems it would need a POS app, so I'm guessing not. How about the Topaz signature pads that a lot of banks use? I grabbed a model number last time I was near one, T-L462-HSB, but I don't know

Re: [DISCUSSION] Improving the OFBiz User Interface

2017-08-02 Thread Craig Parker
+1 It'd be way easier to create a template. On 07/31/2017 01:25 PM, Jacques Le Roux wrote: I totally agree Deepak! Our problem is not that we are not using an UI framework or another. Our problem is that we are not consistently generating HTML because we use too much Freemarker templates

Re: Remove as much as possible delete and remove services

2017-08-02 Thread Taher Alkhateeb
Hi Rishi , all I guess Deepak makes sense so let's defer what I said for now and focus on the renaming effort. I'll start another thread at a future point in time On Aug 2, 2017 12:29 PM, "Rishi Solanki" wrote: > Taher, Are you proposing to move only crud services or

Re: Remove as much as possible delete and remove services

2017-08-02 Thread Rishi Solanki
Taher, Are you proposing to move only crud services or crud and basic services or all. Asking this to understand the exact proposal. +1 Deepak to keep the work independent. -- Rishi Solanki Sr Manager, Enterprise Software Development HotWax Systems Pvt. Ltd. Direct: +91-9893287847

Re: Remove as much as possible delete and remove services

2017-08-02 Thread Jacques Le Roux
+1 Jacques Le 02/08/2017 à 10:44, Deepak Dixit a écrit : Hi Taher, I think we can keep both work independent, as it will be very messy if we do renaming/cleaning and movement in single shot. Thanks & Regards -- Deepak Dixit www.hotwaxsystems.com www.hotwax.co On Wed, Aug 2, 2017 at 1:44

Re: Remove as much as possible delete and remove services

2017-08-02 Thread Deepak Dixit
Hi Taher, I think we can keep both work independent, as it will be very messy if we do renaming/cleaning and movement in single shot. Thanks & Regards -- Deepak Dixit www.hotwaxsystems.com www.hotwax.co On Wed, Aug 2, 2017 at 1:44 PM, Taher Alkhateeb wrote: > Hi

Re: Remove as much as possible delete and remove services

2017-08-02 Thread Taher Alkhateeb
Hi Paul, no what I meant is a new single component where move all services to it. The reason I suggested that is to reduce "mass operations" and make them into one. Our services require a lot of cleanup, renaming, fixing, etc ... so I guess I just rushed an email which I wanted to carefully write

Re: Remove as much as possible delete and remove services

2017-08-02 Thread Paul Foxworthy
On 2 August 2017 at 16:37, Taher Alkhateeb wrote: > If you are willing to make the effort towards > naming all these services then you might as well consider unifying > them. Hi Taher, Are you proposing one expire service for all entities, which sets the thruDate

Re: Remove as much as possible delete and remove services

2017-08-02 Thread Pierre Smits
Before a conversion from delete/remove services to expire services takes place, the associated entities need to be checked to correct those that don't have from and thru fields. Best regards, Pierre Smits ORRTIZ.COM OFBiz based solutions & services OEM - the

Re: Remove as much as possible delete and remove services

2017-08-02 Thread Taher Alkhateeb
I agree with the suggested naming convention and proposed work. Naturally it should be done carefully and slowly. With that being said, since this discussion is getting traction, I would suggest that If you are willing to make the effort towards naming all these services then you might as well

Re: Remove as much as possible delete and remove services

2017-08-02 Thread Rishi Solanki
+1 for the proposal with some caution (as suggested by Paul) on picking an entity as candidate which won't have the delete service with it. Some basic steps I could think of we should follow in the effort. Please feel free to add more check points. 1) Identify such entities, where we have to

Re: Remove as much as possible delete and remove services

2017-08-02 Thread Swapnil Mane
+1 for using 'expire' service for all the possible places. IMO, In ERP systems, we should not delete any information/data. Because data is the real asset for the any organization. Helping in taking the business decision. Thanks, Jacques and Deepak for sharing this. - Best Regards, Swapnil M

Re: Remove as much as possible delete and remove services

2017-08-02 Thread Paul Foxworthy
On 2 August 2017 at 15:49, Deepak Dixit wrote: > In case of calling update service we have to pass thruDate as mandatory > parameter, We have expire as entityAuto service that care of setting up the > thruDate if not passed. So instead of doing it controller level