You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by "Jacques Le Roux (JIRA)" <ji...@apache.org> on 2008/07/07 21:14:31 UTC

[jira] Commented: (OFBIZ-1862) Modified receipts print for a "PREP" template

    [ https://issues.apache.org/jira/browse/OFBIZ-1862?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12611295#action_12611295 ] 

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

Branden,

After a cursorily review, it looks good, nothing really important :

* You don't need to put //PATCH in your comments
* Please dont use tabs in your patches but 4 spaces
* Try to always use 
+             } catch(Exception e){
+                Debug.logError(e, module);
inplace of
+             }
+                catch(Exception e){
+                Debug.logError(e, module);
(same rule than for " } else")

> Modified receipts print for a "PREP" template
> ---------------------------------------------
>
>                 Key: OFBIZ-1862
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-1862
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: specialpurpose/pos
>    Affects Versions: SVN trunk
>         Environment: SVN Trunk
> Independent
>            Reporter: Branden Strickland
>            Priority: Minor
>             Fix For: SVN trunk
>
>         Attachments: prepReceipt.patch
>
>
> For many restaurant applications, the need to send a special receipt to either the main, or a different printer is needed.  This receipt contains no pricing, but only the type of products ordered, and the amount. 
> This receipt gets sent to a cook, or someone who receives the order and prepares the products. 
> In this enhancement I'm also looking at using the specialShipping instructions to include a special field for things like enhanced special orders that can't be predicted and placed in the configure item screen, and addresses for deliveries, or phone numbers.  Any misc information. 
> I have the new template working, through the saveSale screen, although it can be placed anywhere. 
> I'm currently having issues with the template placing the quantity number off of the paper, although I'm using a modified custReceipt template so it shouldn't be an issue.  
> We're still working on the custom field, or as we refer to it "addtlInfo". 

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