Questions tagged [purchase-order]

85 questions
6
votes
1 answer

How to impliment iOS In App Purchase for books with dynamic price?

I have developed an iOS app were user can buy Audiobooks which enables stream and download within the app. I have integrated Authorize.net payment gateway. It got rejected by Apple saying 11.2: Apps utilising a system other than the In-App Purchase…
5
votes
1 answer

Handling Multiple Subscription in GooglePlay

In ios and amazon - we have a subscription family - example if i have purchased a one month subscription, I cannot purchase a six month subscription of the same family. But it appears that this is not the case in google play. For example a user…
5
votes
1 answer

Get android paid app purchase date

Let's assume I have a paid app purchased by a user (I don't use In-app Billing). Is it possible to execute a piece of code on his device to get the date at which this user has purchased my app?
Laurent
  • 14,122
  • 13
  • 57
  • 89
4
votes
0 answers

Update or create price of product from the purchase order. How?

I have this code for the module purchase supplier in OPENERP. When one validates a purchase, the partner is converted in product supplier inside the product. # -*- encoding: utf-8 -*- from openerp.osv import osv class…
bernybenz
  • 61
  • 3
4
votes
2 answers

How to query for getting value from either Table A or B?

This is Datagridview which I need to display on the screen like these. (Datagrid view is binding with the "main table" (RECEIVE_PLAN)) Concept Design database: if you want to import something into warehouse, you must plan for receiving in a…
Fame th
  • 1,018
  • 3
  • 17
  • 37
4
votes
6 answers

What is the best standard to use for business document exchange (invoices, POs etc)?

If I need to implement sending and receiving of business documents from system to system (invoices, POs, remittance advice, etc) what standard would you recommend for best interop and why? It could be XML or otherwise.
WW.
  • 23,793
  • 13
  • 94
  • 121
3
votes
1 answer

Odoo 10: Error: "You must set a Vendor Location for this partner" in internal purchase orders in multi-company setup

I encounter an error in internal purchase orders between the two companies in a multi-company setup. When I try to accept a purchase order I get the ERROR: "You must set a Vendor Location for this partner" and the purchase order remains a draft…
Aron
  • 73
  • 5
3
votes
1 answer

OpenERP 7: List of sobordinates of logged in user

In my OpenERP 7 solution, there is a custom Purchase Order approval system that I have implemented through the PO Workflow. But now I am stuck on another custom need. The scenario is a manager will be able to view only those Requested Purchase…
2
votes
1 answer

Purchases in Android

How are purchases of physical products handled in android? Are there any limitants and/or considerations? As I read in this article: http://developer.android.com/guide/market/billing/index.html Android developers are only considering digital…
Zivoc
  • 21
  • 5
2
votes
1 answer

I want to create a purchase order after the "approve" button is clicked on a sales order

I want a purchase order to be generated when a person clicks the approve button on a sales order. I have the script deployed to sales order records and the event type to trigger when the approve button is clicked. However, this code won't create a…
2
votes
1 answer

How to load items with SuiteScript Purchase Orders?

Friends'm working with NetSuite and SuiteScript. I can save a purchase order running the script and also charge Purchase Orders created, but when I bring returns data item value as a null value, and I need to get the id of the item. The result gives…
Chris2141
  • 37
  • 3
  • 10
2
votes
0 answers

In App Subscription : Purchase Status API

I want to use the Google's Purchase status API, to check the status of the purchased subscription at any time. Here is what I am using…
Gaurav Arora
  • 8,282
  • 21
  • 88
  • 143
2
votes
2 answers

OpenERP - ValueError: No such external ID currently defined in the system: purchase.menu_purchase_form_action

I am new to OpenERP. I am getting this error while installing or uninstalling a module in my openerp. I am not able to find where it went wrong. Here is the error log: OpenERP Server Error Client Traceback (most recent call last): File…
userV
  • 53
  • 3
  • 12
2
votes
2 answers

How to allow application To be installed directly from website[I.E non market Application]

I have requirement like this.I have an application which needs to be published on google play store.That is a paid application.Now It's fine to publish application on play store with paid version.But my query is that,how can I allow user to purchase…
Aamirkhan
  • 5,746
  • 10
  • 47
  • 74
1
vote
1 answer

How to allow user to edit Purchase Order type at any time?

Client has requested if it would be possible to edit the PO type, i.e. using the transaction ME22N, in any scenario. Is there a way in ABAP to make this change?
1
2 3 4 5 6