Allocate asset balance to other assets - what's the best way

Hi there,
I need to allocate the balance of an asset to multiple assets but this allocation should only impact a single depreciation area.  We have 3 depreciation areas, so the other 2 shouldn't get the allotment.  What is the better way to do this?
Thanks,

Hi,
You can create a new Transaction Types for postings to only some Depreciation Areas. (the same you can do for Retirements, Transfers, ...)
Asset Accounting / Transactions / Acquisitions / Define Transaction Types for Acquisitions
The posting you can make then with the transaction ABSO - Miscellaneous
Paul

Similar Messages

  • TS3367 I own iPad mini and iPhone 4. I'd like to use FaceTime to talk to my partner whilst I'm in hospital. What's the best way of setting it up. Can I use my apple username for both devices?

    So have iPad mini and iPhone. But I'd like to leave my iPad with my partner whilst I'm in hospital so we can FaceTime each other.
    What's the best way of setting this up!

    http://support.apple.com/kb/HT4319

  • What is the best way to handle .mod files in premiere pro cs4?

    I recently got a JVC Everio GZ-MG130u and as I'm sure many of you are aware, it saves footage in the .mod format.
    I have googled this and found quite a few different solutions, but I'm just wondering if anything has changed since some of these solutions were posted, or in other words, what is the best way at this current point in time to handle .mod files in premiere pro cs4?
    As far as I know, the best thing to do is convert the .mod to .avi and then import it into premiere so it can be edited.. Is there a better way to do it than this? Also, by doing it this way, will I have separate audio and video tracks?
    Thanks.

    I have just done a bit of reading, here. All of the quotes that follow are from users who have posted in that thread.
    It seems that there isn't one solid answer on this subject. The thread that I linked to was started 2 years ago, and replied to just 4 ago, so it's relatively current.
    I noticed a couple different interesting statements:
    posted by mmontgomery:
    In the case of .MOD, you are actually getting a MPEG-2 file. The way
    video files work is that there is a codec (COmpressor/DECompressor)
    algorithm and a file wrapper (or extension). A JVC .MOD file is a
    MPEG-2 encoded file, with a .MOD extension.
    You're faced with two
    challenges, first the .MOD file type is only recognized and support by a
    few applications. I think we covered some of those already. The
    interesting thing about wrappers and extensions is that they can be
    dealt with in a variety of ways. Sometimes all you need to do to convert
    the video file to a compatible video file is to change the extension.
    In the case of .MOD files that's not enough. The .MOD wrapper apparently
    does a few more things than just bare a unique extension name. It
    requires a slightly more complicated method to convert that file. That
    is why there is supplied software and that certain third party
    applications have .MOD support.
    (posted 2 years ago)
    This seems to indicate that Ann's solution of simply re-naming the extension is not good enough, unless I am mis-interpreting what she meant.
    However, another user said:
    posted by futball8:
    I edit with Adobe Premiere Pro CS3. All I have to do is simply rename
    the .MOD files as .MPG and then import into PP CS3. It takes a small
    amount of time to conform the audio, but no file conversion is
    necessary. It's a pretty slick workflow and I've never encountered any
    problems editing them this way.
    (posted 5 months ago)
    One can only assume that simply re-naming the extension from .mod to .mpg works in some circumstances, and doesn't work in others. I assume it depends largely on the editing software being used. Perhaps there are still issues that futball8 was simply unaware of or never encountered.
    That said, there seems to be a couple of different real solutions to this problem that I have found:
    1. Simply use an editing program that supports .mod file format. While pe7 and pe8 supposedly support the .mod format, the following should be noted:
    posted by macksgarage:
    While Elements 'supports' these files, it is markedly unstable and  frequently crashes while using the files, though the application is otherwise reliable.  The solution I have arrived at is to repair the  container using ffmpeg. (see #3)
    (posted 5 months ago)
    2. Use a file conversion utility of your choice that will covert .mod to .avi, or another desired format. Import the resulting .avi file into premiere pro cs4.
    3. Use FFmpeg. This seems to be the best solution as it does not convert any audio or video:
    posted by macksgarae:
    If you are not familiar with ffmpeg, it may be a bit of a bear to
    learn, but it's not only useful for this, but functions as a video swiss
    army knife useful for splicing, muxing/demuxing, and rendering just
    about any format into just about any other format.
    ffmpeg is an open source project from the linux world, but it has
    been ported and is supported on windows.  Fetch it here and place it somewhere handy
    on your system.
    To rewrite the container into a nice, standards compliant .mpg file
    that doesn't make applications die, WITHOUT rerendering video or audio
    itself, I use this command.
    ffmpeg -i INFILE.MOD  -acodec copy - vcodec copy OUTFILE.mpg
    This not only renames the file, but actually rebuilds the container
    around unmodified video and audio data, yielding a file which works much
    more stably with Adobe applications, and presumably others as well, as
    ffmpeg's open source development goals result in very standards
    compliant files.
    (posted 5 months ago)
    Now, this seems to properly address the issues that can arise from simply renaming .mod to .mpg, as suggested by Ann. So from this point, I assume you can simply import the .mpg into Premiere Pro cs4 (or any other .mpg compliant program) and edit without issue, but it seems like I remember hearing something about Premiere not liking mpegs or something like that, so in that case, maybe it'd be better to skip this and go with option #2. But, it's been awhile since I've touched any NLE, much less premiere pro cs4, so I could be completely wrong and it may have no problems handling mpegs.
    All of the things that I've quoted here came from the same thread, so I don't know how accurate any of this is, but the people that have posted these things seem fairly knowledgeable. If someone reads all of this and can confirm or deny any of it, it would be much appreciated.
    Option 1 is not really an option for me, because I am sticking with premiere pro cs4 -- I'm not going to get another editor just because it has .mod support. That leaves me with options 2 and 3: Convert to avi, or change the file wrapper/extension properly with FFmpeg and then simply import the resulting .mpg file... Which is better? Or is there yet another solution that I am unaware of that would be even better?

  • What's the best way to load balance multiple protocols on one vserver?

    Hi,
    We have a CSM blade on a 6513, in bridge mode. I'm just wondering what is the best way to serve HTTP and HTTPS (or any two or more ports) from the same group of servers. As I see it, we have two options:
    1. Don't set a port on the vserver, so it is load balancing "any" or "tcp". This is easy but I want to be sure there isn't a downside to this, other than the obvious security issue.
    2. Create multiple vservers and point them at the same serverfarm. I tried this and I got some odd results with the health checks.
    Any ideas? Thanks a lot.

    you listed the only 2 options available.
    The advantage of solution #2 is that you can apply specific config for each protocol ie: for HTTP you can turn 'persistent rebalance' if needed.
    If you want to use specific probes [not icmp], it is also a good practice to create a different serverfarm for each protocol.
    Like this, if the HTTP service goes down but not the server, you can still have other protocols loadbalanced.
    Regards,
    Gilles.
    Thanks for rating this answer.

  • WHat is the best way for other iphone users to share pictures with me?  I am doing a project which req. people to send me 100 pictures at a time that I'll be putting in my iphoto?

    WHat is the best way for other iphone users to share pictures with me?  I am doing a project which req. people to send me 100 pictures at a time that I'll be putting in my iphoto? thank you.

    ingridlisa,
    I'd suggest to ask them to create Shared PhotoStreams and to invite you to view the streams, see:
    iCloud: Using and troubleshooting Shared Photo Streams
    Regards
    Léonie
    Added:
    that I'll be putting in my iphoto?
    Will you be collecting the photos in iPhoto on your iPhone or on a Mac? On a Mac a Shared PhotoStream requires Mac OS X 10.8.2.

  • What's the best way of displaying output in other VI ?

    For example, in a sub-vi I continuously acquire a motor position, and I want the position value to be displayed simultaneously in a numerical indicator or waveform in the main vi.
    I know there are lots of ways to implement this easily, but I just want to know what's the best way which use lest computer resources, say memory....
    Can control reference be used effectively for this?
    Thank you for your suggestion.
    Dejun

    here is an example (in LV7.0) of what Dennis is refering to.
    P.M.
    Putnam
    Certified LabVIEW Developer
    Senior Test Engineer
    Currently using LV 6.1-LabVIEW 2012, RT8.5
    LabVIEW Champion
    Attachments:
    ctrl reference folder.zip ‏7 KB

  • What is the best way to transfer apps, contacts, et cetera from one iPhone (3G) and computer (2006 MacBook) to a new iPhone (4S) and computer (early 2011 MacBook Pro)?  I have already moved music, among other things using Migration Assistant.

    What is the best way to transfer apps, contacts, et cetera from one iPhone (3G) and computer (2006 MacBook) to a new iPhone (4S) and computer (early 2011 MacBook Pro)?  I have already moved music, among other things using Migration Assistant but I cannot locate contacts or Apps.

    transfer just SOME of the applications
    it's all or none, i'm afraid.

  • What's the best way to maintain 2 libraries one lossless the other MP3?

    I'd like to have 2 music libraries one for home (lossless) and one for my iPhone (MP3). Not sure what's the best way to achieve this and maintain.

    To create or access a second (or more) library on a Mac, hold down the "Option" key (labelled ⌥ and/or alt) when launching iTunes: Using multiple iTunes libraries -Mac
    Note: You can only have one Library open at a time and iTunes will default to the last library opened if you don't use the keyboard command to choose one.

  • My iPhone is FULL, no memory left for photos. If I move all my photos off my iPhone, will the 'ALBUMS' and their content (pics) be blown away ? Also, what is the BEST way to clear/save photos off my iPhone ? PC, ITunes, some other app ?

    My iPhone is FULL, no memory left for photos. If I move all my photos off my iPhone, will the 'ALBUMS' and their content (pics) be blown away ? Also, what is the BEST way to clear/save photos off my iPhone ? PC, ITunes, some other app ?

    I use an app called FileApp to transfer photos to my PC - I can then selectively delete photos from my iPhone and still have them on my PC - just download the app to your iPhone and follow the instructions for the accompanying program for your PC - then use your iPhone cable to connect - iTunes will also start up so just close it and you will see the iPhone storage as a drive - go the DCIM folder and open the device folder and you will see your photos.

  • What is the best way to upload photos to an internet site so they can be downloaded by other onto an iPad?

    What is the best way to upload pictures from iPhoto on my Mac to the internet so they can be downloaded by friends onto their iPads?

    Any photosharing site will do: FLicker, SmugMug, Posterous etc

  • What is the best way to be able to run certain websites that aren't supported by safari, firefox, and chrome, in other words only internet explorer?

    I really need to do a class online but it wont save progress because it is not supported by safari and only works with internet explorer. What is the best way around this?

    Try this with Safari ...
    From the Safari menu bar click Safari > Preferences then select the Advanced tab.
    Select:   Show Develop menu in menu bar
    Now from the menu bar again click Develop > User Agent
    Try IE 9, 8, or 7.
    An alternative is to create a  partition on the Mac hard drive and install Windows using Boot Camp  but that is a long and drawn out process and you would need to purchase an Window install disc.
    Other ideas here >  The best way to run Windows on your Mac | Macworld

  • Hello, Last night my phone was stolen from the staff of the restaraunt i was eating  at and wanted to know what is the best way to get my phone back? Or can you give me other options, please?

    Hello, last night my phone was stolen from the staff of the restaurant i was eating at and wanted to know what is the best way of going about getting my phone back or do i have other options for a new Iphone, thank you very much.

    Click here for information; you can also contact the restaurant.
    Apple won't give you a discount on a new one, but your insurer or wireless carrier might.
    (126630)

  • What is the best way to turn emitter on/off very fast?

    What is the best way to turn emitter on/off very fast? Now we are using very slow shutdown.
    Why do we need this feature? Because it is important to solve the problem of interference, when two IR sensors are working at the same time and are grabbing the data.
    We are porting now our solution to Kinect v2 from PrimeSense/RealSense.
    I am also have a list of other questions (interpolation of data, problems with different types of surfaces, etc) and it will be great if someone can contact me by email ([email protected]), so I can
    provide link to our assets (PLY, video, shots) and detailed report about issues that we have. 
    Best regards,
    Konstantin

    There is no api to support turning on/off the emitter. The only way to stop the sensor is to call Close on the sensor/reader object. Keep in mind if there are other applications with outstanding readers/sensors open will keep the sensor on.
    Carmine Sirignano - MSFT

  • What is the best way to EDIT a voice narration in Premiere Elements 11?

    What is the best way to EDIT a voice narration in Premiere Elements 11 when words or paragraphs have to be repeated?

    TomVideo4477
    The rough description of Preview Window trimming..
    a. double click clip in Project Assets to bring up Preview Window
    b. move Timeline indicator to beginning of section, hit Set In; move Timeline indictor to end of section, hit Set Out.
    c. next you can drag the segment from the Windows to the Timeline audio track and/or drag the segment from the Preview Window to Project Assets to become part of the project's media.
    The following should give you some thoughts on the above.
    http://www.atr935.blogspot.com/2013/06/pe11-project-assets-organization-for.html
    Although more from a video trimming perspective, the principles apply to an audio clip as well.
    Now "delete and close gap" can be interesting depending on what is around the area involved.
    Please check out the details on that in the following.
    http://www.atr935.blogspot.com/2014/02/pe-delete-and-close-gap-failures.html
    Not sure I am clear on
    The “delete and close gap” option in the edit menu does not work. Do I have to move the file to the Narration Track on the Timeline to do the actual trimming?
    You should be able to trim the narration in the Preview Window opened by right clicking the narration clip in Project Assets and then drag the segment to an audio track or narration track or dragging the trim to Project Assets for source media.
    Please check out the above and then let me know if you are OK with the information. If not, let me know where I need to clarify what I have written.
    Thanks.
    ATR

  • What's the best way to run Logic Pro from external hard drive.

    What's the best way to run logic from external hard drive

    Hi
    Organism wrote:
    Logic is designed to run from your Applications folder. I suspect if Logic was moved to an external drive, it might not be able to locate its assets, like loops and libraries.
    As long the necessary files are in the correct places on the boot disc, you can run the Logic application itself fom wherever you like. It would not be recommended however, and there would be very little benefit (if any) in doing so.
    CCT

Maybe you are looking for

  • Unable to play Cineform avi files in Premiere Pro CS3

    I am using Cineform NeoHD version 5.3.2 to convert the MXF files from my Canon XF300 into Cineform AVI. Then I import these AVI files into Premiere Pro CS3 and here is where the problem begins. Premiere is unable to play these Cineform files. All I g

  • Decimal point separator in flat file load

    Hi all In BI 7.0 I'm stuck trying to load a csv flat file via DTP  (without extracting from PSA). The file I have to load has an euro amount field in this format: 143565,56 but the load fails. The only way to load it's to open the csv with notepad an

  • Sync contacts BACK to exchange server?

    My exchange contacts are showing up on my phone, but I was hoping, that when I add contacts on my iphon, they'd sync back to my exchange server. Is this not possible? If it is, how do I do it? Thanks.

  • Combination line and bar chart ?

    Hi, I would like to show a chart with 4 rows as bar and 1 row as line chart basically a combination chart? Is it possible in keynote/ Thanks. SG

  • Error: CONVERSION_EXIT_CUNIT_INPUT and 0Unit

    Hello Experts, 1. I am loading a simple .csv (Excel) file and I get the error: “Error in conversion exit CONVERSION_EXIT_CUNIT_INPUT” Any hints here? 2. --Somehow I suspect the column for Units (0Unit), with values: Case, Each, Dozen, U.S. pound, can