Jump to content
  • 0

Import Invoice Data From File


Question

Posted

This is an alternate idea to my post:

Creating Invoice Based On Activities

 

 

I need to be able to import invoice add data from a file.

Perhaps a simple, generic way to handle this is for the file to contain items needed for invoice:add.

 

<addinvoice>

<UID>uid</UID>

<public_notes>

here is the body of the invoice such as

uname1

 

date description  $

date description  $

date description  $

  subtotal           $$

 

unname2

 

date description  $

date description  $

date description  $

  subtotal           $$

 

</public_notes>

<line>summary for user1</line>

<line>summary for user2</line>

<amount>$$</amount>

<amount>$$</amount>

<taxable>0</taxable>

<taxable>0</taxable>

</addinvoice>

 

 

I need to hire someone to do this as I do not know PHP.

 

Any and all suggestions are welcome.

 

If you want to contact me directly DGerman@Real-World-Systems.com

 

 

10 answers to this question

Recommended Posts

  • 0
Posted

How many invoices do you have & customers? I would think it would be easier to make them manually. 

 

1) make the user accounts.

 

2) add invoice, type in the description, then add the price. Then send it to their email.

 

You can also set it as a recurring invoice.

  • 0
Posted

I need to produce 50-200 invoices monthly, each month unique based on activity.

Manually entering the invoices is not feasable.

 

Is blesta not really suitable ? is not do you have a suggestion?

Thanks again.

Dennis

  • 0
Posted
  On 12/1/2013 at 6:13 PM, dgerman said:

I need to produce 50-200 invoices monthly, each month unique based on activity.

Manually entering the invoices is not feasable.

 

Is blesta not really suitable ? is not do you have a suggestion?

Thanks again.

Dennis

 

It probably is possible to do it from a file like that, but they'd need a importer or something to split the information up.

 

But changing a invoice every month would be difficult at the moment. But I'm not a employee of Blesta and not the best with coding myself. But I think it would be possible to do it with the Project Manager Module when they get round to it after 3.1, etc.

They are a small team mate, and they've created this amazing product, very helpful and interactive with the community and their customers. You wouldn't find anywhere else. So they find a way to help you if it is possible if not maybe they'll add it to their to-do list, but as people say "Rome wasn't build in a day". I'm sure a developer here could help you for a small fee, but again I can't really talk on behalf of others.

 

  • 0
Posted

An alternate to all that XML stuff is a fixed format file to create a single invoice .

something like:

 

BlestaUID

yyyy-mm-dd       (dateb)

yyyy-mm-dd      (dated)

$$$.$$,description of line

$$$.$$,description of line

+ENDOFLINES

# the lines that follow are inserted as public notes

uname1  

 

date description  $

date description  $

date description  $

  subtotal           $$

 

unname2

 

date description  $

date description  $

date description  $

  subtotal           $$

  • 0
Posted
  On 12/1/2013 at 7:39 PM, dgerman said:

An alternate to all that XML stuff is a fixed format file to create a single invoice .

something like:

 

BlestaUID

yyyy-mm-dd       (dateb)

yyyy-mm-dd      (dated)

$$$.$$,description of line

$$$.$$,description of line

+ENDOFLINES

# the lines that follow are inserted as public notes

uname1  

 

date description  $

date description  $

date description  $

  subtotal           $$

 

unname2

 

date description  $

date description  $

date description  $

  subtotal           $$

 

What system did / do you use currently do manage them?

  • 0
Posted
  On 12/1/2013 at 9:11 PM, Cody said:

Like I said in your other thread, you just need a plugin to do this. It's pretty basic, really. Email sales or open a ticket and we can discuss.

 

He has a ticket open, I've assigned it to you.

  • 0
Posted

Cody,

Looking forward to you response.

 

Is this a plug in or  a command line invocation based on the api_samples/createInvoice.php ?

  • 0
Posted
  On 12/1/2013 at 11:01 PM, dgerman said:

Cody,

Looking forward to you response.

 

Is this a plug in or  a command line invocation based on the api_samples/createInvoice.php ?

 

It would be a /plugin/Invoice_Activities/ and you'd edit everything you need somewhere on Blesta itself.

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...