The invoice tag has no wiki summary.
0
votes
2answers
169 views
Help needed designing order and invoice in JavaEE shopping cart application
I got a bit confused designing the classes for a shopping cart application.
A ShoppingCart has a set of ShopCartItems, each of which contains an instance of a Product and the quantity. The ...
1
vote
1answer
96 views
Daily Recurrence Invoices Check
My situation as follow:
I'm building up an invoice system, I have almost everything done, except the invoices recurrence. Here is what I'm trying to do without success.
The condition:
My condition ...
1
vote
1answer
840 views
Including a .text.erb partial in a .html.erb template? (Invoice)
I'm porting an application to Rails 3.
We're an e-commerce site and naturally we send copies of tax invoices by email. We use plain text, so a .text.erb seems logical.
We also display invoices in ...
0
votes
2answers
63 views
lifespan relations of cartitem and Invoice.. doubts implementing shoppingcart
I am trying to implement a shopping cart web app like most newbies to javaee & hibernate..I went through many textbooks and still have doubts. I am hoping somebody here can help me correct my ...
1
vote
1answer
1k views
php Invoice code not updating correctly the order
I can't actually see why, but my invoice code doesn't actually show the correct values for the totals when it get completed without errors.
The code is:
public function invoice($realOrderId){
...
2
votes
2answers
625 views
Need to include image with PDF in Magento
I need to include the 'customer's logo' in the PDF file when we download it from invoice.
I tried with the following code.
$page->drawImage($customerLogo, 25, 800, 125, 825);
But it through the ...
0
votes
2answers
2k views
Invoice Print in vb.net or c#
I'm making a simple one-form Invoice bill printing, below is the screenshot to illustrate it.
I want to generate a report from the existing form after entering the data, simply static without ...
2
votes
2answers
883 views
Creating Invoice & Capturing on Shipment
We've got some API integrations that will periodically create shipments for orders.
What I'd like to do is create an observer to also create an appropriate invoice & capture payment when this ...
0
votes
1answer
917 views
Invoice table design
I am creating an invoice table for the customers. Sometime they will have to send me the commission fees or sometime I send them fees (account balance). How to design a invoice table in this ...
0
votes
1answer
116 views
Invoice table: Send fees and Receive Fees
I am creating an invoice table for the customers. Sometime they will have to send me the commission fees or sometime I send them fees (account balance). How to design a invoice table in this ...
0
votes
3answers
134 views
Use a field or a whole new table?
I could really use some insights on choosing between the following two database layouts.
Layout #1 | Layout #2
|
CUSTOMERS | CUSTOMERS
id int pk | ...
0
votes
1answer
888 views
Creating Floated Image with text flowing around it with padding in iTextSharp
Is it possible to create a Floated Image with text flowing around it in iTextSharp. I did the below and the image is not inserted but only the elements.
Document doc = new Document();
...
2
votes
3answers
2k views
Generating Pdf from webpage in asp.net
Could you give me some recommendations on free/Openspurce library etc that could be integrated on asp.net application to Generate Pdf out of Html fragments. I will be generating Invoices that is ...
2
votes
2answers
1k views
Data modelling draft/quote/order/invoice
Im currently working on a small project in which I need to model the following scenario:
Scenario
Customer calls, he want an quote on a new car.
Sales rep. register customer information.
Sales rep. ...
0
votes
2answers
551 views
java invoice print CommPortIdentifier with unsigned bytes issue
Hey,
I need to print invoices in a thermal invoice printer
I wrote this program to do just that (see below)
However, for localization reasons I need send to the printer characters with values range ...
0
votes
0answers
49 views
I need to add Extra Pages in my site and also Invoice Generator [closed]
I am not coming from a development background but I do understand few basics.
I have few questions here and need some help:
In my website I want to add:
Extra Tab which should ask me for a login.
...
0
votes
1answer
315 views
Invoicing in classic Asp + Ajax
I need to a form for invoicing,
Please help me to have some Idea how to insert all the data at once into invoice table.
I am using text box to get all details for items .
here is the code for get ...
0
votes
1answer
802 views
CRM + Invoicing/Billing + Ticketing for a small web design company
I am currently using ActiveCollab but it lacks the typical CRM features. I can't even keep notes about a customer saved in one place.
What I am looking for is a simple but efficient CRM application ...
0
votes
1answer
208 views
CMS with shopping cart, invoicing, reporting, secure download
I'm going to try to keep this short. My business is releasing sensitive documents. My current system sucks. I need these things:
A robust invoicing system with:
easy internal tracking, auditing, ...
0
votes
2answers
716 views
print all invoices
I am building an order system for a client and would like to give them the ability to print all invoices but i have no idea how to do it
the invoices will be stored in a mysql db and I would like ...
3
votes
1answer
3k views
Automatic invoicing in magento
I have created new custom product type which extends virtual product in magento. Now I would like to block automatic invoicing for online payments eg. paypal when order contains at least one custom ...
0
votes
1answer
2k views
Invoice database design
The invoice database design, might look something like this...
http://www.databaseanswers.org/data_models/invoices_and_payments/index.htm
Now If the user decides to change/revise the product ...
1
vote
1answer
363 views
Invoiced Line Items ASP.NET
I have an invoice form . As you know it has Header and Line Items . When user creates invoice there can be any numner of line items.So users can click "Add Item" to add a new item and all of them ...
0
votes
2answers
1k views
Database design for a small computer shop, looking for suggestions
As an exercise for learning some database design techniques, I'm designing a database for a fictional small computer shop. The idea is that the shop gets some components from multiple suppliers, ...
0
votes
2answers
737 views
New invoice not showing up in ubercart
I'll make this quick because I'm hoping to get it fixed as quickly as possible!
Basically, after making multiple posts asking for assistants creating a invoice template for ubercart, non of which got ...
0
votes
0answers
305 views
Help Calculating Invoice
I need help with a calculation:
I need to do this:
Item ---- Qty ( 2 ) --- Rate ( $2 ) = Total ( $4 )
Item ---- Qty ( 3 ) --- Rate ( $3 ) = Total ( $9 )
SUBTOTAL = $13
SALES TAX ...
2
votes
1answer
429 views
Help Calculating Invoice
I need help with a calculation:
I need to do this:
Item ---- Qty ( 2 ) --- Rate ( $2 ) = Total ( $4 )
Item ---- Qty ( 3 ) --- Rate ( $3 ) = Total ( $9 )
SUBTOTAL = $13
SALES TAX ...
0
votes
1answer
40 views
make a session user have a automatic code input
when a user logs in, I want a input type text to be already filled with some pre-determined letter...
how can I make that possible?
0
votes
2answers
390 views
display automatic date in input
I am making a invoices page and I want the date to appear automatically as an input as well as the date of expiration (30 days later)
is there an automatic function?
I have this:
TD
can value ...
1
vote
4answers
127 views
Unique document number for the month
I need to create an invoice number in format:
CONSTANT_STRING/%d/mm/yyyy
mm - Month (two digits)
yyyy - Year
Now, the %d is the number of the invoice in the specific month. Another words, this ...
0
votes
3answers
374 views
default value in mysql table id.. invoice help
I have the id which is the primary. It has auto increment.
When ever I try to enter a default value like for example: 000 - it does not start counting from that number but from 0,1,2,3 etc...
...
0
votes
1answer
343 views
Why won't my page display unless I put an .html at the end of URL?
For some reason after transferring to a new server my invoices page and script aren't working. When a customer enters his information it is put in the database and it creates an invoice like so:
...
0
votes
2answers
339 views
Combining content types into a single PDF in Drupal 6
So, I'm working on a Drupal 6 project that ultimately replaces a big, complex Excel spreadsheet with a workflow as such:
Customer books an appointment via the Bookings API
Employee goes to customer ...
0
votes
4answers
744 views
SQL: table design for ship/invoice address and SELECT CONCAT problem
I have a simple customers table designed this way (I report only some fields, the ones regarding this qeustions):
+ ----------- + --------------- + ---------------- +
+ customer_id + invoice_address ...
0
votes
2answers
787 views
How can I get a list of products related to an invoice in magento?
I am trying to alphabetize the items listed on an invoice in the backend of a magento site.
I have access to the Mage_Adminhtml_Block_Sales_Order_Invoice_View_Items object used to display these items ...
2
votes
3answers
676 views
Implementing a sales tax strategy for Invoices
Here in South Africa we have Value Added Tax (VAT) which is pretty much identical to Sales Tax and is currently fixed at 14%, but could change at any time.
I need to include VAT on invoices (which ...
4
votes
3answers
3k views
Print Invoice C# Winforms
I have written an application in c# and now i want to print its content in form of invoice as shown in figure i want to print costumer data only once but jobs he has asked to be performed on his car ...
1
vote
1answer
598 views
SINGLE Invoice for 2 or more orders in magento
It is possible to make an invoice for 2 or more orders at the end of the month? I can see only to option to make invoice for every order.
If not, I'm looking for an extension to calculate the total ...
2
votes
4answers
6k views
print order and invoice emails in magento
Is it possible to print the invoices and orders as html instead of pdf from the admin?
Magento sends invoice as html email so most of the work is already done.
Thanks
2
votes
1answer
320 views
Does Paypal's Recurring Payments logic take into account VAT changes?
I have an application that will charge users a small fee on a monthly basis, but the amount is VAT-able. VAT is changing in January from 17.5% to 20%.
How does Paypal handle this? I can see in the ...
0
votes
3answers
1k views
Database design for a small CRM/invoicing system
I'm currently developing a small customer relationship and invoice management system for my client. And I have run into some small issues which I would like do discuss.
What is the best practice ...
2
votes
3answers
396 views
How to handle price fluctuations in an invoice application?
In an invoicing application, consider following:
I have a products table that also contains the price of the product. And then I have an invoice and invoice_lines table and in each invoice line, I ...
5
votes
4answers
3k views
Best way or library to generate PDF format of invoices in Java
I am working on a project, one feature is to generate PDF format of invoices in Java.
There seems to be many solutions, but I don't know which one is the best for invoices.
Please advise,
Thanks.
2
votes
1answer
2k views
Submitting values of “jQuery Editable Invoice” into a MySQL DB using PHP
I am using this fantastic example of a jQuery editable invoice as a template for creating dynamic invoices for my users.
It's working quite well and I am successfully generating the items but I now ...
2
votes
3answers
267 views
What is the standard way to write a program to generate invoices?
I am building a billing system. The system needs to generate monthly invoices to Clients.
What I am doing now is using a For loop to check all the clients their previous invoices and decide if it is ...
2
votes
2answers
148 views
How can I let the user download the HTML-file?
I would like to create an Invoice in HTML instead of a PDF-file. And I would like to let the user easyli download the HTML-file via a link. How can I do this?
If I simply link to the HTML file, it is ...
1
vote
1answer
431 views
GLAccount Information - Simulate BAPI_INCOMINGINVOICE_CREATE
I am currently working on an application that posts invoices to SAP using Java/JCo. I am using BAPI_INCOMINGINVOICE_CREATE for the purpose and it works perfectly fine. Now I have an additional ...
2
votes
2answers
554 views
FreshBooks API Libraries
I am new to FreshBooks (not only the API) and I want to use it for some automatically generated invoices. I was trying to run some of the source code examples (the PHP and JS libraries in particular):
...
2
votes
3answers
936 views
Google checkout invoice through API
Hey all
I am trying to find a way of sending email invoice via google checkout's API (and also in PayPal)
I can't find how. or at least how to generate a new order (money request)
thank you
2
votes
1answer
153 views
Harmonized sales tax headaches
Alright Im using the BambooInvoice software, and where I am, we have two sales taxes.
This is how they work
price of item * tax1 = Sum1Tax1
Sum1tax1 *tax2 = Final sales price
Currently, Bamboo ...
