ADDITIONAL TASKS ON BEDRIFTSTEMPEL.NO
Layout changes
1. When choosing stamp maybe all available lines for that particular stamp should be listed. Removing the “add line” button.
As far as I understand, “delete line” button should be removed too?
Yes
2. I want to add the spaces on each side of main page as MerkAlt has. Where it is guaranteed graphics etc.
Since it will affect on layout (perhaps design area and custom data form will be changed), I need to know the exact width of these additional sections.
I will send you a screen shot of what I mean.
3. I want to add the bottom space at the bottom like MerkAlt has.
Do you mean the additional section with extra information which is under the main page on MerkAlt?
Yes
4. I do not think the quantity discount is calculating properly. Will you check? I want to activate that feature soon.
Like on merkalt.no, the discount is applied to the price of one item, not to total sum.
For instance, if customer orders 3 stamps then he has discount 10 %. In this case:
- assume that the price of one stamp = 269 Kr;
- the price of one stamp with discount = 269 * 0.9 = 242.1 Kr;
- since this price should be rounded to highest integer value, it will be 243 Kr;
- total sum for all ordered stamps = 243 * 3 = 729 Kr;
- discount value = (269 * 3) - 729 = 78 Kr;
The same algorithm is used on all merkalt instances too.
5. Add a stamp optimization check box like MerkAlt has.
6. Add on each line aspect ratio check box which could turn it on/off.
Flash editor changes
1. When dragging elements they should be able to be dragged through each other. Otherwise it is almost impossible to organize. Maybe overlap should be allowed also?
Allowing blocks overlapping will cause necessity of special area with blocks pictograms in order to have access to completely overlapped blocks. Please note, that implementation of such area will take significant time on development.
2. Is it possible to decrease amount of paddings inside each text element? (this is not needed if overlap is allowed).
Unfortunately, flash doesn’t allow to change top and bottom paddings of text object - right and left only. But right and left paddings have an optimal values. The only solution, I think, is to allow blocks overlapping. Perhaps, it take a sense to introduce “partial” overlapping - let say, each block could be overlapped by another no more than 5 pixels from any side. In other words, block could not be overlapped completely by another blocks.
Ok. We can wait with overlap function if that is very time consuming. But is it possible to just enable objects to be dragged though each other? Otherwize it is very hard to arrange text objects.
I think, it's possible. I'll try to do this.
3. All TEXT-elements should have locked aspect ratio as default. Making it impossible to drag a text very wide and very short (out of proportions).
