청구서 기본 설정

6540 단어 quickbooks-ruby
4

묘사

이 버전에서QuickeBooks처럼 전자메일을 보낼 수 있도록 영수증 조항과 to be 전자메일 변수를 설정할 방법이 없는 것 같습니다.잘 받았다.
청구서에 대한 영수증을 보려면 다음과 같이 하십시오.
https://developer.intuit.com/docs/0025_quickbooksapi/0050_data_services/030_entity_services_reference/invoice
"Bill Email"을 추가해야 할 것 같습니다. "Email Status"가 "Need Tosend"로 설정되면 Intuit는 전자 우편으로 영수증 (?) 을 보냅니다.어쨌든 나는 더할 것이다.
용어에 대해서는 "SalesTermRef"에서 처리하지 않습니까?
2013년 11월 25일 오전 10:01, 지미굴루[email protected]쓰기:

There doesn't seem to be a way to set the Invoice terms and to_be_email variable to allow email delivery in this version as there were in Quickeebooks.

— Reply to this email directly or view it on GitHub.

토론 #1

예, 현재 기본적으로 모든 영수증을 인쇄로 설정합니다. 만약에 EmailStatus가NeedToSend로 설정하면 검증 오류가 발생합니다. 왜냐하면 EmailStatus가 만약에!설정이 없습니다.
SalesTermRef를 찾아보겠습니다. 감사합니다.


지미그
[email protected]
www.paramzero.일반 도메인 이름 형식

606.465.5778


참새와 함께 보내다(http://www.sparrowmailapp.com/?sig)
2013년 11월 25일 월요일 오후 1:05에 코디 코란은 다음과 같이 썼다.

Good catch.

Looking at the docs for Invoice:

https://developer.intuit.com/docs/0025_quickbooksapi/0050_data_services/030_entity_services_reference/invoice

It appears I need to add “BillEmail” - which when “EmailStatus” is set to “NeedToSend” than Intuit will email the invoice (?). Either way I’ll add it.

For terms - is that not handled by “SalesTermRef”?

On Nov 25, 2013, at 10:01 AM, jimiguru <[email protected] (mailto:[email protected])> wrote:

There doesn't seem to be a way to set the Invoice terms and to_be_email variable to allow email delivery in this version as there were in Quickeebooks.


Reply to this email directly or view it on GitHub.



이 e-메일에 직접 회신하거나 GitHub에서 보기(https://github.com/ruckus/quickbooks-ruby/issues/1#issuecomment-29225799).
4

토론 #2

쿨, 최신 제출을 보면 지정된 청구서 메일과 상태에 대한 지원이 추가되었다. 기본적으로:

메일 설정


영수증청구서\이메일\주소="[email protected]

EmailStatus=NeedToSend 설정


영수증계산서와 이메일을 보내고 싶습니다!
우리는 이 둘을 하나의 단일한 조작으로 결합하는 것을 고려할 수 있다(?)Email Status 대신 청구 이메일을 지정하는 것은 어떤 의미가 있습니까?만약 답이 긍정적이라면, 그것은 우리가 둘을 분리해야 한다는 것을 의미한다.
2013년 11월 25일 오전 10:53, 지미굴루[email protected]쓰기:

Right, currently it sets all invoices to Print by default and if EmailStatus is set to NeedToSend then a validation error occurs because BillEmail is required if EmailStatus != not set.

I’ll check out SalesTermRef, thanks!

Jimi Gue [email protected] www.paramzero.com

606.465.5778

Sent with Sparrow (http://www.sparrowmailapp.com/?sig)

On Monday, November 25, 2013 at 1:05 PM, Cody Caughlan wrote:

Good catch.

Looking at the docs for Invoice:

https://developer.intuit.com/docs/0025_quickbooksapi/0050_data_services/030_entity_services_reference/invoice

It appears I need to add “BillEmail” - which when “EmailStatus” is set to “NeedToSend” than Intuit will email the invoice (?). Either way I’ll add it.

For terms - is that not handled by “SalesTermRef”?

On Nov 25, 2013, at 10:01 AM, jimiguru <[email protected] (mailto:[email protected])> wrote:

There doesn't seem to be a way to set the Invoice terms and to_be_email variable to allow email delivery in this version as there were in Quickeebooks.

— Reply to this email directly or view it on GitHub.



이 e-메일에 직접 회신하거나 GitHub에서 보기(https://github.com/ruckus/quickbooks-ruby/issues/1#issuecomment-29225799).

이 e-메일에 직접 회신하거나 GitHub에서 확인하십시오.
4

토론 #셋

일하는 것이 매력적이다


지미그
[email protected]
www.paramzero.일반 도메인 이름 형식

606.465.5778


참새와 함께 보내다(http://www.sparrowmailapp.com/?sig)
2013년 11월 25일 월요일 오후 1:58에 코디 코란은 다음과 같이 썼다.

Cool, check out the latest commit which adds support for specifying a BillEmail along with the status, basically its:

메일 설정

invoice.billing_email_address = “[email protected] (mailto:[email protected])”

EmailStatus=NeedToSend 설정

invoice.wants_billing_email_sent!

We could consider combining the two into a single operation (?) What it ever make sense to specify a billing email and NOT EmailStatus=NeedToSend? If the answer is yes then it would imply we keep the two separate.

On Nov 25, 2013, at 10:53 AM, jimiguru <[email protected] (mailto:[email protected])> wrote:

Right, currently it sets all invoices to Print by default and if EmailStatus is set to NeedToSend then a validation error occurs because BillEmail is required if EmailStatus != not set.

I’ll check out SalesTermRef, thanks!

Jimi Gue
[email protected] (mailto:[email protected])
www.paramzero.com (http://www.paramzero.com)

606.465.5778

Sent with Sparrow (http://www.sparrowmailapp.com/?sig)

On Monday, November 25, 2013 at 1:05 PM, Cody Caughlan wrote:

Good catch.

Looking at the docs for Invoice:

https://developer.intuit.com/docs/0025_quickbooksapi/0050_data_services/030_entity_services_reference/invoice

It appears I need to add “BillEmail” - which when “EmailStatus” is set to “NeedToSend” than Intuit will email the invoice (?). Either way I’ll add it.

For terms - is that not handled by “SalesTermRef”?

On Nov 25, 2013, at 10:01 AM, jimiguru <[email protected] (mailto:[email protected])> wrote:

There doesn't seem to be a way to set the Invoice terms and to_be_email variable to allow email delivery in this version as there were in Quickeebooks.


Reply to this email directly or view it on GitHub.



이 e-메일에 직접 회신하거나 GitHub에서 보기(https://github.com/ruckus/quickbooks-ruby/issues/1#issuecomment-29225799).

이 e-메일에 직접 회신하거나 GitHub에서 확인하십시오.

이 e-메일에 직접 회신하거나 GitHub에서 보기(https://github.com/ruckus/quickbooks-ruby/issues/1#issuecomment-29230641).

좋은 웹페이지 즐겨찾기