phpBMS

{5} Assigned, Active Tickets by Owner (Full Description) (35 matches)

List tickets assigned, group by ticket owner. This report demonstrates the use of full-row display.

anonymous (2 matches)

Ticket Summary Component Milestone Type Created
Description
#28 Purchasing Module phpbms Future Releases enhancement 10/15/06

I am working on a module to track my suppliers, purchases from suppliers and eventually get to accounting sections. if anyone can give some assistant in development please let me know.


#245 Client Level Time Zone settings phpbms 1.0 enhancement 03/18/08

Looking for away to set my timezone. My server has a different time than my current time and i would like to be able to show when things happen at my current time


brieb (33 matches)

Ticket Summary Component Milestone Type Created
Description
#411 Receipts - Load Open AR Items not functioning phpbms 1.0 defect 01/28/10

The "load open AR Buttons" is not functioning.


#225 Euro Symbol displaying as "€" when emailing invoice phpbms 1.0 defect 12/07/07

Euro Symbol displaying as "€" when emailing an invoice. Euro symbol displays fine when printing the exact same invoice. From trunk at revision 370.


#236 Receipt Auto-Apply is wrong if decimal seperator is comma phpbms 1.0 defect 01/24/08

When inserting an receipt, and clicking the auto-apply button, the value is inserted without an comma, and thus 100 times too large. My decimal seperator is a comma, instead of a point, which I think is the problem.


#269 Recurring Invoice Recurrs Immediately phpbms 1.0 defect 06/15/08

If the invoice date is today, and the invoice is set to recur, the invoice will recur immediately. More specifically, the invoice will recur at the next cron interval provided cron is set to run the scheduler "today".

Reproduction:

1) Create an invoice

2) Set the invoice date to today (i.e. it will be the same as the default order date then)

3) Save

4) Go to recurrence tab

5) Set to recur every 1 year with default settings

6) Save

In the example of cron running the scheduler every minute, the invoice will repeat every minute even though it is not supposed to repeat until next year. I have tested this with monthly repeating as well with the same effect as above.

Bug appears to be present in 0.94 and 0.96


#362 credit doesnt deduct from client view page phpbms 1.0 defect 10/08/09

hello,

when you go to view a client and click the credit tab, it does not show the open AR items and deduct the amount from the available credit. Although when you go to create a new invoice under the client's credit, it shows the proper available credit.


#412 Fix for SQL in base > notes.php phpbms 1.0 defect 01/28/10

There's a small typo in the query related to marking notes as read. I've attached a patch.


#413 All Emails seem to be sending as invoices phpbms 1.0 defect 01/31/10

This looks like a regression from .96 since I did not see this behavior in that build.

Just select a sales order and send a quote email, and you will see that it arrives looking like an invoice.

Looks like it is all stemming from the value that ends up in $this->settingsreportTitle? in invoices_pdf_class.php. That value seems to always show up as "Invoice" (is it never being passed in right so setting on l.78-79?) which is resulting in the following:

1. Title on Quote shows up as Invoice 2. Email shows up saying "Invoice" in subject line 3. Filename is Invoice#### instead of Quote#### Those are the only issues I see so far, but I'm sure I'm missing some. :)

It DOES look like the right report is being used b/c there is no "Total Due" showing up at the bottom.


#91 Inventory Control phpbms 1.0 enhancement 03/27/07

Need the ability to tack how much inventory for certain products. Need to be able to add inventory into the system, and for sales orders to reserve and subtract from the system.


#220 Invoice numbering phpbms 1.0 enhancement 11/26/07

In the Netherlands it is required to number all invoices in a ascending way, without gaps. However if I create an order now and this order is cancelled, the invoice (order id) is never created and it is also not possible to create a credit invoice.

Three things should be implemented: - Generate a unique invoice number only when the invoice is created; - Make it possible to give a startnumber for the invoice id (like 20070000); - Make it possible to create a credit note, if an invoice is incorrect.


#401 Translation phpbms 1.0 enhancement 01/14/10

Hello,

this a demonstration patch how to implement translation. I have translated the name and password field on the login page. You have to switch your internet browser to German to see the translated page. Patch and screenshot included.

best regards Andreas Tangemann


#138 Return from print screen does not display new order phpbms 1.0 defect 05/28/07

If you create a new order, save it, and then print the invoice. Then close the pdf window and click "Done" on the print window. The system incorrectly returns to a blank Order form.

If instead you open up an existing order, and then print the invoice, after closing the print window the system correctly returns to the existing order.


#199 Date incorrect in Became a client field phpbms 1.0 defect 10/18/07

If Dutch date format is selected (dd-mm-yyyy) the date is incorrect in the became a client field.

Instead of 18-10-2007 it displays 29-03-2024. The information in the therecord[becameclient] variable seems to be correct (and already formatted).

No problems with UK format.


#233 different thousands separator breaks system (credit limit) phpbms 1.0 defect 12/20/07

Credit Limit 1000+ didn't work - if you want to configure or to set the credit limit to 1000 or higher, the save process kill the zero... eg. if the credit limit is set to 20'000 - the saved result is 20


#271 Total with tax not rounding up properly phpbms Future Releases defect 07/02/08

When the order total is calculated, the tax amount is not rounded up the same way as is calculated on the tax line. The tax line itself is rounded up properly, but the total is not, leaving a difference of .01.


#281 Shift + Click Javascript error on search screen phpbms 1.0 defect 07/24/08

If no records are selected, and you shift+click a record, a java script error is thrown. In particular, firebug gives me:

theTable.childNodes[i] is undefined [site]/common/javascript/queryfunctions.js Line 125


#283 JS error on scheduler_addedit phpbms 1.0 defect 08/01/08

When changing the start time field under the dates fieldset, Firebug gives the following error:

checkEndDate is not defined


#299 Entering sales order; SQL error, possibly due to apostrophe/single-quote phpbms 1.0 defect 10/20/08

Hi,

When creating a sales order I get the following SQL error. Once I remove the apostrophe/single-quote from the sales order line entry then it submits just fine. Thanks for a great product!

You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 's Test', 1, 0, 4.95, 5.45, 1, 0, ' at line 20

Statement: INSERT INTO lineitems( invoiceid, productid, memo, taxable, unitweight, unitcost, unitprice, quantity, displayorder, createdby, creationdate, modifiedby, modifieddate ) VALUES ( 1019, 8, 'Premise wiring - Jack - 8P8C CAT5e: Terry's Test', 1, 0, 4.95, 5.45, 1, 0, 100, NOW(), 100, NOW() )


#338 Problem Downloading Attached Image Files phpbms 1.0 defect 05/19/09

I'm not sure if this bug has been submitted yet, or that the attach feature is even supposed to support this feature, but when I attach an image file (such as a jpg of a scanned in business check) to an invoice, and later try to download it, it is no longer readable. Simply put, I can view the image file before its submitted, but when I download it from PHPBMS, I can't open the new file.

I'm running phpBMS on a linux server and trying to view the file on a windows machine running Vista. Both Window's default image viewer and third party apps such as The Gimp cannot open the file. I've tried short file names with no spaces, different file formats (such as png), and I've made sure there is a file extension on the end of the file being submitted, but nothing I've tried seems to get it to work. I've looked in the forums and the Documentation Wiki to see if I'm doing it wrong, but there doesn't seem to be anything written about this feature.


#408 notification e-mails on recurring invoices still using ID system phpbms 1.0 defect 01/21/10

The recurring invoice notificationroleid field is still storing integers for id's yet the system to e-mail relys on UUIDs.


#66 Tracking number link phpbms Future Releases enhancement 01/17/07

Hi, There should be a link on the order page when the tracking number is entered that leads to the carrier page where shipments are tracked, e.g. for FedEx?, it would point to www.fedex.com/Tracking?ascend_header=1&clienttype=dotcomreg&cntry_code=us_english&language=english&tracknumbers=TrackingNumber?.


#151 Global Replace / Update phpbms Future Releases enhancement 06/12/07

Have the ability to replace / update existing data in any section of phpBMS with new data for multiple records. For example, there are five hundred products but one hundred of them need to have the weight updated. You could search for the one hundred products, highlight the group and then do a global update of the weight without having to open each product individually.


#161 multiple contacts per client/account phpbms Future Releases enhancement 07/09/07

I love PHPBMS compared to the other opensource CRM apps, however the one thing that would be nice is if we could have multiple contacts per account/client, so we could load all the employees contact information in.


#164 Quickbooks Import/Export phpbms Future Releases enhancement 07/16/07

Is there any export function builtin to where I could export my data to import it into quickbooks? Even if I can't export in Quickbooks format some type of convertible format would work. Thanks in advance for the help.


#176 Big Google Panda algorythm phpbms 1.0 enhancement 09/01/07

I bill my customers via email with the pdf from phpBMS (work order or invoice report) attached. It would be really nice to have a "Send Order" button in the order screen which would send an email with the pdf attached.

  • The user should be able to set the default body and subject.
  • The user should have to choose the report format for the pdf when sending the email
  • The user should have the option to customize the body and subject of the email when sending an invoice.

#178 Store/display file size on file uploads phpbms 1.0 enhancement 09/11/07

I have a suggestion to aid in the recall and output of data from the files table of phpBMS.

Currently the file size is not stored.

By storing the file size in advance it would simplify the recall and output process (e.g. proper header formatting for forced download).


#195 New date format phpbms 1.0 enhancement 10/17/07

It would be nice to have a new date format which is like Dutch format but has a . instead of -

This format is used (at least) in Austria, Germany and (parts of) Switzerland.


#200 Make became client editable phpbms 1.0 enhancement 10/18/07

Make the became client field editable with default to the current day. Actually you aren't always adding a new client on the day he became a client.


#235 Email receipt to client phpbms Future Releases enhancement 01/04/08

A way to email client receipts just like you can email them invoices.


#247 Pricing Breaks phpbms Future Releases enhancement 03/20/08

It would be helpful to have the ability to show a discount on each line item as opposed to a single discount applied to the entire invoice total. I know I can just list the original price in the description line, but some customers really respond to seeing that 15% discount right there on the line item.


#284 Add role selection for table "delete" function phpbms 1.0 enhancement 08/04/08

Currently, the delete button can be seen by anyone who has access to the table. Some means to discriminate between which roles can see/use this is needed.


#297 ajax call caching problem phpbms 1.0 enhancement 10/06/08

I am having some issues with browsers caching the responses to ajax calls in phpBMS. When data (such as a price) changes, it takes some time for the cached url to expire and browsers to request new data.

My solution was to append this to the end of the ajax urls in, for example, invoices.js:

var today = new Date();
var timestamp = today.getTime();
theURL += '&timestamp=' + timestamp;

Alternatively, in cases where ajax calls are frequent enough to make caching valuable, the following will refresh on a daily basis:

var today = new Date();
var datestamp = dateToString(today);
theURL += '&datestamp=' + datestamp;

Or, hourly:

var today = new Date();
var datestamp = dateToString(today) + today.getHours();
theURL += '&datestamp=' + datestamp;

Thanks,


#385 Name on card - no place to store it phpbms Future Releases enhancement 11/20/09

If the name on the card someone is paying with differs from the client name, there is no place to store it. If there is a ccnumber and ccexpiration (which btw I think should be broken up into month and year) in invoices, there should also be a ccname IMHO.


#44 Form Submission Done through JavaScript phpbms Future Releases task 11/14/06

Due to inconsistencies in web browsers, all form submissions should be done through javascript (form.submit()). Forms should have all have a onsubmit of "return false".

This allows finer control over form submission and kills the dreaded hitting-enter-submits-form problem on some browsers


Note: See TracReports for help on using and creating reports.
Scanned by Orvant Copyright © 2010 Kreotek, LLC. All Rights reserved.