Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit92b64d1

Browse files
authored
Merge pull requestej2#183 from mitchellsullivan/estimate-send-mixin
Add SendMixin to Estimate object
2 parentsbac499a +878b6a2 commit92b64d1

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

‎quickbooks/objects/estimate.py

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,16 @@
33
LinkedTxnMixin,QuickbooksTransactionEntity,LinkedTxn
44
from .taximportTxnTaxDetail
55
from .detaillineimportDetailLine,SalesItemLine,GroupLine,DescriptionLine,DiscountLine,SubtotalLine
6-
from ..mixinsimportQuickbooksPdfDownloadable,DeleteMixin
6+
from ..mixinsimportQuickbooksPdfDownloadable,DeleteMixin,SendMixin
77

88

99
@python_2_unicode_compatible
10-
classEstimate(DeleteMixin,QuickbooksPdfDownloadable,QuickbooksManagedObject,QuickbooksTransactionEntity,LinkedTxnMixin):
10+
classEstimate(DeleteMixin,
11+
QuickbooksPdfDownloadable,
12+
QuickbooksManagedObject,
13+
QuickbooksTransactionEntity,
14+
LinkedTxnMixin,
15+
SendMixin):
1116
"""
1217
QBO definition: The Estimate represents a proposal for a financial transaction from a business to a customer
1318
for goods or services proposed to be sold, including proposed pricing.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp