No tax information is displayed on sales orders, only ex vat or included.

We were planning to release 2.3 Beta on Monday. However there might be a 2 weeks delay due to other implementation.

/Joe

Hello Gaston,

This change is made in 2.3. The id is presented before the description.
When editing an existing, the id is also presented read-only.

Thanks for your proposal.

/Joe

Ah, you should always test such things on the Training Co.

I hope you have made all the adjustment lines under one entry number. Then you can only void this entry in Setup, 'Void Transaction'.
Otherwise you will have to take them one by one.

/Joe

Ok, here are the instructions on how to implement this in release 2.2.X.

Somewhere about line 100 in config.php, add the following lines:

/* suppress tax rates on documents. 0 = no, 1 = yes. */
$suppress_tax_rates = 1;

Look here to see what to change in /reporting/rep107.php. It is the right pane you should use. This is for printing invoice.



Look here to see what to change in /reporting/rep110.php. It is the right pane you should use. This is for printing Delivery Note.



Look here to see what to change in /includes/ui/ui_view.inc. It is the right pane you should use. This is for presenting on screen.



/Joe

I will use the first method. You may look in the CVS unstable for how to implement it in 2.2.X. The CVS will be updated tomorrow.

The files to look into is /reporting/rep107.php, /reporting/rep110.php and /includes/ui/ui_view.inc, function display_customer_trans_tax_details. I will tell you when this is done.

/Joe

The only thing I can come up with is to, by a global variable $suppress_tax_rates, is by not presenting the rate on the documents. In this case you will have to include the tax rate in the Tax Type Name.

If that would be satisfactory, I can include this option in 2.3 Beta.

/Joe

You can't due to complexity, but you can make a negative Item Adjustment.

/Joe

3,633

(2 replies, posted in Accounts Receivable)

1. Yes, you can enter an invoice item with no price (you give it away for free).
2. This sounds strange. Are you sure this was a stock item and not a service?
3. First select Allocate Customers Payments or Credit Notes. Mark Show Settled Items. Click the Payment link last. Remove the aount from the payment. Now the Payment is back again.
Now you can void the Payment.

/Joe

The get_qoh_on_date is extremely important when calculating price-diff. If price changes from GRN to Supp Invoice all Deliveries must be recalculated and the dates are very important. The old calculations for qty are done on the former date and the new qty calculations are done on new date.
There are more examples on where these calculations are needed. It is a very complicated process.

You are right regarding pre704 and I will change your proposals into 2.3 (shipping soon in beta).

/Joe

The taxes are shown at the end of the invoice. One line for each tax type that have been used.

/Joe

Please practise this on the Training Co.

Yes, you can change the item price and it will change on the recurrent invoices.
The Item Tax Types are on the Setup page just below the taxes up right.

/Joe

Yes, you have to create items, either as stock or service. And before that you have to create Item Tax Types to be used on the Items.

/Joe

Templates are selected based on a Sales Order in Sales Order Inquiry.

Start by creating a Sales Order you want to use as a template, then mark this one in Sales Order Inquiry as a template.

Then you can use this template when you create the recurrent invoice.

/Joe

3,639

(1 replies, posted in Report Bugs here)

This is more like a constraint so you don't enter another rate for the same day by mistake.

/Joe

Consider setting up recurrent invoices (look in the Wiki, how to). When creating the recurrent invoices, you will get the option to either print the invoices or email them in bulk.

/Joe

Look in  under First Steps, Opening Balance. The AR/AP balances are a bit down the page.

/Joe

If you need more accuracy in the purchase pricing (average standard costs) you should set the initial purchase price in Items and Inventory to be with more than 2 decimals (f.i. 6). Then the internal calculation of average costs will be set to these decimals.

Look in the  under Purchasing, Purchasing Prices.

/Joe

Sales Kits are only a helpers for them entering the Orders. The Item Lines are expanded, so you don't see the Sales Kit units.

If you don't want them to expand, then consider using assembly (simple manufacturing) instead.

/Joe

Yes, Chaitanya, this would be a correct disposal by the Fiscal Year End closure.

/Joe

Differences in deliveries, if price differences, are regulated when the supplier invoice is received.

These operations were tested and implented some three years ago.

/Joe

Hello, No you are right. It was a little glitch in the explanation. The GL is not affected in PO delivery. Only the Stock Movements and average prices.
Thanks for being awake smile

/Joe

From today our main website has moved to frontaccounting.com.

The old links still work with redirection.

Please report if strange things happens with this movement.

If you are using the Wiki help link in your config.php, please change the - .net - to - .com -. It will work with the old link, but you avoid the redirection.

/Joe

Please follow the introduction link to accountancy here:



Thi is a very good start to see what's going on in a double entry accountancy system.

/Joe

You can use sub-groups for doing that instead. You don't need sub-accounts. If you use sub-groups they will be accumulated before the group is accumulated in balance sheet and profit and loss statement.

/Joe

Well, it doesn't seem to be an html_entiry_decode problem you have. I don't have this environment as you have. maybe someone else in the community can help here.

/Joe