web
You’re offline. This is a read only version of the page.
close

Move Analyze option to the right


After creating the a new Docker and enabling the Analyze option I noticed, the new option is very annoying. It's too big and in the way for the normal actions. Maybe move it next to the Share option? At least not on the left.


Read more...
1 Comments

Read more...
1 Comments

Category: General (2081)

STATUS DETAILS
Needs Votes

Put the namespace using section in it own region


Add the namespace "using" section in it's own #region. This way we can collaps the complete usins section to one line. At the moment the Job table has 38 using lines.

Read more...
0 Comments

Read more...
0 Comments

Category: Development (1512)

STATUS DETAILS
Needs Votes

XML Buffer should be able to handle CDATA


When reading this xml into the XML-Buffer. It does not read the MsgContent into the table.


<>

 

 

  

  2ef78060-5c41-43b8-a35a-63dce8...

Read more...
2 Comments

Read more...
2 Comments

Category: Development (1512)

STATUS DETAILS
Needs Votes

Make ConvertAmountTo functions in Job Planning Line public instead of local


Currently, al the ConvertAmountTo functions in Job Planning Line are local. Make these functions public so we can use these function without copying functionality


Functions ConvertAmountToLC, ConvertAmountToFCY

Read more...
0 Comments

Read more...
0 Comments

Category: Development (1512)

STATUS DETAILS
New

Make it possible to access the protected variables in a table


Currently the Job Planning Line has 4 protected vars


protected var

        Job: Record Job;

        UnitAmountRoundingPrecis...

Read more...
0 Comments

Read more...
0 Comments

Category: Development (1512)

STATUS DETAILS
New