You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ofbiz.apache.org by Ingo Wolfmayr <in...@wolfix.at> on 2023/02/03 12:38:30 UTC

Manual for distribution build

Hi Community,

is there a description what can be done with the ofbiz.tar/zip files in build/distribution.

Best regards,
Ingo

Mag. (FH) Ingo Wolfmayr
Wolfix Solutions
Gänsgasse 14
A-5282 Ranshofen

Tel.: +43 (0) 664 2549626
Web: https://www.wolfix.at<https://www.wolfix.at/>
Xing: https://www.xing.com/profile/Ingo_Wolfmayr/

[emailsignatur]



Re: Gantt chart for Production Run

Posted by Yashwant Dhakad <ya...@hotwaxsystems.com>.
Hi Yannong Huang,
You can create multiple routing tasks for checkin/review/QA process.
If you create multi-level BOM then the system automatically generated
dependent jobs and will be shown in the production run screen.

On Mon, Feb 6, 2023 at 11:42 AM yannong huang <ya...@gmail.com>
wrote:

> Hi community,
>
> We recently came across a prospect/customer request to display production
> runs generated from a MRP run into a Gantt chart. We extended the
> Manufacturing module with the Gantt Chart displaying feature. Enclosed is a
> screenshot of a scenario with a 3-layer BOM where the finished good premium
> table is made of a golden table, which in turn is made of a (normal) table,
> and which finally is made of raw materials like wood, nail and varnish. The
> scenario does not make a lot of sense but is merely meant for illustrating
> the ideas.
>
> We appreciate advices from the community on:
>
> 1. Does it make sense to incorporate the feature into the product? If yes,
> what would be an appropriate procedure for code checkin/review/QA?
>
> 2. Does it make sense to further incorporate a tree view feature to
> display the pegging logic with a chain of production runs (and embedded
> production run tasks) for a given sales order?
>
> Thanks,
> Yannong
>


-- 
Kind Regards,
Yashwant Dhakad
Sr. Technical Consultant

*HotWax Systems*
*Enterprise open source experts*
cell: +91-9098240513
office: 0731-409-3684
http://www.hotwaxsystems.com

Re: Gantt chart for Production Run

Posted by Ernest Hocking <er...@computer.org>.
Good afternoon Yanong,

I have a prospect that has specifically asked for that functionality .
He's very organised and I suspect that there would be other sites that
would also appreciate being able to see production runs as gantt charts.
Looking at the code / data it seems to be a case of the work effort type
that primarily determines this at present .

kind regards

Ernest


On Mon, Feb 6, 2023 at 1:13 PM yannong huang <ya...@gmail.com> wrote:

> Hi community,
>
> We recently came across a prospect/customer request to display production
> runs generated from a MRP run into a Gantt chart. We extended the
> Manufacturing module with the Gantt Chart displaying feature. Enclosed is a
> screenshot of a scenario with a 3-layer BOM where the finished good premium
> table is made of a golden table, which in turn is made of a (normal) table,
> and which finally is made of raw materials like wood, nail and varnish. The
> scenario does not make a lot of sense but is merely meant for illustrating
> the ideas.
>
> We appreciate advices from the community on:
>
> 1. Does it make sense to incorporate the feature into the product? If yes,
> what would be an appropriate procedure for code checkin/review/QA?
>
> 2. Does it make sense to further incorporate a tree view feature to
> display the pegging logic with a chain of production runs (and embedded
> production run tasks) for a given sales order?
>
> Thanks,
> Yannong
>

Gantt chart for Production Run

Posted by yannong huang <ya...@gmail.com>.
Hi community,

We recently came across a prospect/customer request to display production runs generated from a MRP run into a Gantt chart. We extended the Manufacturing module with the Gantt Chart displaying feature. Enclosed is a screenshot of a scenario with a 3-layer BOM where the finished good premium table is made of a golden table, which in turn is made of a (normal) table, and which finally is made of raw materials like wood, nail and varnish. The scenario does not make a lot of sense but is merely meant for illustrating the ideas.

We appreciate advices from the community on:

1. Does it make sense to incorporate the feature into the product? If yes, what would be an appropriate procedure for code checkin/review/QA?

2. Does it make sense to further incorporate a tree view feature to display the pegging logic with a chain of production runs (and embedded production run tasks) for a given sales order?  

Thanks,
Yannong

AW: Manual for distribution build

Posted by Ingo Wolfmayr <in...@wolfix.at>.
Hi Nicolas,

thanks!

Best regards
Ingo


Von: Nicolas Malin <ni...@nereide.fr>
Gesendet: Freitag, 3. Februar 2023 14:12
An: user@ofbiz.apache.org; Ingo Wolfmayr <in...@wolfix.at>
Betreff: Re: Manual for distribution build

You can use it on production site with systemd, untar on /opt and uste it like

# nano /etc/systemd/system/ofbiz.service

[Unit]

Description=OFBiz



[Service]

Type=exec

User=ofbiz

WorkingDirectory=/opt/ofbiz/

EnvironmentFile=/etc/default/ofbiz

ExecStart=/usr/bin/ofbiz -u

ExecStop=/usr/bin/ofbiz -d



[Install]

WantedBy=multi-user.target

# ln -s /opt/ofbiz/bin/ofbiz /usr/bin/ofbiz
# systemctl daemon-reload


# systemctl start ofbiz

Nicolas
On 03/02/2023 13:38, Ingo Wolfmayr wrote:
Hi Community,

is there a description what can be done with the ofbiz.tar/zip files in build/distribution.

Best regards,
Ingo

Mag. (FH) Ingo Wolfmayr
Wolfix Solutions
Gänsgasse 14
A-5282 Ranshofen

Tel.: +43 (0) 664 2549626
Web: https://www.wolfix.at<https://www.wolfix.at/>
Xing: https://www.xing.com/profile/Ingo_Wolfmayr/

[emailsignatur]




Re: Manual for distribution build

Posted by Nicolas Malin <ni...@nereide.fr>.
You can use it on production site with systemd, untar on /opt and uste 
it like

|# nano /etc/systemd/system/ofbiz.service|

|[Unit] Description=OFBiz [Service] Type=exec User=ofbiz 
WorkingDirectory=/opt/ofbiz/ EnvironmentFile=/etc/default/ofbiz 
ExecStart=/usr/bin/ofbiz -u ExecStop=/usr/bin/ofbiz -d [Install] 
WantedBy=multi-user.target|


|# ln -s /opt/ofbiz/bin/ofbiz /usr/bin/ofbiz|
|# systemctl daemon-reload
||

# systemctl start ofbiz
|||
Nicolas

On 03/02/2023 13:38, Ingo Wolfmayr wrote:
>
> Hi Community,
>
> is there a description what can be done with the ofbiz.tar/zip files 
> in build/distribution.
>
> Best regards,
>
> Ingo
>
> Mag. (FH) Ingo Wolfmayr
>
> *Wolfix Solutions*
>
> Gänsgasse 14
>
> A-5282 Ranshofen
>
> Tel.: +43 (0) 664 2549626
>
> Web: https://www.wolfix.at
>
> Xing: https://www.xing.com/profile/Ingo_Wolfmayr/
>
> emailsignatur
>