Well, you simple wait until you get your final receival before allocating your initial payment.
When doing your payment you can instead reference the invoice number in the payment memo field.

This is the way I can suggest for you.

/Joe

1,927

(2 replies, posted in Accounts Payable)

By using reference numbers instead of real numbers you can create your own number serie. F.i. starting with charactere FA001 and so on.

In config.php you can choose to use the built in numbers or reference numbers when sending the items to your partner.

    $print_invoice_no = 0;

Setting this 0 value prints the reference number. Setting it to 1 will print the built in numbers.

/Joe

Hello Marc,

It seems that there is some kind of catch 22 here. I haven't heard of this behaviour before and cannot reproduce it.

You can remove the delivered fields in the table purch_order_details in your database. You can use phpMyAdmin for doing that. Look up your database (you can find the database name in the file config_db.php). Look for X_purch_order_details, where the X_ is the prefix of the database.
Look up your Purchase Order No of the records. Set the quantity_received and qty_invoiced to 0.

After these operations you should be able to Cancel the Purchase Order in FrontAccounting.

/Joe

The item description is shown on the printed purchase order. This info is only relevant for the supplier.

Joe

1,930

(5 replies, posted in Wish List)

It is not possible to create users only allowed to see his own data.

Joe

1. Create and send the PO to the supplier.
2. Create a payment to the supplier without allocating anything. Make a memo on the payment, f.i. PO #5. After creating the payment you can make a remittance and send it to the supplier.
3. When the goods are received use the Outstanding po maintenance and create the receival.
4. When the invoice arrive, enter the supplier invoice and select the po receival
5. Select  Allocate supplier payments and credit notes. Select the payment you made before and the invoice to allocate.

Joe

Make a payment to the supplier without allocating any invoices. You may put a memo/comment on the payment regarding the PO. Send a remittance. When goods arrive you enter the receival and when the invoice arrive you enter the invoice and allocate the former payment for the invoice.

/Joe

1,933

(5 replies, posted in Wish List)

No, this not possible in FA. The customer should be able to see this info in his own accounting system.

/Joe

1,934

(9 replies, posted in Report Bugs here)

Have you tried to set up the time-out value in php-ini.

/Joe

It seems that it is already voided. You should now be able to go into Purchase Order Inquiry, select the PO for editing and here you should be able to cancel the PO.

/Joe

1,936

(11 replies, posted in Modules Add-on's)

You can see if it is available from the repository by selecting Setup tab, install/activate extensions.

Decimal places are per user basis.

Joe

Please set the $go_debug flag to 1 in the file config.php. This will usually trap errors. You can also look at the errors.log in the /tmp folder.

You can also search the forum for similar issues. Try the search for, redirect .

If you still have the error, then consider upgrading your php version.

Joe

You can change the timezone in the config.php file.

/Joe

Can't you just print the existing tax report to Excel instead of PDF?

/Joe

This font can be downloaded from page:
ae_tholoth
Please follow the instructions and copy the font files into /reporting/fonts .

/Joe

The last parameter in function session_set_cookie_params in only available from php version 5.2. Please update to this version, because this last parameter is mandatory for setting new sessions safely.

/Joe

Please tell us which version of FA you are using, as well as the php version.

Joe

1,944

(3 replies, posted in Items and Inventory)

The reorder level is a warning about purchasibg new items. There is some list you can print out. Also if there is an email address on the location, an email is sent to that address when reaching this reorder level.

Joe

No, you can also try on the Training Co, first.

JOe

I am very busy at present. Please read about this in the wiki.

Joe

Well, please read about this in the https://frontaccounting.com/fawiki. You could use assembly (simple manufacturing) to do this.

/Joe

1,948

(3 replies, posted in Accounts Payable)

Then you should void the receival first.

/Joe

1,949

(3 replies, posted in Accounts Payable)

In the PO inquiry, select edit this order. Then select 'Cancel Order'.

Joe

No, you will have to rewrite the report or better make an extension.

/Joe